:root {
  --gray-900: #101828;
  --gray-600: #475467;
  --gray-500: #667085;
  --gray-700: #344054;
  --main: #f78025;
  --black: black;
  --white: white;
  --_apps---sidebar--sidebar-primary-dark: var(--main);
  --_apps---typography--heading-font: Onest, sans-serif;
  --_apps---typography--body-font: Inter, sans-serif;
  --gray-50: #f9fafb;
  --_apps---typography--button-font: Onest, sans-serif;
  --gray-100: #f2f4f7;
  --_apps---sizes--radius: 4px;
  --gray-200: #eaecf0;
  --_apps---colors--background: #f7f8f9;
  --gray-300: #d0d5dd;
  --_apps---colors--foreground: var(--gray-900);
  --gray-400: #98a2b3;
  --_apps---colors--card: var(--white);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #ebebeb;
  --_apps---colors--popover-foreground: #060606;
  --gray-800: #1d2939;
  --_apps---colors--primary: var(--main);
  --_apps---colors--primary-foreground: #140b06;
  --green-50: #f0fdf4;
  --_apps---colors--secondary: #ffe2c5;
  --green-100: #dcfce7;
  --_apps---colors--secondary-foreground: #120c08;
  --green-300: #86efac;
  --_apps---colors--muted: #f2f2f2;
  --green-500: #22c55e;
  --_apps---colors--muted-foreground: #777374;
  --green-700: #15803d;
  --_apps---colors--accent: #dedede;
  --green-900: #14532d;
  --_apps---colors--accent-foreground: #0d0d0d;
  --ambar-50: #fffbeb;
  --_apps---colors--destructive: #d5455f;
  --ambar-100: #fef3c7;
  --_apps---colors--border: var(--gray-500);
  --ambar-300: #fcd34d;
  --_apps---colors--input: #697388;
  --ambar-500: #f59e0b;
  --_apps---colors--ring: #e58c54;
  --ambar-700: #b45309;
  --_apps---charts--chart-1: #de6900;
  --ambar-900: #78350f;
  --_apps---charts--chart-2: #ea9763;
  --red-50: #fef2f2;
  --_apps---charts--chart-3: #d35300;
  --red-100: #ffe4e6;
  --_apps---charts--chart-4: #ca681f;
  --red-300: #fca5a5;
  --_apps---charts--chart-5: #ab4700;
  --red-500: #ef4444;
  --_apps---sidebar--sidebar: #f2f2f2;
  --red-700: #b91c1c;
  --_apps---sidebar--sidebar-foreground: #060606;
  --red-900: #7f1d1d;
  --_apps---sidebar--sidebar-primary: var(--main);
  --_apps---sidebar--sidebar-primary-foreground: #140b06;
  --_apps---sidebar--sidebar-accent: #dedede;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: var(--gray-500);
  --_apps---sidebar--sidebar-ring: #e58c54;
  --_apps---colors--background-dark: #050505;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #181818;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #181818;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: var(--main);
  --_apps---colors--primary-foreground-dark: #140b06;
  --_apps---colors--secondary-dark: #360700;
  --_apps---colors--secondary-foreground-dark: #fef7f2;
  --_apps---colors--muted-dark: #020202;
  --_apps---colors--muted-foreground-dark: #8b8b8b;
  --_apps---colors--accent-dark: #2d2d2d;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #dc4c64;
  --_apps---colors--border-dark: #6670851a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #e58c54;
  --_apps---charts--chart-1-dark: var(--main);
  --_apps---charts--chart-2-dark: #ffbe89;
  --_apps---charts--chart-3-dark: #db5a00;
  --_apps---charts--chart-4-dark: #ffaa6c;
  --_apps---charts--chart-5-dark: #bc5600;
  --_apps---sidebar--sidebar-dark: #0b0b0b;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-foreground-dark: #140b06;
  --_apps---sidebar--sidebar-accent-dark: #2d2d2d;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #e58c54;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--gray-900);
  font-family: Onest, sans-serif;
  font-size: 1vw;
  line-height: 2em;
}

h1 {
  letter-spacing: -.02px;
  margin-top: .4em;
  margin-bottom: .2em;
  font-family: Onest, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.02px;
  margin-top: .5em;
  margin-bottom: .25em;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25em;
}

h3 {
  margin-top: .8em;
  margin-bottom: .4em;
  font-family: Onest, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Inter, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.25em;
}

h5 {
  margin-top: .6em;
  margin-bottom: .6em;
  font-family: Inter, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25em;
}

h6 {
  margin-top: .65em;
  margin-bottom: .65em;
  font-family: Inter, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.25em;
}

p {
  color: var(--gray-600);
  margin-bottom: 1em;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  line-height: 2em;
}

a {
  color: var(--gray-900);
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  text-align: left;
  background-image: url('../images/circle.svg');
  background-position: 0 48%;
  background-repeat: no-repeat;
  background-size: .5em .5em;
  align-items: center;
  min-height: 2.6em;
  padding-left: 1.8em;
  font-size: 1.1em;
  line-height: 2em;
  list-style-type: none;
  display: flex;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 700;
  display: block;
}

strong {
  font-size: 1em;
  font-weight: 700;
}

em {
  font-size: 1em;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--gray-500);
  margin-bottom: 2em;
  padding: 1em 2em;
  font-size: 1.1em;
  line-height: 2em;
}

.container {
  max-width: 100em;
  padding-left: 5em;
  padding-right: 5em;
  position: static;
}

.ds-nav {
  background-color: #fff;
  border: 0 #000;
  border-right-color: #0000;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.ds-menu-link {
  color: #667085;
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 27px;
  font-size: 16px;
  text-decoration: none;
}

.ds-menu-link:hover {
  background-color: #f7f7f7;
}

.ds-menu-link.w--current {
  color: #101828;
  background-color: #f2f4f7;
  font-weight: 400;
}

.ds-menu {
  background-color: #fff;
  max-height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: auto;
}

.ds-menu-brand {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 14px;
  text-decoration: none;
}

.menu-button-2.w--open {
  background-color: #667085;
}

.form-text-field {
  border: 1.5px solid #66708580;
  border-radius: 4px;
  height: 3.6em;
  margin-top: .5em;
  margin-bottom: 1em;
  padding: .5em .9em;
}

.form-text-field:hover, .form-text-field:focus {
  border-color: #667085;
}

.accordion-plus-icon {
  width: 1.6em;
}

.margin-bottom {
  margin-bottom: 1vw;
}

.visible-spacer {
  background-color: #667085;
  border-radius: 5px;
  display: inline-block;
}

.color-block {
  background-color: #f9fafb;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.error-100 {
  background-color: #ffe4e6;
}

.color-block.error-50 {
  background-color: #fef2f2;
}

.color-block.secondary-50 {
  background-color: #fefce8;
}

.color-block.primary-500 {
  background-color: #3b82f6;
}

.color-block.neutral-600 {
  background-color: #475467;
}

.color-block.secondary-700 {
  background-color: #a16207;
}

.color-block.neutral-700 {
  background-color: #344054;
}

.color-block.neutral-200 {
  background-color: #eaecf0;
}

.color-block.secondary-100 {
  background-color: #fef9c3;
}

.color-block.error-500 {
  background-color: #ef4444;
}

