:root {
  --white-smoke: #eee;
  --slate-blue: #744fed;
  --black-2: #0c0c0c73;
  --cornflower-blue: #8faaf3;
  --deep-pink: #e544b5;
  --medium-sea-green: #6ab46d;
  --salmon: #f1635e;
  --orange: #ffbd52;
  --midnight-blue: #0c1a62;
  --black: #000000d9;
  --white-smoke-2: #eeeeeeb3;
  --pale-violet-red: #f36d97;
  --dodger-blue: #00a0ff;
  --dark-violet: #7904d7;
  --khaki: #ffd97d;
  --medium-purple: #af8afd;
  --coral: #fe885a;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.m-button-shadow {
  background-color: #0003;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.inner-nav-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.lottie-animation {
  opacity: .25;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.brand {
  height: 35px;
  padding-bottom: 0;
  padding-right: 35px;
}

.main-navbar {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link {
  z-index: 4;
  color: #fff;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #fffc;
}

.wrappernav {
  z-index: 20;
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.icon-arrow {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
}

.image-brand {
  height: 100%;
  padding-bottom: 3px;
}

.overlayer-nav {
  display: none;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar.white-version {
  z-index: 1;
  position: static;
}

.main-button-wrapper {
  position: relative;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 12px;
  min-width: 150px;
  box-shadow: 0 15px 15px #0000000d;
}

.dropdown-list.w--open {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 15px 35px #00000026;
}

.nav-wrapper {
  width: 100%;
  display: block;
  position: absolute;
}

.dropdown-toggle {
  color: #fff;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 10px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-link {
  color: #000000a6;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #58659408;
}

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

.circular-arrow {
  z-index: 2;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.grid-buttons {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center end;
}

.grid-buttons.nav {
  align-items: stretch;
}

.topnav-button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #55d099;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 17px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.topnav-button:hover {
  color: #fff;
  background-color: #55d099;
}

.topnav-button.outline {
  color: #fffc;
  background-color: #0000;
  border: 2px solid #fff3;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: border .2s;
}

.topnav-button.outline:hover {
  color: #ffffffd9;
  border-color: #fffc;
}

.icon {
  opacity: .35;
  margin-right: 10px;
  font-size: 12px;
}

.navgrid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr auto;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  min-height: 15vh;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
}

.button {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f36d97;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 22px 40px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #f36d97;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #f36d97;
}

.button.small {
  background-color: var(--slate-blue);
  box-shadow: inset 0 0 0 2px var(--slate-blue);
  padding: 14px 30px 14px 20px;
  font-size: 14px;
  font-weight: 500;
}

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

.nav-item-wrapper {
  position: relative;
}

.heading-regular {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.heading-regular.uppercase {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.full-image {
  object-fit: cover;
  border-radius: 20px;
  flex: 1;
  width: auto;
  height: auto;
  margin-top: 60px;
  position: relative;
}

.label-button {
  color: var(--slate-blue);
  font-family: Generalsans, sans-serif;
  font-weight: 600;
}

.label-button.small {
  color: var(--black-2);
}

.name-wrapper {
  background-color: var(--cornflower-blue);
  color: #ffffffd9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  display: flex;
  position: absolute;
  inset: auto -1% -10% auto;
}

.name-wrapper.magenta {
  background-color: var(--deep-pink);
  right: 2%;
}

.name-wrapper.green {
  background-color: var(--medium-sea-green);
}

.name-wrapper.left {
  inset: auto auto -5% -10%;
}

.name-wrapper.left.yellow {
  background-color: #e99761;
}

.name-wrapper.left.red {
  background-color: var(--salmon);
}

.text-brush-large {
  letter-spacing: -.05em;
  font-size: 12em;
  font-style: italic;
  line-height: .8;
}

.text-brush-large.overlayer {
  color: #f36d97;
  position: relative;
  top: -15px;
  left: -15px;
}

.circle-image-hero {
  border: 3px solid #cc94ff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 8px 8px #0000001a;
}

.circle-image-hero.monica {
  border-color: #e99761;
}

.circle-image-hero.josh {
  border-color: #6ab46d;
}

.circle-image-hero.sergie {
  border-color: #8faaf3;
}

.circle-image-hero.linda {
  border-color: #e544b5;
}

.circle-image-hero.natasha {
  border-color: #f1635e;
}

.circle-image-hero.johnnie {
  border-color: #8faaf3;
}

.container-wrapper {
  width: 100%;
}

.container-wrapper.bg-color {
  z-index: 5;
  position: relative;
}

.hero-flex-ticker {
  flex: none;
  align-items: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.big-heading-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.m-button-hover {
  background-color: var(--orange);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section {
  background-color: #0000;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section.bg-color {
  background-color: #7b39b8;
}

.section.bg-light-gray {
  background-color: var(--slate-blue);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.mobile-titles.bg-color {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#af8afd, #744fed);
  background-clip: border-box;
}

.section.form-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.form-page.bg-dark-titles {
  background-color: var(--midnight-blue);
}

.circle-wrapper {
  z-index: 7;
  border-radius: 100%;
  width: 14em;
  height: 14em;
  position: relative;
  overflow: visible;
}

.circle-wrapper.third.small {
  width: 9em;
  height: 9em;
}

.circle-wrapper.first {
  width: 10em;
  height: 10em;
  overflow: visible;
}

.main-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.main-grid.inner-padding-medium {
  align-items: start;
  margin-top: 115px;
  margin-bottom: 115px;
}

.overflow-wrapper {
  position: relative;
  overflow: hidden;
}

.overflow-wrapper.flex {
  background-color: var(--salmon);
  align-items: flex-start;
  padding: 10px 15px;
  display: flex;
}

.overflow-wrapper.wide-image {
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.overflow-wrapper.wide-image.rounded {
  border-radius: 20px;
  height: 70vh;
  margin-top: 120px;
  margin-bottom: 60px;
  overflow: visible;
}

.main-button-wrap {
  position: relative;
}

.hero-grid-header-blue {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 10vh auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 100vh;
}

.hero-grid-header-blue.align-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: 10vh auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.big-heading-wrapper-reverse {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.center-wrapper {
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.center-wrapper.padding-hero {
  padding-top: 10em;
  padding-bottom: 0;
}

.center-wrapper.inner-padding-small {
  padding-top: 50px;
  padding-bottom: 0;
}

.center-wrapper.inner-padding-medium {
  z-index: 5;
  position: relative;
}

.heading-xxlarge {
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5em;
  font-style: italic;
  font-weight: 700;
  line-height: .85;
}

.xlarge-scroll-heading {
  color: #3f56b6;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 19vh;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.xlarge-scroll-heading.text-salmon {
  color: #f36d97;
}

.m-button-label {
  z-index: 4;
  align-items: center;
  display: flex;
  position: relative;
}

.container {
  z-index: 2;
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.divider-bullet {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.divider-bullet.ticker {
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-regular-2 {
  color: #fff;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.heading-regular-2.uppercase {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.heading-regular-2.text-black {
  color: var(--black);
  text-transform: capitalize;
}

.text-brush-large-2 {
  letter-spacing: -.05em;
  font-family: Fingerpaint, sans-serif;
  font-size: 12em;
  font-style: italic;
  line-height: .8;
}

.text-brush-large-2.overlayer {
  color: #f36d97;
  position: relative;
  top: -15px;
  left: -15px;
}

.heading-xxlarge-2 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 6.5em;
  font-style: italic;
  font-weight: 700;
  line-height: .85;
}

.xlarge-scroll-heading-2 {
  color: #3f56b6;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Generalsans, sans-serif;
  font-size: 19vh;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.xlarge-scroll-heading-2.text-salmon {
  color: #f36d97;
}

.navgrid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr auto;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  min-height: 15vh;
  padding-left: 30px;
  padding-right: 30px;
}

.flex-scrolling {
  display: flex;
  overflow: hidden;
}

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

.tabs-nav-menu {
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
  box-shadow: inset 0 -1px #d1d1d1;
}

.tabs-nav-menu.in-line {
  box-shadow: none;
  padding-top: 23px;
  padding-bottom: 23px;
}

.auto-grid {
  grid-column-gap: 42px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.auto-grid.header {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}

.main-paragraph {
  color: #000000b3;
  height: auto;
  font-family: Generalsans, sans-serif;
  font-weight: 500;
}

.main-paragraph.size-small {
  line-height: 1.4;
}

.main-paragraph.text-opacity {
  color: var(--white-smoke-2);
  font-family: Generalsans, sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
}

.main-paragraph.text-opacity.black, .main-paragraph.date {
  color: var(--black-2);
}

.heading-large {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 4em;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.heading-large.text-black {
  color: #000000d9;
}

.heading-large.margin-bottom-xsmall {
  color: var(--black);
}

.heading-large.text-white.margin-bottom-xsmall {
  color: var(--white-smoke);
}

.content-grid {
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 240px;
  height: auto;
}

.content-grid._3-rows {
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
}

.button-tab {
  color: #9094a1;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: inset 0 -1px #0000;
}

.button-tab.w--current {
  background-color: var(--pale-violet-red);
  box-shadow: none;
  color: #fff;
}

.icon-content {
  max-width: 55px;
  max-height: 45px;
}

.company-logo {
  object-fit: contain;
  flex: 1;
  width: 100%;
  max-width: 110px;
  max-height: 35px;
}

.logo-wrap-ticker {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  display: flex;
}

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

.small-circle {
  background-color: #dfdddd;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.small-circle.second {
  margin-left: -10px;
}

.logo-grid-ticker {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.box-wrapper {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.box-wrapper.bg-whitesmoke {
  background-color: #f5f5f5;
}

.box-wrapper.page {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 35px;
  min-height: auto;
  padding: 45px 50px;
  box-shadow: 7px 7px #0000001a;
}

.box-wrapper.quote.bg-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.box-wrapper.quote.bg-white.hide {
  display: none;
}

.box-wrapper.no-padding {
  padding: 0;
  display: none;
}

.container-2 {
  z-index: 2;
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: visible;
}

.container-2.padding-bottom-medium {
  margin-bottom: 120px;
}

.container-2.padding-bottom-medium.comments {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container-2.video {
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-2.mobile {
  display: none;
}

.heading-xlarge-hero {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  display: block;
  position: relative;
}

.content-wrapper.flex-vertical {
  display: flex;
}

.content-wrapper.cards {
  width: 90%;
  height: auto;
  max-height: none;
  text-decoration: none;
}

.content-wrapper.padding-bottom-medium {
  margin-bottom: 40px;
}

.content-wrapper.cards {
  width: 100%;
  height: auto;
  max-height: none;
  text-decoration: none;
  overflow: visible;
}

.content-wrapper.cards:hover {
  text-decoration: none;
}

.rail-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.m-button-hover-2 {
  border: 3px solid var(--slate-blue);
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.m-button-hover-2.small {
  border-width: 1px;
  border-color: #0c0c0c73;
}

.hero-ticker-images {
  flex-direction: column;
  justify-content: flex-start;
  min-height: auto;
  padding-top: 4vh;
  padding-bottom: 3vh;
  display: flex;
  overflow: hidden;
}

.hero-grid-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 135px auto auto auto auto 15vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 100vh;
  overflow: hidden;
}

.hero-rail {
  align-items: flex-end;
  display: flex;
}

.hero-rail.gap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-tiles-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
  position: relative;
}

.image-tiles-hero._3d-flip {
  max-height: 38vh;
}

.image-tiles-hero.hide {
  display: none;
}

.lottie-animation-2 {
  width: 50%;
  height: auto;
}

.lottie-animation-2.page {
  width: 80%;
  height: 80%;
}

.flex {
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.frame-image-overflow {
  perspective: 2000px;
  border: 6px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 12px 12px #0003;
}

.frame-image-overflow.no-frame {
  max-height: none;
}

.frame-image-overflow.no-frame.flip-left {
  transform: rotate(-12deg);
}

.frame-image-overflow.no-frame.flip-right {
  align-items: flex-end;
  width: auto;
  height: auto;
  max-height: 32vh;
  transform: rotate(-9deg);
}

.frame-image-overflow.no-frame.flip-right.small {
  display: none;
  left: -32px;
  transform: rotate(-11deg);
}

.grid-hero-mosaic {
  grid-column-gap: 2vw;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: start;
  width: auto;
  min-width: 60vw;
  min-height: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  font-family: Generalsans, sans-serif;
}

.ratings-stars {
  max-height: 16px;
  margin-right: 5px;
}

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 2.9em;
  font-weight: 500;
  line-height: 1.25;
}

.heading-medium.text-black {
  font-weight: 600;
}

.heading-medium.text-white.margin-bottom-xsmall {
  color: var(--white-smoke);
}

.width-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-name {
  font-size: 16px;
}

.profile {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

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

.ratings.inner-padding-xsmall.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.quote-icon {
  opacity: 1;
  margin-bottom: 0%;
}

.text-small {
  color: #0a1953;
  font-size: 13px;
}

.text-small.text-white-opacity {
  color: var(--white-smoke);
  justify-content: center;
  display: block;
}

.image-profile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.paragraph-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.paragraph-wrapper.padding-bottom-small {
  padding-top: 0;
}

.main-grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-grid-2.margin-bottom-medium {
  margin-bottom: 12em;
}

.main-grid-2.inner-padding-small {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 0;
}

.grid-card {
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: auto;
  overflow: visible;
}

.center-flex-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-profile-wrapper {
  border-radius: 100px;
  width: 85px;
  height: 85px;
  position: relative;
  overflow: hidden;
}

.image-profile-wrapper.small {
  width: 45px;
  height: 45px;
}

.images-features-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-2 {
  background-color: var(--white-smoke);
}

.button-tab-2 {
  color: #9094a1;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: inset 0 -1px #0000;
}

.button-tab-2.w--current {
  box-shadow: none;
  color: #fff;
  background-color: #f36d97;
}

.conments {
  grid-column-gap: 36px;
  align-items: flex-start;
  display: flex;
}

.main-grid-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(200px, .6fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.main-grid-3.margin-bottom-medium {
  align-items: stretch;
}

.medium-paragraph {
  color: var(--white-smoke-2);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

.medium-paragraph.black {
  margin-bottom: 0;
}

.inner-section-content {
  background-color: #8fe2f3;
  height: auto;
  min-height: 100vh;
  padding-bottom: 100px;
  position: static;
}

.track {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 300vh;
  display: flex;
  position: relative;
}

.section-wide {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-wide.bg-color {
  background-color: var(--slate-blue);
  align-items: center;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
}

.circle-section {
  border-radius: 100%;
  width: 1em;
  height: 1em;
  position: absolute;
}

.circle-section.bg-yellow {
  background-color: var(--orange);
}

.inner-circle {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.inner-circle.bg-dark-gray {
  background-color: var(--dodger-blue);
}

.heading-xlarge-hero-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 6em;
  font-style: italic;
  line-height: 1;
}

.tag-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 5px;
  display: flex;
}

.tag {
  color: #ffffffb3;
  background-color: #0000001a;
  border-radius: 20px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.tag.bg-color {
  background-color: #0000;
  margin-right: 0;
  padding: 0;
}

.data-text {
  color: var(--khaki);
  font-size: 28px;
  line-height: 1.5;
}

.data {
  color: var(--khaki);
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.25;
}

.inner-input.flex-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.label-form {
  color: #707588b3;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.full-form {
  width: 100%;
}

.main-paragraph-2 {
  color: #000000b3;
  letter-spacing: 0;
  font-weight: 500;
}

.main-paragraph-2.size-small {
  line-height: 1.4;
}

.logo-small {
  height: 50px;
}

.text-field {
  border: 2px solid #d1d1d3;
  border-radius: 100px;
  width: 100%;
  min-width: 15vw;
  height: 65px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #a3a3a3;
}

.text-field.dark {
  box-shadow: none;
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.text-field.dark {
  border-color: var(--slate-blue);
  box-shadow: none;
  color: #fff;
  background-color: #af8afd85;
  margin-left: 15px;
  font-size: 18px;
}

.text-field.dark::placeholder {
  color: #fff6;
}

.social-icons-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.link.text-white:hover {
  color: #b1b1b1;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.success {
  color: #313d17;
  background-color: #c4f85c;
}

.link-social {
  flex: 1;
  order: 1;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  transition: padding-bottom .2s, background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: #fff;
  padding-bottom: 10px;
}

.link-social.small {
  flex: none;
  justify-content: flex-start;
  height: 45px;
  min-height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.link-social.small:hover {
  background-color: #112264;
  padding-bottom: 0;
}

.form-wrapper.left {
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.inner-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.icon-social {
  max-height: 18px;
}

.icon-social.profile {
  max-height: 20px;
}

.form {
  justify-content: center;
  display: flex;
}

.form.margin-bottom-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.button-2 {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffc800;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 22px 50px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #ffc800;
}

.button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #ffc800;
}

.button-2.contact {
  margin-top: 22px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  padding-right: 10px;
}

.main-grid-4 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  display: none;
  position: relative;
}

.inner-section {
  height: 100%;
}

.inner-section.bg-dark-gray {
  background-color: #0000;
}

.lottie-animation-13 {
  width: auto;
}

.heading-large-2 {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 4em;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.heading-large-2.contact {
  font-size: 6em;
}

.div-block-13 {
  margin-top: -77px;
  display: none;
}

.container-3 {
  z-index: 2;
  flex: 0 auto;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-3.footer {
  padding-top: 60px;
  padding-bottom: 80px;
}

.center-wrapper-2 {
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.center-wrapper-2.padding-top-large {
  padding-top: 0;
}

.sectioncontact {
  background-color: var(--slate-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrap-summary {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 60em;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-2 {
  color: #ffffff78;
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
  min-width: 150px;
  box-shadow: 0 15px 15px #0000000d;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  min-width: 50px;
  overflow: hidden;
  box-shadow: 0 15px 35px #00000026;
}

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

.footer-links-wrapper {
  justify-content: space-between;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.links-block {
  margin-right: 0;
}

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

.divider.footer-bottom {
  margin-top: 37px;
  margin-bottom: 44px;
}

.divider.footer-top {
  margin-top: 44px;
  margin-bottom: 37px;
}

.link-3 {
  color: #101010;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: var(--black-2);
}

.footer-logo {
  z-index: 1;
  object-fit: fill;
  border-radius: 10px;
  max-width: 40%;
  display: block;
  position: relative;
}

.split-content.footer-top-left {
  flex-flow: column;
  place-content: center space-around;
  align-items: center;
  width: auto;
  max-height: none;
  display: flex;
}

.section-3 {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section-3.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-14 {
  color: #bebdd4;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-5 {
  color: #101010d9;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
}

.footer-links-title-wrapper {
  justify-content: center;
  display: flex;
}

.small-print {
  color: #101010;
  text-align: center;
  line-height: 1.556em;
}

.container-default {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.brand-2 {
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.brand-2.footer-brand {
  justify-content: center;
  width: 205px;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.image {
  width: 80%;
  max-width: none;
}

.div-block-14 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video {
  border-radius: 20px;
  width: 100%;
  max-width: 1085px;
  height: 600px;
}

.play-pause-button {
  display: none;
  overflow: visible;
}

.div-block-15 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  width: 95%;
  max-width: 1000px;
  height: 450px;
  display: block;
}

.full-image-2 {
  object-fit: cover;
  border-radius: 20px;
  flex: 1;
  width: 1000%;
  height: 100%;
  position: relative;
}

.main-grid-5 {
  grid-column-gap: 37px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.main-grid-5.pic {
  grid-column-gap: 37px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.image-2 {
  height: 16px;
}

.image-3 {
  height: 24px;
}

.m-button-shadow-2 {
  background-color: #0003;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.inner-nav-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-2 {
  z-index: 4;
  color: #fff;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2.w--current {
  color: #fffc;
}

.icon-arrow-2 {
  height: 12px;
  margin-top: 2px;
}

.overlayer-nav-2 {
  display: none;
}

.circular-arrow-2 {
  z-index: 2;
  background-color: #f1ad2e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.button-3 {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f36d97;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 22px 50px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #f36d97;
}

.button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #f36d97;
}

.button-3.small {
  padding: 14px 30px 14px 20px;
  font-size: 14px;
  font-weight: 500;
}

.lottie-animation-14 {
  background-color: #fff;
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: 100%;
}

.section-4 {
  background-color: var(--slate-blue);
  padding-top: 100px;
  padding-bottom: 0;
}

.div-block-16 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

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

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

.container-4 {
  max-width: 1480px;
}

.image-5 {
  max-width: 80%;
}

.div-block-18 {
  position: relative;
  top: -962px;
}

.image-6 {
  width: 256px;
}

.div-block-36 {
  align-items: flex-start;
  display: block;
}

.form-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.field-label {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.div-block-19 {
  background-color: #fff;
  height: 100%;
  padding: 60px;
}

.text-span-7 {
  font-size: 12px;
  font-weight: 400;
}

.line-header {
  background-color: #fff;
  width: 110px;
  height: 2px;
  margin-bottom: 24px;
}

.link-4 {
  color: #276cf1;
  font-weight: 400;
}

.text-field-2 {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  height: 40px;
  margin-bottom: 20px;
  font-size: 18px;
}

.heading-10 {
  color: #fff;
  font-weight: 900;
}

.contact-map-card {
  background-color: #fff;
  margin-top: 0;
}

.success-2 {
  background-color: #ffbd52;
  font-size: 16px;
}

.content-wrapper-3 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.content-wrapper-3.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
}

.radio-button {
  border: 3px #000;
  width: 13px;
}

.main-button {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 100px;
  margin-top: 40px;
  padding: 20px 40px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s;
  box-shadow: 6px 6px #000;
}

.main-button:hover {
  box-shadow: 1px 1px #000;
}

.form-block-2 {
  background-color: #0000;
  width: 100%;
}

.text-block-15 {
  font-family: Generalsans, sans-serif;
  font-weight: 500;
}

.contact-map-card-details {
  padding: 42px 35px;
}

.image-38 {
  width: 100%;
  max-width: none;
  height: auto;
}

.grid-2-columns {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns.contact-v3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-2-columns.map-card-details {
  grid-column-gap: 80px;
}

.error-2 {
  text-align: center;
  background-color: #fe9d73;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}

.color-white {
  color: #fff;
}

.color-white.font-medium {
  color: #fff;
  font-weight: 500;
}

.color-white.font-medium.mg-bottom-16px {
  color: #000000d9;
  width: auto;
  max-width: 100%;
  height: auto;
  font-family: Generalsans, sans-serif;
}

.div-block-37 {
  padding-top: 40px;
  padding-left: 20%;
  padding-right: 20%;
}

.link-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .div-block-19 {
    padding: 60px;
  }

  .line-header {
    width: 126px;
    margin-bottom: 36px;
  }

  .contact-map-card {
    height: 100%;
  }

  .contact-map-card-details {
    padding-left: 72px;
    padding-right: 72px;
  }
}

@media screen and (min-width: 1920px) {
  .box-wrapper.quote.bg-white {
    height: auto;
  }

  .container-2.video {
    background-color: #0000;
    justify-content: center;
    max-width: 1480px;
    display: flex;
  }

  .heading-xlarge-hero {
    line-height: 1;
  }

  .inner-circle.bg-dark-gray {
    background-color: var(--dark-violet);
  }

  .heading-xlarge-hero-2 {
    text-transform: uppercase;
    font-size: 7em;
    line-height: 1;
  }

  .data-text {
    color: var(--khaki);
  }

  .data {
    color: var(--khaki);
    font-size: 5em;
  }

  .form.margin-bottom-small {
    width: 99.9999%;
  }

  .form-block {
    padding-right: 0;
  }

  .main-grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 36px;
  }

  .div-block-13 {
    margin-bottom: -1px;
    padding-top: 0;
  }

  .container-3 {
    max-width: 1920px;
  }

  .sectioncontact {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .div-block-15 {
    justify-content: center;
    width: 100%;
    height: 600px;
    display: block;
  }

  .lottie-animation-14 {
    justify-content: center;
    max-width: 1200px;
    height: 100%;
    display: flex;
  }

  .text-field-2 {
    border-width: 1px;
    margin-bottom: 40px;
  }

  .image-38 {
    object-fit: cover;
    object-position: 50% 0%;
    max-width: 890px;
    max-height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    z-index: 5;
    background-color: #050505;
    padding: 90px 5px 5px;
    inset: 0% auto auto 0%;
  }

  .nav-menu.w--open {
    background-color: #0000;
  }

  .inner-nav-wrapper {
    border-radius: 2px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 15px 25px -4px #00000012;
  }

  .lottie-animation {
    display: none;
  }

  .brand {
    z-index: 20;
    padding-left: 0;
  }

  .lottie-menu {
    height: 60px;
  }

  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    font-size: 32px;
  }

  .wrappernav {
    position: relative;
  }

  .menu-button {
    z-index: 5;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 45px;
    padding: 10px 0 10px 10px;
    display: flex;
    overflow: hidden;
  }

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

  .menu-mobile {
    border-radius: 200px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
    display: flex;
    position: relative;
  }

  .overlayer-nav {
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .navbar {
    z-index: 5;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    min-width: auto;
    position: relative;
  }

  .nav-wrapper {
    z-index: 9999;
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .dropdown-toggle {
    margin-left: 0;
    padding: 10px 45px 10px 0;
    font-size: 32px;
  }

  .grid-buttons {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .grid-buttons.nav {
    justify-content: start;
    justify-items: start;
    width: 100%;
    padding: 20px;
  }

  .topnav-button {
    width: auto;
    padding: 18px 40px;
  }

  .topnav-button:hover {
    background-color: #80808033;
  }

  .topnav-button.outline {
    color: #fff;
    font-size: 18px;
    box-shadow: inset -1px -1px #0a19531a, inset 1px 1px #0a19531a;
  }

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

  .icon.text-white {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: auto 1fr auto;
    min-height: 8vh;
    padding-right: 10px;
  }

  .button {
    box-shadow: none;
    background-color: #fff;
    padding: 18px 40px;
    transition: background-color .2s;
  }

  .button:hover {
    background-color: #fff;
  }

  .button.small {
    background-color: #fff;
    font-size: 20px;
  }

  .dropdown {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item-wrapper {
    width: 100%;
  }

  .text-brush-large.overlayer {
    font-size: 90px;
  }

  .m-button-hover {
    display: none;
  }

  .section.mobile-titles {
    padding-top: 5vh;
  }

  .section.form-page.bg-dark-titles {
    justify-content: flex-start;
    height: 100%;
    min-height: 100vh;
  }

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

  .hero-grid-header-blue {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .hero-grid-header-blue.align-top {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .center-wrapper.padding-hero {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .heading-xxlarge {
    font-size: 60px;
  }

  .container {
    flex: 0 auto;
    order: -1;
  }

  .divider-bullet {
    margin-left: 15px;
  }

  .text-brush-large-2.overlayer {
    font-size: 90px;
  }

  .heading-xxlarge-2 {
    font-size: 60px;
  }

  .navgrid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: auto 1fr auto;
    min-height: 8vh;
    padding-right: 10px;
  }

  .tabs-nav-menu {
    justify-content: space-between;
  }

  .tabs-nav-menu.in-line {
    justify-content: center;
  }

  .heading-large {
    font-size: 38px;
    line-height: 1.2;
  }

  .company-logo {
    max-height: 22px;
  }

  .box-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-2 {
    flex: 0 auto;
    order: -1;
  }

  .heading-xlarge-hero {
    font-size: 70px;
  }

  .content-wrapper.box-mobile {
    padding-top: 60px;
  }

  .m-button-hover-2 {
    display: none;
  }

  .hero-ticker-images {
    padding-bottom: 0;
  }

  .hero-grid-header {
    grid-template-rows: 200px auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .frame-image-overflow {
    width: 45vw;
    height: 35vh;
    max-height: 55vh;
  }

  .frame-image-overflow.no-frame {
    width: 35vw;
    max-height: 35vh;
  }

  .frame-image-overflow.no-frame.flip-right {
    width: 35vw;
  }

  .frame-image-overflow.no-frame.flip-right.small {
    border-radius: 20px;
    width: 13vw;
    left: 26px;
  }

  .grid-hero-mosaic {
    min-width: 100vw;
    min-height: auto;
  }

  .heading-medium {
    font-size: 36px;
  }

  .width-wrapper {
    padding: 40px 30px;
  }

  .main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .images-features-wrapper {
    justify-content: center;
    display: flex;
  }

  .main-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .main-grid-3.center-form {
    padding-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-field {
    min-width: auto;
  }

  .link-social:hover {
    background-color: #0000;
    padding-bottom: 0;
  }

  .button-2 {
    padding: 18px 40px;
  }

  .button-2:hover {
    background-color: #2c7fc9;
  }

  .form-block {
    padding-right: 0;
  }

  .main-grid-4 {
    grid-column-gap: 6px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-large-2 {
    font-size: 38px;
    line-height: 1.2;
  }

  .div-block-13 {
    margin-top: -54px;
  }

  .container-3 {
    flex: 0 auto;
    order: -1;
  }

  .center-wrapper-2.padding-top-large {
    margin-top: 0;
  }

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

  .dropdown-list-2 {
    width: 100%;
  }

  .dropdown-list-2.w--open {
    min-width: auto;
    position: relative;
  }

  .footer-links-wrapper {
    flex-direction: column;
  }

  .links-block {
    border-bottom: 1px #ceccdc;
    margin-right: 0;
  }

  .divider.footer-bottom {
    margin-top: 20px;
  }

  .divider.footer-top {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer-logo {
    max-width: 90%;
  }

  .split-content.footer-top-left {
    flex-wrap: wrap;
    align-content: center;
  }

  .footer-links-title-wrapper {
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand-2 {
    z-index: 10;
  }

  .brand-2.footer-brand {
    justify-content: center;
    width: 20%;
    display: flex;
  }

  .image {
    width: 80%;
  }

  .div-block-14 {
    align-items: center;
  }

  .main-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .inner-nav-wrapper-2 {
    border-radius: 2px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 15px 25px -4px #00000012;
  }

  .nav-link-2 {
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    font-size: 32px;
  }

  .overlayer-nav-2 {
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .button-3 {
    padding: 18px 40px;
  }

  .button-3:hover {
    background-color: #2c7fc9;
  }

  .button-3.small {
    font-size: 20px;
  }

  .grid-2-columns {
    grid-column-gap: 30px;
  }

  .grid-2-columns.contact-v3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.map-card-details {
    grid-column-gap: 60px;
    grid-template-columns: 1.2fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu.w--open {
    background-color: #0000;
  }

  .brand {
    padding-left: 0;
  }

  .grid-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-buttons.nav {
    justify-items: center;
  }

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

  .navgrid {
    min-height: 75px;
  }

  .button {
    width: auto;
    padding: 10px;
    font-size: 16px;
  }

  .button.small {
    background-color: #fff;
  }

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

  .main-grid {
    grid-row-gap: 36px;
  }

  .main-button-wrap {
    width: 100%;
  }

  .m-button-label {
    justify-content: center;
    width: 100%;
  }

  .navgrid-2 {
    min-height: 75px;
  }

  .tabs-nav-menu {
    flex-direction: column;
  }

  .tabs-nav-menu.in-line {
    flex-direction: row;
  }

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

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

  .heading-large {
    font-size: 32px;
  }

  .box-wrapper {
    padding: 35px;
  }

  .heading-xlarge-hero {
    font-size: 50px;
  }

  .hero-grid-header {
    display: flex;
  }

  .main-grid-2, .main-grid-3 {
    grid-row-gap: 36px;
  }

  .medium-paragraph {
    font-size: 22px;
    line-height: 1.25;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

  .text-field.dark {
    text-align: center;
    text-align: left;
    align-self: auto;
  }

  .link-social {
    flex: 0 20%;
  }

  .inner-form, .form {
    flex-direction: column;
  }

  .button-2 {
    width: auto;
    font-size: 16px;
  }

  .form-block {
    width: 100%;
  }

  .main-grid-4 {
    grid-row-gap: 36px;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .heading-large-2.contact {
    font-size: 64px;
  }

  .div-block-13 {
    margin-top: -44px;
  }

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

  .divider.footer-bottom {
    margin-bottom: 20px;
  }

  .footer-logo {
    max-width: 85%;
  }

  .split-content.footer-top-left {
    margin-bottom: 0;
  }

  .small-print {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .brand-2 {
    max-width: 200px;
  }

  .brand-2.footer-brand {
    justify-content: center;
    width: 10vh;
    display: flex;
  }

  .image {
    align-self: center;
    width: 90%;
  }

  .main-grid-5 {
    grid-row-gap: 36px;
  }

  .button-3 {
    width: auto;
    font-size: 16px;
  }

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

@media screen and (max-width: 479px) {
  .nav-menu {
    min-height: 100vh;
    inset: 0%;
  }

  .nav-menu.w--open {
    background-color: #0000;
  }

  .m-button-shadow {
    width: auto;
    position: absolute;
  }

  .inner-nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand {
    justify-content: flex-start;
    padding-left: 0;
  }

  .nav-link {
    padding-left: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .menu-button {
    padding-left: 5px;
    padding-right: 0;
    position: fixed;
    inset: 0% 4% auto auto;
  }

  .icon-arrow {
    width: 24px;
  }

  .menu-mobile {
    align-items: flex-end;
    padding-right: 0;
  }

  .image-brand {
    max-height: none;
  }

  .overlayer-nav {
    display: none;
  }

  .main-button-wrapper {
    width: 100%;
  }

  .dropdown-list.w--open {
    border: 1px solid #e5e9f3;
  }

  .nav-wrapper {
    height: auto;
  }

  .dropdown-toggle {
    font-size: 28px;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .circular-arrow {
    width: 1em;
    height: 1em;
  }

  .grid-buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-buttons.nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .topnav-button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon.text-white {
    color: #0a1953;
  }

  .navgrid {
    padding-left: 30px;
    padding-right: 15px;
  }

  .button {
    background-color: var(--white-smoke);
    box-shadow: none;
    justify-content: center;
    width: 240px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button:hover {
    border: 3px solid var(--slate-blue);
    background-color: var(--white-smoke);
  }

  .button.small {
    background-color: #fff;
    width: 100%;
  }

  .button.small:hover {
    border-style: none;
  }

  .dropdown {
    padding-left: 10px;
  }

  .heading-regular {
    font-size: 22px;
  }

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

  .container-wrapper.inner-padding-small {
    width: 100%;
  }

  .section.bg-light-gray {
    padding: 60px 20px;
  }

  .section.mobile-titles.bg-color {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.form-page.bg-dark-titles {
    min-height: 120vh;
  }

  .main-grid {
    grid-row-gap: 36px;
    flex-direction: column;
    align-content: space-between;
    display: flex;
  }

  .main-grid.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .overflow-wrapper.wide-image {
    height: 40vh;
  }

  .overflow-wrapper.wide-image.rounded {
    height: 25vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-button-wrap {
    max-width: 100%;
  }

  .hero-grid-header-blue {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .center-wrapper {
    font-size: 18px;
  }

  .center-wrapper.inner-padding-small {
    padding-top: 0;
  }

  .center-wrapper.inner-padding-medium {
    align-items: center;
    margin-top: 40px;
  }

  .heading-xxlarge {
    font-size: 42px;
  }

  .xlarge-scroll-heading {
    font-size: 8vh;
    line-height: 1;
  }

  .container {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .heading-regular-2 {
    font-size: 22px;
  }

  .heading-xxlarge-2 {
    font-size: 42px;
  }

  .xlarge-scroll-heading-2 {
    font-size: 8vh;
    line-height: 1;
  }

  .navgrid-2 {
    padding-left: 30px;
    padding-right: 15px;
  }

  .tabs-nav-menu.in-line {
    padding-left: 10px;
    padding-right: 10px;
  }

  .auto-grid.header {
    grid-column-gap: 10px;
  }

  .main-paragraph {
    font-size: 16px;
  }

  .main-paragraph.text-opacity {
    font-size: .6em;
  }

  .main-paragraph.text-opacity.black {
    color: var(--black-2);
  }

  .heading-large {
    margin-top: 0;
    font-size: 32px;
    line-height: 1;
  }

  .heading-large.margin-bottom-xsmall {
    font-size: 32px;
  }

  .content-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
  }

  .content-grid._3-rows {
    grid-row-gap: 24px;
  }

  .company-logo {
    max-width: 100px;
    max-height: 24px;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .box-wrapper {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .box-wrapper.page {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-wrapper.no-padding {
    padding-left: 0;
  }

  .container-2 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.padding-bottom-medium.comments {
    margin-bottom: 60px;
  }

  .container-2.no-padding, .container-2.video {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.mobile {
    display: block;
    overflow: hidden;
  }

  .heading-xlarge-hero {
    max-width: 99.9999%;
    margin-top: 60px;
    font-size: 50px;
    line-height: 1.1;
  }

  .content-wrapper.flex-vertical {
    width: auto;
  }

  .content-wrapper.box-mobile {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .content-wrapper.padding-bottom-medium {
    margin-bottom: 0;
  }

  .hero-ticker-images {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: block;
  }

  .hero-grid-header {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .hero-rail {
    align-items: flex-end;
    height: auto;
  }

  .hero-rail.gap {
    flex: 0 auto;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-tiles-hero {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .frame-image-overflow {
    border-radius: 30px;
    width: auto;
    height: 25vh;
  }

  .frame-image-overflow.no-frame {
    width: 60vw;
    max-height: 25vh;
  }

  .frame-image-overflow.no-frame.flip-left, .frame-image-overflow.no-frame.flip-right {
    width: 65vw;
  }

  .frame-image-overflow.no-frame.flip-right.small {
    border-width: 3px;
    border-radius: 10px;
    width: 16vw;
    position: absolute;
    inset: auto auto 29% 3%;
  }

  .grid-hero-mosaic {
    grid-column-gap: 1.5vw;
    flex: none;
    min-width: auto;
    min-height: auto;
    margin-right: 1.5vw;
    padding-top: .75vw;
    padding-bottom: .75vw;
  }

  .heading-medium {
    font-size: 28px;
    line-height: 1.15;
  }

  .width-wrapper {
    padding: 60px 20px 40px;
  }

  .text-small {
    font-size: 13px;
  }

  .paragraph-wrapper {
    align-items: center;
    font-size: 18px;
  }

  .main-grid-2 {
    grid-row-gap: 36px;
    align-content: space-between;
  }

  .main-grid-2.inner-padding-small {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .grid-card {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .images-features-wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .main-grid-3 {
    grid-row-gap: 36px;
    align-content: space-between;
  }

  .medium-paragraph {
    line-height: 1.35;
  }

  .medium-paragraph.black {
    color: var(--black-2);
  }

  .inner-section-content {
    background-color: var(--slate-blue);
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .track {
    min-height: auto;
    overflow: hidden;
  }

  .section-wide.bg-color {
    flex-direction: column;
    min-height: auto;
    padding: 40px 20px 0;
    position: static;
  }

  .circle-section.bg-yellow {
    display: none;
    top: 220px;
    overflow: hidden;
  }

  .heading-xlarge-hero-2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1;
  }

  .data-text {
    margin-bottom: 0;
  }

  .data {
    font-size: 3em;
  }

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

  .main-paragraph-2.size-small.text-white-opacity-strong {
    font-size: 12px;
  }

  .text-field {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-right: 0;
  }

  .text-field.dark {
    text-align: left;
    text-align: left;
    min-width: auto;
    margin-left: 0;
    padding-left: 28px;
  }

  .link-social {
    min-height: 60px;
  }

  .form-wrapper {
    width: 100%;
  }

  .icon-social.profile {
    max-height: 15px;
  }

  .form.margin-bottom-small {
    align-items: center;
  }

  .button-2 {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-2.contact:hover {
    background-color: var(--cornflower-blue);
  }

  .main-grid-4 {
    grid-column-gap: 4px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto auto;
    align-content: space-between;
    justify-items: center;
    position: static;
  }

  .heading-large-2 {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .heading-large-2.contact {
    font-size: 32px;
  }

  .div-block-13 {
    margin-top: -44px;
    padding-left: 12px;
  }

  .container-3 {
    flex: 0 auto;
  }

  .container-3.contact {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3.footer {
    padding: 60px 20px;
  }

  .center-wrapper-2 {
    font-size: 18px;
    overflow: visible;
  }

  .center-wrapper-2.padding-top-large {
    padding-top: 0;
  }

  .sectioncontact {
    padding: 60px 20px;
  }

  .dropdown-list-2.w--open {
    border: 1px solid #e5e9f3;
  }

  .footer-top {
    align-items: center;
  }

  .divider.footer-top {
    margin-bottom: 10px;
  }

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

  .footer-logo {
    border-radius: 10px;
    max-width: 60%;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 14px;
  }

  .footer-links-title-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .small-print {
    max-width: 320px;
    font-size: 14px;
  }

  .container-default {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2 {
    max-width: 150px;
  }

  .brand-2.footer-brand {
    flex-direction: column;
    width: 100px;
    margin-bottom: 40px;
  }

  .image {
    width: auto;
    max-width: 100%;
  }

  .div-block-14 {
    overflow: visible;
  }

  .background-video {
    width: 280px;
    max-width: 280px;
    height: 170px;
  }

  .div-block-15 {
    background-color: #0000;
    height: auto;
  }

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

  .main-grid-5 {
    grid-row-gap: 36px;
    grid-template-columns: .5fr 1fr;
    align-content: space-between;
    display: block;
    position: relative;
  }

  .inner-nav-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link-2 {
    padding-left: 10px;
    font-size: 28px;
  }

  .button-3 {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-3.small {
    width: 100%;
  }

  .lottie-animation-14 {
    background-color: #0000;
    border-radius: 0;
    height: auto;
  }

  .main-button {
    font-size: 20px;
    font-weight: 400;
  }

  .grid-2-columns.contact-v3 {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid-2-columns.map-card-details {
    grid-row-gap: 28px;
    grid-template-columns: 1.2fr;
  }
}

#w-node-e88ba22e-0a27-6e92-929d-7240a721793e-07f76c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ae822756-0efc-88b0-0366-36713591cf00-07f76c0b {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-_467039f3-1db9-ef79-a0c6-685c33a5da1b-07f76c0b {
  grid-area: 2 / 1 / 7 / 13;
  place-self: center;
}

#w-node-_467039f3-1db9-ef79-a0c6-685c33a5da1e-07f76c0b {
  grid-area: 1 / 1 / 5 / 8;
  place-self: center start;
}

#w-node-dac8b082-f31d-2551-f590-d880e5603ff4-07f76c0b {
  order: 9999;
  grid-area: 1 / 7 / 5 / 13;
  place-self: start center;
}

#w-node-b635c180-defe-2287-1a95-c3c592ce2fb7-07f76c0b {
  grid-area: 1 / 8 / 5 / 10;
  align-self: start;
}

#w-node-_571e47de-488a-3117-8645-6d062318d056-07f76c0b {
  grid-area: 1 / 4 / 2 / 10;
  place-self: start center;
}

#w-node-_098a3094-569b-0de1-f7a7-e29adb660402-07f76c0b {
  grid-area: 1 / 1 / 3 / 7;
}

#w-node-_098a3094-569b-0de1-f7a7-e29adb66040b-07f76c0b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_098a3094-569b-0de1-f7a7-e29adb66040d-07f76c0b, #w-node-_01b62398-21c2-43ee-f98c-ec993967e1c4-07f76c0b {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_3a9257ea-24e6-a62c-750c-8113ef4045f7-07f76c0b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8aa10bc5-4054-db5f-4917-450ceafb936f-07f76c0b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_8aa10bc5-4054-db5f-4917-450ceafb9371-07f76c0b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8aa10bc5-4054-db5f-4917-450ceafb9373-07f76c0b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3ff08d78-e8b8-7121-68d4-7fc7fb0891ca-07f76c0b, #w-node-_799543bb-595f-2379-1ba6-9b19ecc3bd90-07f76c0b, #w-node-a03b6015-d446-3103-be92-a8b2226e5ddd-07f76c0b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3a9257ea-24e6-a62c-750c-8113ef404608-07f76c0b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3a9257ea-24e6-a62c-750c-8113ef40460a-07f76c0b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c25c4c60-50eb-3913-9ba2-4e7f00bcafbe-07f76c0b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-c25c4c60-50eb-3913-9ba2-4e7f00bcafc0-07f76c0b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3a9257ea-24e6-a62c-750c-8113ef404634-07f76c0b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3a9257ea-24e6-a62c-750c-8113ef404636-07f76c0b, #w-node-bec500da-a893-3ffb-e67a-55e779d7e8c4-07f76c0b, #w-node-_5f8367a6-c277-b537-3ef7-4b1351705080-07f76c0b, #w-node-ffb74889-d3ca-8f9e-1e8b-4883ece967a7-07f76c0b, #w-node-_7121a7ff-0d2a-1e09-1828-845150163219-07f76c0b, #w-node-_9d0beffe-4a57-4088-4574-1ea3a542b4a2-07f76c0b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_08390fd8-048d-04c6-1714-417b2c6afcdc-07f76c0b {
  grid-area: 1 / 2 / 4 / 12;
  place-self: center;
}

#w-node-_7038b303-4531-1e07-b8f2-6d37c7147735-07f76c0b {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_08390fd8-048d-04c6-1714-417b2c6afcf2-07f76c0b {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_467039f3-1db9-ef79-a0c6-685c33a5da1e-07f76c0b {
    grid-area: 1 / 1 / 5 / 7;
    place-self: center start;
  }

  #w-node-_098a3094-569b-0de1-f7a7-e29adb66040b-07f76c0b {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-_08390fd8-048d-04c6-1714-417b2c6afcf2-07f76c0b {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_7038b303-4531-1e07-b8f2-6d37c7147735-07f76c0b {
    grid-area: 2 / 3 / 3 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e88ba22e-0a27-6e92-929d-7240a721799a-07f76c0b {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_467039f3-1db9-ef79-a0c6-685c33a5da1b-07f76c0b {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_467039f3-1db9-ef79-a0c6-685c33a5da1e-07f76c0b {
    grid-area: 1 / 1 / 5 / 7;
    align-self: start;
  }

  #w-node-dac8b082-f31d-2551-f590-d880e5603ff4-07f76c0b {
    order: 9999;
    grid-area: 1 / 7 / 5 / 13;
    place-self: start center;
  }

  #w-node-b635c180-defe-2287-1a95-c3c592ce2fb7-07f76c0b {
    grid-area: 2 / 7 / 3 / 8;
    align-self: center;
  }

  #w-node-_571e47de-488a-3117-8645-6d062318d056-07f76c0b, #w-node-_098a3094-569b-0de1-f7a7-e29adb660402-07f76c0b, #w-node-_098a3094-569b-0de1-f7a7-e29adb66040b-07f76c0b, #w-node-_098a3094-569b-0de1-f7a7-e29adb66040d-07f76c0b, #w-node-_01b62398-21c2-43ee-f98c-ec993967e1c4-07f76c0b, #w-node-_3a9257ea-24e6-a62c-750c-8113ef4045f7-07f76c0b, #w-node-_8aa10bc5-4054-db5f-4917-450ceafb936f-07f76c0b {
    grid-column: 1 / 3;
  }

  #w-node-_8aa10bc5-4054-db5f-4917-450ceafb9371-07f76c0b {
    grid-column-end: 3;
  }

  #w-node-_08390fd8-048d-04c6-1714-417b2c6afcdc-07f76c0b {
    grid-area: 1 / 1 / 4 / 10;
    place-self: center;
  }

  #w-node-_08390fd8-048d-04c6-1714-417b2c6afcf2-07f76c0b {
    grid-area: 1 / 1 / 2 / 13;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e88ba22e-0a27-6e92-929d-7240a721793e-07f76c0b {
    justify-self: start;
  }

  #w-node-_467039f3-1db9-ef79-a0c6-685c33a5da1e-07f76c0b {
    grid-area: 1 / 1 / 5 / 7;
    align-self: start;
  }

  #w-node-_08390fd8-048d-04c6-1714-417b2c6afcdc-07f76c0b {
    grid-area: 1 / 1 / 4 / 9;
    place-self: center;
  }

  #w-node-_08390fd8-048d-04c6-1714-417b2c6afcf2-07f76c0b {
    grid-area: 1 / 1 / 3 / 10;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e88ba22e-0a27-6e92-929d-7240a721793e-07f76c0b {
    justify-self: auto;
  }

  #w-node-ae822756-0efc-88b0-0366-36713591cf00-07f76c0b {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center end;
  }

  #w-node-_467039f3-1db9-ef79-a0c6-685c33a5da1b-07f76c0b {
    grid-area: 2 / 1 / 7 / 5;
    place-self: start center;
  }

  #w-node-_467039f3-1db9-ef79-a0c6-685c33a5da1e-07f76c0b {
    align-self: center;
  }

  #w-node-_098a3094-569b-0de1-f7a7-e29adb660402-07f76c0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3a9257ea-24e6-a62c-750c-8113ef4045f7-07f76c0b, #w-node-_8aa10bc5-4054-db5f-4917-450ceafb936f-07f76c0b {
    grid-column: 1 / 3;
  }

  #w-node-_08390fd8-048d-04c6-1714-417b2c6afcdc-07f76c0b {
    grid-area: 1 / 1 / 5 / 11;
    place-self: center;
  }

  #w-node-_08390fd8-048d-04c6-1714-417b2c6afcf2-07f76c0b {
    grid-area: 1 / 1 / 2 / 13;
    align-self: start;
  }
}


@font-face {
  font-family: 'Fingerpaint';
  src: url('../fonts/FingerPaint-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}