@font-face {
  font-family: "Bdo Grotesk 400 100";
  src: url('../fonts/BDO-Grotesk-normal-700-100.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-font: Inter, sans-serif;
  --main-font: "Bdo Grotesk 400 100", Arial, sans-serif;
  --main-gold: #b8934a;
  --cream-white: #ffefe6;
  --main-green: #10292e;
  --green-light: #c8c8c8;
  --main-grey: #2a2a2a;
  --black: black;
  --white: white;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

body {
  font-family: var(--text-font);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--main-font);
  margin-top: 1.25rem;
  margin-bottom: .63rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  font-family: var(--main-font);
  margin-top: 20px;
  margin-bottom: .63rem;
  font-size: 3rem;
  line-height: 120%;
}

h3 {
  font-family: var(--main-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  font-family: var(--main-font);
  margin-top: 10px;
  margin-bottom: .63rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
}

h5 {
  font-family: var(--main-font);
  margin-top: 10px;
  margin-bottom: .63rem;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  font-family: var(--main-font);
  margin-top: 10px;
  margin-bottom: .63rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.13rem;
}

p {
  font-family: var(--text-font);
  margin-bottom: .63rem;
  font-size: 1rem;
  line-height: 120%;
}

a {
  font-family: var(--text-font);
  font-size: 1rem;
  line-height: 120%;
  text-decoration: none;
}

ul {
  font-family: var(--text-font);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: .88rem;
  line-height: 1.25rem;
}

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

blockquote {
  font-family: var(--text-font);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.13rem;
  line-height: 1.38rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.icon-height-custom1 {
  height: 1.25rem;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

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

.padding-xlarge {
  padding: 4rem;
}

.text-color-white {
  color: #fff;
}

.text-color-white.text-align-center {
  font-family: var(--main-font);
}

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

.padding-0 {
  padding: 0;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-vertical, .padding-vertical.padding-tiny, .padding-vertical.padding-xhuge, .padding-vertical.padding-large, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-medium, .padding-vertical.padding-custom1, .padding-vertical.padding-xlarge, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xsmall, .padding-vertical.padding-custom3, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.padding-left, .padding-left.padding-xxlarge, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-0, .padding-left.padding-custom1, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-large, .padding-left.padding-xxsmall, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-xlarge, .padding-left.padding-xxhuge, .padding-left.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: #fff;
}

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

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom, .margin-bottom.margin-xhuge, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-huge, .margin-bottom.margin-custom3, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-custom1, .margin-bottom.margin-0, .margin-bottom.margin-custom2, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.margin-right, .margin-right.margin-custom2, .margin-right.margin-medium, .margin-right.margin-0, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-xxlarge, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-tiny, .margin-right.margin-custom3, .margin-right.margin-custom1, .margin-right.margin-xlarge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-small {
  padding: 1.5rem;
}

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

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

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

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

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  color: var(--main-gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

.margin-vertical, .margin-vertical.margin-xxlarge, .margin-vertical.margin-0, .margin-vertical.margin-custom2, .margin-vertical.margin-xhuge, .margin-vertical.margin-medium, .margin-vertical.margin-custom3, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xsmall, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-huge {
  margin-left: 0;
  margin-right: 0;
}

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

.heading-style-h1.marquee_item {
  font-family: var(--main-font);
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: #fff;
}

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

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

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

.form_radio-label {
  margin-bottom: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

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

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

.margin-huge {
  margin: 6rem;
}

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

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

.hide {
  display: none;
}

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

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

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.form_radio.is-alternate {
  color: #fff;
}

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  color: var(--cream-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-style-h3.no-padding {
  margin-top: 0;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

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

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

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

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

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

.button-group.is-center {
  justify-content: center;
}

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.button-group.is-left.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.margin-top, .margin-top.margin-xxhuge, .margin-top.margin-0, .margin-top.margin-medium, .margin-top.margin-custom1, .margin-top.margin-custom3, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-custom2, .margin-top.margin-xhuge, .margin-top.margin-small, .margin-top.margin-xsmall, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-huge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.text-align-center.margin-top-bottom-none {
  color: var(--cream-white);
}

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

.main-wrapper {
  position: relative;
}

.main-wrapper.background-color-green {
  background-color: var(--main-green);
}

.main-wrapper.background-color-darkgreen {
  background-color: #0c2226;
}

.margin-xxhuge {
  margin: 10rem;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

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

.form_checkbox.is-alternate {
  color: #fff;
}

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

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

.margin-0 {
  margin: 0;
}

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

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.no-padding {
  margin-bottom: 0;
}

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

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

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

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.form_field-wrapper {
  position: relative;
}

.padding-xhuge {
  padding: 7rem;
}

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.w--current {
  border-bottom: 2px solid #000;
}

.tag.is-alternate {
  background-color: #fff;
  border-color: #fff;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #fff0;
}

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

.margin-xhuge {
  margin: 7rem;
}

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

.padding-large {
  padding: 3rem;
}

.padding-horizontal, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom3, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

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

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

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

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

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

.form_checkbox-label {
  margin-bottom: 0;
}

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #000;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #000;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: #fff;
}

.overflow-auto {
  overflow: auto;
}

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

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

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

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

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

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

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

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

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.padding-bottom, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-custom3, .padding-bottom.padding-xxlarge, .padding-bottom.padding-0, .padding-bottom.padding-medium, .padding-bottom.padding-tiny, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-large, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

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

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-huge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-large, .margin-horizontal.margin-custom3, .margin-horizontal.margin-small, .margin-horizontal.margin-0, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-xxhuge, .margin-left.margin-tiny, .margin-left.margin-custom1, .margin-left.margin-xsmall, .margin-left.margin-xxsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-medium, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.margin-large {
  margin: 3rem;
}

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

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

.padding-right, .padding-right.padding-xxlarge, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-huge, .padding-right.padding-xxsmall, .padding-right.padding-xxhuge, .padding-right.padding-0, .padding-right.padding-medium, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-tiny, .padding-right.padding-custom2, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

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

.text-size-medium.text-color-creamwhite.padding-custom {
  padding-top: 1.5rem;
  list-style-type: none;
}

.text-size-medium.no-padding {
  margin-bottom: 0;
}

.padding-xxhuge {
  padding: 10rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

.heading-style-h2 {
  font-family: var(--main-font);
  color: var(--cream-white);
  letter-spacing: normal;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-style-h2.no-padding {
  margin-top: 0;
}

.padding-medium {
  padding: 2rem;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xhuge, .padding-top.padding-tiny, .padding-top.padding-custom1, .padding-top.padding-xxhuge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-small, .padding-top.padding-huge, .padding-top.padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.heading {
  font-size: 1.5rem;
  line-height: 120%;
}

.home-one-hero-bigger-text {
  color: var(--cream-white);
  letter-spacing: -9.6px;
  font-size: clamp(50px, 16vw, 320px);
  line-height: .8;
}

.home-one-hero-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  padding-top: 195px;
  padding-bottom: 100px;
  position: relative;
}

.home-one-hero-image-two {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.home-one-hero-heading-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
  margin-bottom: auto;
}

.button-icon-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-left: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-margin {
  color: var(--cream-white);
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin.home-one-hero-text {
  color: var(--cream-white);
}

.no-margin.text-center.about-us-team-heading {
  max-width: 590px;
}

.home-one-hero-content-wrapper {
  z-index: 100;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.button-overlay-2 {
  background-color: #c99669;
  border-radius: 100%;
  width: 130%;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.button-text-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 19px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper.no-padding {
  height: auto;
}

.home-one-dark-preloader {
  z-index: 99;
  background-color: #0c2226;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
  transform: translate(-110%);
}

.button-2 {
  color: #fff;
  cursor: pointer;
  border: 1px solid #c99669;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.button-2.no-bouder {
  border-style: none;
}

.button-3 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #274543;
  justify-content: center;
  align-items: center;
  padding: 17px 30px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3.olive-green-button {
  background-color: #c996692e;
  border: 1px solid #c99669;
}

.button-3.olive-green-button:where(.w-variant-4802fd0b-5768-41be-468f-8172d55b4330) {
  border-radius: 20px;
}

.button-3.olive-green-button.style-rounded {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.button-3.olive-green-button.custom-padding {
  border-radius: 20px;
  max-width: 270px;
  padding: 4px 10px 2px;
  font-size: .75rem;
  line-height: 100%;
}

.button-3.olive-green-button {
  background-color: #c996692e;
}

.home-one-hero-image-wrapper {
  flex-flow: row;
  height: 100%;
  display: flex;
  position: relative;
}

.container-big {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-big.full-container {
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-big.full-container {
  width: 100%;
}

.container-big.full-container.home-one-bottom-text-container {
  position: absolute;
  inset: auto 0% 0%;
}

.home-one-hero-bottom-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.icon-out-2 {
  z-index: 1;
  position: absolute;
  transform: scale(0);
}

.home-one-hero-section {
  height: 110vh;
  position: relative;
  overflow: hidden;
}

.home-one-hero-text-block {
  flex: 1;
  max-width: 310px;
  margin-top: auto;
  margin-left: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-text-2 {
  text-transform: uppercase;
  font-weight: 500;
}

.button-text-2.chnage-color-white {
  color: #1b1b1b;
}

.home-one-hero-image-three {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.home-one-hero-image-one {
  z-index: 1;
  object-fit: contain;
  flex: none;
  width: 100%;
  height: 100%;
}

.image-overlay {
  background-color: #1b1b1b;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.home-one-big-image-overlay {
  pointer-events: none;
  background-image: linear-gradient(0deg, #222222b3, #2220);
  position: absolute;
  inset: 0%;
}

.home-one-about-big-counter-image-block {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 940px;
  position: absolute;
  inset: auto auto 27% 0%;
}

.home-one-about-section {
  padding-top: 125px;
  position: relative;
}

.image-appear-box {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.image-appear-box.team-card-hover-box {
  justify-content: center;
  align-items: center;
}

.counter-train {
  flex: none;
}

.counter {
  overflow: hidden;
}

.counter.heading-four-counter {
  height: 33px;
}

.counter.home-one-about-counter {
  height: 210px;
  margin-left: -12px;
}

.counter.home-one-service-counter {
  height: 160px;
}

.counter.heading-two-counter {
  height: 55px;
}

.subheading {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-bottom: .6px solid #ffffff4d;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.subheading.varient-two {
  color: var(--cream-white);
  border-bottom-style: none;
  padding-bottom: 0;
}

.subheading.text-color {
  color: #c99669;
}

.subheading.varient-two-2, .subheading.varient-two-3, .subheading.varient-two-4, .subheading.varient-two-2, .subheading.varient-two-3, .subheading.varient-two-4 {
  border-bottom-style: none;
  padding-bottom: 0;
}

.home-one-about-content-block {
  flex: 1;
  max-width: 725px;
  margin-top: -8px;
}

.home-one-about-counter-wrap {
  flex: 1;
  max-width: 630px;
  height: 100%;
}

.image-effect-box {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -7.5%;
  left: -7.5%;
}

.image-effect-box.mobile {
  width: 100%;
  height: auto;
  padding-left: 3.13rem;
  display: block;
  left: 0%;
}

.home-one-about-counter-big-text {
  color: var(--cream-white);
  letter-spacing: 0;
  font-size: 200px;
  line-height: 210px;
}

.home-three-about-counter-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 100%;
  color: var(--cream-white);
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  transition: height .5s;
  position: relative;
}

.home-three-about-counter-block:hover {
  height: 120%;
}

.home-one-service-counter-text-block.home-one-about-countre-block {
  z-index: 5;
  margin-bottom: 70px;
  margin-left: -76px;
}

.home-one-service-counter-text-block.about-business-counter-block {
  justify-content: flex-start;
  align-items: flex-end;
}

.home-one-service-counter-text-block.home-three-about-experience-block {
  position: absolute;
  inset: auto 0% -18% auto;
}

.home-one-about-image-block {
  flex: 1;
  max-width: 525px;
}

.home-one-about-big-image-block {
  width: 50%;
  position: relative;
}

.home-three-about-counters {
  flex: 1;
  width: 100%;
  min-height: 20em;
  display: flex;
}

.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.full-container {
  width: 100%;
  text-decoration: none;
}

.home-one-about-text {
  max-width: 575px;
  color: var(--cream-white);
  margin-top: 40px;
  margin-left: 110px;
}

.home-one-about-text.text-color-greylight {
  color: var(--green-light);
}

.image {
  object-fit: contain;
}

.image.image-height-auto {
  object-fit: cover;
}

.image.image-height-auto.mobile {
  display: block;
}

.image.full-width-image {
  object-fit: scale-down;
}

.image.full-width-image.mobile {
  display: block;
}

.image.full-width-image {
  width: 100%;
}

.image.full-width-image.filter-grayscale {
  filter: grayscale();
  object-fit: cover;
  object-position: -40% 50%;
}

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

.image.full-width-image.position-fit {
  object-position: 40% 50%;
}

.home-three-about-counter-layout {
  grid-row-gap: 4em;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  position: relative;
}

.home-one-about-subheading-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-self: stretch;
  max-width: 1235px;
}

.heading-style-h4-2 {
  letter-spacing: -.69px;
  text-transform: capitalize;
  font-size: 23px;
  line-height: 1.4;
}

.home-three-about-counter-list {
  flex: 1;
}

.home-one-about-big-counter-plus {
  color: var(--cream-white);
  margin-top: 7px;
  font-size: 70px;
  line-height: 80px;
}

.home-one-about-big-counter-plus.about-counter-text {
  color: #fff;
  margin-top: 14px;
}

.home-one-about-big-counter-plus.color-yellow {
  color: #c99669;
}

.home-one-about-image-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  margin-top: 225px;
}

.partner-logo-box {
  position: relative;
}

.partners-bottom-line-decoration {
  grid-column-gap: 10px;
  flex: 1;
}

.partners-bottom-line-decoration.rotate {
  transform: rotate(180deg);
}

.partners-bottom-line {
  grid-column-gap: 28px;
  justify-content: center;
  align-items: center;
}

.home-one-partners-wrapper {
  grid-row-gap: 52px;
  align-items: stretch;
}

.partners-bottom-line-decoration-dot {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
}

.client-logo {
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.client-logo.hover {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.heading-style-h5-2 {
  color: #ffefe6;
  letter-spacing: -.6px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.home-one-partners-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.partners-card {
  cursor: pointer;
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 225px;
  display: flex;
}

.home-one-partners-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-business-text-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 570px;
}

.campaign-checklist-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
}

.campaign-checklist {
  z-index: 2;
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  background-color: #2a2a2a;
  flex-flow: column;
  max-width: 518.29px;
  padding-top: 51px;
  padding-bottom: 51px;
  display: flex;
  position: relative;
}

.campaign-checklist.about-business-campaign {
  align-self: stretch;
  max-width: none;
}

.campaign-checklist.custom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.about-business-image-bottom {
  align-self: stretch;
  position: relative;
}

.home-one-service-big-text {
  color: #fff;
  letter-spacing: -4.5px;
  font-size: 150px;
  line-height: 160px;
}

.about-business-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.about-business-section {
  padding-top: 130px;
  padding-bottom: 115px;
}

.campaign-checklist-padding {
  border-bottom-style: none;
  padding: 1.64rem 3rem;
}

.campaign-checklist-padding.custom {
  border-bottom: 1px solid #4b4b4b;
  border-radius: 0;
}

.campaign-checklist-padding.custom.top-rounded {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.about-us-business-number {
  z-index: 1;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  margin-left: -200px;
  position: relative;
}

.about-business-right-bock {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
}

.about-business-left-block {
  grid-row-gap: 40px;
  flex: 1;
  max-width: 550px;
}

.about-business-image-block {
  flex: none;
  position: relative;
  overflow: hidden;
}

.heading-style-h5-3 {
  color: #ffefe6;
  letter-spacing: -.6px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.about-business-small-image-overlay {
  pointer-events: none;
  background-image: linear-gradient(215deg, #222, #2220);
  position: absolute;
  inset: 0%;
}

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

.divider.white-divider {
  background-color: #ffefe633;
}

.divider.white-divider.home-three-tag-divider {
  width: 220px;
  margin-top: 15px;
}

.divider.home-one-business-bottom-line {
  position: absolute;
  inset: auto 0% 0%;
}

.divider.slider-divider {
  background-color: #ffffff26;
  height: 1.8px;
}

.divider.slider-divider.home-two-experience-divider {
  margin-top: 70px;
}

.home-one-business-list {
  flex: 1;
}

.home-one-business-number-block {
  background-color: #c996691a;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 190px;
  padding: 38px 70px 52px;
  text-decoration: none;
}

.home-one-business-section {
  padding-top: 125px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

.home-one-business-layout {
  grid-row-gap: 4em;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.text-brown {
  color: #c99669;
  text-decoration: none;
}

.home-one-business-wrap {
  flex: 1;
  align-self: stretch;
  min-height: 45em;
  display: flex;
}

.home-one-business-wrapper {
  height: 100%;
}

.heading-style-h3-2 {
  letter-spacing: -.9px;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.3;
}

.heading-style-h3-2.text-center.text-light.inactive {
  color: var(--cream-white);
  text-decoration: none;
}

.heading-style-h3-2.text-color-grey {
  color: #ffefe6b3;
}

.big-text {
  letter-spacing: -4.5px;
  text-transform: capitalize;
  font-size: 5rem;
  line-height: .8;
}

.big-text.text-center {
  color: var(--cream-white);
}

.big-text.text-center.home-one-business-first-text {
  color: var(--cream-white);
  font-size: 7rem;
}

.home-one-business-heading-text-image-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1030px;
}

.home-one-business-text-block {
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  min-width: 455px;
  text-decoration: none;
  position: relative;
}

.home-one-business-icon-block {
  border: 1px solid #ffefe633;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  position: relative;
}

.home-one-business-heading-contant {
  max-width: 350px;
  color: var(--cream-white);
  flex: 1;
  margin-bottom: 12px;
}

.home-one-business-icon-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.home-one-business-icon-two {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-one-business-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-bottom: 100px;
  padding-bottom: 5px;
  overflow: hidden;
}

.home-one-business-inner-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #333;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.home-one-business-block {
  z-index: 10;
  border-bottom: 1px solid #ffefe633;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transition: height .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-business-block:hover {
  height: 120%;
}

.home-one-business-block.top {
  border-top: 1px solid #ffefe633;
}

.team-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.team-left-block {
  overflow: hidden;
}

.team-right-block {
  margin-top: 70px;
  overflow: hidden;
}

.team-section {
  padding-top: 115px;
  padding-bottom: 50px;
}

.team-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  align-self: stretch;
}

.team_card-wrapper {
  margin-bottom: 4.38rem;
  position: relative;
}

.team-about-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 311px;
  padding: 20px 30px 25px 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.team-name-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.heading-style-h4-3 {
  letter-spacing: -.69px;
  text-transform: capitalize;
  font-family: "Bdo Grotesk 400 100", Arial, sans-serif;
  font-size: 23px;
  line-height: 1.4;
}

.heading-style-h4-3.text-color-creamwhite {
  color: var(--cream-white);
}

.body-text {
  text-transform: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.body-text.cap-normal.text-color-creamwhite {
  color: var(--cream-white);
}

.body-text.cap-normal.text-color-greylight {
  color: #c8c8c8;
}

.pricing-plans-monthly {
  z-index: 6;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  position: relative;
}

.pricing-toggle-button {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  align-items: center;
  display: flex;
}

.pricing-plan-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.pricing-plan-wrapper {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.container-small-2 {
  max-width: 1260px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-plan-button-ball {
  background-color: #c99669;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.pricing-section {
  padding-top: 120px;
  padding-bottom: 130px;
}

.yearly {
  font-size: 15px;
}

.yearly.text-color-creamwhite {
  color: var(--cream-white);
}

.monthly {
  font-size: 15px;
}

.monthly.text-color-creamwhite {
  color: var(--cream-white);
}

.pricing-plans-yearly {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  position: relative;
  inset: 0%;
}

.pricing-plan-heading {
  max-width: 700px;
  padding-bottom: 50px;
}

.pricing-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.pricing-plan-button-outer {
  border: 1px solid var(--cream-white);
  cursor: pointer;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 65px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
}

.pricing-button {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.pricing-plan-top-text {
  padding-bottom: 45px;
}

.pricing-popular-tag {
  color: #fff;
  background-color: #ffefe61a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 77.5px;
  height: 28.6px;
  font-size: 14px;
}

.pricing-popular-block {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.pricing-plan-amount-wrap {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

.button-4 {
  color: #fff;
  border: 1px solid #c99669;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.pricing-plan-feature {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
}

.pricing-card {
  background-color: #1b1b1b;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 35px 30px 55px;
  display: flex;
}

.pricing-card.popular {
  background-color: #2a2a2a;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 48px;
}

.pricing-card.style-evento {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px solid #333;
  justify-content: space-between;
  align-items: center;
}

.heading-style-h5-4 {
  color: #ffefe6;
  letter-spacing: -.6px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.pricing-plan-features {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  padding-bottom: 45px;
}

.prcing-plan-amount-before {
  opacity: .3;
  text-decoration: line-through;
}

.button-5, .button-6 {
  color: #fff;
  border: 1px solid #c99669;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.home-three-about-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1265px;
}

.home-three-about-tag {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  max-width: 300px;
  margin-top: 60px;
}

.home-three-about-image-box {
  flex: 1;
  max-width: 480px;
}

.home-three-about-heading {
  margin-top: 30px;
  margin-bottom: 0;
}

.home-three-about-section {
  padding-top: 130px;
  padding-bottom: 120px;
}

.home-three-about-text-block {
  flex: 1;
  max-width: 675px;
  padding-bottom: 100px;
  position: relative;
}

.button-7 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_accordion {
  border: 1px solid var(--main-gold);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq4_accordion:where(.w-variant-883fd2a1-9494-f21d-554c-e1ec38ce79b3) {
  border-radius: 25px;
}

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

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.marquee-text {
  color: var(--cream-white);
  flex: none;
  font-size: 320px;
  line-height: .8;
}

.footer-link {
  color: #c8c8c8;
  letter-spacing: -.32px;
  text-transform: none;
  max-width: 28ch;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-link:hover {
  color: #c99669;
}

.footer-link.margin-top-zero {
  margin-top: 0;
}

.footer-link.hover-none:hover {
  color: #c8c8c8;
}

.footer-divider-one {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 40px;
}

.footer-content {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.col-two {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 202px;
}

.social-icons {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.marque-item-one {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 50px;
}

.footer-copyright-box {
  justify-content: center;
  align-items: center;
  margin-bottom: 23px;
}

.social-icon-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  padding-top: 1.5rem;
}

.column-one {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  max-width: 342px;
}

.footer-dark {
  background-color: #2a2a2a;
  border-bottom: 1px solid #e4ebf3;
  padding-top: 42px;
  padding-bottom: 15px;
  position: relative;
}

.footer-dark.overflow-hidden {
  background-color: #0d2226;
}

.button-8 {
  color: #fff;
  border: 1px solid #c99669;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.button-8:where(.w-variant-4802fd0b-5768-41be-468f-8172d55b4330) {
  border-style: none;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright {
  color: #c8c8c8;
}

.copyright-link {
  letter-spacing: -.32px;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.marquee-style-one {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 114px;
}

.black-icon {
  opacity: 0;
  position: absolute;
}

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

.text-color-creamwhite.text-align-center.desktop {
  display: block;
}

.text-color-creamwhite.text-align-right.mobile, .text-color-creamwhite.mobile {
  display: none;
}

.home-two-experience-section {
  padding-top: 112px;
  padding-bottom: 100px;
  overflow: hidden;
}

.heading-style-h2-2 {
  letter-spacing: -1.35px;
  text-transform: capitalize;
  font-size: 45px;
  line-height: 1.2;
}

.bigger-text {
  font-size: clamp(50px, 12vw, 230px);
  line-height: 1;
}

.bigger-text.home-two-experience-big-text {
  z-index: -1;
}

.home-two-experience-counter-block {
  color: var(--green-light);
}

.home-two-experience-left-block {
  flex: 1;
  max-width: 545px;
  overflow: hidden;
}

.home-two-experience-big-text-block {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -80px;
}

.home-two-experience-years-block {
  z-index: 2;
  max-width: 150px;
  color: var(--green-light);
  margin-top: 100px;
  padding-top: 25px;
  padding-left: 30px;
  position: relative;
}

.no-margin-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-2.home-two-experience-text {
  margin-top: 15px;
  margin-bottom: 30px;
}

.no-margin-2.home-two-experience-text.text-color-greylight {
  color: var(--green-light);
}

.home-two-experience-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-top: -200px;
}

.home-two-experience-text-block {
  margin-bottom: 12px;
}

.heading-style-h3-3 {
  letter-spacing: -.9px;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.3;
}

.button-9 {
  color: #fff;
  border: 1px solid #c99669;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.home-two-experience-right-block {
  flex: 1;
  max-width: 520px;
  margin-top: 50px;
}

.home-two-experience-number {
  letter-spacing: -2.1px;
  font-size: 70px;
  line-height: 1;
}

.home-two-experience-shape {
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-two-experience-star {
  position: absolute;
  inset: -11% auto auto -10%;
}

.home-two-experience-inner-wrap {
  margin-top: -100px;
}

.home-two-experience-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  position: relative;
}

.home-two-experience-counter {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-self: stretch;
  margin-top: 50px;
}

.text-color-greylight {
  color: var(--green-light);
}

.contato_link-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.heading-style-h2-3 {
  letter-spacing: -1.35px;
  text-transform: capitalize;
  font-size: 45px;
  line-height: 1.2;
}

.home-two-experience-years-block-2 {
  max-width: 150px;
  margin-top: 100px;
  padding-top: 25px;
  padding-left: 30px;
  position: relative;
}

.no-margin-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-3.home-two-experience-text {
  margin-top: 15px;
  margin-bottom: 30px;
}

.heading-style-h3-4 {
  letter-spacing: -.9px;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.3;
}

.button-10 {
  color: #fff;
  border: 1px solid #c99669;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.home-two-experience-wrapper-2 {
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  position: relative;
}

.cross-line-one {
  transform: rotate(45deg);
}

.menu-cross-icon {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
  overflow: hidden;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
}

.navbar-wrapper:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
  justify-content: center;
  align-items: center;
  position: relative;
}

.dropdown-list {
  background-color: #1b1b1b;
  border: 1px solid #0000001a;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 100%;
  overflow: hidden;
}

.navbar {
  z-index: 899;
  background-color: var(--main-green);
  border-bottom: 1px solid #ffefe633;
  width: 100%;
  position: absolute;
}

.navbar:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
  border-radius: 20px;
  width: 95%;
  margin-top: 1rem;
  margin-left: 2rem;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
}

.header-menu-inner-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.header-menu-link {
  color: #ffefe6;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: color .35s, transform .35s;
}

.header-menu-link:hover {
  transform: translate(10px);
}

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

.menu-social-media-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3rem;
}

.dropdown-border {
  transform-origin: 0%;
  background-color: #fff;
  height: .2px;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(0);
}

.menu-social-media-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-blog-collection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.desktop-hamburgar-menu {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navbar-right-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: stretch;
}

.cross-line-two {
  transform: translate(0, 1px)rotate(-45deg);
}

.header-menu-toggle {
  color: #fff;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 40px 13px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.header-menu-toggle.vertical {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-menu-toggle.vertical:hover {
  background-color: var(--main-gold);
}

.desktop-menu-content {
  color: #b8b8bd;
  text-align: center;
  max-width: 350px;
  margin-bottom: 80px;
}

.hamburger {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
}

.hamburger.tab-off.position-absolute:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line {
  border-top: 2px solid #fff;
  width: 30px;
}

.line.line-three {
  width: 15px;
}

.margin-bottom-thirty-five {
  margin-bottom: 35px;
}

.logo {
  padding: 0;
}

.navbar-button-divider {
  background-color: #fff;
  width: 1px;
  height: auto;
  display: none;
}

.latest-article-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 371.13px;
  margin-bottom: 80px;
}

.hamburgar-line {
  background-color: #fff;
  width: 38.99px;
  height: 2px;
}

.heading-style-h4-5 {
  letter-spacing: -.69px;
  text-transform: capitalize;
  font-size: 23px;
  line-height: 1.4;
}

.menu-social-link {
  border: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  width: 44.25px;
  height: 44.25px;
  transition: all .25s;
  display: flex;
}

.menu-social-link:hover {
  background-color: #c9966933;
  border-color: #c99669;
}

.desktop-menu {
  background-color: #2a2a2a;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100vh;
  position: relative;
  transform: translate(100%);
}

.header-menu-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-menu-wrap:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
  display: none;
}

.header-menu-wrap.vertical {
  flex-flow: column;
  width: 100%;
}

.header-menu {
  position: relative;
}

.header-menu.vertical {
  width: 100%;
}

.logo_ambina-wrapper {
  position: relative;
  inset: auto 4% -14% auto;
}

.home-one-hero-bigger-text-2 {
  letter-spacing: -9.6px;
  font-size: clamp(50px, 16vw, 320px);
  line-height: .8;
}

.home-one-hero-text-wrap-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  padding-top: 195px;
  padding-bottom: 100px;
}

.home-one-hero-image-two-2 {
  width: 100%;
  height: 100%;
}

.home-one-hero-heading-block-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
  max-width: 580px;
  margin-bottom: auto;
}

.no-margin-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.button-text-wrapper-2 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-hero-text-block-2 {
  flex: 1;
  max-width: 310px;
  margin-top: auto;
  margin-left: auto;
}

.home-one-hero-image-three-2 {
  width: 100%;
  height: 100%;
}

.home-one-hero-image-one-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mobile {
  display: none;
}

.background-video {
  width: 100%;
  height: 100%;
}

.overlay-video {
  z-index: 99;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 90%;
  padding-top: 6.25rem;
  position: absolute;
}

.wrapper-logos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  inset: auto 3% -14% auto;
}

.slider {
  background-color: #ddd0;
  height: 520px;
}

.right-arrow, .left-arrow {
  display: none;
}

.logo_footer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.background_video-embed {
  z-index: 99;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.embed_background-video {
  width: 100%;
  height: 100%;
}

.left-arrow-home-two {
  display: none;
}

.home-one-service-content-wrap {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0d222600;
  justify-content: space-between;
  align-items: center;
  max-width: 1055px;
  margin-top: -400px;
  margin-left: auto;
  padding: 70px 110px;
  position: relative;
  overflow: hidden;
}

.home-one-service-content-wrap.no-padding {
  padding: 0 5rem 0 0;
}

.subheading-2 {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-bottom: .6px solid #ffffff4d;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.subheading-2.varient-two-2 {
  border-bottom-style: none;
  padding-bottom: 0;
}

.subheading-2.text-color {
  color: #c99669;
}

.home-two-slider-background-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
}

.home-two-slider-background-wrapper.hero-wrapper {
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0 auto;
  overflow: visible;
}

.home-two-preload {
  z-index: 1;
  background-color: #222;
  display: none;
  position: absolute;
  inset: 0%;
}

.home-two-hero-slide-content {
  z-index: 25;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 225px;
  position: relative;
  inset: 0%;
}

.home-one-service-heading-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: height .5s;
  display: flex;
}

.home-one-service-heading-block:hover {
  height: 120%;
}

.home-one-service-heading-block.active {
  border-bottom: 1px solid var(--main-gold);
}

.home-one-service-heading-block.inactive {
  border-bottom: 1px solid #ffefe626;
}

.home-two-hero-text-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.home-two-hero-arrow {
  position: absolute;
  inset: auto auto 150px 0%;
}

.home-three-service-counter-streach {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.home-one-service-right-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  max-width: 325px;
  padding-top: 28px;
}

.no-margin-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-text-box-right {
  flex: 1;
  max-width: 630px;
  margin-top: -10px;
}

.hero-text-box-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  max-width: 415px;
}

.home-two-hero-slider-mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.home-two-hero-slide {
  width: 100%;
}

.button-text-wrapper-3 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-two-hero-slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-one-service-left-block {
  grid-row-gap: 20em;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 420px;
  min-height: 28em;
  overflow: hidden;
}

.home-one-service-left-block._8-itens {
  max-width: none;
}

.home-two-hero-slide-background {
  z-index: 1;
  background-image: linear-gradient(#120f1000, #120f10b3), url('../images/home-2-banner-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.home-two-hero-slide-background.two {
  background-image: linear-gradient(#120f1000, #120f10b3), url('../images/home-2-banner-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.home-two-slider-background {
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 120vh;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.home-one-service-icon {
  flex: none;
}

.home-one-service-icon.inactive {
  opacity: .2;
}

.heading-style-h4-6 {
  letter-spacing: -.69px;
  text-transform: capitalize;
  font-size: 23px;
  line-height: 1.4;
}

.home-two-hero-slider-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.right-arrow-home-two {
  display: none;
}

.home-three-service-counter-inner-strech {
  flex: 1;
}

.home-two-hero-section {
  position: relative;
}

.home-two-about-planning-text-boxes {
  flex: 1;
  width: 100%;
  min-height: 50em;
  display: flex;
}

.home-two-about-planning-arrow {
  margin-top: 10px;
}

.home-two-about-planning-image {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto;
}

.home-two-about-planning-image.six {
  z-index: 6;
  top: 180px;
}

.home-two-about-planning-image.one {
  z-index: 1;
  top: 30px;
}

.home-two-about-planning-image.four {
  z-index: 7;
  top: 120px;
}

.home-two-about-planning-image.two {
  z-index: 2;
  top: 60px;
}

.home-two-about-planning-image.three {
  z-index: 3;
  top: 90px;
}

.home-two-about-planning-image.five {
  z-index: 5;
  top: 150px;
}

.home-two-about-planning-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #c99669;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 100%;
  transition: height .5s;
  overflow: hidden;
}

.home-two-about-planning-text-block:hover {
  height: 120%;
}

.home-two-about-planning-text-box-list {
  width: 100%;
}

.home-two-about-planning-text-box {
  border-top: 1px solid #ffefe633;
  flex: 1;
  max-width: 660px;
  height: 100%;
  overflow: hidden;
}

.home-two-about-planning-layout {
  grid-row-gap: 4em;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
}

.no-margin-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-effect-box-2 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -7.5%;
  left: -7.5%;
}

.text-overlay-wrap {
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.home-two-about-text-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-self: stretch;
  padding-left: 5%;
}

.home-two-about-section {
  padding-top: 90px;
}

.home-two-about-planning-image-box {
  flex: 1;
  align-self: stretch;
  max-width: 520px;
  position: relative;
}

.container-2 {
  max-width: 1320px;
}

.text-overlay {
  background-color: #222222b3;
  width: 100%;
  min-height: 110px;
}

.text-overlay.overlay-four, .text-overlay.overlay-nine, .text-overlay.overlay-eight, .text-overlay.overlay-seven, .text-overlay.overlay-three, .text-overlay.overlay-eleven, .text-overlay.overlay-one, .text-overlay.overlay-twelve, .text-overlay.overlay-six, .text-overlay.overlay-five, .text-overlay.overlay-ten, .text-overlay.overlay-two {
  background-color: var(--main-green);
}

.home-two-about-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1220px;
  position: relative;
}

.home-two-about-text-block {
  flex: 1;
  max-width: 590px;
}

.home-two-overlay-text-box {
  letter-spacing: -3px;
  text-transform: capitalize;
  padding-bottom: 10px;
  padding-left: 2rem;
  font-size: 100px;
  line-height: 108px;
  position: relative;
  overflow: hidden;
}

.home-two-about-planning-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 120px;
}

.home-two-experience-section-2 {
  padding-top: 112px;
  padding-bottom: 100px;
  overflow: hidden;
}

.no-margin-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-7.home-two-experience-text {
  margin-top: 15px;
  margin-bottom: 30px;
}

.button-text-wrapper-4 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-style-h3-5 {
  letter-spacing: -.9px;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.3;
}

.campaign-checklist-heading-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.campaign-checklist-heading-2.no-padding {
  margin-bottom: 0;
}

.home-two-campaign-heading {
  max-width: 620px;
}

.video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button-with-ripple {
  z-index: 2;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 200px;
  position: relative;
}

.home-two-campaign-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.no-margin-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.background-video-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 562px;
  display: flex;
}

.play-pause-button {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  display: flex;
  position: relative;
}

.home-two-campaign-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.video-wrapper {
  flex: 0 74.39%;
  margin-left: -200px;
  padding-top: 26px;
}

.home-two-digital-section {
  padding-bottom: 130px;
}

.lottie-animation {
  opacity: .5;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: -65% 50% 50% -65%;
}

.lottie-animation.relative {
  position: relative;
  inset: auto;
}

.home-two-production-subheading-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
}

.home-two-production-wrapper.line-botton {
  border-bottom: 1px solid #ffefe633;
}

.home-two-production-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.home-two-production-arrow-box {
  background-color: #c99669;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 81px;
}

.home-two-production-line {
  background-color: #ffefe633;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-two-production-line.two {
  inset: 0% auto 0% 0%;
}

.big-text-2 {
  letter-spacing: -4.5px;
  text-transform: capitalize;
  font-size: clamp(45px, 8vw, 150px);
  line-height: .8;
}

.big-text-2.text-center.text-lighter.home-two-production-big-text {
  display: block;
}

.home-two-production-icon {
  background-color: #fff;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.home-two-production-section {
  border-top: 1px solid #ffefe633;
  overflow: hidden;
}

.home-two-production-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 25%;
  min-height: 750px;
  padding: 80px 30px;
  transition: width .5s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.home-two-production-box:hover {
  width: 28%;
}

.home-two-production-box.one {
  color: #fff;
  padding-top: 75px;
}

.home-two-production-box.one.bottom-border, .home-two-production-box.four, .home-two-production-box.active {
  color: #fff;
}

.home-two-solution-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
}

.home-two-solution-right-block {
  border-left: 1px solid #fff3;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  max-width: 645px;
  padding-left: 90px;
  display: flex;
}

.home-two-solution-arrow-block {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.home-two-solution-arrow-block.inactive {
  opacity: .5;
}

.no-margin-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-9.home-two-solution-block-heading {
  max-width: 480px;
}

.home-two-solution-link-heading {
  z-index: 1;
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.home-two-solution-link-shadow {
  box-shadow: none;
  pointer-events: none;
  background-color: #222;
  position: absolute;
  inset: 0%;
}

.home-two-solution-number-block {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: relative;
}

.presentation-lightbox-link-button {
  border: 1px solid #e7d2d233;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64.63px;
  height: 64.63px;
  display: flex;
}

.home-two-solution-section {
  background-color: #1b1b1b;
  padding-top: 130px;
  padding-bottom: 120px;
}

.home-two-solution-left-block {
  grid-row-gap: 26px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 535px;
}

.home-two-solution-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 28.5px 25px 28.5px 15px;
  display: flex;
  position: relative;
}

.home-two-solution-link.active.rounded-style {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}

.home-two-solution-link.rounded-style {
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

.presentation-lightbox-link {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.button-11 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.background-video-3 {
  background-color: #0009;
  width: 100%;
  height: 100%;
}

.section {
  height: 100vh;
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.header5_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header5_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header5_content.align-center {
  justify-content: center;
  align-items: center;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-12.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.background-video-4 {
  background-color: #0009;
  width: 100%;
  height: 100%;
}

.button-13 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-13.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.background-video-5 {
  background-color: #0009;
  width: 100%;
  height: 100%;
}

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

.div-block-3 {
  z-index: 998;
  pointer-events: auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 4%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 2% 0% auto;
  overflow: visible;
}

.div-block-3.hide {
  display: none;
}

.div-block-2 {
  background-color: #fff6;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 390px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 100px;
}

.white {
  background-color: #fff6;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
}

.link {
  color: #00aeb8;
  margin-bottom: 30px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: color .2s;
}

.link.top {
  margin-top: 30px;
  transition: color .525s;
}

.link.top.w--current {
  color: #00f2ff;
}

.timer_countdown-wrapper {
  padding-top: 1.5rem;
}

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

.box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff0d;
  border: 1px solid #525252;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-family: var(--main-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: -5px;
}

.clock-label.text-color-creamwhite {
  font-family: var(--main-font);
  margin-top: 10px;
}

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

.logo_navbar {
  display: block;
}

.logo_navbar.hide:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f), .embed_logo-navbar {
  display: none;
}

.embed_logo-navbar:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
  display: block;
}

.marquee_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30rem;
  display: flex;
  position: relative;
  top: -260px;
  overflow: hidden;
}

.marquee_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper.is-crimson {
  background-color: #ae855f;
  width: 120vw;
  transform: rotate(-6deg);
}

.display_text-huge {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.marquee_wrapper-2 {
  background-color: #9eec5a;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 110vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
  transform: rotate(5deg);
}

.display_text-medium {
  color: #050508;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.display_text-medium.marquee_item-2 {
  font-family: var(--main-font);
}

.text_info {
  opacity: .5;
  color: var(--green-light);
}

.info_text0-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 8.25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.var-dubai {
  display: block;
}

.var-dubai:where(.w-variant-4802fd0b-5768-41be-468f-8172d55b4330), .silodubai-img {
  display: none;
}

.silodubai-img:where(.w-variant-4802fd0b-5768-41be-468f-8172d55b4330) {
  display: block;
}

.layout482_image3 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.button-14 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-14.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-14.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-14.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout482_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.layout482_image1 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.layout482_image-wrapper1 {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  margin-bottom: 5%;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
}

.layout482_image-wrapper3 {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 25%;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

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

.section_layout482 {
  position: relative;
}

.layout482_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.layout482_image-wrapper2 {
  z-index: 9;
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 25%;
  position: absolute;
  inset: auto auto 20% 0%;
  overflow: hidden;
}

.button-15 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-15.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-15.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-15.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.timeline11_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-color-scheme-1-background\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline11_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline11_empty-space {
  width: 100%;
}

.timeline11_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.rl-styleguide_label-2 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

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

.component-instructions-delete {
  z-index: 1;
  text-align: left;
  padding: 2rem;
  position: relative;
}

.timeline11_line {
  background-color: var(--cream-white);
  opacity: .15;
  width: 3px;
  height: 100%;
}

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

.timeline11_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

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

.timeline11_progress-line {
  z-index: 0;
  background-color: var(--cream-white);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline11_progress {
  z-index: 0;
  background-color: #0c2226;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

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

.timeline11_circle {
  z-index: 2;
  background-color: #ffefe6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
  box-shadow: 0 0 0 8px #0c2226;
}

.timeline11_item-content.item-left {
  text-align: right;
  align-items: flex-end;
}

.timeline11_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.timeline11_progress-line-cover {
  z-index: 2;
  background-color: #0c2226;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.section_timeline11 {
  background-image: url('../images/dot_bg-08.png'), url('../images/dot_bg-07.png'), url('../images/dot_bg-06.png'), url('../images/dot_bg-05.png'), url('../images/dot_bg-04.png'), url('../images/dot_bg-03.png'), url('../images/dot_bg-02.png');
  background-position: 0 105%, 100% 89%, 0 71%, 100% 57%, 0 39%, 100% 22%, 0 4%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, auto, auto;
  flex-flow: column;
  display: flex;
  position: relative;
}

.timeline11_item {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.timeline11_item.item-left {
  align-items: flex-end;
}

.timeline11_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline11_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-color-scheme-1-background\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.component-instructions-item {
  padding-left: .5rem;
}

.button-16 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-16.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-16.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button-16.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-16.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-16.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-16.is-cta67 {
  padding: 1rem 2.25rem;
  font-size: 1.125rem;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.header88_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

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

.section_header88 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  position: relative;
}

.header88_card {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header88_card.text-color-white {
  justify-content: center;
  align-items: center;
}

.no-margin-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-3 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.no-margin-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-effect-box-3 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -7.5%;
  left: -7.5%;
}

.image-effect-box-3.image-compliance {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

.home-two-about-text-box-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

.container-4 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-two-overlay-text-box-2 {
  letter-spacing: -3px;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 100px;
  line-height: 108px;
  position: relative;
  overflow: hidden;
}

.layout147_component {
  flex-direction: column;
  align-items: center;
}

.video-overlay-layer {
  z-index: 1;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.section_layout147 {
  background-image: url('../images/dot_bg-01.png');
  background-position: 50% -3%;
  background-repeat: no-repeat;
  background-size: auto;
}

.layout147_icon-wrapper {
  display: inline-block;
}

.layout147_lightbox {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout147_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

.section_video-footer {
  background-image: url('../images/dot_bg-02.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.sectionfooter-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}

.background-img {
  z-index: 99;
  pointer-events: none;
  position: absolute;
  inset: 0% 0% auto;
}

.dot_bg-img {
  z-index: 10;
  width: 100%;
  position: relative;
}

.pi_animation {
  background-color: #2a2a2a;
  justify-content: space-between;
  align-items: flex-end;
  height: 20rem;
  padding: 3rem;
  display: flex;
  transform: perspective(200px)perspective(200px)perspective(200px);
}

.text_bold {
  font-weight: 700;
}

.description_2-4 {
  font-size: 2.4rem;
}

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

.checklist_text-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.home-three-digital-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px none var(--main-green);
  border-left: 1px solid var(--main-green);
  padding: 48px 40px;
}

.home-three-digital-block.third {
  border-left-style: solid;
  border-right-style: none;
}

.home-three-digital-block.four {
  border-right-style: solid;
}

.no-margin-12 {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-12.text-center.home-three-digital-heading {
  max-width: 630px;
}

.home-three-digital-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--cream-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: stretch;
  padding: 60px 3.75rem 60px 2.5rem;
}

.home-three-digital-wrap.rounded-style {
  border-radius: 25px;
}

.heading-style-h3-6 {
  letter-spacing: -.9px;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.3;
}

.heading-style-h3-6.home-three-digital-text {
  margin-top: 22px;
}

.container-two {
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-three-digital-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.font-color-white {
  color: #fff;
}

.cta7_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.section_cta7 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header1_image.fit-contain {
  object-fit: contain;
}

.header1_component.padding-custom1 {
  padding-top: 14rem;
}

.section_header1 {
  background-image: url('../images/dot_bg-06.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.header1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
}

.video-overlay-layer-2 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.header13_lightbox-thumbnail {
  object-fit: cover;
  border-radius: 25px;
  width: 90%;
  height: 100%;
}

.icon-embed-large-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.section_header13 {
  position: relative;
}

.header13_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.header13_component.no-widht {
  height: 100svh;
  min-height: auto;
  padding-top: 151px;
}

.header13_component.no-widht.background {
  background-image: linear-gradient(0deg, #0f292d 1%, #0f292d00 33%), linear-gradient(#0f292de6, #0f292de6), url('../images/background-dollarpng.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header13_lightbox {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header13_lightbox.hide {
  display: none;
}

.header13_content-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header13_content-right.text-color-creamwhite.full-height {
  height: 100%;
}

.lightbox-play-icon-2 {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.lightbox-play-icon-2.hide {
  display: none;
}

.header13_lightbox-wrapper {
  flex: 1;
  width: 100%;
  min-height: 45svh;
  padding-left: 74px;
  padding-right: 74px;
  position: relative;
  overflow: hidden;
}

.header13_lightbox-wrapper.padding-custom1 {
  padding-top: 2rem;
}

.header13_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header75_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

.header75_component {
  flex-direction: column;
  height: 300vh;
  display: flex;
  position: relative;
}

.header75_component.height-auto {
  height: auto;
}

.header75_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 15vh;
}

.header75_content-bottom.hide {
  display: none;
}

.button-17 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-17.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.header75_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.lightbox-play-icon-3 {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header75_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.header75_content.text-color-creamwhite.no-sticky {
  min-height: auto;
  position: relative;
}

.section_header75 {
  background-image: url('../images/dot_bg-04.png');
  background-position: 150% 10%;
  background-repeat: no-repeat;
  background-size: auto;
}

.video-overlay-layer-3 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header75_lightbox {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text_highlight-wrapper {
  background-color: #112e33;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 43rem;
  padding: .5rem 1rem;
  display: flex;
}

.text_highlight-wrapper.align-center {
  max-width: 40rem;
}

.text_highlight-wrapper.align-center.max-width-auto {
  max-width: none;
}

.text_highlight-wrapper.align-center.max-widht-tiny {
  max-width: 20rem;
}

.header103_tab-link {
  color: #fffc;
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding: 1rem 2rem;
}

.header103_tab-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.header103_instructions-callout-image {
  margin-top: 1.5rem;
}

.button-18 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-18.is-alternate {
  border-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.button-18.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-18.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.rl-styleguide_label-3 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.header103_tab-overlay {
  z-index: 1;
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.header103_auto-change {
  margin-bottom: 0;
  display: none;
}

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

.header103_tab-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.header103_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.header103_tab-load {
  background-color: #fff;
  width: 0%;
  height: .25rem;
}

.header103_tabs {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px solid #3b3b3b;
  min-height: 80vh;
  overflow: hidden;
}

.header103_tab-pane {
  position: absolute;
  inset: 0%;
}

.header-103-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  text-align: left;
  padding: 2rem;
}

.header103_tab-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.header103_tab-change {
  display: none;
}

.header103_tabs-content {
  min-height: 80vh;
  max-height: 60rem;
  overflow: visible;
}

.header103_tab-load-base {
  background-color: #fff3;
  width: 100%;
  height: .25rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.header103_tabs-menu {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 5rem;
}

.cta67_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.cta67_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta67_button-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  bottom: 5rem;
}

.cta67_button-wrapper.hide {
  display: none;
}

.cta67_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8.75rem;
  margin-bottom: 5rem;
  display: grid;
  overflow: hidden;
}

.cta67_component {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.cta67_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.cta67_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 26rem;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.cta67_content-top {
  justify-content: center;
  align-items: flex-end;
  padding-top: 7rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.cta67_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.cta67_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

.layout42_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home-one-service-content-wrap-2 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #2a2a2a;
  justify-content: space-between;
  align-items: center;
  max-width: 1055px;
  margin-top: -400px;
  margin-left: auto;
  padding: 70px 110px;
  position: relative;
  overflow: hidden;
}

.home-one-service-section {
  overflow: hidden;
}

.home-one-service-section.compliance-style {
  padding-bottom: 4rem;
}

.home-one-service-image-box {
  height: 786px;
}

.image_compliance-img {
  object-fit: cover;
  object-position: 50% 130%;
  width: 100%;
}

.icon-check {
  width: 20px;
  max-width: 20px;
  height: 100%;
}

.comparison1_list-row {
  width: 100%;
}

.section_comparison1 {
  background-color: #1b1b1b;
}

.comparison1_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.comparison1_top-row-title {
  text-align: center;
  align-items: flex-end;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.comparison1_content {
  width: 100%;
  color: var(--cream-white);
}

.comparison1_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.comparison1_row-content.background-color-secondary {
  background-color: var(--cream-white);
}

.comparison1_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.comparison1_top-row-content.background-color-secondary {
  background-color: var(--cream-white);
  color: var(--green-light);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.comparison1_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--main-grey);
  border-bottom-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.comparison1_component {
  color: var(--green-light);
  flex-direction: column;
  align-items: center;
}

.comparison1_top-row-icon {
  display: inline-block;
}

.comparison1_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--main-grey);
  border-bottom-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: stretch;
}

.layout351_instructions-callout-image {
  margin-top: 1.5rem;
}

.layout351_content-wrapper {
  flex-direction: column;
  flex: none;
  width: 40rem;
  height: 100%;
  padding: 4rem 3rem;
  display: flex;
}

.layout351_column-content {
  min-width: 200vw;
  height: 100%;
  overflow: auto;
}

.layout351_column-vertical-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transform: rotate(180deg);
}

.layout-351-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  text-align: left;
  padding: 2rem;
}

.layout351_image-wrapper {
  margin-bottom: 4rem;
}

.layout351_content {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-left: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  width: 100%;
  height: 45vh;
  color: var(--green-light);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 25px;
  display: flex;
  overflow: hidden;
}

.layout351_column-horiztonal-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

.layout351_column {
  cursor: pointer;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 45vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.layout351_accordion {
  border-right: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  width: 5rem;
  min-width: 5rem;
  height: 45vh;
  color: var(--green-light);
  border-radius: 25px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.layout351_accordion.active {
  background-image: linear-gradient(#0003, #0003);
  border-radius: 25px;
  width: 100%;
  height: 45vh;
}

.layout351_accordion.hide {
  display: none;
}

.layout351_column-text {
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout351_vertical-text-styling {
  display: none;
}

.layout351_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.layout351_image {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 25rem;
}

.text-color-maingreen {
  color: var(--main-green);
}

.header74_lightbox {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_header74.img-background {
  background-image: linear-gradient(0deg, #0f292d, #0f292d00), linear-gradient(#09171a, #fff0), url('../images/background-dollarpng.png');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
}

.video-overlay-layer-4 {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7-40\>);
  position: absolute;
  inset: 0%;
}

.form_message-success-2 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.header74_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.form_input-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input-2::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.header74_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.header74_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.video_hero-embed {
  border: 1px solid #9e9e9e;
  border-radius: 25px;
  padding: 17px;
  overflow: hidden;
}

.contact-modal1_component {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #09171aeb;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 90svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.form_field-label-2 {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal1_close-button.tks-padding {
  top: 8rem;
  right: 4rem;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.icon-embed-small-2 {
  color: #c9a93f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.form_message-success-wrapper-2 {
  border-radius: 50px;
  margin-top: 1rem;
  padding: 0;
}

.error-text {
  color: #e23939;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-modal1_background-overlay.background-color-mainblue {
  background-color: #25466e;
}

.contact-modal1_content-wrapper {
  background-color: var(--main-green);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 35rem;
  max-width: 48rem;
  max-height: 60em;
  padding: 4rem;
  display: block;
  position: relative;
  overflow: scroll;
  box-shadow: 2px 2px #81818133;
}

.form_input-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-3:focus {
  border-color: #000;
}

.form_input-3::placeholder {
  color: #0009;
}

.primary-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #c9a93f;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.max-width-full {
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contact-modal1_form-block {
  border-radius: 5px;
  flex-direction: column;
  align-items: stretch;
}

.logo-modal {
  height: 80px;
}

.button-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-icon {
  z-index: 1;
  color: #25466e;
  position: relative;
}

.primary-button-text-hover {
  color: #25466e;
  position: absolute;
}

.primary-button-text {
  z-index: 1;
  color: #25466e;
  position: relative;
}

.primary-button-hover-icon {
  position: absolute;
}

.button-icon-wrap {
  background-color: #25466e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-wrap.background-color-gold {
  background-color: #c9a93f;
}

.check-animation {
  width: 120px;
  height: 120px;
}

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

.multi-form21_block {
  margin-bottom: 0;
}

.form_message-success-wrapper-3 {
  background-color: #ddd0;
  margin-top: 1rem;
  padding: 0;
}

.multi-form21_content-wrapper {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 35rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  overflow: scroll;
}

.multi-form21_content-wrapper.rounded-corners {
  border-radius: 1.5rem;
  overflow: scroll;
}

.multi-form21_content-wrapper.rounded-corners.v2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff0;
  background-image: linear-gradient(173deg, #fff3, #0000);
  border: .5px solid #5a5a5a;
  overflow: hidden;
}

.multi-form21_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.multi-form21_content-top.display_center-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.form_message-success-wrapper-4 {
  background-color: #ddd0;
  margin-top: 1rem;
  padding: 0;
}

.multi-form21_component {
  z-index: 99;
  background-color: #0f292df2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.multi-form21_component.hide {
  display: none;
}

.multi-form21_background-overlay {
  z-index: -1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

@media screen and (min-width: 1280px) {
  .home-one-service-counter-text-block.home-three-about-experience-block {
    bottom: 0%;
  }

  .home-one-about-big-image-block {
    width: 70%;
  }

  .about-business-wrapper {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .about-us-business-number {
    margin-left: -88px;
  }

  .team-about-box {
    bottom: -1%;
    left: -1%;
  }

  .home-three-about-tag {
    margin-top: 105px;
  }

  .bigger-text.home-two-experience-big-text {
    top: -13%;
    left: 14%;
  }

  .header-menu-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-two-solution-link {
    padding-left: 30px;
    padding-right: 40px;
  }

  .home-one-service-image-box {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .home-one-service-counter-text-block.home-one-about-countre-block {
    margin-left: -150px;
  }

  .home-one-about-big-image-block {
    width: auto;
  }

  .about-business-image-block {
    max-width: 388px;
    max-height: 281px;
  }

  .footer-content {
    grid-column-gap: 234px;
  }

  .home-two-experience-big-text-block {
    left: -30px;
  }

  .home-two-experience-years-block {
    margin-left: -40px;
  }

  .home-two-experience-wrap {
    margin-top: -230px;
    margin-left: 80px;
  }

  .home-two-experience-years-block-2 {
    margin-left: -40px;
  }

  .navbar-right-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .header-menu-toggle {
    font-size: 1rem;
  }

  .home-two-production-box {
    padding-left: 4%;
    padding-right: 4%;
  }

  .home-three-digital-block {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 1920px) {
  .home-one-about-big-counter-plus.about-counter-text {
    color: #c99669;
  }

  .bigger-text.home-two-experience-big-text {
    top: -20%;
    left: 15%;
  }

  .home-two-experience-big-text-block {
    left: 0;
  }

  .home-two-production-box {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3.5rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

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

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

  .margin-huge {
    margin: 5rem;
  }

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

  .button-group.align-center {
    width: 100%;
  }

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

  .max-width-medium.mobile {
    display: none;
  }

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

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

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .padding-huge {
    padding: 5rem;
  }

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

  .home-one-hero-text-wrap {
    flex-flow: column;
    padding-top: 108px;
    padding-bottom: 50px;
  }

  .home-one-hero-heading-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-one-hero-content-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 100svh;
    position: absolute;
  }

  .button-3.olive-green-button {
    width: 100%;
  }

  .home-one-hero-image-wrapper {
    min-height: 100svh;
    display: flex;
  }

  .container-big.full-container.home-one-bottom-text-container {
    position: static;
  }

  .home-one-hero-arrow {
    width: 100%;
    height: auto;
  }

  .home-one-hero-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .home-one-hero-section {
    height: 100svh;
    padding-bottom: 70px;
  }

  .home-one-hero-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    margin-left: 0;
  }

  .home-one-about-big-counter-image-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 30px;
    position: static;
  }

  .home-one-about-section {
    padding-top: 62px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-appear-box {
    height: auto;
  }

  .counter.heading-four-counter {
    height: 30px;
  }

  .counter.home-one-about-counter {
    height: 60px;
    margin-left: 0;
  }

  .counter.home-one-service-counter {
    height: 60px;
  }

  .counter.heading-two-counter {
    height: 46px;
  }

  .home-one-about-content-block {
    max-width: none;
    margin-top: 0;
  }

  .home-one-about-counter-wrap {
    width: 100%;
    max-width: none;
  }

  .image-effect-box {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .image-effect-box.mobile {
    display: none;
  }

  .home-one-about-counter-big-text {
    font-size: 50px;
    line-height: 60px;
  }

  .home-three-about-counter-block {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-three-about-counter-block:hover {
    height: auto;
  }

  .home-one-service-counter-text-block {
    justify-content: center;
    align-items: center;
  }

  .home-one-service-counter-text-block.home-one-about-countre-block {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-one-service-counter-text-block.about-business-counter-block {
    justify-content: center;
    align-items: flex-end;
  }

  .home-one-service-counter-text-block.home-three-about-experience-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    position: static;
  }

  .home-one-about-image-block {
    max-width: none;
  }

  .home-one-about-big-image-block {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-three-about-counters {
    min-height: auto;
  }

  .home-one-about-text {
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .image.full-width-image.mobile {
    display: none;
  }

  .image.full-width-image.filter-grayscale {
    aspect-ratio: auto;
  }

  .image.full-width-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 20%;
  }

  .home-one-about-subheading-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: none;
  }

  .heading-style-h4-2 {
    letter-spacing: -.6px;
    font-size: 20px;
  }

  .home-one-about-big-counter-plus {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .home-one-about-big-counter-plus.about-counter-text {
    margin-top: 5px;
  }

  .home-one-about-image-content-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .partners-bottom-line-decoration {
    flex: 0 25%;
  }

  .home-one-partners-wrapper {
    grid-row-gap: 48px;
  }

  .heading-style-h5-2 {
    letter-spacing: -.54px;
    font-size: 18px;
  }

  .home-one-partners-section {
    padding-top: 70px;
    padding-bottom: 55px;
  }

  .partners-card.partner-last-grid {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-business-text-block {
    max-width: none;
  }

  .campaign-checklist {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: none;
    padding-top: 25px;
    padding-bottom: 22px;
  }

  .campaign-checklist.about-business-campaign {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-one-service-big-text {
    font-size: 50px;
    line-height: 60px;
  }

  .about-business-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-business-section {
    padding: 70px 5% 62px;
  }

  .campaign-checklist-padding {
    padding-left: 35px;
    padding-right: 15px;
  }

  .campaign-checklist-padding.custom {
    padding-left: 35px;
  }

  .about-us-business-number {
    display: none;
  }

  .about-business-right-bock {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-self: stretch;
    max-width: none;
  }

  .about-business-left-block {
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .about-business-image-block {
    flex: 1;
  }

  .heading-style-h5-3 {
    letter-spacing: -.54px;
    font-size: 18px;
  }

  .about-business-small-image-overlay {
    display: none;
  }

  .divider.white-divider.home-three-tag-divider {
    width: 100%;
    margin-top: 5px;
  }

  .divider.home-one-business-bottom-line {
    bottom: -1%;
  }

  .divider.slider-divider.home-two-experience-divider {
    margin-top: 30px;
  }

  .home-one-business-number-block {
    display: none;
  }

  .home-one-business-section {
    padding: 60px 5% 70px;
  }

  .home-one-business-wrap {
    min-height: auto;
  }

  .heading-style-h3-2 {
    letter-spacing: -.72px;
    font-size: 24px;
  }

  .heading-style-h3-2.text-center.text-light.inactive {
    opacity: 1;
  }

  .big-text.text-center {
    font-size: 4rem;
  }

  .big-text.text-center.home-one-business-first-text {
    font-size: 5rem;
  }

  .home-one-business-heading-text-image-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-one-business-icon-block {
    width: 60px;
    height: 60px;
  }

  .home-one-business-heading-contant {
    text-align: center;
  }

  .home-one-business-icon {
    width: 70px;
    height: auto;
  }

  .home-one-business-icon-two {
    display: none;
  }

  .home-one-business-text-wrapper {
    margin-bottom: 30px;
  }

  .home-one-business-image-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .home-one-business-block, .home-one-business-block:hover {
    height: auto;
  }

  .team-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .team-right-block {
    margin-top: 0;
  }

  .team-section {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .team-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-about-box {
    max-width: none;
    padding-bottom: 2rem;
    padding-left: 1rem;
    position: static;
  }

  .heading-style-h4-3 {
    letter-spacing: -.6px;
    font-size: 20px;
  }

  .pricing-plans-monthly {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .pricing-plan-wrap {
    width: 100%;
  }

  .pricing-section {
    padding: 60px 5% 70px;
  }

  .pricing-plans-yearly {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .pricing-plan-heading {
    padding-bottom: 20px;
  }

  .pricing-plan-top-text {
    padding-bottom: 30px;
  }

  .pricing-card {
    max-width: 100%;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-style-h5-4 {
    letter-spacing: -.54px;
    font-size: 18px;
  }

  .heading-style-h5-4.text-light.inactive, .heading-style-h5-4.text-light.home-two-planning-text {
    opacity: 1;
  }

  .pricing-plan-features {
    padding-bottom: 38px;
  }

  .home-three-about-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .home-three-about-tag {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
    margin-top: 20px;
  }

  .home-three-about-image-box {
    max-width: none;
  }

  .home-three-about-heading {
    margin-top: 20px;
  }

  .home-three-about-section {
    padding: 70px 5% 55px;
  }

  .home-three-about-text-block {
    max-width: none;
    padding-bottom: 0;
  }

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

  .marquee-text {
    font-size: 200px;
  }

  .footer-link {
    max-width: none;
  }

  .footer-divider-one {
    margin-top: 20px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    width: 100%;
  }

  .footer-block {
    max-width: none;
  }

  .rotate-icon {
    width: 100px;
    height: auto;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .marquee-style-one {
    margin-bottom: 60px;
  }

  .text-color-creamwhite.text-align-center.desktop {
    display: none;
  }

  .text-color-creamwhite.text-align-right.mobile {
    display: block;
  }

  .text-color-creamwhite.text-align-right.desktop {
    display: none;
  }

  .text-color-creamwhite.mobile {
    display: block;
  }

  .home-two-experience-section {
    padding: 70px 5% 55px;
  }

  .heading-style-h2-2 {
    letter-spacing: -1.08px;
    font-size: 36px;
  }

  .bigger-text.home-two-experience-big-text {
    top: -7%;
    left: 23%;
  }

  .home-two-experience-counter-block {
    justify-content: flex-start;
    align-items: center;
  }

  .home-two-experience-left-block {
    max-width: none;
  }

  .home-two-experience-big-text-block, .home-two-experience-years-block {
    display: none;
  }

  .no-margin-2.home-two-experience-text {
    margin-bottom: 20px;
  }

  .home-two-experience-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .heading-style-h3-3 {
    letter-spacing: -.72px;
    font-size: 24px;
  }

  .home-two-experience-right-block {
    text-align: center;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    max-width: none;
    margin-top: 0;
  }

  .home-two-experience-inner-wrap {
    margin-top: 0;
  }

  .home-two-experience-counter {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .contato_link-wrapper {
    width: 100%;
  }

  .heading-style-h2-3 {
    letter-spacing: -1.08px;
    font-size: 36px;
  }

  .heading-style-h2-3.text-light.home-two-planning-text {
    opacity: 1;
  }

  .home-two-experience-counter-block-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .home-two-experience-years-block-2 {
    display: none;
  }

  .no-margin-3.home-two-experience-text {
    margin-bottom: 20px;
  }

  .heading-style-h3-4 {
    letter-spacing: -.72px;
    font-size: 24px;
  }

  .navbar-wrapper {
    flex-flow: row;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-wrapper:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
    position: relative;
  }

  .dropdown-list {
    border-style: none;
    position: static;
  }

  .dropdown-list.w--open {
    flex-flow: column;
    display: flex;
  }

  .navbar:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
    margin-left: 1.5rem;
  }

  .header-menu-inner-block {
    justify-content: space-between;
    align-items: center;
  }

  .header-menu-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button-new {
    padding: 0;
    display: block;
  }

  .menu-button-new.w--open {
    background-color: #c8c8c800;
  }

  .logo-image {
    width: 100%;
    height: auto;
  }

  .desktop-hamburgar-menu {
    display: none;
  }

  .navbar-right-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .header-menu-toggle {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .header-menu-toggle.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-menu-toggle.w--open {
    background-color: #161616;
  }

  .hamburger.tab-off {
    display: none;
  }

  .hamburger.tab-off.position-absolute {
    width: 35px;
    height: 35px;
    display: flex;
  }

  .hamburger.tab-off.position-absolute:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
    inset: 0% 0% 0% auto;
  }

  .line {
    border-top-color: #fff;
    width: 30px;
  }

  .heading-style-h4-5 {
    letter-spacing: -.6px;
    font-size: 20px;
  }

  .responsive-line {
    background-color: #fff;
    width: 31px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .responsive-line.three {
    width: 18px;
  }

  .header-menu-wrap {
    background-color: #1b1b1b;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .header-menu {
    display: block;
  }

  .logo_ambina-wrapper {
    bottom: -24%;
  }

  .home-one-hero-text-wrap-2 {
    flex-flow: column;
    padding-top: 108px;
    padding-bottom: 50px;
  }

  .home-one-hero-heading-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-one-hero-text-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    margin-left: 0;
  }

  .wrapper-logos {
    inset: auto 3% -20% auto;
  }

  .left-arrow-home-two {
    height: 80px;
  }

  .home-one-service-content-wrap {
    flex-flow: column;
    margin-top: 0;
    padding: 0 30px 30px;
  }

  .home-two-hero-slide-content {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-service-heading-block {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-one-service-heading-block:hover {
    height: auto;
  }

  .home-one-service-heading-block.inactive {
    border-bottom-color: #ffefe6;
  }

  .home-two-hero-text-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .home-two-hero-arrow {
    bottom: -70px;
  }

  .home-one-service-right-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    max-width: none;
    min-height: auto;
    padding-top: 0;
  }

  .hero-text-box-right {
    max-width: none;
    margin-top: 0;
  }

  .hero-text-box-left {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    max-width: none;
  }

  .home-two-hero-slide {
    padding-top: 30px;
    padding-bottom: 140px;
  }

  .home-one-service-left-block {
    align-self: stretch;
    max-width: none;
    min-height: auto;
  }

  .home-two-hero-slide-background {
    inset: 0%;
  }

  .home-two-slider-background {
    border-radius: 0;
    inset: 0%;
  }

  .home-one-service-icon.inactive {
    opacity: 1;
  }

  .heading-style-h4-6 {
    letter-spacing: -.6px;
    font-size: 20px;
  }

  .heading-style-h4-6.font-color-white.text-light.home-two-solution-number {
    opacity: 1;
  }

  .home-two-hero-slider-wrapper {
    height: auto;
  }

  .right-arrow-home-two {
    height: 80px;
  }

  .home-two-about-planning-text-boxes {
    min-height: auto;
  }

  .home-two-about-planning-arrow {
    width: 20px;
    height: auto;
  }

  .home-two-about-planning-image {
    opacity: 1;
    display: none;
  }

  .home-two-about-planning-image.four {
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .home-two-about-planning-text-block {
    height: auto;
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .home-two-about-planning-text-block:hover {
    height: auto;
  }

  .home-two-about-planning-text-box {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .image-effect-box-2 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .home-two-about-text-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-two-about-section {
    padding-top: 55px;
  }

  .home-two-about-planning-image-box {
    max-width: none;
  }

  .text-overlay {
    min-height: 60px;
  }

  .home-two-about-content-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: none;
  }

  .home-two-about-text-block {
    max-width: none;
  }

  .home-two-overlay-text-box {
    padding-bottom: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .home-two-about-planning-wrap {
    flex-flow: column;
    margin-top: 62px;
  }

  .home-two-experience-section-2 {
    padding-top: 70px;
    padding-bottom: 55px;
  }

  .no-margin-7.home-two-experience-text {
    margin-bottom: 20px;
  }

  .heading-style-h3-5 {
    letter-spacing: -.72px;
    font-size: 24px;
  }

  .image-2 {
    width: 100%;
    height: auto;
  }

  .home-two-campaign-heading {
    max-width: none;
  }

  .home-two-campaign-content {
    flex-flow: column;
    align-items: stretch;
  }

  .background-video-2 {
    height: 400px;
  }

  .play-pause-button {
    width: 80px;
    height: 80px;
  }

  .home-two-campaign-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .video-wrapper {
    margin-left: 0;
    position: relative;
    top: -50px;
  }

  .home-two-digital-section {
    padding-bottom: 65px;
  }

  .home-two-production-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-two-production-arrow-box {
    width: 50px;
    height: 50px;
  }

  .home-two-production-line {
    display: none;
  }

  .big-text-2.text-center.text-lighter.home-two-production-big-text {
    opacity: 1;
  }

  .home-two-production-box {
    width: auto;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 38px;
  }

  .home-two-production-box:hover {
    width: auto;
  }

  .home-two-production-box.one {
    border-right: 1px solid #fff3;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .home-two-production-box.one.bottom-border, .home-two-production-box.active {
    border-bottom: 1px solid #fff3;
  }

  .home-two-solution-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-two-solution-right-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-style: none;
    max-width: none;
    padding-left: 0;
  }

  .no-margin-9.home-two-solution-block-heading {
    max-width: none;
  }

  .home-two-solution-section {
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .home-two-solution-left-block {
    grid-row-gap: 20px;
    max-width: none;
  }

  .home-two-solution-link {
    padding: 20px 15px;
  }

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

  .info_text0-wrapper {
    padding-top: 11rem;
  }

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

  .timeline11_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .image-effect-box-3 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .home-two-about-text-box-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-two-overlay-text-box-2 {
    padding-bottom: 0;
    font-size: 50px;
    line-height: 60px;
  }

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

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

  .sectionfooter-img {
    top: 0;
  }

  .home-three-digital-block {
    border-right-style: none;
    padding: 0 1.5rem;
  }

  .no-margin-12.text-center.home-three-digital-heading {
    max-width: none;
  }

  .home-three-digital-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding: 30px 15px;
  }

  .heading-style-h3-6 {
    letter-spacing: -.72px;
    font-size: 24px;
  }

  .heading-style-h3-6.home-three-digital-text {
    margin-top: 5px;
  }

  .home-three-digital-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta7_content {
    grid-column-gap: 3rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header13_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .header75_lightbox-image {
    max-height: 40rem;
  }

  .header75_content-bottom {
    justify-content: center;
    top: 0;
  }

  .header75_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header103_tab-link {
    min-width: 8rem;
  }

  .header103_tabs-menu {
    max-width: none;
    bottom: 4rem;
  }

  .cta67_button-wrapper {
    bottom: 4.5rem;
  }

  .cta67_images-layout {
    margin-top: 8.25rem;
    margin-bottom: 4.5rem;
  }

  .cta67_content-top {
    height: calc(100vh - 10.25rem);
    padding-top: 5rem;
  }

  .cta67_content-bottom {
    padding-bottom: 6rem;
  }

  .layout42_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home-one-service-content-wrap-2 {
    flex-flow: column;
    margin-top: 0;
    padding: 0 30px 30px;
  }

  .home-one-service-image-box {
    height: auto;
  }

  .image-3 {
    width: 100%;
    height: auto;
  }

  .comparison1_top-row-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
  }

  .comparison1_top-row-content {
    padding: 1.5rem 1rem;
  }

  .layout351_content-wrapper {
    width: auto;
    padding: 3rem 2.5rem;
  }

  .layout351_column-content {
    width: 100%;
    min-width: auto;
    height: auto;
    overflow: hidden;
  }

  .layout351_column-vertical-text {
    display: none;
  }

  .layout351_image-wrapper {
    margin-bottom: 0;
  }

  .layout351_content {
    border-top: 0 #0000;
    border-right: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    flex-direction: column;
    height: auto;
  }

  .layout351_column-horiztonal-text {
    display: block;
  }

  .layout351_column {
    border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 5rem;
  }

  .layout351_accordion {
    border-right-style: none;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .layout351_column-text {
    position: absolute;
    left: 2.5rem;
  }

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

  .contact-modal1_content-wrapper, .multi-form21_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .multi-form21_background-overlay {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

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

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

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

  .padding-small {
    padding: 1.25rem;
  }

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

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

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

  .button-group.align-center {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .margin-xxhuge {
    margin: 5rem;
  }

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

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

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

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

  .max-width-medium.mobile {
    display: block;
  }

  .padding-global.no-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

  .padding-large {
    padding: 2rem;
  }

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

  .text-size-medium.text-color-creamwhite.padding-custom {
    text-align: center;
    padding-left: 0;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

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

  .home-one-hero-bigger-text {
    letter-spacing: -3px;
  }

  .button-2 {
    width: 100%;
  }

  .home-one-hero-arrow {
    width: 70%;
  }

  .home-one-hero-bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .counter.heading-four-counter {
    height: 28px;
  }

  .counter.heading-two-counter {
    height: 38px;
  }

  .subheading {
    padding-bottom: 6px;
  }

  .container, .container.full-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .image.full {
    aspect-ratio: auto;
  }

  .heading-style-h4-2 {
    letter-spacing: -.54px;
    font-size: 18px;
  }

  .home-one-partners-wrapper {
    grid-row-gap: 25px;
  }

  .heading-style-h5-2 {
    letter-spacing: -.48px;
    font-size: 16px;
  }

  .home-one-partners-section {
    padding-top: 60px;
  }

  .partners-card {
    border-width: 1px;
  }

  .partners-card.partner-last-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-one-partners-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .about-business-left-block {
    grid-row-gap: 30px;
  }

  .heading-style-h5-3 {
    letter-spacing: -.48px;
    font-size: 16px;
  }

  .about-business-small-image-overlay {
    background-image: none;
  }

  .divider.home-one-business-bottom-line {
    display: none;
  }

  .home-one-business-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-one-business-number-block {
    max-width: none;
    display: flex;
  }

  .home-one-business-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-style-h3-2 {
    letter-spacing: -.6px;
    font-size: 20px;
  }

  .big-text {
    letter-spacing: -3px;
  }

  .big-text.text-center {
    font-size: 3rem;
  }

  .big-text.text-center.home-one-business-first-text {
    font-size: 4rem;
  }

  .home-one-business-heading-text-image-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: none;
  }

  .home-one-business-text-block {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
  }

  .home-one-business-heading-contant {
    text-align: center;
    max-width: none;
    margin-bottom: 0;
  }

  .home-one-business-icon {
    width: 50px;
  }

  .home-one-business-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-one-business-inner-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-business-image-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-one-business-block {
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: column;
  }

  .team-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .team-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .team-about-box {
    max-width: none;
  }

  .heading-style-h4-3 {
    letter-spacing: -.54px;
    font-size: 18px;
  }

  .pricing-plans-monthly {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
  }

  .pricing-plan-wrap {
    width: 100%;
  }

  .pricing-plans-yearly {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .pricing-plan-heading {
    padding-bottom: 16px;
  }

  .pricing-button {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-plan-top-text {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .pricing-card {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-bottom: 39px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h5-4 {
    letter-spacing: -.48px;
    font-size: 16px;
  }

  .pricing-plan-features {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

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

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .footer-link {
    max-width: none;
    margin-bottom: 12px;
  }

  .footer-divider-one {
    margin-top: 60px;
  }

  .footer-content {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 40px;
  }

  .footer-block {
    max-width: 100%;
  }

  .footer-block.col-two {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
  }

  .footer-copyright-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-color-creamwhite.mobile {
    display: block;
  }

  .heading-style-h2-2 {
    letter-spacing: -.84px;
    font-size: 28px;
  }

  .home-two-experience-wrap {
    margin-top: 0;
  }

  .heading-style-h3-3 {
    letter-spacing: -.6px;
    font-size: 20px;
  }

  .button-9 {
    width: 100%;
  }

  .home-two-experience-counter {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .contato_link-wrapper {
    width: 100%;
  }

  .heading-style-h2-3 {
    letter-spacing: -.84px;
    font-size: 28px;
  }

  .heading-style-h3-4 {
    letter-spacing: -.6px;
    font-size: 20px;
  }

  .navbar-wrapper {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .navbar-wrapper:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
    margin-left: 1rem;
  }

  .navbar-right-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .heading-style-h4-5 {
    letter-spacing: -.54px;
    font-size: 18px;
  }

  .home-one-hero-bigger-text-2 {
    letter-spacing: -3px;
  }

  .mobile {
    display: block;
  }

  .slider {
    height: auto;
  }

  .home-one-service-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subheading-2 {
    padding-bottom: 6px;
  }

  .home-two-hero-arrow {
    width: 50px;
    height: 70px;
  }

  .home-one-service-right-block {
    text-align: center;
  }

  .heading-style-h4-6 {
    letter-spacing: -.54px;
    font-size: 18px;
  }

  .text-overlay {
    min-height: 50px;
  }

  .home-two-overlay-text-box {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-style-h3-5 {
    letter-spacing: -.6px;
    font-size: 20px;
  }

  .video-wrapper {
    padding-top: 35px;
  }

  .home-two-production-wrapper {
    grid-template-columns: 1fr;
  }

  .big-text-2 {
    letter-spacing: -3px;
  }

  .big-text-2.text-center.text-lighter.home-two-production-big-text {
    display: none;
  }

  .home-two-production-box.one {
    border-right-style: none;
  }

  .home-two-production-box.one.bottom-border {
    padding-top: 35px;
  }

  .home-two-production-box.four {
    border-top: 1px solid #fff3;
    padding-bottom: 70px;
  }

  .home-two-solution-wrapper {
    flex-flow: column;
  }

  .home-two-solution-right-block {
    border-right-width: 0;
    max-width: none;
  }

  .home-two-solution-number-block {
    width: auto;
  }

  .home-two-solution-left-block {
    grid-row-gap: 10px;
    max-width: none;
  }

  .layout482_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .timeline11_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline11_empty-space {
    display: none;
  }

  .timeline11_circle-wrapper {
    left: 0;
  }

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

  .timeline11_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .timeline11_item-content.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .timeline11_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline11_item.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .header88_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .home-two-overlay-text-box-2 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .home-three-digital-block.four {
    border-right-style: none;
  }

  .home-three-digital-wrap {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-6 {
    letter-spacing: -.6px;
    font-size: 20px;
  }

  .cta7_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .header13_component {
    height: auto;
  }

  .header13_lightbox-wrapper.padding-custom1 {
    min-height: 30svh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header13_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .header75_lightbox-image {
    max-height: 30rem;
  }

  .header75_component {
    height: 150vh;
  }

  .header75_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header103_tab-link {
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header103_tab-load-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .header103_tabs-menu, .cta67_button-wrapper {
    bottom: 3rem;
  }

  .cta67_images-layout {
    margin-top: 7.25rem;
    margin-bottom: 3rem;
  }

  .cta67_image-wrapper {
    width: 18rem;
  }

  .cta67_content-top {
    height: calc(100vh - 8.75rem);
    padding-top: 3rem;
  }

  .cta67_content-bottom {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }

  .desk, .title_beneficios-desk {
    display: none;
  }

  .layout42_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home-one-service-content-wrap-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .comparison1_feature {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
    padding-right: 1rem;
  }

  .comparison1_top-row-title {
    display: none;
  }

  .comparison1_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .comparison1_top-row, .comparison1_row {
    grid-template-columns: 1fr 1fr;
  }

  .layout351_content-wrapper {
    padding: 1rem 1.5rem 2rem;
  }

  .layout351_column-vertical-text, .layout351_column-horiztonal-text {
    font-size: 1.25rem;
  }

  .layout351_column {
    height: 4rem;
  }

  .layout351_column-text {
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .layout351_image {
    height: 20rem;
  }

  .header74_component.padding-top.padding-large {
    padding-top: 4rem;
  }

  .video_hero-embed {
    padding: .25rem .5rem;
  }

  .contact-modal1_component {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    min-width: 31rem;
    height: 85vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .primary-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .multi-form21_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .multi-form21_content-wrapper.rounded-corners {
    width: 85%;
    height: 80vh;
    overflow: hidden;
  }

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

  .multi-form21_component {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

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

@media screen and (max-width: 479px) {
  .text-color-white.text-align-center {
    font-family: var(--main-font);
  }

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

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

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

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

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

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

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

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

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

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

  .text-size-small {
    padding-left: 20px;
  }

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

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

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

  .text-size-medium.text-color-creamwhite.padding-custom {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

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

  .no-margin.text-center.about-us-team-heading, .no-margin.text-center.text-align-center {
    font-size: 2rem;
  }

  .home-one-hero-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .button-3.olive-green-button.style-rounded {
    width: 100%;
  }

  .container-big.full-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-big.full-container.home-one-bottom-text-container {
    position: absolute;
    inset: auto 0% 0%;
  }

  .home-one-hero-arrow {
    width: 40%;
    display: none;
  }

  .home-one-hero-bottom-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-out-2 {
    transform: none;
  }

  .partners-bottom-line-decoration {
    display: none;
  }

  .home-one-partners-grid {
    grid-template-columns: 1fr;
  }

  .campaign-checklist-heading {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .campaign-checklist.custom {
    justify-content: center;
    align-items: center;
  }

  .about-business-image-bottom {
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .about-business-section {
    padding-top: 30px;
  }

  .campaign-checklist-padding.custom {
    width: 100%;
    padding: 1rem .94rem;
  }

  .about-us-business-number {
    flex: 1;
    padding-top: 0;
  }

  .home-one-business-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .big-text {
    line-height: 1;
  }

  .big-text.text-center {
    font-size: 2rem;
  }

  .big-text.text-center.home-one-business-first-text {
    font-size: 2.5rem;
  }

  .home-one-business-icon-text {
    flex-flow: row;
  }

  .home-one-business-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pricing-popular-tag {
    display: none;
  }

  .pricing-card {
    padding-top: 30px;
    padding-bottom: 29px;
  }

  .pricing-plan-features {
    grid-template-columns: 1fr;
  }

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

  .text-color-creamwhite.text-align-center.mobile {
    font-size: 3rem;
  }

  .text-color-creamwhite.max-width-large {
    font-size: 2.5rem;
  }

  .navbar-wrapper:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar:where(.w-variant-3e5c7281-e7b4-ba77-441e-cd1d31ff033f) {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .mobile {
    width: 100%;
  }

  .wrapper-logos {
    inset: auto auto -17% 5%;
  }

  .left-arrow-home-two {
    height: 50px;
  }

  .home-two-slider-background-wrapper.hero-wrapper {
    min-height: auto;
  }

  .home-one-service-heading-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-two-hero-text-box {
    grid-row-gap: 15px;
  }

  .right-arrow-home-two {
    height: 50px;
  }

  .campaign-checklist-heading-2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .video-wrapper {
    padding-top: 0;
    top: -11px;
  }

  .lottie-animation {
    top: -70%;
    left: -70%;
  }

  .big-text-2 {
    line-height: 1;
  }

  .home-two-solution-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row-reverse wrap-reverse;
  }

  .home-two-solution-link {
    justify-content: space-between;
  }

  .js-clock {
    flex-flow: row;
  }

  .box {
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .clock-number.text-color-creamwhite {
    font-size: 2rem;
  }

  .marquee_component {
    height: 20rem;
    top: -227px;
  }

  .display_text-medium.marquee_item-2 {
    font-size: 4rem;
  }

  .text_info.text-size-small {
    text-align: center;
    font-size: .6rem;
  }

  .info_text0-wrapper {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .silodubai-img:where(.w-variant-4802fd0b-5768-41be-468f-8172d55b4330) {
    max-width: 60%;
  }

  .layout482_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout482_image-wrapper2, .timeline11_progress-line {
    z-index: 2;
  }

  .timeline11_progress {
    height: 105%;
  }

  .sectionfooter-img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
  }

  .cta7_content {
    grid-row-gap: 1.5rem;
  }

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

  .header13_lightbox-wrapper.padding-custom1.no-padding_global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .header13_content-wrapper {
    grid-template-columns: 1fr;
  }

  .header75_lightbox-image {
    max-height: 25rem;
  }

  .header103_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta67_image-wrapper {
    width: 60vw;
  }

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

  .comparison1_top-row-title, .comparison1_top-row-content {
    padding: 1rem .5rem;
  }

  .header74_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .contact-modal1_component {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .contact-modal1_content-wrapper {
    min-width: 24rem;
    height: 85vh;
  }

  .form_input-3 {
    color: #0f0f38;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .primary-button {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding: 1rem 1.5rem;
    font-size: 16px;
    line-height: 22px;
  }

  .primary-button.max-width-full {
    justify-content: center;
    align-items: center;
  }

  .primary-button-text-hover, .primary-button-text {
    font-size: 1rem;
    line-height: 1.38rem;
  }

  .button-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .multi-form21_content-wrapper.rounded-corners {
    width: 90%;
    height: 85vh;
    overflow: scroll;
  }

  .multi-form21_component {
    display: flex;
  }

  .water-mark {
    opacity: .6;
  }
}

#w-node-c82937be-1c35-0d52-f3c6-9597e530e02e-d294be18, #w-node-c82937be-1c35-0d52-f3c6-9597e530e03c-d294be18, #w-node-c82937be-1c35-0d52-f3c6-9597e530e049-d294be18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c664-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c666-cce42812 {
  justify-self: center;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c67a-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c67b-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c67f-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c680-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c684-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c685-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c689-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c68a-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c68e-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c68f-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c693-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c694-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c69e-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c69f-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6a3-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6a4-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6a8-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6a9-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6ad-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6ae-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6b2-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6b3-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6b7-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6b8-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6c2-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6c3-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6c7-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6c8-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6cc-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6cd-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6d1-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6d2-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6db-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6dc-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6e5-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6e6-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6f8-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6f9-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6fd-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c6fe-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c702-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c703-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c707-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c708-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c70c-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c70d-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c717-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c718-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c71c-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c71d-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c721-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c722-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c726-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c727-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c72b-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c72c-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c730-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c731-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c73c-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c73d-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c741-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c742-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c746-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c747-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c74b-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c74c-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c750-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c751-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c755-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c756-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c75a-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c75b-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c75f-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c760-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c764-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c765-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c769-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c76a-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c774-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c775-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c779-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c77a-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c77e-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c77f-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c786-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c787-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7c8-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7cb-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7cc-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7cf-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7d0-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7d3-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7d7-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7d8-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7db-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7dc-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7df-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7e6-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7e7-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7ec-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7ed-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7f1-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7f2-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7f6-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7f7-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7fb-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c7fc-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c80c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c80f-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c810-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c813-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c814-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c817-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c818-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c81c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c81f-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c820-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c823-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c824-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c827-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c82f-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c830-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c831-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c833-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c836-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c837-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c838-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c83c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c83f-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c840-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c841-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c845-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c849-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c84a-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c850-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c853-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c854-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c855-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c859-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c85c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c85d-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c85e-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c864-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c868-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c869-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c86d-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c870-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c875-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c876-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c877-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c87b-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c87e-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c87f-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c880-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c886-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c889-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c88a-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c88b-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c891-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c894-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c895-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c896-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c89e-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8a1-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8a2-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8a3-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8af-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8b0-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8b1-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8b5-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8ba-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8bb-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8bc-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8c2-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8c7-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8c8-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8c9-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8cf-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8d4-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8d5-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8d6-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8de-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8e4-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8e5-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8eb-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8f0-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8f1-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8f2-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8f6-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8f9-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8fa-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c8fb-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c901-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c904-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c905-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c906-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c90c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c90f-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c910-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c911-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c919-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c91c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c91d-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c91e-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c924-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c927-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c928-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c929-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c931-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c935-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c936-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c93c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c945-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c946-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c947-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c948-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c94a-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c94d-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c951-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c952-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c953-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c95c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c95d-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c95e-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c967-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c968-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c969-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c96a-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c970-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c971-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c972-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c973-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c975-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c979-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c97a-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c97b-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c97c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c97e-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c987-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c98e-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c98f-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c990-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c991-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c993-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c996-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c99a-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c99b-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c99c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9a5-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9a6-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9a7-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9b0-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9b1-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9b2-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9b3-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9b9-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9ba-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9bb-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9bc-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9be-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9c2-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9c3-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9c4-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9c5-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36c9c7-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca14-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca15-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca1b-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca1c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca25-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca26-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca2e-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca2f-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca61-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca65-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca66-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca68-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca6a-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca6b-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca6d-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca6f-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca70-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca72-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca74-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca75-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca77-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca79-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca7a-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca7c-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca7e-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca7f-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca81-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca83-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca85-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca87-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca89-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca8a-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca8c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca8d-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca8f-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca90-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca92-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca93-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca95-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca96-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca98-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca99-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca9b-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca9c-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36ca9e-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caa4-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caa8-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caa9-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caab-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caad-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caae-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cab0-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cab2-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cab3-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cab5-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cab7-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cab8-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caba-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cabc-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cabd-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cabf-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cac1-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cac2-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cac4-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cac6-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cac7-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cac9-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cacb-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cacc-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cace-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cad0-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cad1-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cad3-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cad5-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cad6-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cad8-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cada-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cadb-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cadd-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cae2-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cae6-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cae8-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caeb-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caf0-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caf5-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cafa-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36caff-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb06-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb07-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb09-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb0a-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb0c-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb0d-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb0f-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb10-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb12-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb13-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb15-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb16-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb18-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb19-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb1b-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb1c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb1e-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb1f-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb21-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb22-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb24-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb25-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb27-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb28-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb2a-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb2b-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb2d-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb2e-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb30-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb31-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb33-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb34-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb36-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb37-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb39-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb3a-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb3c-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb3d-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb3f-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb40-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb42-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb43-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb45-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb46-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb48-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb49-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb4b-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb4c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb4e-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb4f-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb51-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb52-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb54-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb55-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb57-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb58-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb5a-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb5b-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb5d-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb5e-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb63-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb67-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb69-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb6c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb71-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb76-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb7b-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb80-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb87-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb88-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb8a-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb8b-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb8d-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb8e-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb90-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb91-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb93-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb94-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb96-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb97-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb99-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb9a-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb9c-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb9d-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cb9f-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cba0-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cba2-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cba3-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cba5-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cba6-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cba8-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cba9-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbab-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbac-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbae-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbaf-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbb1-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbb2-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbb4-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbb5-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbb7-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbb8-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbba-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbbb-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbbd-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbbe-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbc0-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbc1-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbc3-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbc4-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbc6-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbc7-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbc9-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbca-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbcc-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbcd-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbcf-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbd0-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbd2-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbd3-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbd5-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbd6-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbd8-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbd9-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbdb-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbdc-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbde-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbdf-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbe4-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbe7-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbe8-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbea-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbeb-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbed-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbee-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbf0-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbf1-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbf3-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbf4-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbf6-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbf7-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbf9-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbfa-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbfc-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbfd-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cbff-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc00-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc02-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc03-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc05-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc06-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc08-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc09-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc0b-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc0c-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc0e-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc0f-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc11-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc12-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc14-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc15-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc17-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc18-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc1a-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc1b-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc1d-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc1e-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc20-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc21-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc23-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc24-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc26-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cc27-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd19-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd1d-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd1e-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd22-cce42812, #w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd24-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd25-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd29-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd2a-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd2e-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd2f-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd33-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd34-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd38-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd39-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd3d-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd3e-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd42-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd43-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd47-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd48-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd4c-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd4d-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd51-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd52-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd55-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd56-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd5a-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd5b-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd5f-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd60-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd64-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd65-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd69-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd6a-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd6e-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd6f-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd73-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd74-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd78-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd79-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd7d-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd7e-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd82-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd83-cce42812 {
  justify-self: start;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd87-cce42812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96db524e-5f3d-189d-7bcc-d2a80f36cd88-cce42812 {
  justify-self: start;
}

#w-node-_7b65411d-20aa-15dd-77fb-2960013b70cb-bb404147 {
  place-self: center;
}

#w-node-_1ab3ba2c-6be3-9d67-e024-0cad1819872f-181986f1, #w-node-_1ab3ba2c-6be3-9d67-e024-0cad1819873f-181986f1, #w-node-_1ab3ba2c-6be3-9d67-e024-0cad18198753-181986f1, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348810-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348811-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348812-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348813-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348814-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348815-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348816-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348817-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348818-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348819-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f34881a-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f34881b-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f34881c-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e927-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e928-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e929-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e92a-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e92b-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e92c-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e92d-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e92e-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e92f-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e930-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e931-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e932-5c93f94c, #w-node-cb42009a-05be-0707-afc6-86609569e933-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348838-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348839-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f34883a-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f34883b-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f34883c-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f34883d-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f34883e-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f34883f-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348840-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348841-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348842-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348843-5c93f94c, #w-node-_1fec26b2-31da-c509-7c5a-681a6f348844-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b298415-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b298416-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b298417-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b298418-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b298419-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b29841a-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b29841b-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b29841c-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b29841d-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b29841e-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b29841f-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b298420-5c93f94c, #w-node-_300dce7e-aad5-227e-7000-38878b298421-5c93f94c, #w-node-bb53b8c7-99e9-f10f-a9e2-a533517d3931-5c93f94c, #w-node-bb53b8c7-99e9-f10f-a9e2-a533517d3980-5c93f94c, #w-node-b0b3ad81-e362-94d8-6622-396e1328623e-5c93f94c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca35b3c2-4628-a88c-6d81-a6defa06eb28-2e38974f {
  place-self: center;
}

#w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f448-2e38974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f469-2e38974f {
  align-self: center;
}

#w-node-_7b65411d-20aa-15dd-77fb-2960013b70cb-73e264a3, #w-node-_7b65411d-20aa-15dd-77fb-2960013b70cb-f3df06e0, #w-node-ca35b3c2-4628-a88c-6d81-a6defa06eb28-8a1e729e {
  place-self: center;
}

#w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f448-8a1e729e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f469-8a1e729e {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f240a7f7-77dc-0c4a-cdbe-cf442a553525-d294be18, #w-node-f240a7f7-77dc-0c4a-cdbe-cf442a553537-d294be18, #w-node-f240a7f7-77dc-0c4a-cdbe-cf442a553549-d294be18, #w-node-f240a7f7-77dc-0c4a-cdbe-cf442a55354f-d294be18, #w-node-_18c68eb8-2af4-7ca3-df40-b14cca658cda-d294be18, #w-node-_18c68eb8-2af4-7ca3-df40-b14cca658cec-d294be18, #w-node-_18c68eb8-2af4-7ca3-df40-b14cca658cfe-d294be18, #w-node-_18c68eb8-2af4-7ca3-df40-b14cca658d04-d294be18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c82937be-1c35-0d52-f3c6-9597e530e02e-d294be18, #w-node-_1ab3ba2c-6be3-9d67-e024-0cad1819872f-181986f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb53b8c7-99e9-f10f-a9e2-a533517d392b-5c93f94c {
    justify-self: start;
  }

  #w-node-bb53b8c7-99e9-f10f-a9e2-a533517d3963-5c93f94c, #w-node-bb53b8c7-99e9-f10f-a9e2-a533517d3997-5c93f94c, #w-node-b0b3ad81-e362-94d8-6622-396e1328624d-5c93f94c {
    order: -9999;
  }

  #w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f45f-2e38974f, #w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f469-2e38974f, #w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f473-2e38974f, #w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f47d-2e38974f, #w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f487-2e38974f, #w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f45f-8a1e729e, #w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f469-8a1e729e, #w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f473-8a1e729e, #w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f47d-8a1e729e, #w-node-_2521abe9-14ab-2113-c4ec-89ea77b3f487-8a1e729e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Bdo Grotesk 400 100';
  src: url('../fonts/BDO-Grotesk-normal-700-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}