:root {
  --fonts--font-body: var(--fonts--font-plus-jakarta);
  --themes--body-text-light: var(--color-base--neutral--neultral-600);
  --color-base--primary--blue-dark: #083163;
  --color-base--primary--blue-default: #0d4c9b;
  --color-base--primary--blue-light: #1167cf;
  --color-base--primary--blue-lighter: #5fa1f2;
  --color-base--primary--blue-lightest: #97c2f6;
  --color-base--secondary--gold-dark: #795a25;
  --color-base--secondary--gold-default: #d1aa67;
  --color-base--secondary--gold-light: #d9b982;
  --color-base--neutral--neultral-400: #9ca3af;
  --color-base--neutral--neultral-800: #1f2937;
  --color-base--neutral--neultral-700: #374151;
  --color-base--neutral--neultral-600: #4b5563;
  --color-base--primary--blue-tiny: #ebf3ff;
  --color-base--secondary--gold-lighter: #e8d5b5;
  --color-base--secondary--gold-lightest: #f0e3cc;
  --color-base--secondary--gold-tiny: #fbf8f3;
  --color-base--secondary--green-default: #20844e;
  --color-base--neutral--white-default: #fff;
  --color-base--neutral--neultral-900: #111827;
  --color-base--neutral--neultral-500: #6b7280;
  --color-base--neutral--neultral-300: #d1d5db;
  --color-base--neutral--neultral-200: #e5e7eb;
  --color-base--neutral--neutral-100: #f3f4f6;
  --color-base--neutral--neutral-050: #f9fafb;
  --fonts--font-title-2: var(--fonts--font-gelica);
  --color-base--secondary--green-dark: #1c7545;
  --white-30: #ffffff4d;
  --color-base--neutral--white-80: #fffc;
  --white-90: #ffffffe6;
  --fonts--font-title-1: var(--fonts--font-plus-jakarta);
  --fonts--font-plus-jakarta: "Plus Jakarta Sans", Arial, sans-serif;
  --fonts--font-gelica: gelica, sans-serif;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  font-family: var(--fonts--font-body);
  color: var(--themes--body-text-light);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

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

label {
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

.text-weight-light {
  font-weight: 300;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.25rem;
  display: flex;
}

.button.is-small {
  padding: 1rem 1.5rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-light {
  color: #000;
  background-color: #fff;
}

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

.text-weight-normal {
  font-weight: 400;
}

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

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.rich-text h1 {
  margin-bottom: 1.875rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text h3 {
  margin-bottom: 1.25rem;
}

.rich-text h4 {
  margin-bottom: 1rem;
}

.rich-text h5, .rich-text h6 {
  margin-bottom: .5rem;
}

.rich-text p {
  margin-bottom: 1rem;
}

.rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rich-text ul {
  margin-bottom: 2rem;
}

.rich-text ol {
  list-style-type: decimal;
}

.container-large {
  width: 100%;
  max-width: 86.25rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.is-header {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.show-tablet {
  display: none;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.main-wrapper.is-form-page {
  flex-flow: column;
  min-height: 100dvh;
  display: flex;
}

.container-medium {
  max-width: 81.5rem;
}

.container-small {
  width: 100%;
  max-width: 55.5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.ss_utility_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .8rem;
  line-height: 1.3;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

.text-size-large {
  font-size: 1.125rem;
  line-height: 1.5;
}

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.text-size-medium {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_item-label {
  color: #333333a6;
  flex: none;
  font-size: 1rem;
}

.ss_utility_spacing-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.ss_content_item-label-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.5;
}

.show-mobile {
  display: none;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-huge {
  font-size: 1.25rem;
  line-height: 1.5;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h6 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.ss_utility_class-wrap {
  position: absolute;
  inset: -2.1rem auto auto -1px;
}

.ss_utility_color-items {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ss_utility_color-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.background-color-blue-dark {
  background-color: var(--color-base--primary--blue-dark);
}

.background-color-blue-dark.zy-stylesystem-color {
  min-height: 1px;
}

.zy-stylesystem-color {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.ss_utility_color-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: .75rem;
}

.ss_utility_color-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.text-color-blue-dark {
  color: var(--color-base--primary--blue-dark);
}

.background-color-blue-default {
  background-color: var(--color-base--primary--blue-default);
}

.background-color-blue-default.zy-stylesystem-color {
  min-height: 1px;
}

.background-color-blue-light {
  background-color: var(--color-base--primary--blue-light);
}

.background-color-blue-light.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue-default {
  color: var(--color-base--primary--blue-default);
}

.text-color-blue-light {
  color: var(--color-base--primary--blue-light);
}

.background-color-blue-lighter {
  background-color: var(--color-base--primary--blue-lighter);
}

.background-color-blue-lighter.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue-lighter {
  color: var(--color-base--primary--blue-lighter);
}

.background-color-blue-lightest {
  background-color: var(--color-base--primary--blue-lightest);
}

.background-color-blue-lightest.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue-lightest {
  color: var(--color-base--primary--blue-lightest);
}

.background-color-gold-dark {
  background-color: var(--color-base--secondary--gold-dark);
}

.background-color-gold-dark.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-gold-dark {
  color: var(--color-base--secondary--gold-dark);
}

.background-color-gold-default {
  background-color: var(--color-base--secondary--gold-default);
}

.background-color-gold-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-gold-default {
  color: var(--color-base--secondary--gold-default);
}

.gold-lightbackground-color-gold-light {
  background-color: var(--color-base--secondary--gold-light);
}

.gold-lightbackground-color-gold-light.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-gold-light {
  color: var(--color-base--secondary--gold-light);
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-small {
  width: 100%;
  max-width: 23.25rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 73.75rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 10.625rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35.875rem;
}

.max-width-large {
  width: 100%;
  max-width: 48.5rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 61.125rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 4.313rem;
}

.ss_utility_max {
  border: 1px solid #1e7bfa;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.ss_utility_max-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ss_utility_spacing-box {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  margin-top: 2rem;
  position: relative;
}

.ss_utility_structure-box {
  z-index: -1;
  border: 1px #acacac;
  border-style: none dashed;
  height: 3rem;
  position: relative;
}

.display-block {
  display: block;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.display-flex {
  display: flex;
}

.display-inlineblock {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.spacing-block-tiny {
  width: 100%;
  height: .125rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-medium {
  width: 100%;
  height: 2rem;
}

.spacing-block-large {
  width: 100%;
  height: 3rem;
}

.spacing-block-xlarge {
  width: 100%;
  height: 4rem;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 5rem;
}

.spacing-block-huge {
  width: 100%;
  height: 6rem;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12rem;
}

.spacing-section-small {
  width: 100%;
  height: 5.75rem;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.spacing-section-large {
  width: 100%;
  height: 9.375rem;
}

.spacing-section-xlarge {
  width: 100%;
  height: 12.5rem;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.spacing-section-huge {
  width: 100%;
  height: 15.625rem;
}

.spacing-block-custom1 {
  width: 100%;
  height: .625rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.5rem;
}

.spacing-block-custom5 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-custom4 {
  width: 100%;
  height: 1.875rem;
}

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2rem 15em;
}

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: sticky;
  top: 5rem;
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_footer_item {
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_sections {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
}

.ss_content_items-wrap {
  border-bottom: 1px solid #ddd;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: -2rem;
  display: flex;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_text_sidebar-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.ss_text_heading {
  color: #fff;
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: 1;
}

.ss_nav {
  z-index: 99999;
  max-width: 100rem;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.ss_content_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #ddd;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.ss_content_item.is-vertical {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ss_text_label {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
}

.ss_sidebar {
  flex: none;
  width: 16rem;
  padding: 1.25rem 2.5em 1.5rem;
  box-shadow: 2px 0 4px #0000000d, inset -1px 0 #0000001a;
}

.ss_section {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_section.light {
  background-color: #fff;
}

.ss_section.is-header {
  color: #acacac;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_footer {
  text-align: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px #0003;
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -2px #121619;
}

.ss_nav_link.is--docs {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_body {
  background-color: #ddd;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

.spacing-section-xsmall {
  width: 100%;
  height: 4rem;
}

.ss_utility_visibility-bg {
  opacity: .7;
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ss_utility_visibility-wrap {
  padding: 1.5rem 2rem;
  position: relative;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_component {
  margin-bottom: 0;
}

.form_checkbox-icon {
  border-width: .125rem;
  border-color: var(--color-base--neutral--neultral-400);
  background-color: #f3f4f6;
  border-radius: .1875rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .625rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  border-width: .125rem;
  border-color: var(--color-base--primary--blue-light);
  background-color: var(--color-base--primary--blue-light);
  background-size: 90%;
  border-radius: .1875rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .625rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  outline-color: var(--color-base--neutral--neultral-800);
  outline-offset: .133333rem;
  border-radius: .125rem;
  outline-width: .125rem;
  outline-style: solid;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .625rem 0 0;
}

.form_checkbox-icon.w--redirected-focus-visible {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .625rem 0 0;
}

.form_checkbox-icon.is-radio {
  border-radius: 5rem;
  width: 1.25rem;
  height: 1.25rem;
}

.form_checkbox-icon.is-radio.w--redirected-checked {
  background-color: #5e6c88;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.form_input {
  border: 1.375px solid var(--color-base--neutral--neultral-400);
  color: var(--color-base--neutral--neultral-700);
  background-color: #0000;
  border-radius: 4rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: .9375rem;
  font-weight: 500;
}

.form_input:focus {
  border-color: var(--color-base--neutral--neultral-700);
}

.form_input::placeholder {
  color: var(--color-base--neutral--neultral-600);
}

.form_input.is-text-area {
  border-radius: .75rem;
  min-width: 100%;
  max-width: 100%;
  min-height: 7rem;
  padding-top: .75rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.form_message-success {
  padding: 1.25rem;
}

.form_checkbox, .form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-label {
  color: var(--color-base--neutral--neultral-700);
  font-variation-settings: "wght" 500;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: .9375rem;
  line-height: 1.5;
  transition: all .2s;
  display: flex;
}

.form_checkbox-label:hover {
  font-variation-settings: "wght" 650;
}

.form_label {
  color: var(--color-base--neutral--neultral-800);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.ss_utility_combo-classes-wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.ss_utility_button-wrap {
  background-color: #000;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
}

.ss_text_heading-description {
  color: #727272;
  text-align: center;
  margin-top: 2rem;
}

.background-color-blue-tiny {
  background-color: var(--color-base--primary--blue-tiny);
}

.background-color-blue-tiny.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue-tiny {
  color: var(--color-base--primary--blue-tiny);
}

.gold-lightbackground-color-gold-lighter {
  background-color: var(--color-base--secondary--gold-lighter);
}

.gold-lightbackground-color-gold-lighter.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-gold-lighter {
  color: var(--color-base--secondary--gold-lighter);
}

.background-color-gold-lightest {
  background-color: var(--color-base--secondary--gold-lightest);
}

.background-color-gold-lightest.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-gold-lightest {
  color: var(--color-base--secondary--gold-lightest);
}

.background-color-gold-tiny {
  background-color: var(--color-base--secondary--gold-tiny);
}

.background-color-gold-tiny.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-gold-tiny {
  color: var(--color-base--secondary--gold-tiny);
}

.background-color-green-default {
  background-color: var(--color-base--secondary--green-default);
}

.background-color-green-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-green-default {
  color: var(--color-base--secondary--green-default);
}

.text-color-white-default {
  color: var(--color-base--neutral--white-default);
}

.background-color-white-default {
  background-color: var(--color-base--neutral--white-default);
}

.background-color-white-default.zy-stylesystem-color {
  min-height: 1px;
}

.background-color-neultral-800 {
  background-color: var(--color-base--neutral--neultral-800);
}

.background-color-neultral-800.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neultral-800 {
  color: var(--color-base--neutral--neultral-800);
}

.background-color-neultral-900 {
  background-color: var(--color-base--neutral--neultral-900);
}

.background-color-neultral-900.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neultral-900 {
  color: var(--color-base--neutral--neultral-900);
}

.background-color-neultral-700 {
  background-color: var(--color-base--neutral--neultral-700);
}

.background-color-neultral-700.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neultral-700 {
  color: var(--color-base--neutral--neultral-700);
}

.background-color-neultral-600 {
  background-color: var(--color-base--neutral--neultral-600);
}

.background-color-neultral-600.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neultral-600 {
  color: var(--color-base--neutral--neultral-600);
}

.background-color-neultral-500 {
  background-color: var(--color-base--neutral--neultral-500);
}

.background-color-neultral-500.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neultral-500 {
  color: var(--color-base--neutral--neultral-500);
}

.background-color-neultral-400 {
  background-color: var(--color-base--neutral--neultral-400);
}

.background-color-neultral-400.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neultral-400 {
  color: var(--color-base--neutral--neultral-400);
}

.text-color-neultral-300 {
  color: var(--color-base--neutral--neultral-300);
}

.background-color-neultral-300 {
  background-color: var(--color-base--neutral--neultral-300);
}

.background-color-neultral-300.zy-stylesystem-color {
  min-height: 1px;
}

.background-color-neultral-200 {
  background-color: var(--color-base--neutral--neultral-200);
}

.background-color-neultral-200.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neultral-200 {
  color: var(--color-base--neutral--neultral-200);
}

.background-color-neultral-100 {
  background-color: var(--color-base--neutral--neutral-100);
}

.background-color-neultral-100.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neultral-100 {
  color: var(--color-base--neutral--neutral-100);
}

.background-color-neultral-50 {
  background-color: var(--color-base--neutral--neutral-050);
}

.background-color-neultral-50.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neultral-50 {
  color: var(--color-base--neutral--neutral-050);
}

.icon-pill-wrap {
  max-width: 1.75rem;
}

.tag {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-title {
  font-family: var(--fonts--font-title-2);
  font-size: 1.25rem;
  font-weight: 600;
}

.tag-title.is-opacity-50 {
  opacity: .5;
}

.button-text {
  font-family: var(--fonts--font-body);
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
}

.button-text.large {
  font-size: 1rem;
}

.button-icon {
  max-width: 1.5rem;
}

.button-size {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.25rem;
  display: flex;
}

.button-size.large {
  padding: 1rem 2rem;
}

.button-theme {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 6rem;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.button-theme.green-primary {
  border-color: var(--color-base--secondary--green-default);
  background-color: var(--color-base--secondary--green-default);
  color: var(--color-base--neutral--white-default);
}

.button-theme.green-primary:hover {
  border-color: var(--color-base--secondary--green-dark);
  background-color: var(--color-base--secondary--green-dark);
}

.button-theme.white-primary {
  border-color: var(--color-base--neutral--white-default);
  background-color: var(--color-base--neutral--white-default);
  color: var(--color-base--primary--blue-dark);
}

.button-theme.white-primary:hover {
  border-color: var(--color-base--primary--blue-tiny);
  background-color: var(--color-base--primary--blue-tiny);
}

.button-theme.white-secondary {
  border-color: var(--white-30);
  color: var(--color-base--neutral--white-default);
}

.button-theme.white-secondary:hover {
  border-color: var(--color-base--neutral--white-80);
}

.button-theme.dark-secondary {
  border-color: var(--color-base--neutral--neultral-300);
  color: var(--color-base--primary--blue-dark);
}

.button-theme.dark-secondary:hover {
  border-color: var(--color-base--primary--blue-dark);
}

.button-theme.cookies {
  color: var(--color-base--primary--blue-dark);
  background-color: #97c2f680;
  border-color: #97c2f680;
}

.button-theme.cookies:hover {
  background-color: #97c2f6bf;
  border-color: #97c2f6bf;
}

.button-theme.blue-primary {
  border-color: var(--color-base--primary--blue-default);
  background-color: var(--color-base--primary--blue-default);
  color: var(--color-base--neutral--white-default);
}

.button-theme.blue-primary:hover {
  background-color: #0b3f7f;
  border-color: #0b3f7f;
}

.button-theme.product-custom {
  border-style: none;
  border-color: #000;
  box-shadow: 0 2px 4rem -.75rem #000b1852;
}

.button-theme.product-custom:hover {
  opacity: .9;
}

.cookies-modal {
  z-index: 100;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--color-base--neutral--white-default);
  pointer-events: auto;
  border-radius: 6rem;
  justify-content: center;
  align-items: center;
  max-width: 29.875rem;
  padding: .5rem .75rem .5rem 1.75rem;
  display: none;
  position: fixed;
  bottom: 2.25rem;
  box-shadow: 0 1.25rem 4rem #00000029;
}

.cookies-wrap {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.cookies-modal_hide {
  flex: none;
}

.fav-icon {
  pointer-events: none;
}

.fav-icon-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.fav-icon-button {
  z-index: 98;
  background-color: var(--color-base--secondary--green-default);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 6rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: all .3s;
  display: flex;
  position: fixed;
  bottom: 2rem;
  box-shadow: 0 .5rem 3rem -.5rem #0095443d;
}

.fav-icon-button:hover {
  background-color: var(--color-base--secondary--green-dark);
}

.fav-icon-symbol {
  width: 3rem;
  height: 3rem;
}

.footer_component {
  flex-flow: column;
  display: flex;
}

.footer_component.is-first {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_final-bar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--color-base--neutral--white-80);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .75rem;
  display: flex;
}

.footer_secondary {
  background-color: var(--color-base--primary--blue-dark);
}

.footer_secondary.is-form-page {
  background-color: var(--color-base--primary--blue-default);
}

.footer_primary {
  background-color: #0b3f7f;
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  position: relative;
}

.footer_final-bar-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 49.5rem;
  display: flex;
}

.footer_sub-bar-text.is-link {
  cursor: pointer;
  transition: opacity .3s;
}

.footer_sub-bar-text.is-link:hover {
  opacity: .8;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-link.is-animate {
  cursor: pointer;
  transition: opacity .3s;
}

.text-style-link.is-animate:hover {
  opacity: .8;
}

.footer_divider {
  background-color: var(--color-base--primary--blue-tiny);
  opacity: .2;
  border: 1px #000;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer_divider.is-vertical {
  align-self: stretch;
  width: 1px;
  height: auto;
}

.footer_disclaimer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer_payments {
  flex: 1;
  max-width: 22rem;
}

.footer_disclaimer-texts {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white-90);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 49.5rem;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
}

.footer_payments-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--neutral--white-default);
  font-weight: 700;
}

.footer_payments-methods {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.footer_payments-method {
  max-width: 2.75rem;
}

.footer_payments-method.is-pix {
  max-width: 4.6875rem;
}

.footer_about {
  max-width: 23rem;
}

.footer_menu {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_menu-cta {
  max-width: 24.625rem;
}

.footer_menu-cta-btns {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_logo {
  max-width: 14.25rem;
}

.footer_menu-col-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--neutral--white-default);
  font-weight: 700;
}

.footer_menu-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_menu-links.is-social {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
}

.footer_menu-col-link {
  color: var(--white-90);
  font-size: .875rem;
  text-decoration: underline;
  transition: opacity .3s;
}

.footer_menu-col-link:hover {
  opacity: .8;
}

.footer_menu-link-social {
  transition: opacity .3s;
}

.footer_menu-link-social:hover {
  opacity: .7;
}

.footer_menu-icon-social {
  width: 2rem;
  height: 2rem;
}

.footer_border-shape {
  width: 100%;
  position: absolute;
  inset: 1px 0% auto;
  transform: translate(0, -100%);
}

.section_cta {
  background-image: linear-gradient(#001227d6, #001227d6), url('../images/cta-bg_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.cta_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta_heading {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 53.25rem;
  display: flex;
}

.text-color-white-80 {
  color: var(--color-base--neutral--white-80);
}

.cta_btns {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cta_imag {
  width: 52%;
  max-width: 41.75rem;
  margin-bottom: -16%;
  position: relative;
}

.cta_products-img {
  width: 100%;
}

.navbar {
  z-index: 97;
  background-color: var(--color-base--neutral--white-default);
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2rem 4rem 0 #0000000f;
}

.navbar-main_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.375rem;
  display: flex;
}

.navbar-main_component.is-form-page {
  justify-content: center;
  align-items: center;
}

.navbar-message {
  background-image: linear-gradient(90deg, #2f348b, #1288c6);
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.navbar-message_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-message_image {
  max-width: 1.5rem;
  margin-bottom: -.5rem;
}

.navbar-message_block-1 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-message_text {
  color: var(--white-90);
  font-size: .75rem;
}

.navbar-message_text.opacity-50 {
  opacity: .5;
}

.navbar-message_block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-message_block-locale {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-message_locale-arrow {
  width: .75rem;
}

.hover-opacity-80 {
  transition: opacity .3s;
}

.hover-opacity-80:hover {
  opacity: .8;
}

.navbar_logo-link {
  max-width: 16rem;
}

.navbar-main_menu-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 50rem;
  display: flex;
}

.navbar-main_menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 30.875rem;
  display: flex;
}

.navbar-main_menu-link {
  color: var(--color-base--neutral--neultral-700);
  font-size: .9375rem;
  font-weight: 500;
  transition: all .3s;
}

.navbar-main_menu-link:hover {
  opacity: .85;
}

.navbar-main_menu-link.w--current {
  color: var(--color-base--neutral--neultral-800);
  font-size: .9rem;
  font-weight: 800;
}

.navbar-main_menu-link.w--current:hover {
  opacity: 1;
}

.navbar-main_btns {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.section_blog-suggestion {
  background-color: #0b3f7f;
}

.blog-suggestion_component {
  flex-flow: column;
  display: flex;
}

.blog-suggestion_heading {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 52.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-suggestion_posts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-suggestion_post {
  border-top: .375rem solid var(--color-base--secondary--gold-default);
  background-color: #ebf3ffeb;
  border-radius: 1rem;
  padding: 1rem;
}

.blog-suggestion_post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-suggestion_post-image-wrap {
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  height: 7.75rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-suggestion_post-tag {
  background-color: var(--color-base--secondary--green-default);
  border-radius: .5rem;
  padding: .25rem 1rem;
  position: absolute;
}

.blog-suggestion_post-tag-text {
  color: var(--color-base--neutral--white-default);
  font-size: .875rem;
  font-weight: 700;
}

.blog-suggestion_post-content {
  padding: 1.5rem 1rem;
}

.blog-suggestion_post-link {
  color: var(--color-base--primary--blue-default);
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity .3s;
}

.blog-suggestion_post-link:hover {
  opacity: .85;
}

.blog-suggestions_shape {
  width: 100%;
  position: absolute;
  inset: -1px 0% auto;
}

.blog-suggestions_shape.blue {
  color: #0b3f7f;
}

.pop-up {
  pointer-events: none;
}

.pop-up_component {
  z-index: 99;
  justify-content: center;
  align-items: flex-start;
  max-height: 100dvh;
  padding: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up_modal {
  z-index: 1;
  border-bottom: .5rem solid var(--color-base--secondary--gold-default);
  background-color: var(--color-base--neutral--white-default);
  pointer-events: auto;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  max-width: 52.5rem;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.pop-up_bg {
  pointer-events: auto;
  background-image: linear-gradient(#000c1ba3, #000c1ba3);
  display: none;
  position: absolute;
  inset: 0%;
}

.pop-up_content {
  z-index: 1;
  flex-flow: column;
  padding: 2rem 2rem 3rem;
  display: flex;
}

.pop-up_modal-btns {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.text-gradiente {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2f348b, #1b92d1);
  -webkit-background-clip: text;
  background-clip: text;
}

.pop-up_modal-border {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.pop-up_banner {
  background-image: url('../images/pop-up-bg_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 15.25rem;
  display: flex;
  position: relative;
}

.pop-up_modal-close {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.pop-up_modal_banner-products {
  width: 30%;
  max-width: 15.5rem;
  position: absolute;
  bottom: -1.5rem;
}

.pop-up_modal-icons {
  width: 19%;
  max-width: 9.875rem;
  position: absolute;
  inset: auto auto 0% 9%;
}

.section_contacts-list {
  background-image: linear-gradient(#000c1ba3, #000c1ba3), url('../images/cta-bg_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.contacts-list_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.contacts-list_map-embed {
  border-top: .5rem solid var(--color-base--secondary--gold-default);
  background-color: var(--color-base--neutral--white-default);
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contacts-list_modal {
  border-top: .5rem solid var(--color-base--secondary--gold-default);
  background-color: var(--color-base--neutral--white-default);
  border-radius: 2rem;
  padding: 2.5rem;
  position: relative;
}

.cntacts-list_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--color-base--neutral--neultral-300);
  border-radius: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
}

.contact-list_modal-btns {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.contacts-list_modal-pill-1 {
  width: 5.375rem;
  max-width: none;
  position: absolute;
  bottom: -3.25rem;
  right: -3.5rem;
}

.contacts-list_modal-pill-2 {
  width: 3.75rem;
}

.contacts-list_modal-pills {
  position: absolute;
  top: -7%;
  right: 3.5%;
}

.cntacts-list_list-item-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.cntacts-list_list-item-text {
  color: var(--color-base--primary--blue-dark);
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: underline;
}

.cntacts-list_list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.cntacts-list_list-item:hover {
  opacity: .85;
}

.scroll-intro-d-0 {
  opacity: 0;
}

.cta_shape-default.blue {
  color: #0b3f7f;
}

.cta_shape-default.white {
  color: var(--color-base--neutral--white-default);
}

.products-bento_component {
  flex-flow: column;
  display: flex;
}

.products-bento_custom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--color-base--neutral--neultral-200);
  background-color: var(--color-base--neutral--white-default);
  border-radius: 1.75rem;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 4rem -.75rem #08316329;
}

.products-bento_products-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-base--neutral--white-default);
  border-radius: 1.75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 1rem;
  display: grid;
}

.products-bento_custom-content {
  max-width: 37.5rem;
  padding: 2rem 1.75rem;
}

.products-bento_custom-btns {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.products-bento_custom-img-wrap {
  border-radius: 1.5rem;
  flex: 1;
  max-width: 39.25rem;
  position: relative;
  overflow: hidden;
}

.products-bento_custom-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.products-bento_product-card {
  border-radius: 1.75rem;
  flex-flow: column;
  max-width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 4rem -.75rem #0000003d;
}

.products-bento_product-content {
  z-index: 3;
  max-width: 100%;
  padding: 3rem 2rem;
  position: relative;
}

.products-bento_product-text {
  opacity: .85;
}

.products-bento_product-shape {
  z-index: 2;
  position: absolute;
  inset: auto 0% 1px;
  transform: translate(0, 100%);
}

.products-bento_product-shape.default {
  color: #0d4b99;
}

.products-bento_product-shape.is-reverse {
  top: 1px;
  bottom: auto;
  transform: scaleY(-1)translateY(100%);
}

.products-bento_product-wrap {
  justify-content: center;
  align-items: flex-end;
  height: 15.5rem;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 2px 4rem -.4rem #001e4338;
}

.products-bento_product-wrap.is-large {
  height: 22.25rem;
}

.products-bento_product-wrap.is-reverse {
  order: -1;
}

.products-bento_products-message {
  color: var(--color-base--neutral--white-default);
  border-radius: 1.75rem;
  padding: 3rem 2rem;
  box-shadow: 0 2px 4rem -.75rem #001e433d;
}

.font-title-2 {
  font-family: var(--fonts--font-title-2);
}

.background-color-gold-default-medium {
  background-color: #ad8c53;
}

.background-color-gold-default-medium.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-gold-default-medium {
  color: #ad8c53;
}

.products-bento_products-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.products-header_block {
  border-bottom: .75rem solid var(--color-base--secondary--gold-default);
  background-color: #0b3f7f;
  border-radius: 1.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  position: relative;
  overflow: hidden;
}

.products-header_heading {
  flex: 1;
  max-width: 40.25rem;
  margin-bottom: 5.125rem;
}

.heading-style-display {
  font-size: 3.5rem;
}

.header-scroll-down {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-radius: 6rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.header-scroll-down-text {
  color: var(--color-base--neutral--white-80);
  font-size: .875rem;
}

.header-scroll-down-icon {
  max-width: 1rem;
}

.products-header_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.products-header_bg-shape {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.products-header_products {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  max-width: 29rem;
  margin-left: 1.5rem;
  display: flex;
  position: relative;
}

.products-header_product-1 {
  z-index: 2;
  width: 46%;
  max-width: 11.375rem;
  margin-bottom: -23.5%;
  position: relative;
}

.products-header_product-2 {
  z-index: 1;
  width: 54%;
  max-width: 13.5rem;
  margin-bottom: -15%;
  margin-left: -15%;
  position: relative;
}

.products-header_product-embed {
  display: none;
}

.products-header_pill-shape-1 {
  width: 134%;
  max-width: 33.25rem;
  margin-right: 10%;
  position: absolute;
  top: -38%;
  right: -19%;
}

.products-header_pill-shape-3 {
  width: 63%;
  max-width: 15.625rem;
  margin-bottom: -9%;
  margin-right: -60%;
  position: absolute;
}

.products-header_pill-shape-2 {
  width: 61%;
  max-width: 15.125rem;
  position: absolute;
  top: -61%;
  left: -5%;
}

.about-header_heading {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48.25rem;
  display: flex;
}

.about-header_component {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-header_block {
  border-bottom: .75rem solid var(--color-base--secondary--gold-default);
  background-color: #0b3f7f;
  border-radius: 1.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  position: relative;
  overflow: hidden;
}

.about-header_images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  margin-top: -6rem;
  margin-bottom: -10.75rem;
  display: flex;
  position: relative;
}

.about-header_image {
  object-fit: cover;
  border-radius: 1rem;
  min-width: 19rem;
  max-width: 19rem;
  height: 17.875rem;
  box-shadow: 0 0 4rem -.25rem #08316333;
}

.about-header_image.is-big {
  min-height: 28.5rem;
}

.about-header_image.is-medium {
  min-height: 22.625rem;
}

.about-history_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-history_image {
  object-fit: cover;
  border-radius: 1.25rem;
}

.about-history_content {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
  padding-left: 2.5rem;
}

.about-history_card {
  border-top: .375rem solid var(--color-base--secondary--gold-default);
  background-color: var(--color-base--primary--blue-default);
  border-radius: 1.25rem;
  padding: 2rem;
}

.about-history_card-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--neutral--white-default);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-promisse_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-promisse_content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  max-width: 31.75rem;
  display: flex;
}

.about-promisse_content-btns {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-promisse_image {
  object-fit: cover;
  border-radius: 1.75rem;
  flex: 1;
  width: 56%;
  max-width: 45.25rem;
  height: 42.5rem;
  box-shadow: 0 0 4rem -.25rem #08316333;
}

.section_about-proccess {
  overflow: hidden;
}

.about-proccess_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-proccess_grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 49.125rem;
  display: grid;
}

.about-proccess_heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 27.875rem;
  display: flex;
}

.about-proccess_grid-card {
  border: 1px solid var(--color-base--neutral--neultral-300);
  border-radius: 1.25rem;
  padding: 2rem;
  position: relative;
}

.about-proccess_grid-card-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--primary--blue-default);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.about-proccess_card-pills {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -2rem;
  right: -2.375rem;
}

.about-proccess_card-pill-1 {
  max-width: 5.25rem;
}

.about-proccess_card-pill-2 {
  max-width: 3.75rem;
  margin-bottom: -17%;
  margin-left: -55%;
}

.section_feedback {
  background-color: var(--color-base--primary--blue-tiny);
  overflow: hidden;
}

.feedback_heading {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feedbacks_testimonials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feedbacks_testimonial-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  animation: 38s linear infinite loopCards;
  display: flex;
}

.feedbacks_testimonial-block.is-reverse {
  animation: 38s linear infinite loopCardsReverse;
}

.feedbacks_testimonial {
  background-color: var(--color-base--neutral--white-default);
  text-align: left;
  border-radius: 1.25rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2rem 4rem #07001d0f;
}

.feedbacks_testimonial-icon-quote {
  position: absolute;
  inset: 0% 0% auto auto;
}

.feedbacks_testimonial-image-wrap {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2rem 4rem #07001d0f;
}

.feedbacks_testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feedbacks_quote-w-max {
  flex: 1;
  align-self: stretch;
  min-width: 26rem;
  max-width: 26rem;
  max-height: 100%;
}

.about-aim_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.about-aim_content {
  width: 52%;
  max-width: 42.125rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-aim_topics {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.about-aim_topic {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-left: .125rem;
  display: flex;
}

.about-aim_topic-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--neutral--neultral-800);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.about-aim_topic-border {
  background-color: var(--color-base--secondary--gold-default);
  border-radius: 2rem;
  width: .375rem;
}

.about-topics_videos-tab {
  border-radius: 1.75rem;
  width: 43%;
  max-width: 34.75rem;
  position: relative;
  overflow: hidden;
}

.about-topics_tab-menu {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#3a384700 9%, #000a178f);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 12rem 1rem 1rem;
  display: grid;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-topics_tab-button {
  border: 0rem solid var(--color-base--primary--blue-lighter);
  background-color: var(--color-base--neutral--white-default);
  border-radius: 1rem;
  height: 5.625rem;
  transition: all .15s;
  position: relative;
  overflow: hidden;
}

.about-topics_tab-button.w--current {
  opacity: 1;
  border-width: .25rem;
}

.about-topics_tab-button-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-topics_tab-contents {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-topics_tab-content {
  flex: 1;
}

.about-topics_tab-content-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header_block {
  border-bottom: .75rem solid var(--color-base--secondary--gold-default);
  background-color: #0b3f7f;
  border-radius: 1.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6rem 1.75rem 5.25rem;
  position: relative;
  overflow: hidden;
}

.home-header_bg-shape {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-header_content {
  width: 53%;
  max-width: 42.5rem;
}

.home-header_h1 {
  font-family: var(--fonts--font-title-1);
  color: var(--color-base--neutral--white-default);
  font-size: 3.125rem;
  line-height: 1.15;
}

.home-header_btns {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.home-header_cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  animation: 28s linear infinite loopCards;
  display: flex;
}

.home-header_card {
  position: relative;
}

.home-header_card-image {
  object-fit: cover;
  border-radius: 1.75rem;
  width: 100%;
  height: 32.25rem;
  box-shadow: 0 .5rem 3rem -.75rem #041c58a3;
}

.home-header_card-tag {
  background-color: var(--color-base--secondary--gold-tiny);
  border-radius: .75rem;
  padding: .875rem 1rem;
  position: absolute;
  top: 6.25rem;
  right: -2.125rem;
  box-shadow: 0 .5rem 4rem -.125rem #001f4447;
}

.home-header_card-tag.is-2 {
  left: -3.25rem;
  right: auto;
}

.home-header_card-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--primary--blue-light);
  font-size: 1.25rem;
  font-weight: 600;
}

.home-header_cards-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  max-width: 32.25rem;
  position: relative;
}

.home-intro_component {
  flex-flow: column;
  display: flex;
  position: relative;
}

.home-intro_heading {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 47.75rem;
  display: flex;
}

.home-intro_points {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-intro_point {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-intro_point-image {
  max-width: 3.5rem;
  max-height: 3.5rem;
}

.home-intro_point-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--neutral--neultral-800);
  font-size: 1.125rem;
  font-weight: 600;
}

.home-intro_modal-pills {
  position: absolute;
  top: -17%;
  right: 6%;
}

.home-intro_modal-pill-2 {
  width: 4.5rem;
}

.home-intro_modal-pill-1 {
  width: 98%;
  max-width: 4.375rem;
  position: absolute;
  bottom: -12%;
  right: -122%;
}

.home-quality_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-quality_content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 38%;
  max-width: 30.625rem;
  display: flex;
}

.home-quality__content-btns {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-quality_card-wrap {
  align-self: stretch;
  width: 58%;
  max-width: 46.5rem;
  display: flex;
  position: relative;
}

.home-quality_card-wrap.scroll-intro-d-0 {
  opacity: 1;
}

.home-quality_img-bg {
  object-fit: cover;
  border-radius: 1.75rem;
  width: 100%;
}

.home-quality_points {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--color-base--primary--blue-tiny);
  border-radius: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 1.5rem;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  box-shadow: 0 .25rem 4rem -.75rem #08153152;
}

.home-quality_point {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-quality_point-icon {
  max-width: 3.5rem;
  max-height: 3.5rem;
}

.home-quality_point-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--primary--blue-default);
  font-size: .9375rem;
  font-weight: 600;
}

.home-quality_point-w-max {
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
}

.home-why_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-why_content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 53%;
  max-width: 43rem;
  display: flex;
}

.home-why_points {
  grid-column-gap: 2rem;
  grid-row-gap: .75rem;
  white-space: nowrap;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-why_point {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-why_point-icon {
  max-width: 1.75rem;
}

.home-why_product-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  max-width: 32.5rem;
  display: flex;
  position: relative;
}

.home-why_imgs-wrap {
  border-radius: 1.75rem;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 109%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.home-why_brand-shape {
  width: 100%;
  max-width: 35.25rem;
}

.home-why_product-img {
  filter: drop-shadow(0 0 64px #08316347);
  width: 70%;
  max-width: 24rem;
}

.home-why_product-img-bg {
  object-fit: cover;
  border-radius: 1.75rem;
  width: 100%;
}

.section_home-products {
  background-color: var(--color-base--secondary--gold-light);
  position: relative;
}

.home-products_slides {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.home-products_shape-wrap {
  z-index: 1;
  color: var(--color-base--neutral--neultral-900);
  margin-top: 0;
}

.home-products_shape {
  z-index: 60;
  color: var(--color-base--secondary--gold-light);
  width: 100%;
  position: absolute;
  inset: 1px 0% auto;
  transform: scaleY(-1)translateY(100%);
}

.home-products_about-card {
  border-bottom: .5rem solid var(--color-base--primary--blue-light);
  background-color: var(--color-base--neutral--white-default);
  text-align: center;
  border-radius: 1.75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  display: flex;
}

.home-products_btns {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.home-products_slide {
  cursor: grab;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 33.5rem;
  max-width: 33.5rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.home-products_product-card {
  border-radius: 1.75rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.home-products_card-img-wrap {
  background-color: var(--color-base--secondary--gold-lightest);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-height: 20.5rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home-products_card-content {
  background-color: var(--color-base--neutral--white-default);
  text-align: center;
  flex: 1;
  padding: 2rem 3rem;
  position: relative;
}

.home-products_product-card-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--primary--blue-dark);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.home-products_card-shape {
  width: 100%;
  position: absolute;
  inset: 1px 0% auto;
  transform: translate(0, -100%);
}

.home-products_card-tag {
  border-radius: .625rem;
  flex-flow: column;
  padding: .25rem 1rem;
  display: flex;
  box-shadow: 0 .5rem 1.5rem -.75rem #0006;
}

.home-products_card-tag-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--neutral--white-default);
  font-weight: 600;
}

.home-products_card-tag-wrap {
  align-self: stretch;
  display: flex;
}

.home-products_card-img {
  object-fit: fill;
  width: 100%;
  max-width: 17.375rem;
  position: relative;
  bottom: -16%;
}

.background-color-red-lighter {
  background-color: #d16767;
}

.background-color-purple-lighter {
  background-color: #676bd1;
}

.background-color-green-lighter {
  background-color: #529e75;
}

.home-products_progress-wrap {
  background-color: var(--color-base--secondary--gold-lightest);
  border-radius: 2rem;
  flex: 1;
  height: .25rem;
  display: flex;
  overflow: hidden;
}

.home-products_progress {
  background-color: var(--color-base--primary--blue-default);
  border-radius: 2rem;
  height: .25rem;
}

.home-produxts_slider {
  width: 100%;
  max-width: 100%;
}

.home-products_slide-btn {
  background-color: var(--color-base--primary--blue-default);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
}

.home-products_slide-btn:hover {
  background-color: #1256aa;
}

.home-products_slide-btn-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: all .3s;
}

.home-products_slider-controls {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-products_slide-btns {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section_testimonials {
  background-color: var(--color-base--neutral--neultral-900);
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.testimonials_message-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: none;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 6rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonials_message-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  animation: 24s linear infinite loopText;
  display: flex;
}

.testimonials_message-title {
  font-family: var(--fonts--font-title-2);
  color: var(--color-base--secondary--gold-tiny);
  font-size: 6.25rem;
  font-weight: 600;
}

.testimonials_embed {
  display: none;
}

.testimonials_tabs {
  justify-content: center;
  align-items: flex-end;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonials_tab-menu {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: .25rem;
  display: flex;
  position: absolute;
  bottom: 6.25rem;
}

.testimonials_tabs-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonials_tab-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonials_tab-wrap {
  z-index: 1;
  background-color: #00070f96;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10.75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonials_tab-link {
  background-color: #0000;
  flex: 1;
  align-self: center;
  padding: .25rem;
}

.testimonials_tab-link.w--current {
  background-color: #0000;
}

.testimonials_tab-text {
  color: var(--color-base--neutral--white-default);
  text-align: center;
  text-shadow: 0 1px 2rem #0000007a;
  max-width: 34.875rem;
  font-weight: 500;
}

.testimonials_tab {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonials_tab-link-btn {
  background-color: var(--color-base--neutral--neultral-400);
  border-radius: 2rem;
  min-width: 7.25rem;
  max-width: 7.25rem;
  height: .25rem;
  max-height: .25rem;
  display: flex;
}

.testimonials_tab-link-line {
  background-color: var(--color-base--neutral--white-default);
  border-radius: 2rem;
  max-height: 100%;
}

.testimonials_message-pill {
  width: 4.5rem;
}

.section_message {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 300vh;
  display: flex;
  position: relative;
}

.message_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 4rem;
  display: flex;
}

.message_message-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 58rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: absolute;
  bottom: 5rem;
}

.message_image-bg {
  background-image: linear-gradient(#00070f96, #00070f96), url('../images/about-bg_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.message_message-text-wrap {
  grid-column-gap: 3.625%;
  grid-row-gap: 3.625%;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.message_bg-wrap {
  height: 300vh;
  position: absolute;
  inset: 0%;
}

.message_content-wrap {
  z-index: 1;
  position: sticky;
  top: 0;
}

.message_play-btn {
  background-color: var(--color-base--primary--blue-default);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 7.75rem;
  height: 7.75rem;
  display: flex;
  box-shadow: 0 2px 4rem -.75rem #04479b;
}

.message_play-btn-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.message_message-underline {
  width: 100%;
  max-width: 57.9375rem;
}

.message_message-text-1 {
  width: 40%;
  max-width: 22.9375rem;
}

.message_message-text-2 {
  width: 39%;
  max-width: 22.3125rem;
}

.message_message-text-3 {
  width: 8%;
  max-width: 4.5625rem;
}

.cta-line-1 {
  opacity: .7;
  width: 58%;
  min-width: 19.1rem;
  max-width: 23.875rem;
  position: absolute;
  top: 1%;
  right: 74%;
}

.cta-line-2 {
  opacity: .7;
  width: 60%;
  min-width: 20rem;
  max-width: 25rem;
  position: absolute;
  top: 31%;
  right: 83%;
}

.cta-line-3 {
  opacity: .7;
  width: 47%;
  min-width: 15.7rem;
  max-width: 19.625rem;
  position: absolute;
  top: 16%;
  left: 86%;
}

.pop-up_title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.nabbar_hamburguer, .hide-desktop {
  display: none;
}

.about-history_line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.products-bento_product-1 {
  z-index: 1;
  filter: drop-shadow(0 0 64px #08316347);
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: relative;
}

.products-bento_product-1:hover {
  transform: scale(1.1);
}

.products-bento_product-1.is-colageno {
  width: 49%;
  max-width: 19rem;
}

.products-bento_product-1.is-cartamo {
  width: 62%;
  max-width: 24.5rem;
}

.products-bento_product-1.is-fit {
  width: 46%;
  max-width: 18rem;
}

.products-bento_product-1.is-whey {
  width: 49%;
  max-width: 19rem;
}

.products-bento_product-2 {
  filter: drop-shadow(0 0 64px #08316347);
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.products-bento_product-2:hover {
  transform: scale(1.1);
}

.products-bento_product-2.is-colageno {
  width: 49%;
  max-width: 19rem;
  margin-bottom: -13%;
  margin-left: -24%;
}

.products-bento_product-2.is-cartamo {
  width: 41%;
  max-width: 16rem;
  margin-left: -28%;
}

.products-bento_product-2.is-fit {
  width: 49%;
  max-width: 19rem;
  margin-left: -8%;
}

.products-bento_product-2.is-whey {
  width: 49%;
  max-width: 19rem;
  margin-bottom: -10%;
  margin-right: -33.5%;
}

.products-bento_product-3 {
  filter: drop-shadow(0 0 64px #08316347);
  width: 49%;
  max-width: 19rem;
  margin-bottom: -16%;
  margin-left: -27%;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.products-bento_product-3:hover {
  transform: scale(1.1);
}

.home-header_cards-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -8rem;
  padding-top: 4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hide-loja {
  display: none;
}

.form-page_gradiente-detail {
  background-image: linear-gradient(#2f348b, #1288c6);
  height: .375rem;
}

.form-page-bg-color {
  background-color: #f2f2f2;
}

.form-rate_section {
  flex: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.form-rate_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-rate_header-block {
  border-bottom: .375rem solid var(--color-base--secondary--gold-default);
  background-color: var(--color-base--primary--blue-default);
  border-radius: 1rem;
  padding: 2.5rem 2.5rem 3rem;
  position: relative;
  overflow: hidden;
}

.form-rate_header-block.is-gold {
  border-bottom-color: var(--color-base--primary--blue-default);
  background-color: #c29c5b;
}

.form-rate_bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-rate_form-block {
  border-bottom: .5rem solid var(--color-base--secondary--gold-default);
  background-color: var(--color-base--neutral--white-default);
  border-radius: 1rem;
  margin-bottom: 0;
  padding-top: 2.875rem;
  padding-bottom: 1.25rem;
  overflow: hidden;
}

.form-rate_form {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.form-rate_form-subimit-card {
  border-radius: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  padding: 2rem;
}

.form-rate_form-subimit-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(103deg, #2f348b, #1177ad);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.75rem;
  font-weight: 700;
}

.form-rate_form-subimit-content {
  max-width: 39.5rem;
}

.form-rate_form-subimit-btn {
  background-color: var(--color-base--primary--blue-default);
  color: var(--color-base--neutral--neutral-050);
  border-radius: 4rem;
  padding: 1.25rem 2.25rem;
  transition: all .3s;
  box-shadow: 0 .25rem 4rem -.75rem #08316366;
}

.form-rate_form-subimit-btn:hover {
  transform: scale(1.037);
}

.form-rate_form-fields {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex-flow: column;
  display: flex;
}

.form-rate_form-fields-divider {
  background-color: var(--color-base--neutral--neultral-300);
  height: 1px;
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.form-rate_form-field {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.form-field_heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .75rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.form-field_requirement {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: .125rem;
  display: flex;
}

.form-field_requirement-text {
  color: var(--color-base--neutral--neultral-500);
  white-space: nowrap;
  font-size: .8125rem;
  font-weight: 500;
}

.form-field_required-star {
  width: .6rem;
}

.form-field_custom-list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  scrollbar-width: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.form-field_check-custom {
  z-index: 1;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px #000;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.form-field_custom-item {
  transition: all .3s;
  position: relative;
}

.form-field_custom-item:hover {
  transform: scale(1.05);
}

.form-field_custom-label {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--color-base--primary--blue-tiny);
  cursor: pointer;
  border: .1875rem solid #0000;
  border-radius: .45rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem;
  transition: all .15s;
  display: flex;
}

.form-field_custom-label-img {
  width: 1.625rem;
  height: 1.625rem;
}

.form-field_custom-embed {
  display: none;
}

.form-field_check-list {
  grid-column-gap: 1.75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.form-field_custom-list-fade {
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #fff0 90%);
  width: 2.25rem;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form-field_custom-list-fade.is-right {
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.form-rate_form-list-wrap {
  position: relative;
}

.form_radio-btn-icon {
  border-width: .125rem;
  border-color: var(--color-base--neutral--neultral-400);
  background-color: #f3f4f6;
  border-radius: 2rem;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .625rem 0 0;
}

.form_radio-btn-icon.w--redirected-checked {
  border-width: .125rem;
  border-color: var(--color-base--primary--blue-light);
  background-image: radial-gradient(circle, #0d4c9b, #0d4c9b 38%, #0d4c9b00 39% 103%);
  border-radius: 2rem;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .625rem 0 0;
}

.form_radio-btn-icon.w--redirected-focus {
  box-shadow: none;
  outline-color: var(--color-base--neutral--neultral-800);
  outline-offset: .133333rem;
  border-radius: 2rem;
  outline-width: .125rem;
  outline-style: solid;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .625rem 0 0;
}

.form_radio-btn-icon.w--redirected-focus-visible {
  border-radius: 2rem;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .625rem 0 0;
}

.form_radio-btn-icon.is-radio {
  border-radius: 5rem;
  width: 1.25rem;
  height: 1.25rem;
}

.form_radio-btn-icon.is-radio.w--redirected-checked {
  background-color: #5e6c88;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

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

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.625rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.375rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6, blockquote {
    font-size: 1.125rem;
  }

  .hide-tablet {
    display: none;
  }

  .rich-text h1 {
    margin-bottom: 25px;
  }

  .show-tablet {
    display: block;
  }

  .text-size-large, .text-size-medium {
    font-size: .875rem;
  }

  .ss_text_item-label {
    font-size: 15px;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

  .heading-style-h1 {
    font-size: 1.75rem;
  }

  .heading-style-h2 {
    font-size: 1.625rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.375rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .spacing-block-medium {
    height: 1.5rem;
  }

  .spacing-block-medium.is-tablet-small {
    height: 1.25rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-section-small {
    height: 4.5rem;
  }

  .spacing-section-medium {
    height: 5.5625rem;
  }

  .spacing-section-large, .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-custom2.is-tablet-small {
    height: .75rem;
  }

  .spacing-block-custom3 {
    height: 1.375rem;
  }

  .spacing-block-custom5 {
    height: 2rem;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .ss_footer {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 4rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .form_checkbox-icon, .form_checkbox-icon.w--redirected-checked, .form_checkbox-icon.w--redirected-focus, .form_checkbox-icon.w--redirected-focus-visible {
    width: 1rem;
    height: 1rem;
  }

  .form_input {
    min-height: 3.25rem;
  }

  .icon-pill-wrap {
    max-width: 1.5rem;
  }

  .tag-title {
    font-size: 1rem;
  }

  .button-text.large {
    font-size: .875rem;
  }

  .button-size.large {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .cookies-modal {
    border-radius: .75rem;
    flex-flow: column;
    align-items: stretch;
    max-width: 29.5rem;
    padding: 1rem;
    display: none;
  }

  .fav-icon-button {
    width: 4rem;
    height: 4rem;
  }

  .footer_component.is-first {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .footer_final-bar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .footer_final-bar.is-form {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .footer_primary {
    padding-top: 4rem;
  }

  .footer_final-bar-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .footer_final-bar-block.is-form {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: space-between;
    align-items: center;
  }

  .footer_sub-bar-text.is-link.is-top, .footer_sub-bar-text.is-top {
    white-space: nowrap;
  }

  .footer_divider.is-vertical {
    width: 100%;
    height: 1px;
  }

  .footer_disclaimer {
    flex-flow: column;
    align-items: stretch;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .footer_payments {
    max-width: none;
  }

  .footer_payments-methods {
    flex-flow: wrap;
  }

  .footer_about {
    max-width: none;
  }

  .footer_menu {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_menu-cta {
    max-width: none;
  }

  .footer_menu-cta-btns {
    flex-flow: column;
    align-items: stretch;
  }

  .footer_logo {
    max-width: 10.25rem;
  }

  .cta_heading {
    max-width: none;
  }

  .cta_btns {
    align-self: stretch;
  }

  .cta_imag {
    width: 72%;
  }

  .navbar-main_component {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
  }

  .navbar-message_text {
    font-size: .6875rem;
  }

  .navbar-message_block-2 {
    display: none;
  }

  .navbar_logo {
    max-width: 12rem;
  }

  .navbar-main_menu {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: #ffffff8f;
    border-radius: .75rem;
    flex-flow: column;
    align-items: stretch;
    margin-top: 1rem;
    padding: .75rem;
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0%;
    box-shadow: 0 6px 4rem #0000001f;
  }

  .navbar-main_menu-link {
    background-color: var(--color-base--primary--blue-tiny);
    color: var(--color-base--primary--blue-dark);
    font-variation-settings: "wght" 650;
    border: 1px solid #97c2f659;
    border-radius: 6rem;
    padding: .625rem 1.25rem;
    font-weight: 700;
  }

  .navbar-main_menu-link.w--current {
    color: var(--color-base--primary--blue-dark);
    text-decoration: underline;
  }

  .navbar-main_btns {
    display: none;
  }

  .blog-suggestion_posts {
    flex-flow: column;
    display: flex;
  }

  .blog-suggestion_post {
    border-top-width: .25rem;
  }

  .blog-suggestion_post-image-wrap {
    border-radius: .75rem;
    height: 10.75rem;
    padding: .75rem;
  }

  .blog-suggestion_post-tag-text {
    font-size: .75rem;
  }

  .blog-suggestion_post-content {
    padding: 1.25rem 0;
  }

  .blog-suggestion_post-link {
    font-size: .875rem;
  }

  .pop-up_content {
    padding: 1.5rem 1.25rem;
  }

  .pop-up_modal-btns {
    flex-flow: row;
  }

  .pop-up_banner {
    height: 10.25rem;
  }

  .pop-up_modal-close {
    width: 2.5rem;
    height: 2.5rem;
    top: 1rem;
    right: 1rem;
  }

  .pop-up_modal_banner-products {
    max-width: 9.25rem;
    bottom: -1rem;
  }

  .pop-up_modal-icons {
    display: none;
  }

  .contacts-list_component {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contacts-list_map-wrap {
    order: 1;
    height: 36rem;
  }

  .contacts-list_map-embed {
    border-top-width: .25rem;
    border-radius: 1rem;
  }

  .contacts-list_modal {
    border-top-width: .25rem;
    border-radius: 1rem;
    padding: 1.25rem 1rem;
  }

  .cntacts-list_list-item-text {
    font-size: .875rem;
  }

  .products-bento_custom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-radius: 1rem;
    flex-flow: column;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .products-bento_products-wrap {
    border-radius: 1rem;
    padding: 0;
    display: flex;
  }

  .products-bento_custom-content {
    max-width: none;
    padding: 0;
  }

  .products-bento_custom-img-wrap {
    border-radius: .75rem;
    flex: 0 auto;
    max-width: none;
    height: 28rem;
  }

  .products-bento_product-card {
    border-radius: 1rem;
  }

  .products-bento_product-content {
    padding: 1.25rem 1rem;
  }

  .products-bento_products-message {
    border-radius: 1rem;
    padding: 1rem;
  }

  .products-bento_products-col {
    max-width: 100%;
  }

  .products-bento_products-col.is-tablet-last {
    order: 1;
  }

  .products-header_block {
    border-radius: 1rem;
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .products-header_heading {
    order: -1;
    max-width: none;
  }

  .heading-style-display {
    font-size: 2rem;
  }

  .products-header_component {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
  }

  .products-header_products {
    align-self: center;
    max-width: 19rem;
    margin-left: 0;
  }

  .about-header_block {
    border-radius: 1rem;
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-header_images {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-top: -2rem;
    margin-bottom: -4rem;
  }

  .about-header_image {
    min-width: 13rem;
    max-width: 13rem;
    height: 14.3rem;
  }

  .about-header_image.is-big {
    height: 11.44rem;
    min-height: 22.8rem;
  }

  .about-header_image.is-medium {
    height: 11.44rem;
    min-height: 18.1rem;
  }

  .about-history_component {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .about-history_image {
    height: 26rem;
  }

  .about-history_content {
    order: -1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-history_card {
    border-top-width: .25rem;
    border-radius: 1rem;
    padding: 1.25rem 1rem;
  }

  .about-history_card-title {
    font-size: 1.125rem;
  }

  .about-promisse_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .about-promisse_content {
    width: auto;
    max-width: none;
  }

  .about-promisse_image {
    border-radius: 1rem;
    flex: none;
    width: auto;
    max-width: none;
    height: 26rem;
  }

  .about-proccess_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .about-proccess_heading {
    order: -1;
    max-width: none;
  }

  .about-proccess_grid-card {
    border-radius: 1rem;
    padding: 1.25rem 1rem;
  }

  .about-proccess_grid-card-title {
    font-size: 1.25rem;
  }

  .about-proccess_card-pills {
    display: none;
  }

  .feedbacks_testimonial-block {
    flex: none;
  }

  .feedbacks_testimonial {
    border-radius: 1rem;
    padding: 1.25rem 1rem;
  }

  .feedbacks_testimonial-icon-quote {
    width: 4rem;
  }

  .feedbacks_quote-w-max {
    flex: none;
  }

  .about-aim_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .about-aim_content {
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-aim_topics {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-aim_topic {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 0;
  }

  .about-aim_topic-title {
    font-size: 1.125rem;
  }

  .about-topics_videos-tab {
    border-radius: 1rem;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 84vh;
    min-height: 32rem;
    max-height: 40rem;
  }

  .about-topics_tab-menu {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .about-topics_tab-button {
    border-radius: .75rem;
  }

  .home-header_block {
    border-radius: 1rem;
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-header_component {
    flex-flow: column;
  }

  .home-header_content {
    width: auto;
    max-width: none;
  }

  .home-header_h1 {
    font-size: 2rem;
  }

  .home-header_cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    animation: 20s linear infinite loopCardsX;
    position: static;
  }

  .home-header_card {
    min-width: 80vw;
    max-width: 80vw;
  }

  .home-header_card-image {
    border-radius: 1rem;
  }

  .home-header_card-tag {
    display: none;
  }

  .home-header_card-title {
    font-size: 1rem;
  }

  .home-header_cards-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: nowrap;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: -23rem;
  }

  .home-intro_points {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .home-intro_point-image {
    max-width: 3rem;
    max-height: 3rem;
  }

  .home-intro_point-title {
    font-size: 1rem;
  }

  .home-intro_modal-pills {
    display: none;
    top: -13%;
  }

  .home-intro_modal-pill-2 {
    width: 3.4rem;
  }

  .home-quality_component {
    flex-flow: column;
    align-items: stretch;
  }

  .home-quality_content {
    order: -1;
    width: auto;
    max-width: none;
  }

  .home-quality_card-wrap {
    width: auto;
    max-width: none;
  }

  .home-quality_img-bg {
    border-radius: 1rem;
    height: 32rem;
  }

  .home-quality_points {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: .75rem;
    padding: .75rem;
    bottom: .75rem;
    left: .75rem;
    right: .75rem;
  }

  .home-quality_point-icon {
    max-width: 3rem;
    max-height: 3rem;
  }

  .home-quality_point-title {
    font-size: .875rem;
  }

  .home-why_component {
    flex-flow: column;
    align-items: stretch;
  }

  .home-why_content {
    width: auto;
    max-width: none;
  }

  .home-why_points {
    grid-column-gap: .75rem;
  }

  .home-why_point-icon {
    max-width: 1.25rem;
  }

  .home-why_product-wrap {
    width: auto;
    max-width: none;
  }

  .home-why_imgs-wrap {
    border-radius: 1rem;
    min-width: auto;
    max-width: 30rem;
  }

  .home-why_product-img {
    width: 78%;
  }

  .home-why_product-img-bg {
    border-radius: 1rem;
    height: 22rem;
  }

  .home-products_about-card {
    border-bottom-width: .25rem;
    border-radius: 1rem;
    padding: 1.25rem 1rem;
  }

  .home-products_slide.swiper-slide {
    max-width: 82%;
  }

  .home-products_product-card {
    border-radius: 1rem;
  }

  .home-products_card-img-wrap {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-products_card-content {
    padding: 1.25rem 1rem;
  }

  .home-products_product-card-title {
    font-size: 1rem;
  }

  .home-products_card-tag {
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .home-products_card-img {
    max-width: 12.25rem;
  }

  .home-products_slide-btn {
    width: 3rem;
    height: 3rem;
  }

  .section_testimonials {
    height: 75vh;
  }

  .testimonials_message-wrap {
    animation: 18s linear infinite loopText;
  }

  .testimonials_message-title {
    font-size: 4.5rem;
  }

  .testimonials_tab-menu {
    width: 100%;
  }

  .testimonials_tab-link-btn {
    min-width: 100%;
  }

  .testimonials_message-pill {
    width: 3.5rem;
  }

  .message_message-wrap {
    width: 80%;
    bottom: 12rem;
  }

  .message_play-btn {
    width: 5rem;
    height: 5rem;
  }

  .cta-line-1, .cta-line-2, .cta-line-3 {
    display: none;
  }

  .pop-up_title {
    font-size: 1.5rem;
  }

  .nabbar_hamburguer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--color-base--secondary--gold-lightest);
    cursor: pointer;
    border-radius: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3.25rem;
    height: 2.75rem;
    display: flex;
  }

  .nabbar_hamburguer-line {
    background-color: var(--color-base--secondary--gold-dark);
    width: 1.75rem;
    height: 1px;
  }

  .hide-desktop {
    display: block;
  }

  .tablet-first {
    order: -1;
  }

  .about-history_line {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .products-bento_product-1 {
    max-width: 17rem;
  }

  .products-bento_product-1.is-colageno {
    min-width: 15.2rem;
  }

  .products-bento_product-1.is-cartamo {
    min-width: 19.6rem;
  }

  .products-bento_product-1.is-fit {
    min-width: 14.4rem;
  }

  .products-bento_product-1.is-whey {
    min-width: 15rem;
  }

  .products-bento_product-2 {
    max-width: 13rem;
  }

  .products-bento_product-2.is-colageno {
    min-width: 15.2rem;
  }

  .products-bento_product-2.is-cartamo {
    min-width: 12.8rem;
  }

  .products-bento_product-2.is-fit, .products-bento_product-2.is-whey {
    min-width: 15.2rem;
  }

  .products-bento_product-3 {
    min-width: 10.4rem;
    max-width: 13rem;
    margin-bottom: -5%;
    margin-left: -16%;
  }

  .home-header_cards-wrap {
    flex-flow: row;
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .form-rate_section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .form-rate_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-rate_header-block {
    padding: 1.75rem;
  }

  .form-rate_bg-img {
    pointer-events: none;
  }

  .form-rate_form-block {
    border-bottom-width: .375rem;
    padding-top: 1.75rem;
    padding-bottom: .75rem;
  }

  .form-rate_form {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .form-rate_form-subimit-card {
    padding: 1.5rem 1rem;
  }

  .form-rate_form-subimit-title {
    font-size: 1.375rem;
  }

  .form-rate_form-subimit-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .form-rate_form-subimit-btn {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .form-rate_form-fields {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .form-rate_form-field {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .form-field_custom-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: -2.25rem;
    margin-right: -2.25rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    overflow: auto;
  }

  .form-field_custom-item:hover {
    transform: none;
  }

  .form-field_custom-label {
    width: 5vw;
    min-width: 3.75rem;
  }

  .form-field_custom-label-img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .form-field_check-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
  }

  .form-field_custom-list-fade {
    z-index: 1;
    margin-left: -2.25rem;
    margin-right: -2.25rem;
    display: block;
  }

  .form_radio-btn-icon, .form_radio-btn-icon.w--redirected-checked, .form_radio-btn-icon.w--redirected-focus, .form_radio-btn-icon.w--redirected-focus-visible {
    width: 1rem;
    height: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    line-height: 1.2;
  }

  h5 {
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .hide-mobile {
    display: none;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .show-mobile {
    display: block;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .heading-style-h1 {
    line-height: 1.2;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .ss_utility_color-items {
    width: 100%;
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .spacing-block-medium {
    height: 1.25rem;
  }

  .spacing-block-medium.is-tablet-small {
    height: 1.125rem;
  }

  .spacing-block-large {
    height: 1.5rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .spacing-section-large {
    height: 5rem;
  }

  .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .spacing-section-huge {
    height: 7.5rem;
  }

  .spacing-block-custom5 {
    height: 1.5rem;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .ss_sidebar {
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 4rem 2em;
    position: relative;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .cookies-modal {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .footer_menu {
    display: flex;
  }

  .footer_menu-cta {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cta_btns {
    flex-flow: column;
    align-items: stretch;
  }

  .cta_imag {
    width: 84%;
  }

  .pop-up_component {
    padding: 1.25rem;
  }

  .pop-up_modal-btns {
    flex-flow: column;
  }

  .contacts-list_component {
    grid-template-columns: 1fr;
  }

  .cntacts-list_list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-list_modal-btns {
    flex-flow: column;
  }

  .contacts-list_modal-pills {
    transform: scale(.8);
  }

  .cntacts-list_list-item-text {
    font-size: .875rem;
  }

  .products-bento_custom-btns {
    flex-flow: column;
  }

  .about-header_image {
    min-width: 9rem;
  }

  .about-header_image.is-big {
    min-height: 22rem;
  }

  .about-header_image.is-medium {
    min-height: 17rem;
  }

  .about-promisse_content-btns {
    flex-flow: column;
    align-items: stretch;
  }

  .about-proccess_grid {
    flex-flow: column;
    display: flex;
  }

  .feedbacks_testimonial-block, .feedbacks_testimonial-block.is-reverse {
    animation-duration: 30s;
  }

  .feedbacks_quote-w-max {
    min-width: 80vw;
    max-width: 80vw;
  }

  .about-topics_tab-button {
    height: 4.5rem;
  }

  .home-header_btns {
    flex-flow: column;
  }

  .home-header_cards-wrapper {
    width: auto;
    max-width: none;
  }

  .home-intro_points {
    align-items: stretch;
  }

  .home-quality__content-btns {
    flex-flow: column;
    align-items: stretch;
  }

  .home-products_slide.swiper-slide {
    max-width: 88%;
  }

  .message_message-wrap {
    width: 100%;
  }

  .message_image-bg {
    background-image: linear-gradient(to bottom, null, null), url('../images/about-bg_1.avif');
    background-position: 0 0, 32%;
  }

  .form-rate_form-subimit-content {
    align-items: stretch;
  }

  .form-field_heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .form-field_check-list {
    grid-template-columns: 1fr 1fr;
  }

  .form-field_custom-list-fade {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .ss_utility_spacing-items, .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

  .zy-stylesystem-color {
    width: 4rem;
    height: 4rem;
  }

  .navbar-message_image {
    display: none;
  }

  .about-topics_tab-button {
    height: 3.75rem;
  }

  .form-field_check-list {
    grid-template-columns: 1fr;
  }
}

#w-node-fd73dba2-6b3e-a98c-05b2-82af2a58109c-12c15703 {
  place-self: stretch stretch;
}

#w-node-_2958b609-109c-2d86-44b7-a90b4f741f3f-12c15703 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c115cc44-2441-9c14-a2b2-327fd5422320-12c15703 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_84bb8a33-94f9-e053-f929-d20545d4e1b7-12c15703 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-eccf9dd4-c78c-f2c2-4db6-94716106375c-61063726 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a0a7d8f0-75c4-6b8f-780a-0f21b51bedc0-86aa04a1 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}