@font-face {
  font-family: Didot;
  src: url('../assets/fonts/Didot.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Garamondpremrpro;
  src: url('../assets/fonts/GaramondPremrPro.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Garamondpremrpro It;
  src: url('../assets/fonts/GaramondPremrPro-It.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.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 {
  color: #333;
  font-family: Garamondpremrpro It, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

._w-nav_button {
  padding: 1rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.text-size-small {
  color: #fff;
  text-align: center;
  letter-spacing: .7px;
  font-family: Garamondpremrpro, Arial, sans-serif;
  font-size: 14px;
}

.text-size-small.is-footer {
  color: #818498;
  text-align: left;
}

.text-size-small.is-hero-caption {
  color: #818498;
  margin-top: 4px;
}

.text-size-small.text-style-allcaps.text-shadown {
  font-size: 16px;
}

.text-size-small.text-color-secondary {
  color: #000;
}

.text-size-small.text-color-secondary.text-style-allcaps {
  font-size: 16px;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.heading-style-h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.text-align-left {
  text-align: left;
}

.heading-style-h2.text-align-left.margin-custom2 {
  margin: 16px 0 24px;
}

.overflow-hidden {
  overflow: hidden;
}

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

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.background-color-tertiary {
  background-color: #f6f5f8;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

.heading-style-h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.padding-small {
  padding: 1rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 11px 24px 8px;
  font-family: Garamondpremrpro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #0000;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

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

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.margin_top-32px {
  margin-top: 32px;
}

.button.is-gradient {
  background-color: #4361f2;
  background-image: linear-gradient(218deg, #15132e40, #4260f2 51%, #15132e40), linear-gradient(#15132e00, #15132e40);
  transition: all .2s;
}

.button.is-gradient:hover {
  background-image: linear-gradient(159deg, #15132e40, #4b65e4 51%, #15132e40), linear-gradient(#15132e00, #15132e40);
  transform: scale(.98);
}

.button.is-desktop {
  transition: all .2s;
}

.button.is-desktop:hover {
  background-color: #4361f2b3;
}

.button.is-mobile {
  display: none;
}

.button.secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000003d;
}

._w-nav_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ddd0;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 16px 16px 24px;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.text-color-secondary {
  color: #818498;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.hide {
  display: none;
}

.text-size-medium {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Garamondpremrpro It, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

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

.text-size-medium.text-shadown {
  font-size: 23px;
}

.text-size-medium.history {
  color: #000;
  font-size: 23px;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: #000;
}

.fs-styleguide_header {
  color: #b3b6bf;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

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

.text-color-alternate {
  color: #b3b6bf;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

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

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

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.fs-styleguide_label {
  color: #b3b6bf;
  background-color: #000;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #f6f5f8;
}

.nav_menu_link {
  color: #edeffa;
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 16px;
  transition: all .2s;
}

.nav_menu_link:hover {
  color: #edeffab3;
}

.padding-0 {
  padding: 0;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #818498;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-xxhuge {
  margin: 12rem;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

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

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.container-large.is-hero {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.container-large._02 {
  max-width: 100%;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.padding-global {
  padding-left: 32px;
  padding-right: 32px;
}

.padding-global.padding-custom1 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.background-color-alternate {
  background-color: #fff;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.background-color-primary {
  color: #b3b6bf;
  background-color: #000;
  background-image: linear-gradient(#000, #424266);
}

.margin-xlarge {
  margin: 4rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

._w-nav_menu {
  display: flex;
}

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

.padding-medium {
  padding: 2rem;
}

.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;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.background-color-secondary {
  background-color: #000;
}

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

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.nav_logo {
  width: 10rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

._w-nav_brand {
  justify-content: space-around;
  align-items: center;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.margin-huge {
  margin: 6rem;
}

.text-size-regular {
  color: #fff;
  text-align: center;
  letter-spacing: .9px;
  font-size: 18px;
  line-height: 1.4;
}

.text-size-regular.text-semibold {
  color: #1f1c43;
  font-weight: 600;
}

.text-size-regular.text-align-left.text-color-primary {
  color: #000;
}

.text-size-regular.text-align-left.text-color-dark {
  color: #15132e;
}

.text-size-regular.text-color-neutral {
  color: #000;
}

.text-size-regular.text-color-neutral.text-style-allcaps.no-italic {
  font-family: Garamondpremrpro, Arial, sans-serif;
}

.text-size-regular.text-color-neutral.text-style-allcaps.no-italic._1 {
  margin-top: 46px;
  margin-bottom: 16px;
}

.text-size-regular.max-width-medium {
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular.regular {
  color: #000;
  font-family: Garamondpremrpro, Arial, sans-serif;
}

.text-size-regular.regular.text-style-allcaps {
  font-weight: 400;
}

.text-size-regular._16px {
  color: #000;
  font-family: Garamondpremrpro, Arial, sans-serif;
  font-size: 18px;
}

.text-size-regular._16px._02 {
  max-width: 20.4rem;
}

.padding-xxsmall {
  padding: .25rem;
}

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

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.padding-tiny {
  padding: .125rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

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

.heading-style-h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-large {
  padding-top: 3rem;
}

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.heading-style-h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.12rem;
  margin-top: 0;
  font-family: Didot, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.margin-custom1 {
  letter-spacing: -1.92px;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1.margin-custom1.text-shadown {
  margin-bottom: 16px;
  font-size: 64px;
}

.heading-style-h1.color-preto {
  color: #000;
  margin-bottom: 0;
  font-size: 30px;
}

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.imag-flag_us {
  z-index: 4;
  margin-right: -10px;
  position: relative;
}

._w-slider_slide {
  max-width: 600px;
  height: auto;
  margin-right: 32px;
}

.partners_marquee {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tag_languages {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #d7dcf9;
  background-color: #9196dc4d;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 16px;
  display: flex;
}

.mockup_bubble-alert {
  background-color: #d0fecf;
  border-radius: 12px;
  width: 51%;
  padding: 8px;
  position: absolute;
  inset: 8rem -8rem auto auto;
}

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

.section_navbar {
  width: 100%;
}

.comparison_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-shadow {
  background-color: #a6b4f729;
  border-radius: 100px;
  padding: 7px;
}

.section_testimonials {
  background-image: url('../assets/images/Linhas-de-fundo.svg'), linear-gradient(#000, #424266);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
  padding-top: 112px;
  padding-bottom: 112px;
}

.footer_link {
  color: #818498;
  margin-top: 16px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.footer_link:hover {
  color: #b7bacf;
}

.footer_link.contact {
  margin-top: 4px;
  text-decoration: underline;
  transition: all .2s;
}

.footer_link.contact:hover {
  color: #b7bacf;
}

.mockup_bubble-ai {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  width: 65%;
  padding: 8px;
  position: absolute;
  inset: 9.3rem auto auto 4.4rem;
}

.nav_content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial_card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #f6f5f8;
  background-color: #28283d;
  border: 1px solid #404063;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.testimonial_card.is-flex-align-center {
  justify-content: center;
  align-items: center;
}

.testimonial_card.is-flex-align-center.is-left {
  justify-content: center;
  align-items: flex-start;
}

.background_wrapper {
  background-image: url('../assets/images/Linhas-de-fundo.svg'), linear-gradient(#000, #424266);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 177%, auto;
  border: 1px solid #5c5c8c;
  border-radius: 32px;
  margin-top: 128px;
  overflow: hidden;
}

.partner_logo {
  opacity: .5;
  filter: grayscale();
  flex: 1;
  max-height: 24px;
}

.faq-list {
  margin-bottom: 80px;
}

.footer_wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: space-around;
  margin-right: 64px;
  display: flex;
}

.partners_track {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  will-change: transform;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mockup-screen {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider_component {
  margin-bottom: 128px;
}

.bubble_reaction {
  width: 29px;
  position: absolute;
  inset: 1.3rem .4rem 0% auto;
}

.bubble_text {
  color: #0a0a0a;
  font-size: 16px;
}

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

._w-slider_dots {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
  inset: auto 0% -4rem;
}

.inline {
  background-color: #f5f5f5;
  width: 2px;
  margin-left: 24px;
}

.bubble_icon-forward {
  position: absolute;
  inset: auto -3.1rem 2.8rem auto;
}

.bubble_tail-white {
  position: absolute;
  inset: .4rem auto auto -.9rem;
}

._w-slider-mask {
  height: auto;
  overflow: visible;
}

.faq_block {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-image.margin_bottom-16px {
  margin-bottom: 16px;
}

.comparison_table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.faq_open {
  overflow: hidden;
}

.faq_wrapper {
  background-color: #f6f5f8;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 24px;
}

.section_features {
  z-index: 1;
  background-color: #fff;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.text-label {
  color: #9196dc;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.text-label.is-black {
  color: #000;
  text-align: left;
}

.text-label.text-color-primary {
  color: #000;
}

._w-slider_arrow {
  background-color: #15132e;
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

._w-slider_arrow.is-right {
  background-image: url('../assets/images/Icon_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  inset: auto 0% -4rem auto;
}

._w-slider_arrow.is-left {
  background-image: url('../assets/images/Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  inset: auto 3.5rem -4rem auto;
}

.hero-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 410px;
  display: flex;
}

.hero-text-wrapper._02 {
  max-width: 14.5rem;
}

._w-slider {
  background-color: #ddd0;
  height: auto;
}

.display_flex-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.content_media.padding-custom2 {
  padding: 32px 0 32px 32px;
}

.content_media.is-testimonials {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.button-wrapper.is_flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.is-flex-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_divider {
  background-color: #fff;
  border: 1px solid #434670;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 16px;
}

.content_block {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.content_block.is-border {
  border-bottom-color: #abadbb;
}

.content_block.is-border.padding_vertical-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}

.content_block.column_2 {
  background-color: #000;
  border-radius: 16px 16px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.content_block.column_2.no_radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.footer_legal-link {
  color: #818498;
  font-size: 14px;
  text-decoration: underline;
  transition: all .2s;
}

.footer_legal-link:hover {
  color: #b7bacf;
}

.footer_legal-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.section_home-hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mockup_ticket-left {
  width: 500px;
  position: absolute;
  inset: auto auto 1rem 0%;
}

.section_search-functions {
  padding-top: 64px;
  padding-bottom: 64px;
}

.mockup_bubble-offer {
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  width: 65%;
  padding: 8px;
  position: absolute;
  inset: auto auto 0% 4.4rem;
}

.hero_content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  width: 100%;
  padding-top: 237px;
  padding-bottom: 237px;
  display: flex;
  position: relative;
}

.partners_row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.bubble_footer {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #00000080;
  justify-content: flex-end;
  align-items: center;
  font-size: 11px;
  display: flex;
  position: relative;
}

.section-footer {
  background-image: url('../assets/images/Group.png'), linear-gradient(#000, #3c3c60);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
  padding-top: 64px;
  padding-bottom: 0;
}

.bubble_icon-media {
  border-radius: 12px;
  width: 100%;
}

.partners_heading {
  color: #1f1c43;
  white-space: nowrap;
  margin-right: 24px;
}

.section_cta {
  background-image: linear-gradient(#fff, #f9f9fb);
  padding-bottom: 28px;
}

.slide_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f5f8;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-end;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.slide_content.padding-invert {
  padding-top: 0;
  padding-bottom: 48px;
}

.text-color-green {
  color: #29d27e;
}

.span-image {
  background-image: url('../assets/images/stars-light-sparkle-1.svg');
  background-position: 50% 17%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.span-image.whatsapp {
  background-image: url('../assets/images/Ico.svg');
  padding-left: .7rem;
  padding-right: .8rem;
}

.feature_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.imag-flag_es {
  z-index: 3;
  margin-right: -10px;
  position: relative;
}

.footer_bottom {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.content_grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content_grid.content_grid-2col {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.content_grid.content_grid-2col.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.content_grid.content_grid-3col {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content_grid.content_grid-3col.column-0-45fr {
  grid-template-columns: 1fr 1fr .45fr;
}

.content_heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.content_heading.max-width-large {
  margin-left: auto;
  margin-right: auto;
}

.content_heading.max-width-xlarge {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
}

.is-flex-align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-flex-align-center.is-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.divider {
  background-color: #abadbb;
  width: 100%;
  height: 1px;
}

.mockup-wrapper {
  z-index: 1;
  background-image: url('../assets/images/Screen-3_1Screen (3).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 540px;
  height: 700px;
  margin-bottom: -40px;
  position: relative;
  transform: scale(.9);
}

.partners_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.partners_wrapper.is-flex-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
}

.footer_socials {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  margin-top: 32px;
  display: flex;
}

.bubble_tail {
  position: absolute;
  inset: .4rem -.9rem auto auto;
}

.hero_content-mockup {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.hero_content-mockup.is-mobile {
  display: none;
}

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

.mockup_ticket-right {
  width: 30rem;
  position: absolute;
  inset: auto 0% -2.5rem auto;
}

.imag-flag_br {
  z-index: 5;
  margin-right: -10px;
  position: relative;
}

.icon.is-social {
  transition: all .2s;
}

.icon.is-social:hover {
  filter: brightness(200%);
}

.imag-flag_fra {
  z-index: 2;
  margin-right: -10px;
  position: relative;
}

.mockup_bubble-user {
  background-color: #d0fecf;
  border-radius: 12px;
  width: 65%;
  padding: 8px;
  position: absolute;
  inset: 18.8rem 4.4rem auto auto;
}

.hero_bg {
  z-index: 0;
  background-image: url('../assets/images/Linhas-de-fundo-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tag-flags {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.section_partners {
  z-index: 2;
  background-color: #fff;
  border-bottom: 2px solid #f5f5f5;
  position: relative;
}

.section_partners.section_partners-alt {
  background-color: #f9f9fb;
  padding-top: 64px;
  padding-bottom: 64px;
}

.div-block {
  padding-top: 32px;
  position: relative;
}

.link {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-left: 8px;
  font-family: Garamondpremrpro, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  padding-top: 3px;
}

.title {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 27.2rem;
  display: flex;
}

.title.center {
  justify-content: center;
  align-items: center;
  max-width: 30.3rem;
}

.text-span {
  font-size: 24px;
}

.div-block-3 {
  background-color: #fff;
  width: 64px;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.div-block-3.black {
  background-color: #000;
  margin-top: 24px;
  margin-bottom: 64px;
}

.div-block-3.black._32px {
  width: 32px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3.black.no-margin {
  margin-bottom: 0;
}

.div-block-3.black._2 {
  margin-bottom: 24px;
}

.space-16px {
  width: 100%;
  height: 16px;
}

.image {
  margin-bottom: 20px;
}

.image-2._02 {
  margin-bottom: 16px;
}

.section_history {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 100px;
  display: flex;
}

.history-content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
  position: relative;
}

.history-content._02 {
  padding-top: 196px;
  padding-bottom: 196px;
}

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

.hero-image_absolute.is-mobile, .hero-image_absolute.is-desktop {
  display: none;
}

.fade {
  background-color: #00000052;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-size-regular_contador {
  color: #fff;
  text-align: center;
  letter-spacing: .9px;
  font-family: Garamondpremrpro, Arial, sans-serif;
  font-size: 18px;
}

.text-size-regular_contador.text-semibold {
  color: #1f1c43;
  font-weight: 600;
}

.text-size-regular_contador.text-align-left.text-color-primary {
  color: #000;
}

.text-size-regular_contador.text-align-left.text-color-dark {
  color: #15132e;
}

.text-size-regular_contador.text-color-neutral {
  color: #edeffa;
}

.text-size-regular_contador.max-width-medium {
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular_contador.text-style-allcaps.text-shadown {
  font-size: 19px;
  line-height: 25px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-shadown {
  text-shadow: 0 2px 24px #00000052;
}

.space-19px {
  width: 100%;
  height: 19px;
}

.space-24px {
  width: 100%;
  height: 24px;
}

.space-64px {
  width: 100%;
  height: 64px;
}

.section_images {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.images-grid {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  width: 100%;
  display: grid;
  position: relative;
}

.mobile {
  display: none;
}

.section_infos {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 48px;
  position: relative;
}

.section_infos._02, .section_infos.no-margin {
  padding-bottom: 0;
}

.grid-infos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-infos.cms {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
}

.card-infos {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 95px;
  display: flex;
  box-shadow: 0 4px 64px #00000008;
}

.card-infos._02 {
  max-width: 27.1rem;
  padding: 64px 110px;
  box-shadow: 0 4px 64px #00000014;
}

.card-infos._03 {
  padding: 32px;
}

.card-infos._04 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.div-block-8._32 {
  margin-top: 32px;
}

.text-block {
  color: #000;
}

.div-block-9 {
  background-color: #000;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.image-3 {
  margin-bottom: 32px;
}

.div-block-10 {
  background-color: #fafbfc;
  width: 100%;
  max-width: 100%;
  padding-top: 164px;
  padding-bottom: 164px;
}

.section_manual {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.div-block-10-copy {
  background-image: url('../assets/images/WhatsApp-Image-2026-04-15-at-09.44.46-24-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 154px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.section_confirm {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer {
  color: #fff;
  background-color: #fafbfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.footer-content._02 {
  padding-top: 196px;
  padding-bottom: 196px;
}

.div-block-13 {
  max-width: 15rem;
}

.text-span-2 {
  text-underline-offset: 1.5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

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

.section_confirm-02 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.text-field {
  color: #999;
  text-align: center;
  letter-spacing: .9px;
  border: 1px #000;
  border-bottom-style: solid;
  width: 100%;
  margin-top: 48px;
  font-family: Garamondpremrpro, Arial, sans-serif;
  font-size: 16px;
}

.space-14px {
  width: 100%;
  height: 14px;
}

.div-block-14 {
  margin-top: 14px;
}

.sticky-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-desktop {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  font-size: 16px;
}

.margin-32px {
  width: 100%;
  height: 32px;
}

.margin-16px {
  width: 100%;
  height: 16px;
}

.code-embed {
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-16 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block-16._02 {
  padding-bottom: 0;
}

.div-block-17 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  display: flex;
}

.background-video-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50.3rem;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-18._1 {
  max-width: 37.4rem;
}

.div-block-19 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-20 {
  max-width: 48rem;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  flex: 0 auto;
  width: 100%;
  height: 322px;
  margin-bottom: 32px;
}

.div-block-21._02 {
  height: auto;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-5._02 {
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-nav_button {
    color: #fff;
    padding: 8px;
  }

  ._w-nav_button.w--open {
    background-color: #c8c8c800;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .button.is-desktop {
    display: none;
  }

  .button.is-mobile {
    display: block;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .nav_menu_link {
    display: none;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global.diff {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._w-nav_menu {
    background-color: #252533;
    background-image: linear-gradient(2deg, #0000, #252533);
    border: 1px solid #2d2c36;
    border-radius: 16px;
    margin-top: 1rem;
    padding: 1rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_testimonials {
    background-image: url('../assets/images/Linhas-de-fundo_1.svg'), linear-gradient(#000, #424266);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .content_media {
    order: -9999;
    align-self: center;
  }

  .content_media.padding-custom2 {
    padding-bottom: 0;
    padding-right: 32px;
  }

  .content_block {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .hero_content {
    padding-top: 216px;
    padding-bottom: 250px;
  }

  .content_grid.content_grid-2col, .content_grid.content_grid-3col {
    flex-flow: column;
    display: flex;
  }

  .content_grid.content_grid-3col.column-0-45fr {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .45fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon {
    color: #bfbfc5;
  }

  .hero_bg {
    background-size: cover;
  }

  .section_partners.section_partners-alt {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .history-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-image_absolute {
    object-fit: cover;
  }

  .hero-image_absolute.is-mobile, .hero-image_absolute.is-desktop {
    display: none;
  }

  .section_images {
    padding-top: 0;
    padding-bottom: 0;
  }

  .images-grid {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .section_infos {
    padding-bottom: 0;
  }

  .grid-infos {
    flex-flow: column;
    display: flex;
  }

  .div-block-10 {
    padding: 64px 24px;
  }

  .section_manual {
    padding: 0;
  }

  .div-block-10-copy {
    background-image: url('../assets/images/IMG-93-2-1.png');
    background-position: 50% 100%;
  }

  .div-block-11 {
    padding-top: 32px;
    padding-bottom: 35rem;
  }

  .section_confirm, .footer {
    padding-top: 196px;
  }

  .footer-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section_confirm-02 {
    padding-top: 196px;
  }
}

@media screen and (max-width: 767px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .heading-style-h2 {
    font-size: 28px;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  ._w-nav_component {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .text-size-medium.text-color-alternate {
    font-size: 16px;
    line-height: 1.3;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .margin-large {
    margin: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .nav_logo {
    width: 8.4rem;
  }

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

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-style-h3 {
    font-size: 24px;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .comparison_row {
    grid-template-columns: 1fr 1.25fr 1fr;
  }

  .faq-list {
    margin-bottom: 48px;
  }

  .footer_wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    margin-right: 0;
  }

  .content_block, .content_block.column_2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .partners_heading {
    display: none;
  }

  .footer_bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .content_grid.content_grid-2col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content_grid.content_grid-3col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content_heading {
    margin-bottom: 48px;
  }

  .content_heading.max-width-large {
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .hero_content-mockup.is-mobile {
    display: block;
  }

  .hero_content-mockup.is-desktop {
    display: none;
  }

  .section-faq {
    padding-top: 32px;
  }

  .mockup_image-desktop {
    width: 100%;
    height: 100%;
  }

  .div-block {
    padding-top: 24px;
  }

  .hero-image_absolute.is-mobile {
    object-fit: fill;
  }

  .section_images {
    padding-bottom: 24px;
  }

  .images-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 64px;
    padding-bottom: 0;
    display: flex;
  }

  .section_infos {
    padding: 0;
  }

  .div-block-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section_manual {
    padding: 0;
  }

  .div-block-11 {
    padding-bottom: 30rem;
  }

  .background-video-desktop {
    display: none;
  }

  .background-video-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-nav_button, ._w-nav_button.w--open {
    padding: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5 {
    font-size: 17px;
    line-height: 1.2;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._w-nav_component {
    padding: 10px 14px 10px 10px;
  }

  .container-large.is-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global.padding-custom1 {
    padding-top: 96px;
  }

  .padding-global._02 {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_logo {
    width: 7.1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h3 {
    font-size: 24px;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .heading-style-h1.margin-custom1.text-shadown {
    font-size: 48px;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .imag-flag_us {
    width: 20px;
  }

  ._w-slider_slide {
    max-width: none;
  }

  .partners_marquee {
    overflow: visible;
  }

  .tag_languages {
    justify-content: space-around;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section_comparison {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .section_testimonials {
    background-position: 50% 0, 0 0;
    background-size: auto 94%, auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .testimonial_card.is-flex-align-center.is-left {
    padding: 16px;
  }

  .background_wrapper {
    margin-top: 64px;
  }

  .faq-list {
    margin-bottom: 48px;
  }

  .footer_wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-self: flex-start;
  }

  .text-button {
    font-size: 14px;
  }

  .slider_component {
    margin-bottom: 96px;
  }

  ._w-slider_dots {
    font-size: 8px;
    bottom: -2.5rem;
  }

  .content-image.margin_bottom-16px {
    margin-bottom: 8px;
  }

  .comparison_table {
    grid-template-columns: 1fr 1fr;
  }

  .faq_wrapper {
    padding: 16px;
  }

  .section_features {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  ._w-slider_arrow.is-right {
    background-size: 50%;
    width: 32px;
    height: 32px;
    bottom: -2.5rem;
  }

  ._w-slider_arrow.is-left {
    background-size: 50%;
    width: 32px;
    height: 32px;
    bottom: -2.5rem;
    right: 2.5rem;
  }

  .content_media.padding-custom2 {
    padding: 8px 24px 0;
  }

  .content_media.is-testimonials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer_divider {
    margin-top: 32px;
  }

  .content_block {
    padding-left: 0;
    padding-right: 0;
  }

  .content_block.column_2 {
    padding: 16px;
  }

  .content_block.column_3 {
    padding-left: 10px;
  }

  .content_block.is-desktop {
    display: none;
  }

  .content_block.padding_top-32px-mobile {
    border-bottom: 1px solid #abadbb;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer_legal-link {
    font-size: 11px;
  }

  .footer_legal-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section_home-hero {
    height: 100vh;
    display: flex;
  }

  .section_search-functions {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-footer {
    background-image: linear-gradient(#000, #3c3c60);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 32px;
  }

  .section_cta {
    padding-bottom: 32px;
  }

  .slide_content {
    padding: 24px 24px 0;
  }

  .span-image.whatsapp {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
    line-height: 1.3;
  }

  .feature_card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .imag-flag_es {
    width: 20px;
  }

  .footer_bottom {
    margin-bottom: 20px;
  }

  .content_grid.content_grid-2col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content_grid.content_grid-2col.gap-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: -9999;
  }

  .content_grid.content_grid-3col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content_grid.content_grid-3col.column-0-45fr {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .content_heading {
    margin-bottom: 48px;
  }

  .faq_icon {
    width: 20px;
  }

  .hero_content-mockup.is-mobile {
    margin-top: 32px;
  }

  .section-faq {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .imag-flag_ger, .imag-flag_br, .imag-flag_fra {
    width: 20px;
  }

  .tag-flags {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section_history {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 64px;
  }

  .hero-image_absolute.is-mobile {
    object-fit: cover;
  }

  .section_infos {
    padding: 0;
  }

  .grid-infos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card-infos {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-infos._02 {
    padding: 64px 70px;
  }

  .card-infos._03 {
    padding: 24px;
  }

  .card-infos._04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-10-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-11 {
    padding-bottom: 300px;
  }

  .section_confirm, .footer, .section_confirm-02 {
    padding-top: 1rem;
  }

  .div-block-21 {
    height: 263px;
  }
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eada9d-b8ed7807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadabc-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadac1-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadac6-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadacb-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadad1-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadad7-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadadd-b8ed7807 {
  justify-self: start;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadbbf-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadbc7-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadbde-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadbf7-b8ed7807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadbfa-b8ed7807 {
  justify-self: start;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadbfc-b8ed7807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadbff-b8ed7807 {
  justify-self: start;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadc4f-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadc59-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadc5a-b8ed7807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadccc-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadcd1-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadcd6-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadcdb-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadce0-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadce5-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadcef-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadcf4-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadcf9-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadcfe-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd03-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd08-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd0d-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd12-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd17-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd1c-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd21-b8ed7807 {
  justify-self: start;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd25-b8ed7807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd26-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd2b-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd30-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd35-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd49-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd4e-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd53-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd58-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd5d-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd62-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd6c-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd71-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd76-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd7b-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd80-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd85-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd8a-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd8f-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd94-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd99-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadd9e-b8ed7807 {
  justify-self: start;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadda2-b8ed7807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadda3-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadda8-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddad-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddb2-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddc3-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddc8-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddcd-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddd2-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddd7-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadddc-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadde1-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadde6-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddeb-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddf0-b8ed7807 {
  justify-self: start;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddf4-b8ed7807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddf5-b8ed7807 {
  justify-self: start;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eaddf8-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eade79-b8ed7807, #w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadea6-b8ed7807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4b9338-c5d7-97f9-fa7b-7c0c82eadee4-b8ed7807 {
  justify-self: start;
}

#w-node-caeeca8d-b788-e000-38da-742a8230ef43-ae41d34e {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_9f40a353-f390-c7cb-72d4-db0d4beb3ad0-ae41d34e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-cf2ccb9f-3700-d4da-ee51-be933be08023-ae41d34e {
  grid-area: 2 / 1 / 3 / 3;
}


@font-face {
  font-family: 'Didot';
  src: url('../assets/fonts/Didot.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garamondpremrpro';
  src: url('../assets/fonts/GaramondPremrPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garamondpremrpro It';
  src: url('../assets/fonts/GaramondPremrPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}