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

.template-product-carousel {
  display: none;
}

.margin-bottom-48 {
  margin-bottom: 24px;
}

.t-header-marquee {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.t-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.t-header-marquee-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.t-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.t-header-marquee-overlay {
  background-image: linear-gradient(#e5eefd, #e4edfc 7%, rgba(247, 246, 242, 0) 47%, rgba(247, 246, 242, 0) 64%, #eeeaf2 93%, #f1e8ec);
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.t-header-marquee-item {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.t-header-marquee-loop {
  height: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.margin-bottom-88 {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.t-header-statistics {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.t-header-marquee-large {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.t-header-marquee-image-large {
  width: 180px;
  height: 254px;
  align-items: center;
}

.t-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.t-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.t-header-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 16px;
  display: flex;
}

.t-h1-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.t-grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 0;
}

.t-button-primary {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #2a514c;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.t-button-primary:hover {
  background-color: #376d65;
}

.t-button-primary:active {
  background-color: #45877e;
}

.t-icon-block {
  width: 48px;
  height: 48px;
  color: #2a514c;
  background-color: #e0e3de;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.t-section-large {
  background-color: #f7f6f2;
  padding: 0 5% 120px;
  position: relative;
}

.t-section-large.gradient-cloudy-apple {
  background-image: linear-gradient(to top, #f3e7e9, #e3eeff 99%, #e3eeff);
}

.t-h4-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  width: 100%;
  max-width: 1140px;
  min-height: 88px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 100px;
  padding: 24px 5%;
  display: flex;
}

.navigation-button {
  min-height: 48px;
  min-width: 120px;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: #282556;
}

.logo {
  width: 124px;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navigation-container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navigation-link {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link.w--current {
  color: #642eff;
}

.gradient-cloudy-apple {
  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}

.t-content-mask {
  overflow: visible;
}

.t-content-slide-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.t-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hide {
  display: none;
}

.t-content-left-arrow-large {
  width: 80px;
  height: 80px;
  color: #2a514c;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: -54px;
  padding-left: 0;
  transition: all .3s;
  display: flex;
  top: 160px;
  bottom: auto;
  left: auto;
  right: -40px;
}

.t-content-left-arrow-large:hover {
  color: #fff;
  background-color: #2a514c;
  border-color: #cbd0c8;
}

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

.t-content-slide-card.card-slider_item {
  width: 250px;
  flex-direction: column;
  align-items: center;
}

.t-content-slide-image {
  margin-bottom: 24px;
  position: relative;
  transform: rotate(0);
}

.t-content-slider-dot {
  height: 20px;
  display: none;
}

.t-content-tabs {
  margin-bottom: 80px;
}

.t-content-badge {
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #e0e3de;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.t-content-slider-large {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.t-content-tab-link {
  color: #3c4238;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.t-content-tab-link:hover {
  background-color: #e0e3de;
}

.t-content-tab-link.w--current {
  color: #2a514c;
  background-color: #e0e3de;
}

.t-icon-large {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.t-content-tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.t-content-right-arrow-large {
  width: 80px;
  height: 80px;
  color: #2a514c;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: -54px;
  margin-right: 0;
  transition: all .3s;
  display: flex;
  top: 160px;
  bottom: auto;
  left: -40px;
  right: auto;
}

.t-content-right-arrow-large:hover {
  color: #fff;
  background-color: #2a514c;
  border-color: #cbd0c8;
}

.t-h1-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.t-content-title-wrapper {
  max-width: 640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.t-content-slide {
  margin-right: 24px;
}

.t-content-slide-nav {
  height: 24px;
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 8px;
  display: flex;
  top: auto;
  bottom: -116px;
  left: 266px;
  right: auto;
}

.t-content-tabs-content {
  overflow: visible;
}

.t-section-large-2 {
  background-color: #f7f6f2;
  padding: 120px 5%;
  position: relative;
}

.t-section-large-2.gradient-cloudy-apple {
  background-image: linear-gradient(#f3e7e9, #f8f1f2 82%, #f7f6f2 92%, #f7f6f2 97%, #f7f6f2);
  padding-top: 40px;
  padding-bottom: 100px;
}

.t-section-large-2.gradient-cloudy-apple-copy {
  background-color: #000;
  background-image: linear-gradient(to top, #f3e7e9, #f8f1f2 54%, #f7f6f2 92%, #f7f6f2 97%, #f7f6f2);
  padding-top: 40px;
  padding-bottom: 20px;
}

.t-h5-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.t-content-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  padding: 24px;
  display: flex;
}

.t-icon-block-large {
  width: 78px;
  height: 78px;
  color: #2a514c;
  background-color: #e0e3de;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.t-h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.t-content-button-icon {
  width: 32px;
  height: 32px;
  color: #e96e35;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t-content-card-title {
  color: #2a514c;
  letter-spacing: -.02em;
  align-items: center;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.t-content-card-wrapper {
  max-width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.t-container-small {
  z-index: 5;
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.t-section-large-2-copy {
  background-color: #f7f6f2;
  padding: 120px 5%;
  position: relative;
}

.text-block {
  text-decoration: none;
}

.image-3 {
  border-radius: 10px;
}

.t-footer-main-column {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.t-footer-bottom-banner {
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 5%;
}

.t-footer-banner-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.t-h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.t-footer-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.t-footer-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.t-footer-container {
  width: 100%;
  max-width: 1140px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t-footer-link-large {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
}

.t-footer-link-large:hover {
  color: #f5f6f4;
}

.t-footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.t-footer-main-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.t-footer {
  background-color: #f7f6f2;
  position: relative;
}

.t-footer-link {
  color: #000;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 1.8;
  transition: all .3s;
}

.t-footer-link:hover {
  color: #45877e;
}

.t-footer-link-column {
  padding: 24px;
}

.image-4 {
  border-radius: 10px;
}

.button-wrapper {
  width: 150px;
  height: 40px;
  color: #486fac;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 12px;
  text-decoration: none;
  transition: border-radius .45s cubic-bezier(0, -.935, 1, 2.141);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .56);
}

.button-wrapper:hover {
  border-radius: 40px;
}

.button-text {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  overflow: hidden;
}

.button-arrow {
  width: 20px;
  position: absolute;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: rgba(255, 255, 255, .6);
}

.heading-2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-img {
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.slide-img-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 65%, rgba(0, 0, 0, .75));
  position: absolute;
}

.slide-content {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carousel-arrow-oval {
  z-index: 3;
  width: 3.25em;
  height: 3.25em;
  background-color: #ff7a00;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.carousel-arrow-oval.next-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.carousel-arrow-icon {
  z-index: 4;
  width: auto;
  height: 1.25em;
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slider {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.carousel-arrows {
  z-index: 4;
  width: 100%;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.slide-divider {
  width: 4em;
  height: .1em;
  background-color: #ff7a00;
  margin-top: 2em;
}

.swiper-slide {
  opacity: 1;
  color: rgba(255, 255, 255, .5);
  align-items: center;
  display: flex;
}

.carousel-arrow-w {
  height: 100%;
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.swiper.first-swiper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #000;
}

.mb-0 {
  margin-bottom: 0;
}

.card-slider_nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card-slider_item {
  width: 200px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 4px;
  margin-top: -2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .28);
}

.dropdown-list.w--open {
  background-color: #fff;
}

.header-wrapper_left {
  margin-left: 20px;
  display: flex;
}

.header-wrapper_right {
  max-width: 600px;
  flex: 1;
}

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

.card-slider_nav-icon {
  width: 10px;
  height: 18px;
}

.slick-slider.cms-slider {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.btn-icon {
  margin-left: 14px;
  display: inline-block;
}

.btn {
  color: #fff;
  background-color: #212121;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 18px;
  text-decoration: none;
  transition: box-shadow .3s ease-out, border-color .3s ease-out;
  display: inline-block;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .15);
}

.btn.btn-primary {
  background-color: #4253ff;
  border-color: rgba(0, 0, 0, 0);
}

.btn.btn-primary.cc-dropdown {
  margin-top: 0;
  padding: 12px 20px;
}

.btn.btn-primary.card-slider_nav-btn {
  margin-top: 0;
  margin-left: 12px;
  margin-right: 0;
  padding: 15px 20px;
}

.header-wrapper {
  border-top: 1px solid #aeb0b5;
  justify-content: center;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 20px;
  display: flex;
}

.m-text-color-blue {
  color: #7e8ef1;
}

.m-section-large {
  color: #fff;
  background-color: #000;
  padding: 60px 5% 100px;
}

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

.m-heading-block {
  max-width: 750px;
}

.m-team-inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-content: stretch;
  justify-items: stretch;
}

.m-team-card-block {
  height: 240px;
  max-height: none;
  min-height: auto;
  background-color: #22242f;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 18px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-team-card-image {
  background-color: #22242f;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.m-team-caption-block {
  max-width: 156px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-weight: 600;
  display: flex;
}

.m-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-team-social-link {
  width: 48px;
  height: 48px;
  color: #9c9eab;
  background-color: #22242f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-team-social-link:hover {
  color: #8a4fff;
}

.m-button-secondary {
  min-height: 48px;
  color: #7e8ef1;
  background-color: #000;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-secondary:hover {
  border-color: #333647;
}

.m-button-primary-small {
  min-height: 48px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #5a6ded;
  border: 2px solid #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-primary-small:hover {
  color: #5a6ded;
  background-color: rgba(0, 0, 0, 0);
}

.m-button-primary-small.w--current {
  background-color: #5a6ded;
}

.m-team-card {
  height: 100%;
  color: #9c9eab;
  background-color: #111218;
  border-radius: 24px;
  padding: 16px;
  display: flex;
}

.m-subheading-large {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.m-subheading-large.m-text-color-gray-50 {
  color: #dedfe3;
  margin-bottom: 8px;
}

.m-h4-heading {
  width: 100%;
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.m-team-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.m-team-button-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.m-icon-large {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-icon-large:hover {
  background-color: #8a4fff;
}

.m-paragraph-small {
  margin-bottom: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.m-team-social-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m-text-color-green {
  color: #86c1a0;
}

.team-caption-icon {
  width: 16px;
  height: 16px;
  color: #86c1a0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-team-header {
  max-width: 1060px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 82px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-team-social-block {
  color: #7e8ef1;
  background-color: #22242f;
  border-radius: 16px;
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.m-team-social-block:hover {
  background-color: #1f2546;
}

.m-team-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.m-margin-bottom-04 {
  z-index: 1;
  margin-bottom: 4px;
  position: relative;
}

.image-wrapper {
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-paragraph {
  color: rgba(38, 38, 38, .6);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

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

.container-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

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

.container-navigation {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  width: auto;
  height: 100%;
  color: #000;
  align-items: center;
  display: flex;
  position: static;
}

.twitter-link {
  width: 60px;
  height: 60px;
  background-color: #f0e7e5;
  border: 1px solid #f0e7e5;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.twitter-link:hover {
  border-color: #c2463f;
}

.heading-title {
  width: 100%;
  color: #000;
  letter-spacing: -.03em;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 90px;
}

.button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #121212;
  border-radius: 10px;
  margin-top: 80px;
  padding: 14px 22px;
  transition: all .3s;
}

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

.navigation-2 {
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-menu-2 {
  width: 40%;
  align-items: center;
  display: flex;
}

.image-full {
  width: 100%;
}

.brand {
  align-items: center;
  margin-right: 60px;
  display: flex;
}

.header-title {
  max-width: 800px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.address-column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.email-icon {
  margin-right: 20px;
}

.email-block {
  color: #262626;
  background-color: #f0e7e5;
  border: 1px solid #f0e7e5;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.email-block:hover {
  border-color: #c2463f;
}

.navigation-button-wrap {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.wave-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-section {
  background-color: #7e8ef1;
  padding-top: 140px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.nav-link {
  color: #262626;
  letter-spacing: -.03em;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
  transition: all .35s;
}

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

.brand-logo {
  width: 32px;
}

.wave-css {
  display: none;
}

.text-block-3 {
  color: #fff;
  letter-spacing: .5px;
  margin-left: 0;
  font-family: Generalsans, sans-serif;
  font-weight: 400;
  position: static;
}

.text-span {
  color: #000;
}

.text-span-2, .text-span-3 {
  color: #fff;
  font-weight: 700;
}

.bold-text {
  letter-spacing: 1px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-block-4 {
  color: #8a4fff;
  margin-top: 0;
  margin-right: 8px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

.link-block {
  border-radius: 16px;
  text-decoration: none;
}

.link-block:hover {
  background-color: #806464;
}

.div-block {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-2 {
  height: 100%;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.m-margin-bottom-64 {
  margin-bottom: 64px;
}

.m-navigation-button-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.m-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.m-navigation-dropdown {
  grid-column-gap: 8px;
  color: #dedfe3;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.m-navigation-dropdown:hover {
  color: #6070c8;
}

.m-navigation-dropdown.w--open {
  color: #7e8ef1;
}

.m-banner {
  min-height: 48px;
  grid-column-gap: 8px;
  color: #dedfe3;
  background-color: #22242f;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
}

.m-h1-heading {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 120px;
}

.m-navigation-link-plain {
  width: 100%;
  grid-column-gap: 12px;
  color: #7e8ef1;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-navigation-link-plain:hover {
  background-color: #333647;
}

.m-banner-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-navigation-base {
  grid-column-gap: 40px;
  display: flex;
}

.m-navigation-mobile-button {
  align-items: center;
  display: flex;
}

.m-navigation-brand {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.m-banner-close-button {
  width: 24px;
  height: 24px;
  color: #dedfe3;
  background-color: #333647;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 10%;
}

.m-banner-close-button:hover {
  color: #fff;
}

.m-navigation-icon-button-plain {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  color: #dedfe3;
  justify-content: center;
  align-items: center;
  padding: 8px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-navigation-icon-button-plain:hover {
  color: #7e8ef1;
}

.m-navigation-grid-wrapper {
  width: 100%;
}

.m-navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  border-bottom: 1px rgba(4, 20, 52, .1);
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-banner-shape-round {
  color: #ed955a;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.m-navigation {
  z-index: 99;
  height: 90px;
  background-color: #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.m-button-navigation {
  min-height: 48px;
  color: #7e8ef1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-navigation:hover {
  color: #fff;
  background-color: #5a6ded;
  border-color: #7e8ef1;
}

.m-navigation-link {
  color: #dedfe3;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.m-navigation-link:hover {
  color: #6070c8;
}

.m-navigation-link.w--open {
  color: #4c4cb3;
}

.m-navigation-line-break {
  width: 2px;
  height: 100%;
  max-height: 24px;
  background-color: #333647;
  margin: 12px;
}

.m-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-navigation-dropdown-link {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  color: #fff;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.m-navigation-dropdown-link:hover {
  color: #7e8ef1;
}

.m-header-graphic-l, .m-header-graphic-r {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.m-margin-bottom-32 {
  margin-bottom: 32px;
}

.m-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.m-button-primary {
  min-height: 56px;
  color: #fff;
  background-color: #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-button-primary:hover {
  background-color: #455bec;
}

.m-navigation-icon-button {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  color: #dedfe3;
  background-color: #22242f;
  border: 1px solid #333647;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-navigation-icon-button:hover {
  color: #7e8ef1;
}

.m-navigation-menu-wrap {
  height: 100%;
  align-items: center;
  display: flex;
  position: static;
}

.m-navigation-dropdown-small {
  position: static;
}

.m-span-red {
  color: #ed5a5a;
}

.m-navigation-icon-arrow {
  margin-right: 0;
  position: static;
}

.m-navigation-button-icon-right {
  color: #fff;
  border: 2px solid #22242f;
  border-radius: 99px;
  justify-content: space-between;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-navigation-button-icon-right:hover {
  color: #7e8ef1;
}

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

.m-banner-wrapper {
  width: 100%;
  max-width: 1140px;
  grid-column-gap: 8px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.m-navigation-featured-card {
  width: 100%;
  max-width: 400px;
  grid-row-gap: 8px;
  background-color: #22242f;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.m-navigation-featured-image {
  width: 100%;
  height: 272px;
  object-fit: cover;
  border: 2px solid #333647;
  border-radius: 24px;
}

.m-navigation-link-wrapper {
  align-items: center;
  display: flex;
}

.m-navigation-link-grid {
  width: 100%;
  height: auto;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  align-items: start;
  margin-bottom: 16px;
  padding: 16px;
}

.m-header-grid-column {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr .5fr;
  align-items: center;
}

.m-header-grid-card {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 64px;
}

.m-paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-small-2.text-color-gray-100 {
  color: #c8c9d0;
}

.m-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.m-header-content-small {
  width: 100%;
  max-width: 640px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-banner-close-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-button-outline {
  min-height: 56px;
  color: #7e8ef1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline:hover {
  color: #c8cef9;
  border-color: #7e8ef1;
}

.m-header-feature-card {
  grid-row-gap: 32px;
  color: #9c9eab;
  background-color: #111218;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.m-navigation-list {
  z-index: 99;
}

.m-navigation-list.w--open {
  width: 100%;
  min-width: auto;
  background-color: #111218;
  border-top: 1px solid #22242f;
  padding: 24px 3%;
  position: absolute;
  top: 90px;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 45px 45px 140px -48px rgba(57, 59, 106, .12);
}

.m-badge {
  color: #f4f4f6;
  letter-spacing: .034em;
  background-color: #333647;
  border-radius: 99px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-span-yellow {
  color: #f4d452;
}

.m-navigation-logo-image {
  width: 35px;
}

.text-span-4, .text-span-5 {
  color: #445beb;
}

.icon {
  width: 18px;
  height: 18px;
  color: #8a4fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-section-large-copy {
  height: 90vh;
  color: #fff;
  background-color: #000;
  align-items: center;
  padding: 0 5%;
  display: flex;
}

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

.m-footer-link {
  color: #b2b3bd;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s, opacity .2s;
  display: block;
}

.m-footer-link:hover {
  color: #5a6ded;
}

.m-footer-section {
  color: #fff;
  background-color: #111218;
  padding: 40px 5% 10px;
}

.m-text-link {
  color: #7e8ef1;
  text-decoration: underline;
}

.m-footer-logo {
  max-width: 40px;
}

.m-footer-legal-bar {
  min-height: 48px;
  background-color: #111218;
  align-items: center;
  padding: 14px 5%;
  display: flex;
}

.m-paragraph-extra-small {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-footer-form-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.m-footer-form-large {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.m-footer-social-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.m-footer-text-field {
  min-height: 56px;
  background-color: #22242f;
  border: 1px solid #333647;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-weight: 500;
  transition: border-color .3s;
}

.m-footer-text-field:focus {
  border-color: #94a5a8;
}

.m-footer-text-field::-ms-input-placeholder {
  color: #b2b3bd;
}

.m-footer-text-field::placeholder {
  color: #b2b3bd;
}

.m-footer-contact-link {
  max-width: 400px;
  min-height: 48px;
  color: #c8c9d0;
  background-color: #111218;
  border: 1px solid #22242f;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 32px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.m-footer-link-block {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.m-error-message {
  text-align: center;
  background-color: #ed5a5a;
  border-radius: 99px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.m-margin-bottom-65 {
  margin-bottom: 32px;
}

.m-footer-checkbox-dark {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333647;
  border-radius: 8px;
  margin-top: 0;
  margin-left: -32px;
  padding: 6px;
  overflow: hidden;
}

.m-footer-checkbox-dark.w--redirected-checked {
  background-color: #5a6ded;
  background-image: none;
  background-size: 32px 32px;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
}

.m-footer-checkbox-dark.w--redirected-focus {
  box-shadow: none;
}

.m-footer-legal-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #717384;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m-footer-legal-button {
  color: #717384;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.m-footer-legal-button:hover {
  color: #5a6ded;
}

.m-footer-submit-button {
  min-height: 48px;
  color: #fff;
  text-transform: uppercase;
  background-color: #5a6ded;
  border-radius: 50px;
  padding: 12px 32px;
  font-weight: 600;
  transition: background-color .2s;
}

.m-footer-submit-button:hover {
  background-color: #7e8ef1;
}

.m-footer-newsletter {
  width: 100%;
  height: 100%;
  background-color: #111218;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 16px 16px;
  display: flex;
}

.m-footer-social-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.m-success-message {
  text-align: center;
  background-color: #86c1a0;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.m-footer-checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #717384;
  align-items: center;
  margin-bottom: 0;
  padding-left: 32px;
  display: flex;
}

.m-footer-title-newsletter {
  color: #717384;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.m-footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
}

.m-footer-social-link {
  width: 32px;
  height: 32px;
  color: #c8c9d0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-footer-social-link:hover {
  color: #fff;
  background-color: #5a6ded;
  overflow: hidden;
}

.m-footer-top-banner {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.m-footer-form-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.m-footer-form-input {
  width: 100%;
  grid-column-gap: 8px;
  align-items: center;
}

.text-block-5 {
  color: #a3a3a3;
  font-family: Generalsans Variable, sans-serif;
  font-weight: 500;
}

.text-block-6 {
  font-family: Generalsans Variable, sans-serif;
  font-weight: 600;
}

.text-block-7 {
  font-family: Generalsans, sans-serif;
}

.m-h1-heading-2 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 88px;
}

.m-section-large-2 {
  color: #fff;
  background-color: #000;
  padding: 120px 5%;
}

.m-navigation-brand-2 {
  margin-right: 20px;
}

.m-margin-bottom-66 {
  margin-bottom: 32px;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: #8a4fff;
}

.m-navigation-container-2 {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  border-bottom: 1px rgba(4, 20, 52, .1);
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-navigation-2 {
  z-index: 99;
  height: 90px;
  background-color: #111218;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.m-margin-bottom-67 {
  margin-bottom: 32px;
}

.m-navigation-menu-wrap-2 {
  height: 100%;
  align-items: center;
  display: flex;
  position: static;
}

.m-navigation-link-wrapper-2 {
  align-items: center;
  display: flex;
}

.m-header-grid-column-2 {
  width: 100%;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.link-block-2 {
  margin-right: 0;
  text-decoration: none;
}

.tabs-pricing {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.price-card-medium {
  height: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 34px 34px 140px -48px rgba(57, 59, 106, .08);
}

.button-neutral {
  min-height: 48px;
  min-width: 120px;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-neutral:hover {
  background-color: #282556;
}

.button-neutral:active {
  background-color: #160042;
}

.button-neutral:focus {
  outline-offset: 0px;
  outline: 2px solid #6b7094;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.price-tab-link {
  color: #1b114a;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price-tab-link.w--current {
  color: #1b114a;
  background-color: #22242f;
  box-shadow: 1px 8px 20px rgba(141, 155, 190, .16);
}

.price-arrow {
  width: 64px;
  height: 64px;
  color: #160042;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -70px;
}

.price-bg-block {
  z-index: -1;
  min-height: 30%;
  background-color: #f3f5fb;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.price-detail {
  margin-top: 32px;
  margin-bottom: 32px;
}

.tabs-content-pricing {
  width: 100%;
}

.h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 32px;
  line-height: 1.5;
}

.h5-heading.margin-bottom-16 {
  margin-bottom: 16px;
}

.tabs-menu-pricing {
  color: #111219;
  background-color: #111219;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 4px;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.pricing-month {
  color: #b6b9ce;
  letter-spacing: -.02em;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.price-text-large {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

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

.container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex-wrapper-centre-large {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-8 {
  color: #8a4fff;
  letter-spacing: 0;
  font-family: Generalsans, sans-serif;
}

.text-block-9 {
  color: #9d9eab;
}

.html-embed {
  width: 20px;
  margin-left: 0;
  margin-right: 10px;
}

.bold-text-2 {
  font-family: Generalsans Variable, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.image-5 {
  width: 23px;
  height: 15px;
  max-width: none;
  margin-right: 10px;
}

.m-h3-heading {
  width: 75%;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.m-h3-heading._2 {
  width: 100%;
  color: #8a4fff;
  font-family: Generalsans Variable, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.m-contact-text-field {
  min-height: 64px;
  color: #dedfe3;
  background-color: #22242f;
  border: 1px solid #22242f;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.m-contact-text-field:active, .m-contact-text-field:focus {
  border-color: #333647;
}

.m-contact-text-field::-ms-input-placeholder {
  color: #717384;
}

.m-contact-text-field::placeholder {
  color: #717384;
}

.m-contact-card {
  width: 500px;
  background-color: #111218;
  border-radius: 32px;
  padding: 32px 24px 24px;
}

.m-contact-checkbox-wrapper {
  color: #717384;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.m-contact-checkbox {
  width: 24px;
  height: 24px;
  outline-offset: 0px;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  outline: 2px solid #333647;
  flex: none;
  margin-top: 0;
}

.m-contact-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: 16px;
}

.m-contact-checkbox-span {
  color: #7e8ef1;
  text-decoration: underline;
}

.m-contact-feature-wrapper {
  width: 100%;
}

.m-contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.m-contact-link-block {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #dedfe3;
  padding: 32px 8px;
  text-decoration: none;
  display: flex;
}

.m-contact-field-label {
  color: #dedfe3;
  letter-spacing: .04em;
  text-transform: none;
  margin-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.m-contact-submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #8a4fff;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-contact-submit-button:hover {
  background-color: #7e8ef1;
}

.m-margin-bottom-68 {
  margin-bottom: 32px;
}

.m-contact-feature-card {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.m-contact-checkbox-label {
  color: #717384;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.m-contact-form-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.m-section-regular {
  background-color: #000;
  padding: 180px 5% 20px;
}

.m-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.m-contact-link-title {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.m-contact-text-area {
  min-height: 200px;
  color: #dedfe3;
  background-color: #22242f;
  border: 1px solid #22242f;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.m-contact-text-area:active, .m-contact-text-area:focus {
  border-color: #333647;
}

.m-contact-text-area::-ms-input-placeholder {
  color: #717384;
}

.m-contact-text-area::placeholder {
  color: #717384;
}

.m-contact-header {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-contact-link-detail {
  color: #9c9eab;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.m-contact-feature-title-icon {
  width: 24px;
  height: 24px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-contact-checkbox-field {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 8px;
  display: flex;
}

.text-span-9 {
  color: #8a4fff;
  -webkit-text-stroke-color: #8a4fff;
}

.text-block-10 {
  font-family: Generalsans, sans-serif;
}

.div-block-4 {
  width: 17.5832%;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.link-block-3 {
  text-decoration: none;
}

.paragraph-copy {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
  .slider {
    margin-bottom: 8em;
  }

  .m-team-card-block {
    min-height: auto;
  }

  .m-paragraph-small {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 26px;
  }

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

  .div-block-2, .div-block-3 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .tabs-pricing {
    display: flex;
  }

  .text-block-8 {
    font-size: 22px;
  }

  .text-block-9 {
    font-family: Generalsans, sans-serif;
    font-size: 22px;
  }

  .bold-text-2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .t-header-text-wrapper {
    max-width: none;
  }

  .t-header-marquee-loop {
    height: 620px;
  }

  .t-grid-two-column {
    grid-template-columns: 1fr;
  }

  .navigation-wrapper {
    width: auto;
    align-items: center;
    display: flex;
  }

  .navigation {
    position: relative;
  }

  .logo-link {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .t-content-left-arrow-large {
    width: 64px;
    height: 64px;
    right: -24px;
  }

  .t-content-right-arrow-large {
    width: 64px;
    height: 64px;
    left: -24px;
  }

  .t-footer-grid {
    grid-template-columns: 1fr;
  }

  .slider {
    display: flex;
  }

  .m-team-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .m-team-grid {
    grid-template-columns: 1fr;
  }

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

  .container-navigation {
    position: relative;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 80px;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #202631;
    border-radius: 100px;
    margin-left: 14px;
    padding: 14px;
  }

  .menu-button-2:hover {
    color: #fff;
    background-color: #c2463f;
    border-radius: 100px;
  }

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

  .navigation-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-menu-2 {
    align-items: center;
    display: flex;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .address-column {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .nav-link {
    width: 100%;
  }

  .m-navigation-dropdown {
    width: 100%;
    justify-content: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .m-navigation-dropdown.w--open {
    width: 100%;
    color: #7e8ef1;
  }

  .m-navigation-base {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .m-navigation-mobile-button {
    display: none;
  }

  .m-navigation-brand {
    margin-right: 10px;
    padding: 0;
  }

  .m-banner-close-button {
    right: 3%;
  }

  .m-navigation-link {
    width: 100%;
    justify-content: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .m-navigation-link.w--open {
    width: 100%;
    color: #fff;
    background-color: #7070c2;
  }

  .m-navigation-line-break, .m-header-graphic-r {
    display: none;
  }

  .m-navigation-menu-wrap {
    height: auto;
    background-color: #111218;
    position: absolute;
  }

  .m-navigation-dropdown-small {
    width: 100%;
  }

  .m-navigation-featured-card {
    max-width: 100%;
    display: none;
  }

  .m-navigation-link-grid {
    padding: 0;
  }

  .m-header-grid-column, .m-header-grid-card {
    grid-template-columns: 1fr;
  }

  .m-navigation-menu-button {
    color: #fff;
    background-color: #22242f;
    border-radius: 8px;
    padding: 12px;
    transition: all .3s;
  }

  .m-navigation-menu-button:hover {
    color: #7e8ef1;
  }

  .m-navigation-menu-button.w--open {
    color: #fff;
    background-color: #5a6ded;
  }

  .m-navigation-list.w--open {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .m-footer-contact-link {
    max-width: none;
    margin-left: 8px;
    margin-right: 8px;
  }

  .m-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .m-navigation-brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .m-navigation-menu-wrap-2 {
    height: auto;
    background-color: #111218;
    position: absolute;
  }

  .m-header-grid-column-2, .grid-two-column, .m-contact-grid {
    grid-template-columns: 1fr;
  }

  .m-contact-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .t-h1-heading {
    font-size: 48px;
  }

  .t-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .t-h4-heading {
    font-size: 32px;
  }

  .t-content-slide-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .t-content-left-arrow-large {
    display: none;
  }

  .t-content-slider-large {
    width: auto;
  }

  .t-content-tabs-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .t-content-right-arrow-large {
    display: none;
  }

  .t-h1-heading-2 {
    font-size: 48px;
  }

  .t-content-slide-nav {
    justify-content: center;
    top: auto;
    bottom: -64px;
    left: 0%;
    right: 0%;
  }

  .t-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .t-h2-heading {
    font-size: 44px;
  }

  .t-content-card-wrapper {
    flex-direction: column;
  }

  .t-section-large-2-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .t-footer-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .t-footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .header-wrapper_left {
    margin-top: 20px;
    margin-left: 0;
  }

  .btn {
    padding: 7px 15px;
  }

  .header-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m-h4-heading {
    font-size: 36px;
  }

  .m-team-header {
    margin-bottom: 60px;
  }

  .m-team-grid, .header-grid {
    grid-template-columns: 1fr;
  }

  .navigation-menu-2 {
    width: 100%;
  }

  .address-column {
    display: none;
  }

  .m-h1-heading {
    font-size: 72px;
  }

  .m-header-grid-card, .m-footer-grid {
    grid-template-columns: 1fr;
  }

  .m-footer-top-banner {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .m-h1-heading-2 {
    font-size: 72px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .h3-heading, .m-h3-heading {
    font-size: 40px;
  }

  .m-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .m-contact-header {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .t-header-button-wrapper {
    flex-direction: column;
  }

  .t-header-marquee-loop {
    height: 420px;
  }

  .t-header-statistics {
    flex-direction: column;
  }

  .t-header-marquee-image-large {
    width: 102px;
    height: 144px;
  }

  .t-button-primary {
    width: 100%;
  }

  .navigation-button {
    display: none;
  }

  .t-content-tabs-menu {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
    display: flex;
  }

  .t-footer-bottom-banner {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .t-footer-banner-links {
    flex-direction: column;
  }

  .t-footer-links-grid {
    grid-template-columns: 1fr;
  }

  .t-footer-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .t-footer-link-large {
    max-width: none;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .heading-2 {
    font-size: 3.25em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .m-section-large {
    overflow: hidden;
  }

  .m-team-inner-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .m-h4-heading {
    font-size: 35px;
  }

  .m-team-button-wrapper {
    flex-wrap: wrap;
  }

  .heading-title {
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 70px;
  }

  .button {
    margin-top: 40px;
  }

  .text-block-3 {
    margin-left: 0;
  }

  .m-header-button-wrapper {
    flex-wrap: wrap;
  }

  .m-banner {
    display: none;
  }

  .m-h1-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .m-banner-close-button, .m-navigation-icon-button-plain {
    display: none;
  }

  .m-navigation-container {
    flex-direction: row;
  }

  .m-button-primary {
    width: 100%;
  }

  .m-navigation-icon-button {
    display: none;
  }

  .m-navigation-menu-wrap {
    width: 200px;
    height: 100px;
    position: static;
  }

  .m-navigation-link-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .m-navigation-link-grid {
    grid-template-columns: 1fr;
  }

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

  .m-navigation-logo-image {
    width: 45px;
  }

  .m-section-large-copy {
    height: auto;
    padding-top: 20px;
    overflow: hidden;
  }

  .m-footer-section {
    justify-content: center;
    padding-top: 60px;
    display: flex;
  }

  .m-footer-logo {
    max-width: 35px;
  }

  .m-footer-form-row {
    flex-direction: column;
  }

  .m-footer-text-field {
    margin-bottom: 10px;
  }

  .m-footer-link-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .m-footer-legal-wrapper {
    flex-direction: column;
  }

  .m-footer-submit-button {
    width: 100%;
  }

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

  .m-footer-form-input {
    flex-direction: column;
  }

  .price-arrow {
    display: none;
  }

  .tabs-menu-pricing {
    grid-row-gap: 20px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
  }

  .m-h3-heading {
    width: 100%;
    font-family: Generalsans, sans-serif;
    font-size: 35px;
    font-weight: 600;
  }

  .m-h3-heading._2 {
    font-size: 20px;
  }

  .m-contact-card {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-4 {
    width: 100%;
    justify-content: center;
  }

  .paragraph {
    width: 110px;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-copy {
    width: 150px;
    font-size: 16px;
    line-height: 18px;
  }
}

#w-node-b187c427-5c04-05f0-a45f-eba1db32fe0b-0755d1df, #w-node-b187c427-5c04-05f0-a45f-eba1db32fe0c-0755d1df, #w-node-b187c427-5c04-05f0-a45f-eba1db32fe25-0755d1df {
  justify-self: center;
}

#w-node-_657090c6-8100-fc5f-ce12-811b03886f32-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886f34-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886f4a-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886f4c-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886f62-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886f64-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886f76-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886f78-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886f8a-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886f8c-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886f9e-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886fa0-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886fb2-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886fb4-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886fc6-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886fc8-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886fda-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886fdc-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c60ee-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c60f0-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6106-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6108-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c611c-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c611e-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6130-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6132-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6144-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6146-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6158-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c615a-0755d1df, #w-node-_7e954f51-fbd0-0a8e-7c98-707fc790dd89-0755d1df, #w-node-_7e954f51-fbd0-0a8e-7c98-707fc790dd8b-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c616c-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c616e-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6180-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6182-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b655fc88-f6ae-aafd-9653-f31e5cd0c1e6-0755d1df {
  align-self: auto;
}

#w-node-b655fc88-f6ae-aafd-9653-f31e5cd0c1e8-0755d1df, #w-node-b655fc88-f6ae-aafd-9653-f31e5cd0c1ea-0755d1df, #w-node-_1d249683-4fa2-ae15-da9b-a1cc6699b8b0-0755d1df, #w-node-_1d249683-4fa2-ae15-da9b-a1cc6699b8b2-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e8fa5fc-930b-c239-24e5-cae61ae69268-0755d1df {
  align-self: auto;
}

#w-node-_3e8fa5fc-930b-c239-24e5-cae61ae6926a-0755d1df, #w-node-_3e8fa5fc-930b-c239-24e5-cae61ae6926c-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98c6f8d6-57ce-d5f7-4fc9-eb4f3c8e082d-0755d1df {
  align-self: auto;
}

#w-node-_98c6f8d6-57ce-d5f7-4fc9-eb4f3c8e082f-0755d1df, #w-node-_98c6f8d6-57ce-d5f7-4fc9-eb4f3c8e0831-0755d1df, #w-node-_01501c5a-c375-d8f6-c2e5-38eb68387600-0755d1df, #w-node-_01501c5a-c375-d8f6-c2e5-38eb68387602-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee96931a-6640-3452-392d-311a28403e28-0755d1df {
  align-self: auto;
}

#w-node-ee96931a-6640-3452-392d-311a28403e2a-0755d1df, #w-node-ee96931a-6640-3452-392d-311a28403e2c-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f29596d7-132f-cdeb-f8af-d51ff5849b1b-0755d1df {
  align-self: auto;
}

#w-node-f29596d7-132f-cdeb-f8af-d51ff5849b1d-0755d1df, #w-node-f29596d7-132f-cdeb-f8af-d51ff5849b1f-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d62b8eed-06c0-7041-e7e8-7d04a9917c32-0755d1df {
  align-self: auto;
}

#w-node-d62b8eed-06c0-7041-e7e8-7d04a9917c34-0755d1df, #w-node-d62b8eed-06c0-7041-e7e8-7d04a9917c36-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_914770d2-33dd-3c7e-7f36-74febbb6168f-0755d1df {
  align-self: auto;
}

#w-node-_914770d2-33dd-3c7e-7f36-74febbb61691-0755d1df, #w-node-_914770d2-33dd-3c7e-7f36-74febbb61693-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53303290-b748-f109-18db-0f359cdbea48-0755d1df {
  align-self: auto;
}

#w-node-_53303290-b748-f109-18db-0f359cdbea4a-0755d1df, #w-node-_53303290-b748-f109-18db-0f359cdbea4c-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f33850-ee36-8838-021a-cc29aa43b7ba-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_82f33850-ee36-8838-021a-cc29aa43b7c3-0755d1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0c1a288-cfdd-0a0f-ee6c-ad1a1b65d86a-ce8016d7, #w-node-b0c1a288-cfdd-0a0f-ee6c-ad1a1b65d86b-ce8016d7, #w-node-b0c1a288-cfdd-0a0f-ee6c-ad1a1b65d877-ce8016d7 {
  justify-self: center;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57739-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5773b-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57751-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57753-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57767-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57769-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5777d-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5777f-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57793-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57795-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577a7-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577a9-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577bb-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577bd-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577cf-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577d1-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577e3-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577e5-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577f5-ce8016d7 {
  align-self: auto;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577f7-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577f9-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5780b-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5780d-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5781d-ce8016d7 {
  align-self: auto;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5781f-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57821-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57831-ce8016d7 {
  align-self: auto;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57833-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57835-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57847-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57849-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57859-ce8016d7 {
  align-self: auto;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5785b-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5785d-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5786f-ce8016d7 {
  align-self: auto;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57871-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57873-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57883-ce8016d7 {
  align-self: auto;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57885-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57887-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57897-ce8016d7 {
  align-self: auto;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57899-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5789b-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d578ab-ce8016d7 {
  align-self: auto;
}

#w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d578ad-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d578af-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5767b-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5767d-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57693-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57695-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576ab-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576ad-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576bf-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576c1-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576d3-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576d5-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576e7-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576e9-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576fb-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576fd-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5770f-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57711-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57723-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57725-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d578c8-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a319973b-3326-744d-49d3-2c5e02a3fec0-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a319973b-3326-744d-49d3-2c5e02a3fec3-ce8016d7, #w-node-a319973b-3326-744d-49d3-2c5e02a3fec5-ce8016d7, #w-node-a319973b-3326-744d-49d3-2c5e02a3fec7-ce8016d7, #w-node-a319973b-3326-744d-49d3-2c5e02a3fec9-ce8016d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_657090c6-8100-fc5f-ce12-811b03886f34-0755d1df, #w-node-_657090c6-8100-fc5f-ce12-811b03886fb4-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6132-0755d1df, #w-node-_15edd857-625c-4e7e-c768-14eddb3c6182-0755d1df, #w-node-b655fc88-f6ae-aafd-9653-f31e5cd0c1ea-0755d1df, #w-node-_3e8fa5fc-930b-c239-24e5-cae61ae6926c-0755d1df, #w-node-_98c6f8d6-57ce-d5f7-4fc9-eb4f3c8e0831-0755d1df, #w-node-_01501c5a-c375-d8f6-c2e5-38eb68387602-0755d1df, #w-node-d62b8eed-06c0-7041-e7e8-7d04a9917c36-0755d1df, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5777f-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577a9-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d577bd-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57821-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57849-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d5785d-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576c1-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d576fd-ce8016d7, #w-node-_3e33f61d-f79f-8f2f-d9bf-d31fc5d57725-ce8016d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}