.color-block.neutral-100 {
  background-color: #f2f4f7;
}

.color-block.base-black {
  background-color: #000;
}

.color-block.success-300 {
  background-color: #86efac;
}

.color-block.error-900 {
  background-color: #7f1d1d;
}

.color-block.success-900 {
  background-color: #14532d;
}

.color-block.error-700 {
  background-color: #b91c1c;
}

.color-block.secondary-900 {
  background-color: #713f12;
}

.color-block.primary-100 {
  background-color: #dbeafe;
}

.color-block.success-500 {
  background-color: #22c55e;
}

.color-block.primary-800 {
  background-color: #1e40af;
}

.color-block.success-100 {
  background-color: #dcfce7;
}

.color-block.primary-700 {
  background-color: #1d4ed8;
}

.color-block.base-white {
  background-color: #fff;
}

.color-block.neutral-300 {
  background-color: #d0d5dd;
}

.color-block.warning-500 {
  background-color: #f59e0b;
}

.color-block.primary-600 {
  background-color: #2563eb;
}

.color-block.success-700 {
  background-color: #15803d;
}

.color-block.secondary-300 {
  background-color: #fde047;
}

.color-block.primary-200 {
  background-color: #bfdbfe;
}

.color-block.primary-900 {
  background-color: #1e3a8a;
}

.color-block.neutral-900 {
  background-color: #101828;
}

.color-block.neutral-800 {
  background-color: #1d2939;
}

.color-block.warning-100 {
  background-color: #fef3c7;
}

.color-block.primary-400 {
  background-color: #60a5fa;
}

.color-block.warning-50 {
  background-color: #fffbeb;
}

.color-block.warning-700 {
  background-color: #b45309;
}

.color-block.primary-300 {
  background-color: #93c5fd;
}

.color-block.neutral-50 {
  background-color: #f9fafb;
}

.color-block.success-50 {
  background-color: #f0fdf4;
}

.color-block.secondary-500 {
  background-color: #eab308;
}

.color-block.warning-300 {
  background-color: #fcd34d;
}

.color-block.neutral-400 {
  background-color: #98a2b3;
}

.color-block.primary-50 {
  background-color: #eff6ff;
}

.color-block.warning-900 {
  background-color: #78350f;
}

.color-block.neutral-500 {
  background-color: #667085;
}

.color-block.error-300 {
  background-color: #fca5a5;
}

.spacer-4em---48px {
  width: 4em;
  height: 4em;
}

.text-md {
  height: 36.6667%;
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

.text-md.bold {
  font-weight: 700;
}

.text-md.withe {
  color: #fff;
}

.text-md.withe:hover {
  text-decoration: none;
}

.text-md.semibold {
  font-weight: 600;
}

.text-md.medium {
  font-weight: 500;
}

.ds-section {
  padding: 5em 0;
  font-weight: 400;
}

.ds-section.header {
  color: #101828;
  background-color: #f2f4f7;
  margin-top: 5em;
  padding-left: 5em;
  padding-right: 5em;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1vw;
}

.accordion-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  background-color: #0000;
}

.overline-small {
  color: var(--gray-600);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 600;
  line-height: 2em;
}

.overline-small.gray-900 {
  color: var(--gray-900);
}

.heading-h6 {
  color: var(--gray-900);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h6.medium {
  font-weight: 500;
}

.heading-h6.bold {
  font-weight: 700;
}

.heading-h6.semibold {
  font-weight: 600;
}

.accordion-title-text {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}

.text-sm {
  color: var(--gray-600);
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 2em;
}

.text-sm.medium {
  font-weight: 500;
}

.text-sm.bold {
  font-weight: 700;
}

.text-sm.gray-700 {
  color: var(--gray-700);
}

.text-sm.semibold {
  font-weight: 600;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #667085;
  border-radius: 4px;
  flex: none;
  margin-bottom: 0;
  padding: .5em 2.5em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.button:hover {
  background-color: #475467;
  text-decoration: none;
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: #344054;
}

.button.outline {
  color: #101828;
  background-color: #0000;
  box-shadow: inset 0 0 0 1.5px #66708580;
}

.button.outline:hover {
  background-color: #f9fafb;
  box-shadow: inset 0 0 0 2px #667085;
}

.button.outline:active {
  background-color: #f2f4f7;
}

.button.outline.width-100 {
  width: 100%;
}

.spacer-6-5em---80px {
  width: 6.5em;
  height: 6.5em;
}

.shadow-02 {
  box-shadow: 0 8px 11.5px -2px #0d0e191a, 0 4px 7.68px -3.84px #0d0e191f;
}

.sg-label {
  color: var(--gray-600);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 2vw;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.contact-form {
  width: 100%;
  margin-bottom: 0;
}

.spacer-0-7em---8px {
  width: .7em;
  height: .7em;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column._4-column {
  width: 33.33%;
}

.column._9-column {
  width: 75%;
}

.heading-h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h3.bold {
  font-weight: 700;
}

.heading-h3.medium {
  font-weight: 500;
}

.heading-h3.semibold {
  font-weight: 600;
}

.error-message {
  color: #7f1d1d;
  background-color: #fef2f2;
  border-radius: 4px;
  margin-top: 20px;
}

.ds-section-header {
  margin-bottom: 4em;
}

.column-styleguide {
  background-color: #667085;
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.link {
  color: #344054;
  font-weight: 500;
}

.link:hover {
  color: #101828;
}

.ds-title {
  font-weight: 700;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-page {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-align-right {
  text-align: right;
}

.ds-border {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  height: 100%;
  padding: 10px;
}

.featured-icon {
  background-color: #f2f4f7;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  padding: 1.2em;
  display: flex;
}

.section {
  padding-bottom: 9em;
  position: relative;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.bottom-pading-50 {
  padding-bottom: 4.5em;
}

.section.bottom-pading-66 {
  padding-bottom: 6em;
}

.heading-h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h2.medium {
  font-weight: 500;
}

.heading-h2.bold {
  font-weight: 700;
}

.heading-h2.margin-bottom {
  margin-bottom: 1vw;
}

.heading-h2.semibold {
  font-weight: 600;
}

.sg-block {
  margin-bottom: 32px;
}

.heading-h4 {
  color: var(--gray-900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
}

.heading-h4.semibold {
  font-weight: 600;
}

.heading-h4.bold {
  font-weight: 700;
}

.heading-h4.medium {
  font-weight: 500;
}

.spacer-5em---64px {
  width: 5em;
  height: 5em;
}

.spacer-2-5em---32px {
  width: 2.5em;
  height: 2.5em;
}

.shadow-01 {
  box-shadow: 0 1px 2px #0d0e1940, 0 1px 3px 1px #0d0e191a;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.accordion-inner {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  padding: 2.5em 2em;
  display: flex;
}

.ds-box {
  width: 100%;
  height: 60px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.overline {
  color: var(--main);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2em;
}

.overline.gray-900 {
  color: var(--gray-900);
}

.text-align-center {
  text-align: center;
}

.badge {
  background-color: #f2f4f7;
  border-radius: 1.1em;
  padding: .2em 1em;
  display: inline-block;
}

.accordion-icon {
  border-bottom: 1px solid #101828;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  margin-bottom: -1px;
  display: flex;
}

.success-message {
  color: #344054;
  background-color: #f2f4f7;
  border-radius: 4px;
}

.accordion-toggle {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #d0d5dd;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.spacer-1-3em---16px {
  width: 1.3em;
  height: 1.3em;
}

.spacer-10em---128px {
  width: 10em;
  height: 10em;
}

.text-lg {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

.text-lg.semibold {
  font-weight: 600;
}

.text-lg.gray-900 {
  color: var(--gray-900);
}

.text-lg.medium {
  font-weight: 500;
}

.text-lg.bold {
  font-weight: 700;
}

.heading-h5 {
  color: var(--gray-900);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h5.semibold {
  font-weight: 600;
}

.heading-h5.medium {
  font-weight: 500;
}

.heading-h5.bold {
  font-weight: 700;
}

.accordion-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-label-and-field-container {
  width: 100%;
}

.spacer-2em---24px {
  width: 2em;
  height: 2em;
}

.spacer-8em---96px {
  width: 8em;
  height: 8em;
}

.block-quote {
  border-left-color: #667085;
  font-size: 16px;
  line-height: 32px;
}

.text-area {
  border: 1.5px solid #66708580;
  border-radius: 4px;
  height: auto;
  min-height: 8em;
  margin-bottom: 2em;
  padding: .5em .9em;
}

.text-area:hover, .text-area:focus {
  border-color: #667085;
}

.accordion {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h1.medium {
  font-weight: 500;
}

.heading-h1.bold {
  font-weight: 700;
}

.heading-h1.semibold {
  font-weight: 600;
}

.paragraph-400px {
  max-width: 40em;
}

.pexels-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pexel-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.main {
  flex: 1;
}

.container-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.changelog-box {
  background-color: #f9fafb;
  border-radius: 8px;
  max-width: 850px;
  padding: 20px;
}

.body-flex {
  flex-direction: column;
  display: flex;
}

.utility-page-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-text {
  color: #101828;
  font-size: 100px;
  line-height: 100px;
}

.utility-page-text-field {
  border-radius: 4px;
}

.utility-page-submit-button {
  background-color: var(--gray-600);
  border-radius: 4px;
}

.feature-icon-svg {
  width: 1.8em;
}

.animation-text-reveal-opacity {
  display: block;
  position: relative;
}

.overlay-animation-text-reveal-opacity {
  background-color: #ffffffb3;
  width: 0%;
  height: 100%;
  margin-right: -2%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-animation-trigger {
  overflow: hidden;
}

.animation-content {
  height: 100%;
  position: relative;
}

.ds-animation-grid {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.animation-image-swipe-reveal-overlay {
  background-color: #fff;
  width: 101%;
  height: 100%;
  margin-left: -1px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.animation-image-swipe-reveal {
  overflow: hidden;
}

.animation-rotate-text-container {
  position: relative;
  overflow: hidden;
}

.animation-rotate-text-two {
  position: absolute;
}

.image-size-container {
  width: 100%;
  height: 35em;
}

.animation-image-zoom-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animation-image-zoom {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.animation-image-swipte {
  width: 100%;
  height: 100%;
}

.triangle-list-item {
  color: #475467;
  background-image: url('../images/triangle-black.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .9em;
  min-height: 14px;
  padding-left: 2.5em;
}

.privecy-policy-contant-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 2em;
  margin-bottom: 4em;
  display: flex;
}

.triangle-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.mobile-menu-close-icon-container {
  padding: 2em 10%;
}

.dropdown-list {
  top: 3em;
}

.dropdown-list.w--open {
  top: 6em;
}

.dropdown-link, .dropdown-link.w--current {
  color: #101828;
}

.mobile-menu-fixed-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0808274d;
  position: fixed;
  inset: 0%;
}

.dropdown-links-container {
  background-color: #fff;
  border: 1px solid #000;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.nav-menu-link {
  color: #101828;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .5em 1em;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-menu-link.w--current {
  color: #101828;
  font-weight: 400;
}

.nav-menu-link.last {
  padding-right: 0;
}

.mobile-menu {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
}

.mobile-menu-main-links-container {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-wrap: wrap;
  place-content: space-between center;
  align-items: center;
  padding-bottom: 1.5em;
  display: flex;
}

.nav-menu-links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.mobile-menu-container {
  z-index: 1001;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-logo-container {
  margin-top: 0;
  padding-left: 0;
}

.green-salad-line-dropdown {
  background-color: var(--black);
  width: 100%;
  height: 1em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dropdown-toggle {
  padding: .5em 3em .5em 1em;
}

.nav-menu-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.mobile-menu-links {
  z-index: 2;
  padding: 2.5em 9vw 2.5em 8vw;
  position: static;
}

.mobile-menu-social {
  z-index: 0;
  position: relative;
}

.space-nav {
  z-index: -1;
  width: 100%;
  height: 6.75em;
  position: relative;
}

.mobile-nav-line-separator {
  z-index: 1;
  background-color: var(--white);
  filter: saturate(200%);
  height: 1px;
  position: relative;
}

.mobile-menu-close-button {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo {
  width: 15em;
  padding-top: 0;
  display: block;
}

.mobile-menu-link-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4em;
}

.nav-bar-container {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 1.75em;
  display: flex;
}

.green-salad-line-nav {
  background-color: var(--black);
  width: 100%;
  height: 1em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-menu-mobile {
  cursor: pointer;
  display: none;
}

.mobile-menu-line-decoration {
  background-color: var(--white);
  width: 100%;
  height: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.dropdown-icon {
  margin-right: 1em;
}

.mobile-menu-social-links-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 3em;
  display: flex;
}

.mobile-menu-bg {
  z-index: -1;
  background-color: #0c111d;
  position: absolute;
  inset: 0%;
}

.nav-bar-container-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.hero-rotate-image {
  z-index: 25;
  perspective: 200vw;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
  transform: perspective(200vw);
}

.image {
  z-index: -10;
  object-fit: cover;
  width: 100%;
  height: 100em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-rotate-item {
  z-index: 25;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.letter-3 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.letter-3.space {
  padding-right: .5em;
}

.home-hero-copy {
  z-index: 0;
  background-color: #0c111d;
  flex-flow: column;
  height: auto;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-hero-intro {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
  position: relative;
}

.clip {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-rotate-height {
  height: 35em;
}

.hero-rotate-base {
  z-index: 50;
  perspective: 200vw;
  width: 50em;
  height: auto;
  display: flex;
  position: static;
}

.heading {
  color: #fff;
  text-align: center;
  white-space: normal;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.1em;
  font-weight: 900;
  line-height: 1.1em;
  overflow: hidden;
}

.image-fill-2 {
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-fill-2.show-on-mobile {
  display: none;
}

.loader-step-one {
  justify-content: center;
  align-items: center;
  margin-bottom: 37px;
  display: flex;
}

.letter-1, .letter-2, .letter-4, .letter-5, .letter-6, .letter-7, .letter-8, .letter-9, .letter-10, .letter-11 {
  display: inline-block;
}

.overline-white {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 2em;
  display: flex;
}

.div-block-11 {
  text-align: center;
}

.div-block-94 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-cta-footer-purple {
  color: #101828;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 500em;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-cta-footer-purple:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.main-section {
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.container-2 {
  max-width: 100em;
  padding-left: 5em;
  padding-right: 5em;
  position: static;
}

.div-block-95 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.bg-purple {
  z-index: -1;
  background-color: #f78025;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('../images/image_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border-radius: .5em;
  width: 3.75rem;
  height: 3.75rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.span-avatar.one {
  white-space: nowrap;
  background-image: none;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.span-avatar.two {
  background-image: none;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  bottom: 0;
  overflow: hidden;
}

.image-20-copy {
  object-fit: scale-down;
  width: 4.5em;
  max-width: none;
  height: 4.5em;
  position: absolute;
}

.div-block-96-copy {
  display: none;
}

.div-block-47 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.5em;
  display: flex;
}

.image-20 {
  object-fit: scale-down;
  width: 4.5em;
  max-width: none;
  height: 4.5em;
  position: absolute;
}

.intro-paragraph {
  color: #fff;
  text-align: center;
  flex-direction: column;
  font-size: 4.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.intro-paragraph.show-on-mobile {
  display: none;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.main-button {
  background-color: var(--main);
  border-radius: 500em;
  width: 100%;
  padding: .8em 2.5em;
  font-size: 1em;
  transition: background-color .2s;
}

.main-button:hover {
  background-color: #f16900;
}

.text-md-on-black {
  color: #cecfd2;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

.image-54 {
  width: 1em;
}

.c-baner {
  z-index: 9999999;
  display: none;
  position: fixed;
  inset: auto 30px 20px auto;
  overflow: hidden;
}

.image-6 {
  width: 10em;
}

.image-7 {
  width: 1.5em;
}

.div-block-51 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  background-color: #0c111d;
  padding-top: 6em;
  padding-bottom: 4em;
}

.div-block-55 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.div-block-57 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  display: flex;
}

.footer-white-titles {
  color: #fff;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 2em;
}

.container-3 {
  max-width: 100em;
  padding-left: 5em;
  padding-right: 5em;
  position: static;
}

.cookiebanner {
  z-index: 10001;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0c111d;
  border: 1px solid #fff;
  border-radius: .75em;
  flex-direction: row;
  align-items: center;
  padding: 1em 2em;
  display: flex;
}

.text-md-6 {
  color: #475467;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

.text-md-6.withe {
  color: #fff;
}

.text-md-6.withe:hover {
  text-decoration: none;
}

.image-5 {
  width: 15em;
}

.div-block-50 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.div-block-54 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.nav-item-line {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.line-separator {
  z-index: 0;
  filter: saturate(200%);
  background-color: #1f242f;
  width: 100%;
  height: 1px;
  position: relative;
}

.div-block-56 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-220 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1em;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-53 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  height: 5em;
  margin-top: .5em;
}

.attribution-container {
  align-items: center;
  display: flex;
}

.tovmach-logo {
  width: 1.25em;
  margin-bottom: 1px;
  margin-right: .5em;
}

.footer-attribution {
  color: #cecfd2;
  font-size: 1.1em;
  font-weight: 300;
  display: inline-block;
}

.link-attribution {
  color: #fff;
  font-weight: 900;
  transition: color .2s;
}

.link-attribution:hover {
  color: var(--main);
}

.div-block-221 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.small-title-text-medium {
  color: #101828;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 2em;
}

.accordion-icon-close {
  width: 2em;
  display: none;
}

.fs_accordion-2_item {
  border-bottom: 1px solid var(--main);
}

.fs_accordion-2_body {
  padding: .5em 3em 1.5em 0;
}

.fs_accordion-2_header {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.text-body {
  color: var(--black);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

.bg-gray {
  z-index: -2;
  background-color: #f9fafb;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs_accordion-2_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-title {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.section-title.white {
  color: var(--white);
}

.div-block-115 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.accordion-icon-open {
  width: 2em;
  display: block;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.div-block-116 {
  max-width: 60em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.div-block-222 {
  background-color: #fef5ee;
  border-radius: 2em;
  padding-top: 8em;
  padding-bottom: 8em;
}

.success-message-2 {
  color: #344054;
  background-color: #fff;
  border-radius: 4px;
}

.text-md-5 {
  color: #475467;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

.recaptcha {
  margin-bottom: 1.5em;
}

.modern-text-area-2 {
  color: #101828;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 2em;
  height: auto;
  min-height: 10em;
  margin-bottom: 1em;
  padding: 1.7em 1.5em;
  font-size: 1em;
  font-weight: 400;
  transition: border .2s;
}

.modern-text-area-2:focus {
  border-color: #167cc3;
}

.modern-text-area-2::placeholder {
  color: #475467;
  text-transform: none;
  font-size: 1em;
}

.capcha-container-3 {
  display: none;
  overflow: hidden;
}

.moder-form-text-field-2 {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2em;
  height: 4em;
  margin-bottom: 1.2em;
  padding: 1.7em 1.5em;
  font-size: 1em;
  line-height: 2em;
  transition: border .2s;
}

.moder-form-text-field-2:hover {
  color: #000;
}

.moder-form-text-field-2:focus {
  border-color: #167cc3;
}

.moder-form-text-field-2::placeholder {
  color: #475467;
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
}

.button-contact-us-2 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  background-color: #ffd460;
  border: 1px #000;
  border-radius: 2em;
  flex: none;
  width: 100%;
  height: 4em;
  margin-bottom: 0;
  padding: .75em .5em .5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
  transition: background-color .2s, color .2s;
}

.button-contact-us-2:hover {
  color: #101828;
  background-color: #ffdc7f;
  border-bottom-color: #101828;
  text-decoration: none;
}

.div-block-223 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
  display: flex;
}

.form {
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.div-block-224 {
  z-index: -1;
  filter: blur(40px);
  background-color: #f7802566;
  border-radius: 500em;
  width: 20em;
  height: 12.5em;
  position: absolute;
  inset: -4em -4em auto auto;
}

.image-55 {
  width: 100%;
  height: 100%;
}

.div-block-225 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e4e7ec;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  padding: 0;
  display: flex;
}

.div-block-226 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-lg-copy {
  color: var(--gray-900);
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2em;
}

.text-lg-copy.semibold {
  font-weight: 600;
}

.text-lg-copy.gray-900 {
  color: var(--gray-900);
}

.text-lg-copy.medium {
  font-weight: 500;
}

.text-lg-copy.bold {
  font-weight: 700;
}

.div-block-227 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-228 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
}

.image-56 {
  width: 1.2em;
}

.arrow-button-text {
  color: var(--main);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 2em;
}

.arrow-button-text.bold {
  font-weight: 700;
}

.arrow-button-text.withe {
  color: #fff;
}

.arrow-button-text.withe:hover {
  text-decoration: none;
}

.arrow-button-text.semibold {
  font-weight: 600;
}

.arrow-button-text.medium {
  font-weight: 500;
}

.div-block-229 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-230 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.div-block-231 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-57 {
  border-radius: 500em;
  width: 20em;
  height: 20em;
}

.div-block-232 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-233 {
  background-color: var(--main);
  border: .5em solid #fff;
  border-radius: 500em;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.image-58 {
  width: 3em;
}

.div-block-234 {
  border: 1px solid var(--main);
  background-color: #fef5ee;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 30em;
  padding: 4em 2em 3em;
  display: flex;
  position: relative;
}

.div-block-235 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -2.5em auto auto 0%;
}

.heading-h3-copy {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.25em;
}

.heading-h3-copy.bold {
  font-weight: 700;
}

.heading-h3-copy.medium {
  font-weight: 500;
}

.heading-h3-copy.semibold {
  font-weight: 600;
}

.div-block-236 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.div-block-237 {
  flex-flow: column;
  margin-top: .5em;
  display: flex;
}

.div-block-238 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.div-block-239 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: #fef5ee;
  border-radius: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3.5em;
  display: grid;
}

.div-block-240 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-59 {
  border-radius: 100px;
  width: 5em;
  position: relative;
}

.div-block-241 {
  position: relative;
}

.image-59-copy {
  border-radius: 100px;
  width: 5em;
  position: relative;
  left: -1em;
}

.div-block-242 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-body-black {
  color: #000;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

.case-studi-section-title-contianer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
  position: relative;
}

.main-section-copy {
  background-color: #0c111d;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.image-60 {
  width: 100%;
  height: 100%;
}

.div-block-243 {
  z-index: 0;
  width: 3.5em;
  position: relative;
  overflow: hidden;
}

.div-block-244 {
  z-index: -1;
  background-color: var(--main);
  border: 1px solid #0c111d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-244-copy {
  z-index: -2;
  background-color: var(--white);
  border: 1px solid #0c111d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-245 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.div-block-246 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--main);
  border-radius: 2em;
  flex-flow: column;
  max-width: 30em;
  padding: 2em;
  display: flex;
}

.text-body-white {
  color: #fff;
  text-align: left;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

.text-body-white-copy {
  color: #fff;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.number-cards {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.number-cards.white {
  color: var(--white);
}

.div-block-247 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.div-block-247-copy {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 12em;
  display: flex;
}

.div-block-247-copy-copy {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
}

.name-title {
  color: var(--gray-900);
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2em;
}

.name-title.semibold {
  font-weight: 600;
}

.name-title.gray-900 {
  color: var(--gray-900);
}

.name-title.medium {
  font-weight: 500;
}

.name-title.bold {
  font-weight: 700;
}

.steps-section-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
  position: relative;
}

.main-section-copy-copy {
  background-color: #0c111d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5em;
  position: relative;
}

.link-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--main);
  border-radius: 1em;
  justify-content: flex-start;
  align-items: center;
  padding: .8em 2em;
  display: flex;
}

.image-61 {
  width: 2.2em;
}

.div-block-249 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-62 {
  flex: 0 auto;
  align-self: center;
  width: 17em;
  display: block;
}

.div-block-250 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-251 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-h1-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-h1-copy.medium {
  font-weight: 500;
}

.heading-h1-copy.bold {
  font-weight: 700;
}

.heading-h1-copy.semibold {
  font-weight: 600;
}

.text-span {
  background-color: var(--main);
  border-radius: .2em;
  padding-left: .1em;
  padding-right: .1em;
}

.logos-rotation-animation {
  background-color: #fff;
  border-radius: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-rotation-container-one {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 4em;
  display: flex;
  position: static;
}

.rotate-image-size {
  max-width: 100%;
  height: 5em;
}

.rotate-image-size._2 {
  border-radius: 14px;
  height: 6em;
}

.rotate-image-size._0 {
  height: 6em;
}

.rotate-image-size.s {
  height: 4em;
}

.logo-rotation-container-two {
  grid-column-gap: 4em;
  flex: none;
  justify-content: flex-start;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.section-3 {
  background-color: #0c111d;
}

.div-block-252 {
  padding-top: 5em;
  padding-bottom: 3em;
}

.button-rocket-text {
  color: #fff;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

.div-block-253 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 32.5em;
  display: grid;
}

.image-63 {
  object-fit: contain;
  background-color: #1c1d20;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
}

.image-64 {
  width: 2em;
}

.div-block-254 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.div-block-255 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fef5ee;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.image-65 {
  border-radius: 20em;
  width: 4.5em;
  height: 4.5em;
}

.div-block-256 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.name-testimonial {
  color: var(--black);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2em;
}

.name-testimonial.bold {
  font-weight: 700;
}

.name-testimonial.withe {
  color: #fff;
}

.name-testimonial.withe:hover {
  text-decoration: none;
}

.name-testimonial.semibold {
  font-weight: 600;
}

.name-testimonial.medium {
  font-weight: 500;
}

.div-block-257 {
  flex: 1;
  order: 0;
}

.div-block-258 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.tca-section-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
  position: relative;
}

.div-block-259, .div-block-262 {
  display: none;
}

.button-cta-footer-purple-copy {
  color: #fff;
  background-color: #f88025;
  border: 1px solid #fff;
  border-radius: 500em;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  font-size: 1.5em;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-cta-footer-purple-copy:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.link-block-buton-rocket {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--main);
  border: 2px solid #f88025;
  border-radius: 500em;
  justify-content: flex-start;
  align-items: center;
  padding: .8em 2em;
  transition: all .2s;
  display: flex;
}

.link-block-buton-rocket:hover {
  background-color: var(--black);
  border: 2px solid #fff;
}

.spline-scene {
  z-index: 999999;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9em;
  font-weight: 900;
  line-height: 1.2em;
  overflow: hidden;
}

.div-block-265 {
  display: none;
}

.main-section-copy-copy {
  background-color: #0c111d;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.steps-section {
  background-color: #0c111d;
  min-height: 1400px;
  padding-top: 8em;
  padding-bottom: 6em;
  position: relative;
}

.div-block-266 {
  background-color: #0c111d;
  padding-top: 0;
}

.container-imagen-baja-calidad {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 25em;
  display: grid;
}

.image-63-copy {
  object-fit: cover;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
}

.icons-cta-footer {
  display: none;
}

.div-block-267 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-268 {
  background-color: #fff;
  border-radius: 500em;
  flex: none;
  width: .75em;
  height: .75em;
  margin-top: .9em;
}

.div-block-269 {
  flex-flow: column;
  display: flex;
}

.div-block-270 {
  padding-top: .5em;
}

.text-span-2 {
  font-style: italic;
  font-weight: 400;
}

.div-block-239-copy {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: #fef5ee;
  border-radius: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3.5em;
  display: grid;
}

.quotes-body-white {
  color: var(--white);
  text-align: center;
  font-size: 1.2em;
}

.heading-2 {
  font-weight: 400;
}

.h5---two-columns {
  font-family: Onest, sans-serif;
  font-size: .9em;
  font-weight: 600;
}

.main-subheading {
  color: var(--white);
  text-align: center;
  margin-bottom: 1.2em;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
}

.main-section-copy-copy-copy {
  background-color: #0c111d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5em;
  position: relative;
}

.main-button-new {
  background-color: var(--main);
  border-radius: 500em;
  padding: .8em 2.5em;
  font-size: 1em;
  transition: background-color .2s;
}

.main-button-new:hover {
  background-color: #f16900;
}

.main-button-contact {
  background-color: var(--main);
  border-radius: 500em;
  width: 100%;
  padding: .8em 2.5em;
  font-size: 1.7em;
  font-weight: 700;
  transition: background-color .2s;
}

.main-button-contact:hover {
  background-color: #f16900;
}

.div-block-271 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.image-62-copy {
  width: 25em;
}

.rotate-image-size-copy {
  max-width: 100%;
  height: 5em;
}

.rotate-image-size-copy._1 {
  border-radius: 14px;
}

.rotate-image-size-copy._0 {
  height: 6em;
}

.rotate-image-size-copy.s {
  height: 4em;
}

.image-62-copy {
  flex: 0 auto;
  align-self: center;
  width: 8em;
  display: block;
}

.image-62-copy-copy {
  width: 23em;
}

.div-block-223-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
  display: flex;
}

.moder-form-text-field-2-copy {
  color: #fff;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 2em;
  height: 4em;
  margin-bottom: 1.2em;
  padding: 1.7em 1.5em;
  font-size: 1em;
  line-height: 2em;
  transition: border .2s;
}

.moder-form-text-field-2-copy:hover {
  color: #000;
}

.moder-form-text-field-2-copy:focus {
  border-color: #167cc3;
}

.moder-form-text-field-2-copy::placeholder {
  color: #475467;
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
}

.modern-text-area-2-copy {
  color: #101828;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 2em;
  height: auto;
  min-height: 10em;
  margin-bottom: 1em;
  padding: 1.7em 1.5em;
  font-size: 1em;
  font-weight: 400;
  transition: border .2s;
}

.modern-text-area-2-copy:focus {
  border-color: #167cc3;
}

.modern-text-area-2-copy::placeholder {
  color: #475467;
  text-transform: none;
  font-size: 1em;
}

.div-block-115-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.text-body-copy {
  color: var(--white);
  white-space: normal;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

.resources---title {
  color: var(--_apps---sidebar--sidebar-primary-dark);
  font-weight: 600;
}

.flex-block {
  letter-spacing: 2px;
  transform: translate(0)translate(0);
}

@media screen and (min-width: 1280px) {
  .logo-rotation-container-one {
    justify-content: flex-start;
    align-items: center;
  }

  .rotate-image-size {
    object-fit: contain;
    width: auto;
    height: 5em;
  }

  .rotate-image-size._0 {
    height: 6em;
  }

  .rotate-image-size-copy {
    object-fit: contain;
    width: auto;
    height: 5em;
  }

  .rotate-image-size-copy._0 {
    height: 6em;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: .9vw;
  }

  .heading {
    font-size: 5.2em;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: .8vw;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 60px;
  }

  h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
  }

  li {
    background-position: 0 48%;
    font-size: 16px;
    line-height: 32px;
  }

  blockquote {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .container {
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .ds-nav {
    width: 100%;
    height: 63px;
  }

  .ds-menu-link {
    border-bottom: 1px #e6e6e6;
    width: 100vw;
    padding: 12px 20px;
    transition: background-color .2s;
  }

  .ds-menu-link:hover {
    background-color: #adadad12;
  }

  .ds-menu {
    color: #fff;
    background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
    position: absolute;
    box-shadow: 1px 1px 3px #d0d5dd;
  }

  .ds-menu-brand {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .menu-button-2.w--open {
    background-color: #3b82f6;
  }

  .form-text-field {
    height: 50px;
    margin-bottom: 10px;
    padding: 8px 12px;
  }

  .margin-bottom {
    margin-bottom: 10px;
  }

  .spacer-4em---48px {
    width: 48px;
    height: 48px;
    display: block;
  }

  .text-md {
    font-size: 16px;
    line-height: 32px;
  }

  .rich-text img {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .overline-small {
    font-size: 12px;
    line-height: 24px;
  }

  .heading-h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .accordion-title-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-sm {
    font-size: 14px;
    line-height: 28px;
  }

  .button {
    padding: 8px 32px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
  }

  .button.outline.width-100 {
    padding: 8px 32px;
  }

  .spacer-6-5em---80px {
    width: 80px;
    height: 80px;
  }

  .spacer-0-7em---8px {
    width: 8px;
    height: 8px;
  }

  .column {
    width: 50%;
  }

  .heading-h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .featured-icon {
    width: 56px;
    height: 56px;
    padding: 13px;
  }

  .heading-h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-h2.margin-bottom {
    margin-bottom: 10px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .heading-h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .spacer-5em---64px {
    width: 64px;
    height: 64px;
  }

  .spacer-2-5em---32px {
    width: 32px;
    height: 32px;
  }

  .accordion-inner {
    padding: 32px 24px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .overline {
    font-size: 14px;
    line-height: 28px;
  }

  .badge {
    padding: 2px 10px;
  }

  .accordion-icon {
    width: 50px;
    margin-bottom: -1px;
  }

  .spacer-1-3em---16px {
    width: 16px;
    height: 16px;
  }

  .spacer-10em---128px {
    width: 128px;
    height: 128px;
  }

  .text-lg {
    font-size: 18px;
    line-height: 36px;
  }

  .heading-h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .spacer-2em---24px {
    width: 24px;
    height: 24px;
  }

  .spacer-8em---96px {
    width: 96px;
    height: 96px;
  }

  .text-area {
    min-height: 100px;
  }

  .heading-h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .paragraph-400px {
    max-width: 400px;
  }

  .pexel-image {
    height: 200px;
  }

  .feature-icon-svg {
    width: 22px;
  }

  .triangle-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-menu-link {
    border-bottom: 1px #e2e2e2;
  }

  .nav-menu-link.last, .nav-menu-links {
    display: none;
  }

  .mobile-menu-container {
    position: fixed;
  }

  .nav-logo-container {
    width: 160px;
  }

  .green-salad-line-dropdown {
    height: 10px;
  }

  .nav-menu-text {
    font-size: 14px;
  }

  .space-nav {
    height: 90px;
  }

  .nav-logo {
    width: 100%;
  }

  .mobile-menu-link-text {
    font-size: 20px;
    line-height: 30px;
  }

  .nav-bar-container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 32px;
  }

  .green-salad-line-nav {
    height: 10px;
  }

  .nav-menu-mobile {
    z-index: 2000;
    margin-right: -1.2em;
    padding: 1.2em;
    display: block;
    position: relative;
  }

  .nav-bar-container-box {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-rotate-image {
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image {
    height: 100%;
  }

  .home-hero-copy {
    height: auto;
    max-height: none;
    padding-bottom: 2em;
  }

  .home-hero-intro {
    width: 100%;
  }

  .clip {
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-rotate-height {
    height: 50vw;
  }

  .hero-rotate-base {
    width: 50%;
    position: static;
  }

  .heading {
    font-size: 54px;
  }

  .overline-white {
    font-size: 14px;
    line-height: 28px;
  }

  .div-block-94 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .button-cta-footer-purple {
    padding-top: .8em;
    padding-bottom: .8em;
    font-size: 14px;
  }

  .main-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .container-2 {
    max-width: 1280px;
    padding: 0 32px;
  }

  .div-block-95 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .span-avatar {
    border-radius: .35rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .span-avatar.one {
    width: 6vw;
    height: 6vw;
    overflow: hidden;
  }

  .span-avatar.two {
    background-image: none;
    width: 6vw;
    height: 6vw;
  }

  .image-20-copy, .image-20 {
    object-fit: scale-down;
    width: 6vw;
    height: 6vw;
  }

  .intro-paragraph {
    font-size: 4vw;
    font-weight: 700;
  }

  .main-button.nav {
    display: none;
  }

  .main-button.nav-2.w--current {
    padding: .5em 2em;
    font-size: 14px;
  }

  .text-md-on-black {
    font-size: 16px;
    line-height: 32px;
  }

  .div-block-51 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
  }

  .section-2 {
    padding-top: 5em;
  }

  .footer-white-titles {
    font-size: 16px;
    line-height: 32px;
  }

  .container-3 {
    max-width: 1280px;
    padding: 0 32px;
  }

  .cookiebanner {
    padding: .5em 1em .5em 1.5em;
    inset: auto 15px 15px auto;
  }

  .text-md-6 {
    font-size: 16px;
    line-height: 32px;
  }

  .image-5 {
    width: 12em;
  }

  .div-block-50 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .div-block-54 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .nav-item-line {
    display: none;
  }

  .div-block-52 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-attribution {
    font-size: 16px;
    font-weight: 400;
  }

  .small-title-text-medium {
    font-size: 20px;
    line-height: 36px;
  }

  .accordion-icon-close {
    width: 1.8em;
  }

  .text-body {
    font-size: 18px;
    line-height: 36px;
  }

  .section-title {
    font-size: 36px;
    line-height: 44px;
  }

  .accordion-icon-open {
    width: 1.8em;
  }

  .div-block-222 {
    padding: 4em;
  }

  .text-md-5 {
    font-size: 16px;
    line-height: 32px;
  }

  .modern-text-area-2 {
    font-size: 1em;
  }

  .moder-form-text-field-2 {
    font-size: 16px;
  }

  .button-contact-us-2 {
    font-size: .9em;
    position: relative;
  }

  .div-block-226 {
    grid-template-columns: 1fr 1fr;
  }

  .text-lg-copy {
    font-size: 18px;
    line-height: 36px;
  }

  .arrow-button-text {
    font-size: 16px;
    line-height: 32px;
  }

  .heading-h3-copy {
    font-size: 30px;
    line-height: 38px;
  }

  .div-block-238 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    align-items: stretch;
  }

  .div-block-239 {
    grid-template-columns: 1fr;
  }

  .image-59, .image-59-copy {
    width: 4em;
  }

  .text-body-black {
    font-size: 18px;
    line-height: 36px;
  }

  .main-section-copy {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .div-block-243 {
    width: 3.4em;
    display: none;
  }

  .div-block-245 {
    align-items: stretch;
    height: auto;
  }

  .div-block-246 {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .text-body-white {
    font-size: 18px;
    line-height: 36px;
  }

  .number-cards {
    font-size: 3.5em;
    line-height: 1em;
  }

  .div-block-247 {
    flex: 0 auto;
    display: none;
  }

  .div-block-247-copy {
    display: none;
  }

  .div-block-247-copy-copy {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    display: flex;
  }

  .div-block-248 {
    overflow: hidden;
  }

  .name-title {
    font-size: 18px;
    line-height: 20px;
  }

  .steps-section-title {
    margin-bottom: 3em;
  }

  .heading-h1-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .logos-rotation-animation {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .rotate-image-size {
    height: 3em;
  }

  .rotate-image-size._0 {
    height: 5em;
  }

  .button-rocket-text {
    font-size: 18px;
    line-height: 36px;
  }

  .div-block-253 {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .image-63 {
    width: 100%;
  }

  .name-testimonial {
    font-size: 16px;
    line-height: 32px;
  }

  .div-block-259 {
    padding-top: 6em;
    padding-bottom: 6em;
    display: block;
  }

  .div-block-260 {
    z-index: 0;
    background-color: var(--white);
    width: 8px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-261 {
    z-index: 2;
    background-color: var(--main);
    border-radius: 100px;
    flex: none;
    width: 32px;
    height: 32px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-262 {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    width: 2em;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto -4.2em;
  }

  .div-block-263 {
    z-index: 1;
    background-color: #0c111d;
    width: 100%;
    height: 50%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-263-copy {
    z-index: -1;
    background-color: #0c111d;
    width: 100%;
    height: 50%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .div-block-264 {
    z-index: 1;
    background-color: var(--main);
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-239-copy {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .button-cta-footer-purple-copy {
    padding-top: .8em;
    padding-bottom: .8em;
    font-size: 14px;
  }

  .heading-copy {
    font-size: 10vw;
  }

  .main-section-copy-copy, .steps-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .div-block-266 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container-imagen-baja-calidad {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .image-63-copy {
    width: 100%;
  }

  .div-block-268 {
    margin-top: .7em;
  }

  .div-block-239-copy {
    grid-template-columns: 1fr;
  }

  .quotes-body-white {
    font-size: 18px;
  }

  .main-subheading {
    white-space: normal;
    font-size: 1.7em;
    line-height: 1.6em;
  }

  .main-section-copy-copy-copy {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .main-button-new.nav {
    display: none;
  }

  .main-button-new.nav-2.w--current {
    padding: .5em 2em;
    font-size: 14px;
  }

  .main-button-contact.nav {
    display: none;
  }

  .main-button-contact.nav-2.w--current {
    padding: .5em 2em;
    font-size: 14px;
  }

  .div-block-271 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .rotate-image-size-copy {
    height: 3em;
  }

  .rotate-image-size-copy._0 {
    height: 5em;
  }

  .moder-form-text-field-2-copy {
    font-size: 16px;
  }

  .modern-text-area-2-copy {
    font-size: 1em;
  }

  .text-body-copy {
    font-size: 18px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: #2d99ff;
  }

  .ds-section.header {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-h6 {
    line-height: 24px;
  }

  .button.outline {
    cursor: pointer;
    box-shadow: inset 0 0 0 1.5px #66708580;
  }

  .button.outline:hover {
    background-color: #f9fafb;
    box-shadow: inset 0 0 0 2px #667085;
  }

  .button.outline:active {
    background-color: #f2f4f7;
  }

  .column._4-column {
    width: 100%;
  }

  .heading-h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .accordion-inner {
    padding-left: 0;
    padding-right: 0;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .heading-h5 {
    line-height: 28px;
  }

  .heading-h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-h1.bold.w--current {
    color: #fff;
  }

  .pexels-images {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-menu-links {
    display: none;
  }

  .mobile-menu-link-text {
    line-height: 28px;
  }

  .nav-menu-mobile {
    cursor: pointer;
    display: block;
  }

  .hero-rotate-image {
    padding-top: 0;
  }

  .hero-rotate-item.radius-regular.new {
    height: 50vw;
    margin-top: 0;
  }

  .home-hero-copy {
    max-height: none;
  }

  .home-hero-intro {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin-top: 2em;
  }

  .hero-rotate-base {
    width: 70%;
  }

  .heading {
    font-weight: 900;
  }

  .div-block-94 {
    flex-flow: column;
    display: none;
  }

  .div-block-96 {
    display: none;
  }

  .main-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .div-block-95 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .span-avatar.one {
    width: 4.5em;
    height: 4.5em;
  }

  .span-avatar.two {
    width: 7em;
    height: 4em;
  }

  .image-20-copy {
    width: 4.5em;
    height: 4.5em;
  }

  .div-block-96-copy {
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
    display: flex;
  }

  .div-block-47 {
    margin-top: 1.8em;
  }

  .image-20 {
    width: 7em;
    height: 4em;
  }

  .intro-paragraph {
    font-size: 2.2em;
  }

  .intro-paragraph.show-on-mobile {
    display: block;
  }

  .intro-paragraph.hidden-on-mobile {
    display: none;
  }

  .div-block-12 {
    margin-bottom: 1.3em;
  }

  .c-baner {
    padding-left: 1em;
    padding-right: 1em;
    right: 0;
  }

  .cookiebanner {
    justify-content: space-between;
    width: 100%;
    top: auto;
    left: auto;
    right: 2.5%;
  }

  .div-block-54 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .div-block-56 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column-reverse;
  }

  .div-block-220 {
    flex: none;
  }

  .div-block-52 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    display: flex;
  }

  .div-block-53 {
    flex-flow: wrap;
  }

  .div-block-221 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-222 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-57 {
    width: 15em;
    height: 15em;
  }

  .div-block-234 {
    width: 100%;
  }

  .heading-h3-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-238 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .div-block-239 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-59 {
    width: 3em;
  }

  .image-59-copy {
    width: 3em;
    left: -1em;
  }

  .main-section-copy {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .div-block-243 {
    flex: none;
    width: 3.5em;
  }

  .number-cards {
    font-size: 3em;
  }

  .name-title {
    line-height: 20px;
  }

  .div-block-251 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .heading-h1-copy {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-h1-copy.bold.w--current {
    color: #fff;
  }

  .div-block-252 {
    padding-top: 0;
    padding-bottom: 2em;
  }

  .div-block-263 {
    width: 100%;
    height: 50%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-263-copy {
    width: 100%;
    height: 50%;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .heading-copy {
    margin-top: 32px;
    font-size: 13vw;
    font-weight: 900;
  }

  .div-block-265 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-section-copy-copy, .steps-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .icons-cta-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
    display: flex;
  }

  .div-block-239-copy {
    padding-left: 2em;
    padding-right: 2em;
  }

  .main-section-copy-copy-copy {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ds-nav {
    display: block;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .ds-section {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .column {
    margin-bottom: 0;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pexels-images {
    grid-template-columns: 1fr 1fr;
  }

  .pexel-image {
    height: 100px;
  }

  ._404-text {
    font-size: 60px;
  }

  .animation-text-reveal-opacity {
    display: block;
  }

  .ds-animation-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-link.w--current {
    background-color: #fff;
  }

  .mobile-menu-main-links-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav-logo-container {
    width: 130px;
  }

  .nav-menu-text {
    font-size: 3.2vw;
  }

  .mobile-menu-links {
    padding-top: 1em;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-bar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-mobile {
    margin-right: -16px;
    display: block;
  }

  .mobile-menu-line-decoration {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .mobile-menu-social-links-container {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .hero-rotate-image {
    padding-top: 0;
  }

  .hero-rotate-item.radius-regular.new {
    height: 100vw;
    margin-top: 0;
  }

  .clip {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading {
    font-size: 44px;
  }

  .image-fill-2.hidden-mobile {
    display: none;
  }

  .image-fill-2.show-on-mobile {
    display: flex;
  }

  .main-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-paragraph {
    font-size: 2em;
    font-weight: 600;
  }

  .image-54 {
    width: 16px;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cookiebanner {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
  }

  .div-block-54 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .div-block-220 {
    padding: 16px;
  }

  .div-block-53 {
    justify-content: center;
    align-items: center;
  }

  .fs_accordion-2_body {
    padding-right: 0;
  }

  .text-body, .section-title {
    color: var(--black);
  }

  .button-contact-us-2 {
    width: 100%;
  }

  .div-block-226 {
    grid-template-columns: 1fr;
  }

  .div-block-239 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-59 {
    width: 2.5em;
  }

  .div-block-241 {
    flex: none;
  }

  .image-59-copy {
    width: 2.5em;
  }

  .div-block-242 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-243 {
    display: none;
  }

  .div-block-245 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .div-block-246 {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
  }

  .text-body-white-copy {
    font-size: 1.5em;
  }

  .div-block-247-copy-copy {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .image-62 {
    width: 12em;
  }

  .div-block-250 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .button-rocket-text {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
  }

  .image-63 {
    min-height: 75vw;
  }

  .div-block-262 {
    left: -2.7em;
  }

  .button-cta-footer-purple-copy {
    text-align: center;
  }

  .heading-copy {
    margin-top: 16px;
    font-size: 14vw;
  }

  .div-block-265 {
    position: relative;
  }

  .main-section-copy-copy, .steps-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-63-copy {
    min-height: 75vw;
  }

  .div-block-239-copy {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-subheading {
    font-size: 1.4em;
    font-weight: 400;
  }

  .main-section-copy-copy-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-button-contact {
    font-size: 1em;
  }

  .image-62-copy {
    width: 7em;
  }

  .image-62-copy-copy {
    width: 17em;
  }

  .div-block-223-copy {
    padding-bottom: 0;
  }

  .text-body-copy {
    color: var(--white);
  }
}

#w-node-_9ba9651a-8ce4-9d5f-d137-b1904c2be5bf-e3f9404c, #w-node-_9ba9651a-8ce4-9d5f-d137-b1904c2be5bf-13e06862, #w-node-_9ba9651a-8ce4-9d5f-d137-b1904c2be5bf-58a05385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_49967515-0edd-6d36-7e6e-ab3991179260-e3f9404c, #w-node-f3b31f09-c9f6-c33a-bafe-f158b9b38b24-e3f9404c, #w-node-_13079c5e-68b8-76ab-750e-5302beceeb06-e3f9404c, #w-node-_7d47f1db-48f3-349c-94e3-d4f166e297e8-e3f9404c, #w-node-_04fdf1dc-2ba1-e773-52ef-30c15c225a94-e3f9404c, #w-node-_413e22c6-aead-f995-bff0-b48a32cdc8e0-e3f9404c, #w-node-_413e22c6-aead-f995-bff0-b48a32cdc8f1-e3f9404c, #w-node-_413e22c6-aead-f995-bff0-b48a32cdc902-e3f9404c, #w-node-_49967515-0edd-6d36-7e6e-ab3991179260-58a05385, #w-node-f3b31f09-c9f6-c33a-bafe-f158b9b38b24-58a05385, #w-node-_13079c5e-68b8-76ab-750e-5302beceeb06-58a05385, #w-node-_7d47f1db-48f3-349c-94e3-d4f166e297e8-58a05385, #w-node-_04fdf1dc-2ba1-e773-52ef-30c15c225a94-58a05385, #w-node-_413e22c6-aead-f995-bff0-b48a32cdc8e0-58a05385, #w-node-_413e22c6-aead-f995-bff0-b48a32cdc8f1-58a05385, #w-node-_413e22c6-aead-f995-bff0-b48a32cdc902-58a05385 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_33046ea8-a4ca-8d69-b14c-ac31367a042a-e3f9404c, #w-node-_33046ea8-a4ca-8d69-b14c-ac31367a042a-58a05385 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


