@font-face {
  font-family: Gilroy;
  src: url('../fonts/GILROY-MEDIUM.woff2') format("woff2"), url('../fonts/GILROY-MEDIUM.TTF') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/GILROY-REGULAR.woff2') format("woff2"), url('../fonts/GILROY-REGULAR.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/GILROY-SEMIBOLD.woff2') format("woff2"), url('../fonts/GILROY-SEMIBOLD.TTF') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/GILROY-BOLD.woff2') format("woff2"), url('../fonts/GILROY-BOLD.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontsfree net segoe ui;
  src: url('../fonts/FontsFree-Net-Segoe-UI-Italic.woff2') format("woff2"), url('../fonts/FontsFree-Net-Segoe-UI-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fontsfree net segoe ui;
  src: url('../fonts/FontsFree-Net-Segoe-UI-Bold.woff2') format("woff2"), url('../fonts/FontsFree-Net-Segoe-UI-Bold.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Seguisb;
  src: url('../fonts/seguisb.woff2') format("woff2"), url('../fonts/seguisb.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --azure: #d8ecec;
  --orange: #fdbb64;
  --royal-blue: #2860e1;
  --midnight-blue: #081131;
  --midnight-blue-2: #111b40;
  --midnight-blue-3: #0f1c3e;
  --midnight-blue-4: #1d2d49;
  --medium-slate-blue: #7a62f5;
  --indian-red: #ff3658;
  --navy: #000064;
  --edi-color: #469adb;
  --black: #050d22;
  --medium-purple: #a097ff;
}

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

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

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

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

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

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

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

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

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Seguisb, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Seguisb, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

a {
  color: #fff9;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.body {
  color: #000;
  background-color: #fff;
  font-family: Seguisb, sans-serif;
  font-weight: 400;
}

.hero-section {
  color: #1d2c49;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.hero-section.sub {
  background-color: var(--azure);
  min-height: auto;
  padding-top: 200px;
  padding-bottom: 75px;
}

.hero-section.about {
  min-height: auto;
  padding-top: 200px;
  padding-bottom: 75px;
}

.full-container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.full-container.nav {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 95%;
  display: flex;
}

.full-container._1000 {
  max-width: 1100px;
}

.full-container._90 {
  max-width: 1400px;
  position: relative;
}

.full-container.full {
  width: 98%;
  max-width: 98%;
}

.full-container._90 {
  max-width: 90%;
}

.full-container._95 {
  width: 95%;
  max-width: 95%;
}

.grid {
  grid-column-gap: 100px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid.sub {
  grid-template-columns: 4.5fr 1.25fr;
}

.content-wrapper.center-mobile._12 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.content-wrapper.limit {
  text-align: center;
  max-width: 500px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 32px;
}

.content-wrapper.darkkk {
  color: #000;
  text-align: center;
}

.content-wrapper.ipad {
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.heading-wrapper {
  margin-bottom: 25px;
}

.main-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.main-paragraph.big {
  font-size: 22px;
  line-height: 32px;
}

.main-paragraph.daark {
  color: #0009;
}

.main-paragraph._25 {
  margin-top: 25px;
  margin-bottom: 0;
}

.main-paragraph.small {
  font-size: 16px;
  line-height: 20px;
}

.main-paragraph.small._80 {
  max-height: 140px;
  overflow: hidden;
}

.main-paragraph.pink {
  color: #b6b9f0;
}

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

.main-paragraph.nold {
  color: #000;
  font-weight: 700;
}

.main-paragraph._14 {
  color: #000000bf;
  font-size: 14px;
}

.main-paragraph.dark {
  color: #000;
}

.main-paragraph._600 {
  max-width: 750px;
}

.main-paragraph.yellow {
  color: #fff000;
}

.main-paragraph.quote {
  font-style: italic;
  line-height: 40px;
}

.main-paragraph.d {
  color: #000;
}

.button {
  background-color: var(--orange);
  color: #333a4b;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  padding: 16px 24px;
  font-family: Fontsfree net segoe ui, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 1px 1px 6px #00000014;
}

.button.blue {
  color: #fff;
  text-transform: capitalize;
  background-color: #1c2e49;
  max-width: 275px;
  font-family: Seguisb, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button.blue:hover {
  background-color: #0f2764;
}

.button.nav {
  margin-left: 20px;
  padding: 12px 25px;
}

.button.nav:hover {
  background-color: #9abbbb;
}

.button.transparent {
  background-color: #0f1c3e00;
  border: 1px solid #fff;
  font-style: normal;
  transition: border-color .3s, background-color .3s;
}

.button.transparent:hover {
  border-color: var(--royal-blue);
  color: #000;
  background-color: #fff;
}

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

.button.light:hover {
  background-color: #e6e6e6;
}

.button.navigation {
  margin-right: 20px;
  padding: 12px 20px;
  font-size: 20px;
}

.button.navigation.glossary {
  box-shadow: none;
  background-color: #fdbb6400;
  margin-right: 20px;
}

.button.navigation.glossary.w--current {
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-radius: 0;
}

.button.navigation.faq {
  box-shadow: none;
  background-color: #fff;
  margin-left: 20px;
}

.button.navigation.faq.w--current {
  box-shadow: none;
  background-color: #fdbb6400;
  border-bottom: 2px solid #000;
  border-radius: 0;
  text-decoration: none;
}

.button.navigation.log-in {
  box-shadow: none;
  background-color: #fdbb6400;
}

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

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

.div-block.center._60 {
  margin-top: 60px;
}

.div-block._24 {
  margin-top: 24px;
}

.div-block._20 {
  margin-top: 12px;
}

.section {
  color: #1d2d49;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.white {
  color: var(--midnight-blue);
  background-color: #fff;
}

.section.bottom-padding {
  padding-bottom: 100px;
}

.section.bottom-padding.extra {
  padding-top: 125px;
}

.section._0-top {
  padding-top: 0;
}

.section._0-top._0-bottom-padding, .section._0-top._0-bottom {
  padding-bottom: 0;
}

.section.alt {
  background-color: var(--azure);
}

.section.alt.bottom-padding {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ezgif.com-gif-maker.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.alt.bottom-padding._1 {
  background-color: var(--royal-blue);
  background-image: none;
}

.section.navy {
  background-color: var(--midnight-blue-3);
}

.section.extra-padding {
  padding-top: 200px;
}

.section.hide {
  display: none;
}

.section.dark-blue {
  color: #fff;
  background-color: #1d2d49;
}

.section.dark-blue._0-top.no-overflow {
  overflow: hidden;
}

.section.dark-blue.half-gradient {
  background-image: linear-gradient(190deg, var(--midnight-blue-4) 59.5%, white 60%);
}

.section.half {
  background-color: #1d2d49;
  background-image: linear-gradient(183deg, #1d2d49, var(--midnight-blue-4) 49%, white 50%);
  color: #fff;
}

.section.half.reverse {
  background-image: linear-gradient(183deg, white 50%, var(--midnight-blue-4) 51%, #1d2d49);
}

.section.form-1 {
  background-color: #1d2d49;
  background-image: linear-gradient(85deg, var(--midnight-blue-4) 59.9%, white 60%);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section.form-1._0-top.no-overflow {
  overflow: hidden;
}

.section.form-1.half-gradient {
  background-image: linear-gradient(190deg, var(--midnight-blue-4) 59.5%, white 60%);
}

.section.form-2 {
  color: #fff;
  background-color: #1d2d49;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.form-2._0-top.no-overflow {
  overflow: hidden;
}

.section.form-2.half-gradient {
  background-image: linear-gradient(190deg, var(--midnight-blue-4) 59.5%, white 60%);
}

.section.bme {
  color: #fff;
  background-color: #1d2d49;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.bme._0-top.no-overflow {
  overflow: hidden;
}

.section.bme.half-gradient {
  background-image: linear-gradient(190deg, var(--midnight-blue-4) 59.5%, white 60%);
}

.heading-container {
  text-align: center;
  max-width: 700px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.features-card {
  text-align: left;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-image {
  margin-left: -21px;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.image {
  background-image: url('../images/pexels-karolina-grabowska-4491469.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image.limit {
  max-width: 500px;
  margin-bottom: 35px;
}

.image.about-1 {
  background-image: url('../images/5febdf074df428cab39421c8_img_1.jpg');
}

.image.about2 {
  background-image: url('../images/5ffba992a79f64242f541934_img_hero_2.jpg');
}

.slide-nav {
  opacity: 0;
}

.grid-4 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.price-card {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: flex;
}

.pricing {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.price-span {
  color: #bcc4da;
  font-size: 22px;
  line-height: 1;
}

.pricing-period {
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.pricing-period.t {
  margin-bottom: 40px;
}

.plan-name {
  font-size: 24px;
  line-height: 30px;
}

.image-2 {
  filter: invert();
  background-color: #fff;
  border-radius: 50px;
  width: 35px;
  margin-right: 10px;
  padding: 7px;
}

.div-block-2 {
  text-align: left;
  align-items: center;
  min-width: 250px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2.final {
  margin-bottom: auto;
}

.blog-card {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.blog-card:hover {
  transform: scale(1.1);
}

.blog-thumbnail {
  text-align: center;
  background-color: #0f1c3e;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: flex;
}

.blog-image {
  width: 200px;
}

.blog-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.press-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.press-card {
  justify-content: center;
  align-items: center;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waitlist-container {
  background-color: var(--medium-slate-blue);
  border-radius: 24px;
  padding: 50px;
}

.form {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.text-field {
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-right-style: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 16px;
}

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

.form-block {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: var(--azure);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 74px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  line-height: 15px;
  transition: background-color .3s;
  display: flex;
}

.submit-button:hover {
  background-color: var(--royal-blue);
}

.footer {
  z-index: 1000;
  color: #000;
  background-color: #fff;
  border-top: 4px solid #00000026;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.why-v3-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-title {
  margin-bottom: 0;
}

.navbar {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 4px #00000080;
}

.logo {
  filter: invert();
}

.nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: color .3s;
}

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

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

.nav-link.mobile-only {
  display: none;
}

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

.footer-card {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-card.limit {
  max-width: 300px;
}

.footer-card.right {
  justify-content: flex-end;
}

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

.footer-title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.footer-title.hide {
  opacity: 0;
}

.footer-link {
  color: var(--midnight-blue-4);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.footer-link:hover {
  opacity: .75;
}

.footer-link.w--current {
  color: var(--midnight-blue-4);
}

.copyright-wrapper {
  text-align: center;
  margin-top: 0;
}

.divider {
  background-color: #00000026;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 35px;
}

.divider.light {
  background-color: #ffffff26;
  margin-top: 0;
  margin-bottom: 100px;
}

.nav-menu {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  background-image: url('../images/2022-Polaris-Slingshot-18.jpg');
  background-position: 0%;
  background-size: cover;
  height: 600px;
}

.hero-image.about-us {
  background-image: url('../images/5fd1213f80de491ee669ef34_lawyer-briefcase.jpg');
}

.rich-text h2 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 40px;
}

.submit-button-2 {
  letter-spacing: 1px;
  text-transform: none;
  background-color: #1374ff;
  background-image: none;
  width: 100%;
  margin-top: 5px;
  padding: 9px 45px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.submit-button-2._50 {
  background-color: var(--royal-blue);
  border-radius: 8px;
  width: 50%;
  margin-left: auto;
}

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

.contact-field {
  color: #010e39;
  background-color: #fff0;
  border: 1px #e6eaf5;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
}

.contact-field::placeholder {
  color: #fff;
}

.contact-block {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.contact-form {
  flex-wrap: wrap;
  display: flex;
}

.text-field-large {
  color: #fff;
  background-color: #fff0;
  border: 1px #e6eaf5;
  border-bottom-style: solid;
  width: 100%;
  min-height: 200px;
  padding-top: 25px;
  font-size: 16px;
  font-weight: 600;
}

.text-field-large::placeholder {
  color: #fff;
}

.contact-container {
  border-radius: 16px;
  max-width: 850px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.quote-container {
  text-align: center;
  background-image: linear-gradient(#242424 64%, #fff0);
  border-radius: 16px;
  margin-bottom: 100px;
  padding: 50px;
}

.block-quote {
  border-left-style: none;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 40px;
}

.quote-title {
  font-size: 18px;
  line-height: 28px;
}

.box-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
}

.card {
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.card.blue {
  background-image: linear-gradient(125deg, #2860e1 50%, #003dcb 50%);
}

._25-margin {
  margin-bottom: 35px;
}

.grid-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 35px;
}

.div-block-4 {
  text-align: center;
  background-color: #141415;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 35px 25px;
  text-decoration: none;
  display: flex;
}

.image-6 {
  margin-bottom: 25px;
}

.small-paragraph {
  font-size: 16px;
  line-height: 24px;
}

.small-paragraph.big {
  font-size: 18px;
  line-height: 28px;
}

.small-paragraph.daark {
  color: #0009;
}

.small-paragraph._25 {
  margin-top: 25px;
  margin-bottom: 0;
}

.small-paragraph.small {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.small-paragraph.pink {
  color: #b6b9f0;
}

.features-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.features-grid._2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 850px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid.double {
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
}

.features-grid.five {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.features-grid.five.mobile {
  display: none;
}

.features-grid.multi {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.features-grid.margin {
  margin-top: 40px;
}

.feature-card {
  text-align: left;
  width: 100%;
  max-width: 400px;
  padding: 0;
}

.feature-card.support {
  color: #fff;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  box-shadow: 0 0 50px -15px #ff365800;
}

.feature-card.support:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  box-shadow: 0 0 50px -15px #ff3658;
}

.feature-card.tips {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: none;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  box-shadow: 0 0 50px -15px #ff365800;
}

.feature-card.tips:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  box-shadow: 0 0 50px -15px #ff3658;
}

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

.feature-card._2 {
  background-image: linear-gradient(#fff0 30%, #000 70%), url('../images/271647192_147874257663586_7704671828990399667_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 500px;
  padding: 24px;
  display: flex;
}

.feature-card._3 {
  background-image: linear-gradient(#fff0 30%, #000 75%), url('../images/E9KfV5hXsAABB9S.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 500px;
  padding: 24px;
  display: flex;
}

.feature-card._4 {
  background-image: linear-gradient(184deg, #fff0 30%, #000 79%), url('../images/699E8DD2-0063-49FB-A6D1-E4CBE8CA2BE6.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 650px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 500px;
  padding: 24px;
  display: flex;
}

.feature-image {
  text-align: center;
  background-color: #141415;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 25px;
  display: flex;
}

.feature-image.support {
  height: 150px;
}

.feature-image.tips {
  height: 100%;
}

.feature-image._2 {
  overflow: hidden;
}

.div-block-5 {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.image-7 {
  width: 100%;
}

.pricing-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.button-wrapper {
  margin-top: 35px;
}

.button-wrapper._0-maring {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-wrapper._0-maring.abs {
  position: absolute;
  inset: auto 0% -64px;
}

.button-wrapper._0-maring.abs._0 {
  bottom: 0;
}

.button-wrapper.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.button-wrapper._32-margin {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-wrapper._32-margin.abs {
  position: absolute;
  inset: auto 0% -64px;
}

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

.support-grid._2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 850px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.support-category-card {
  text-align: center;
  background-color: #272727;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 50px 25px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.support-category-card:hover {
  background-color: #080808;
}

.div-block-6 {
  padding-left: 15px;
  padding-right: 15px;
}

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

.illustration {
  width: 90%;
  max-width: 150px;
}

.illustration.hide {
  display: none;
}

.div-block-7 {
  background-image: url('../images/Mask-Group.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  height: 100%;
}

.background-video {
  z-index: 99;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.background-video._2 {
  height: 200%;
  top: -45px;
}

.blue-slider {
  z-index: 0;
  background-color: var(--navy);
  color: #fff;
  width: 70%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blue-slider.industries {
  inset: 0% 0% 0% auto;
}

.blue-slider.red {
  background-color: #ecd8d9;
  inset: 0% 0% 0% auto;
}

.blue-slider.green {
  background-color: #d8ecda;
  inset: 0% 0% 0% auto;
}

.blue-slider.purple {
  background-color: #e3d8ec;
  inset: 0% 0% 0% auto;
}

.text-block {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.text-block._15 {
  color: #fff;
  margin-bottom: 15px;
}

.services-grid {
  grid-column-gap: 32px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 100px;
}

.services-grid.hide {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-2 {
  font-size: 25px;
  line-height: 35px;
}

.icon {
  margin-bottom: 25px;
}

.div-block-9.center {
  text-align: center;
}

.text-span {
  color: #58c57e;
}

.values-header {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.values-header.blue {
  color: #fff000;
  font-size: 20px;
}

.features-grid-copy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid-copy._2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 850px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.contact-card {
  background-color: var(--azure);
  color: #000;
  text-align: left;
  width: 100%;
  padding: 35px;
  text-decoration: none;
}

.contact-card.support {
  color: #fff;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  box-shadow: 0 0 50px -15px #ff365800;
}

.contact-card.support:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  box-shadow: 0 0 50px -15px #ff3658;
}

.contact-card.tips {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: none;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  box-shadow: 0 0 50px -15px #ff365800;
}

.contact-card.tips:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  box-shadow: 0 0 50px -15px #ff3658;
}

.contact-card._2 {
  background-color: #dcd8ec;
}

.image-8 {
  height: 50px;
  margin-bottom: 25px;
}

.heading-3 {
  margin-bottom: 5px;
  font-size: 23px;
}

.text-span-2 {
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 45px;
  display: inline-block;
}

.stars {
  filter: saturate(200%);
  margin-bottom: 25px;
}

._800-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list {
  background-color: #bea8a8;
}

.dropdown-list.w--open {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link {
  color: #fff;
  transition: opacity .3s;
}

.dropdown-link:hover {
  opacity: .75;
}

.industry-card {
  color: #000;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  height: 100%;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 50px -12px #0000001a;
}

.industry-card:hover {
  transform: translate(0, -5px);
}

.industry-card.support {
  color: #fff;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  box-shadow: 0 0 50px -15px #ff365800;
}

.industry-card.support:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  box-shadow: 0 0 50px -15px #ff3658;
}

.industry-card.tips {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: none;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  box-shadow: 0 0 50px -15px #ff365800;
}

.industry-card.tips:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  box-shadow: 0 0 50px -15px #ff3658;
}

.text-block-3 {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 700;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.paragraph {
  color: #000;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 18px;
  line-height: 28px;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 60px #0000000a;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.highlight {
  color: #000;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.question-title {
  color: #0b1033;
  font-size: 20px;
  line-height: 24px;
}

.animation {
  width: 60px;
  height: 60px;
}

.industry-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
}

.div-block-10 {
  padding: 0 35px 35px;
}

.h2-small {
  font-size: 35px;
  line-height: 45px;
}

.review-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: none;
}

.review-grid.hide {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-2 {
  background-color: #ff3658;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  font-size: 16px;
  transition: background-color .3s;
}

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

.button-2.transparent {
  background-color: #0f1c3e00;
  border: 1px solid #fff;
  transition: border-color .3s, background-color .3s;
}

.button-2.transparent:hover {
  background-color: #2860e1;
  border-color: #2860e1;
}

.button-2.blue {
  background-color: #2860e1;
}

.button-2.blue:hover {
  background-color: #0f2764;
}

.site-image {
  object-fit: cover;
  width: 100%;
  height: 450px;
  margin-bottom: 24px;
}

.price {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
}

.div-block-11 {
  margin-top: 40px;
}

.image-9 {
  margin-bottom: 24px;
}

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

.hero-wrapper.center-mobile._12 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-11 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-height: 700px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.text-block-4 {
  margin-top: 19px;
  margin-left: 24px;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 7px;
}

.text-block-4.mobile {
  display: none;
}

.div-block-13 {
  background-color: #1d2d49;
  width: 100%;
  margin-top: 50px;
  padding-top: 24px;
  padding-bottom: 24px;
  transform: skew(0deg, 4.1deg);
}

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

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

.div-block-13-copy {
  background-color: #fff;
  border-bottom: 2px solid #1d2d49;
  width: 100%;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  transform: skew(0deg, 4.1deg);
}

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

.text-block-5 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.image-12 {
  width: 100%;
  margin-top: -4%;
}

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

.main-grid._2 {
  grid-column-gap: 40px;
  grid-template-columns: 1.75fr 1fr;
}

.main-grid.iphone {
  grid-column-gap: 40px;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.main-grid.form-slide-1 {
  grid-column-gap: 200px;
  grid-template-columns: 1.75fr 1fr;
}

.card-image {
  z-index: 2;
  background-color: #fff;
  background-image: url('../images/ezgif.com-gif-maker.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45%;
  height: 300px;
  transition: opacity .4s;
  position: relative;
}

.div-block-15 {
  text-align: center;
  background-color: #fff3;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding-left: 64px;
  padding-right: 64px;
  transition: opacity .4s;
  display: flex;
  overflow: hidden;
}

.text-block-6 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 35px;
  line-height: 1;
}

.text-block-7 {
  display: inline-block;
  position: relative;
  top: -1px;
}

.image-13 {
  margin-right: 6px;
}

.cntent-wrapper._12 {
  margin-left: -135px;
}

.margin {
  margin-bottom: 64px;
}

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

.testimonial-card {
  text-align: center;
  background-color: #fff3;
  border-radius: 12px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 64px;
}

.div-block-16 {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 12px;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-17 {
  max-width: 800px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  align-items: center;
  margin-bottom: -30px;
  margin-left: -40px;
  display: flex;
}

.text-block-8 {
  opacity: .5;
}

.nav-link-2 {
  color: var(--midnight-blue-4);
  font-family: Seguisb, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.brand-2 {
  margin-right: 64px;
  display: block;
}

.card-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.card-paragraph.big {
  font-size: 22px;
  line-height: 32px;
}

.card-paragraph.daark {
  color: #0009;
}

.card-paragraph._25 {
  margin-top: 25px;
  margin-bottom: 0;
}

.card-paragraph.small {
  font-size: 16px;
  line-height: 20px;
}

.card-paragraph.small._80 {
  max-height: 140px;
  overflow: hidden;
}

.card-paragraph.pink {
  color: #b6b9f0;
}

.card-paragraph.white {
  font-size: 16px;
}

.card-paragraph.nold {
  color: #000;
  font-weight: 700;
}

.card-paragraph._14 {
  color: #000000bf;
  font-size: 14px;
}

.card-paragraph.dark {
  color: #000;
}

.card-paragraph._600 {
  max-width: 750px;
}

.card-paragraph.yellow {
  color: #fff000;
}

.card-paragraph.quote {
  font-style: italic;
  line-height: 40px;
}

.card-paragraph h4 {
  color: var(--orange);
  font-size: 24px;
  line-height: 34px;
}

.collection-list-wrapper {
  display: none;
}

.collection-list-wrapper.show {
  display: block;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
  margin-top: 64px;
}

.slide-nav-2 {
  font-size: 10px;
  inset: auto 0% -50px;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 62px 40px;
  display: flex;
}

.logo-img._50-r-m {
  width: 75px;
  margin-right: 150px;
}

.yellow-span {
  color: var(--orange);
}

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

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

.div-block-19 {
  position: relative;
}

.div-block-20 {
  height: 95%;
  padding: 5.5% 12% 3% 12.4%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

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

.slide {
  overflow: hidden;
}

.slide-nav-3 {
  width: 35%;
  margin-left: auto;
  margin-right: 0;
  padding-right: 32px;
  font-size: 10px;
}

.right-arrow {
  display: none;
}

.div-block-21 {
  z-index: 3;
  display: inline-block;
  position: relative;
}

.div-block-22 {
  z-index: 2;
  padding: 23px 11px 87px 13px;
  position: absolute;
  inset: 0%;
}

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

.image-14 {
  z-index: 9;
  margin-top: 0;
  margin-left: -171px;
  position: relative;
}

.image-15 {
  z-index: 22;
  position: relative;
}

.laptop-image {
  width: 100%;
}

.icons {
  color: #fdbb64;
}

.text-block-9 {
  color: var(--orange);
  margin-left: 12px;
  margin-right: 12px;
  font-size: 20px;
}

.arrow {
  background-color: #1d2d49;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.arrow._2 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-23 {
  z-index: 2;
  background-color: #677285;
  border: 8px solid #1d2d49;
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: -24px;
  padding: 24px;
  display: flex;
  position: relative;
}

.div-block-24 {
  background-color: #ffffff54;
  border-radius: 20px;
  width: 100%;
  padding: 12px 64px;
}

.div-block-25 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
}

.background-video-4 {
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  max-width: 230px;
  color: var(--orange);
  text-align: left;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  z-index: 9999;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  align-items: center;
  margin-top: 91px;
  margin-left: 12px;
  padding: 16px 32px 16px 24px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 6px #0c0c0c;
}

.link-block.w--current {
  margin-top: 12px;
}

.columns {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.column {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.next-button {
  background-color: var(--orange);
  color: var(--midnight-blue-4);
  text-transform: uppercase;
  border-radius: 12px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-family: Fontsfree net segoe ui, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s ease-in;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.checkbox_wrap.checkbox_centre, .checkbox_wrap._1 {
  justify-content: center;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #3e34c80a;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.field-input.color {
  background-color: #cacaca;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.field-input.color::placeholder {
  color: #000037a6;
}

.field-input.color._20 {
  margin-bottom: 32px;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.form-title-wrap._0 {
  margin-bottom: 0;
}

.previous {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.previous:hover {
  opacity: 1;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.submit-button-3 {
  background-color: var(--orange);
  width: 180px;
  height: auto;
  box-shadow: none;
  color: var(--midnight-blue-4);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 12px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Fontsfree net segoe ui, sans-serif;
  font-size: 20px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.submit-button-3.bme {
  background-image: linear-gradient(90deg, #f2c585, #1e94a4 51%, #679963);
}

.submit-button-3.edi {
  background-color: var(--edi-color);
  color: #fff;
}

.previous-button {
  opacity: .5;
  color: #fff;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  top: -50px;
}

.slider-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.form-wrap-full {
  width: 100%;
  margin-top: 32px;
}

.form-wrap-full._0 {
  margin-top: 0;
}

.form-wrap-full._32 {
  margin-top: 32px;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 225px;
  height: 56px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.text-block-10 {
  color: #5b3acc;
  font-weight: 500;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.mobile-nav-bottom {
  display: none;
}

.arrow-2 {
  width: 16px;
  margin-right: 8px;
  display: none;
}

.slider-content-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 24px;
  display: flex;
  position: relative;
}

.checkbox-field {
  width: 30%;
  height: 150px;
  box-shadow: none;
  background-color: #fff0;
  border-width: 4px;
  border-color: #0003;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  padding: 0 24px 24px;
  display: flex;
}

.text-counter {
  color: #fff;
  font-size: 14px;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0;
}

.checkbox-image {
  width: 80px;
  height: 80px;
}

.slide-2 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.checkbox-title {
  z-index: 0;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.success-message {
  letter-spacing: 1px;
  background-color: #ddd0;
  padding: 50px;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-wrapper {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
}

.form-wrapper.refhidden {
  display: none;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-field-2 {
  width: 125px;
  height: 125px;
  color: var(--orange);
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  font-size: 50px;
}

.text-field-2::placeholder {
  color: var(--orange);
}

.grid-7 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  margin-bottom: 32px;
}

.grid-7._2, .grid-7._3 {
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 32px;
}

.checkbox-field-2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
}

.bg-1 {
  background-image: url('../images/rsz_spacex-549326-unsplash.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.bg-3 {
  background-image: url('../images/rsz_tyler-van-der-hoeven-357415-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.bg-2 {
  background-image: url('../images/rsz_richard-gatley-533872-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slide-nav-4 {
  display: none;
}

.the-slide {
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.heading-5 {
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.flex-child {
  flex: 1;
}

.flex-child.col-1 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 75px;
  display: flex;
  overflow: hidden;
}

.mask-2 {
  height: 100%;
}

.arrow-3 {
  color: #585858;
  transition: color .2s;
  display: block;
}

.arrow-3:hover {
  color: #ffc200;
  transform: translate(0);
}

.arrow-3.left {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: color .2s, transform .2s;
  position: fixed;
  inset: auto auto 0 0;
  transform: rotate(-90deg);
}

.arrow-3.left:hover {
  transform: rotate(-90deg)translate(-10px);
}

.arrow-3.right {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: color .2s, transform .2s;
  position: fixed;
  inset: auto auto 86px 0;
  transform: rotate(-90deg);
}

.arrow-3.right:hover {
  transform: rotate(-90deg)translate(10px);
}

.lightbox-link {
  margin-top: 40px;
}

.play {
  background-color: #0098ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.play.play-2 {
  background-color: #489c05;
}

.play.play-3 {
  background-color: #ff3ad0;
}

.flex {
  height: 100%;
  display: flex;
}

.slider-4 {
  background-color: #f6f6eb;
  height: 100%;
  overflow: hidden;
}

.triangle {
  border-top: 15px solid #0000;
  border-bottom: 15px solid #0000;
  border-left: 25px solid #fff;
  width: 0;
  height: 0;
  margin-left: 9px;
}

.text-block-11 {
  color: #33333369;
  width: 390px;
  font-weight: 300;
}

.slider-5 {
  background-color: #ddd0;
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-26 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 1px 1px 12px #0000000f;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-28 {
  border: 2px solid var(--midnight-blue-4);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.div-block-29 {
  color: var(--midnight-blue-4);
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.text-block-12 {
  font-size: 20px;
}

.heading-6 {
  text-transform: none;
}

.image-18 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-30 {
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.image-19 {
  width: 30px;
  margin-right: 8px;
}

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

.ipad-video-wrapper {
  z-index: 2;
  padding: 3% 3% 2.3% 3.5%;
  position: absolute;
  inset: 0%;
}

.image-20 {
  z-index: 22;
  position: relative;
}

.slide-4 {
  transition: opacity .2s;
}

.slide-nav-5 {
  margin-right: 16px;
  font-size: 10px;
  left: 100%;
  right: -94%;
}

.image-22, .image-23 {
  font-family: Fontsfree net segoe ui, sans-serif;
}

.div-block-31 {
  background-color: #000;
  height: 2px;
  margin-bottom: 16px;
}

.splide.splide2 {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.splide__track, .splide__list {
  width: 100%;
}

.splide__slide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 3.3em;
  padding-bottom: 3.3em;
  display: flex;
}

.wg-toggle-1-switch {
  color: #240c2e;
  text-align: center;
  background-color: #240c2e1a;
  border-radius: 10rem;
  align-items: center;
  min-width: 3rem;
  height: 1.5rem;
  padding: .25rem;
  font-size: .875rem;
  line-height: 1em;
  transition: box-shadow .1s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 10rem #240c2e00;
}

.wg-toggle-1-switch.ts-large {
  background-color: #4049ff;
  align-items: center;
  width: 4rem;
  height: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.wg-element {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 24px;
  margin-right: 24px;
  padding-right: 24px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: #fbf9fd;
}

.toggle {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.toggle.t-large {
  width: 1.5rem;
  height: 1.5rem;
}

.wg-code {
  display: none;
}

.wg-toggle-1-label {
  z-index: 1;
  color: #4049ff4d;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
  transform: translate(.000001%);
}

.wg-toggle-1-label.lang1 {
  color: #4049ff;
  margin-right: -48px;
  padding-right: 48px;
}

.wg-toggle-1-label.lang2 {
  margin-left: -48px;
  padding-left: 48px;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw3 {
  opacity: 1;
  opacity: 1;
  border-radius: 20px;
  flex-flow: row;
  display: block;
  overflow: hidden;
}

.wg-element-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 24px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element-2:hover {
  background-color: #fbf9fd;
}

.wg-selector2-text-lang2 {
  position: relative;
}

.wg-selector2-text-lang1 {
  color: #fff;
  position: relative;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector-2.s2 {
  overflow: visible;
}

.wg-selector-2.s1 {
  opacity: 1;
  overflow: visible;
}

.wg-selector-2-fill.f2 {
  background-color: var(--orange);
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-2-fill.f1 {
  background-color: var(--orange);
  opacity: 1;
  opacity: 1;
  inset: 0% auto auto 0%;
  background-color: #fdbb64;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wg-selector-2-fill.f2 {
  background-color: #fdbb64;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.image-24 {
  object-fit: cover;
  border-radius: 5000px;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 3px #000;
}

.image-25 {
  margin-right: 8px;
}

.background-video-5 {
  z-index: 999;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-26 {
  margin-right: 12px;
}

.heading-7 {
  color: var(--midnight-blue-2);
  display: block;
  overflow: visible;
}

.section-2 {
  margin-bottom: 0;
  padding-top: 100px;
}

.body-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-3 {
  color: var(--midnight-blue-2);
  text-align: justify;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.div-block-32 {
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.heading-8 {
  color: var(--midnight-blue-4);
  display: block;
}

.text-span-3 {
  color: var(--orange);
}

.section-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
}

.div-block-33 {
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.body-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-4 {
  text-align: justify;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
}

.link, .link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .heading-9 {
  color: var(--midnight-blue-4);
}

.text-span-4 {
  color: var(--orange);
}

.section-4 {
  padding-top: 100px;
}

.div-block-34 {
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-5 {
  text-align: justify;
  margin-bottom: 52px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
}

.heading-10 {
  color: var(--midnight-blue-4);
}

.text-span-5 {
  color: var(--orange);
}

.body-4 {
  padding-top: 100px;
}

.heading-11 {
  color: var(--midnight-blue-4);
}

.text-span-6, .text-span-7, .text-span-8 {
  color: var(--orange);
}

.paragraph-6 {
  text-align: justify;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
}

.body-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  padding-top: 100px;
}

.div-block-35 {
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-7 {
  color: var(--midnight-blue-4);
  text-align: justify;
  padding-top: 40px;
  font-family: Open Sans, sans-serif;
}

.link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .heading-12 {
  color: var(--midnight-blue-4);
}

.text-span-9 {
  color: var(--orange);
}

.body-6 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.body-6.gloss {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.button-copy.navigation {
  padding: 12px 20px;
  font-size: 20px;
}

.button-copy.navigation-copy {
  padding: 12px 20px;
  font-size: 20px;
  display: none;
}

.link-23 {
  color: #fff;
  background-color: #0000;
}

.ref-msg {
  text-align: center;
  letter-spacing: 1px;
  padding: 50px;
  display: none;
}

.ref-msg.success {
  display: none;
}

.ref-msg.working {
  color: #fff;
  display: none;
}

.ref-msg.working.visible, .ref-msg.err.visible, .ref-msg.forgot.visible {
  display: block;
}

.ref-block {
  display: none;
}

.ref-block.visible {
  display: block;
}

.hidden-form {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
}

.hidden-form.refhidden {
  display: none;
}

.div-block-36 {
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-37 {
  background-color: #f5f5f5;
  width: 70%;
  height: 100%;
  padding: 80px 0% 100px;
  position: relative;
}

.section-6 {
  flex-direction: row;
  height: 100vh;
  display: flex;
}

.div-block-38 {
  background-image: url('../images/search.png');
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: 15px;
  padding-top: 0;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.search-block {
  z-index: 999;
  background-color: #f5f5f5;
  width: 100%;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 12% 25px;
  position: absolute;
}

.search-field {
  border: 1px #000;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 25px 20px;
  font-family: Seguisb, sans-serif;
  font-size: 13px;
  position: relative;
  box-shadow: 0 0 12px #0000001c;
}

.glossary-entry {
  background-color: #fff;
  border-radius: 15px;
  height: 155px;
  margin-bottom: 25px;
  padding: 25px 75px 25px 30px;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1), height .5s;
  display: none;
  position: relative;
  overflow: hidden;
}

.glossary-entry.visible {
  display: block;
}

.gloss-heading {
  color: var(--midnight-blue-4);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Fontsfree net segoe ui, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-8 {
  color: var(--midnight-blue-4);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.arrow-icon {
  opacity: .8;
  background-image: url('../images/arrow.png');
  background-position: 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(180deg);
}

.arrow-icon.hide {
  display: none;
}

.div-block-40 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 175px;
  display: flex;
}

.filter-letter {
  color: var(--midnight-blue-2);
  cursor: pointer;
  border-bottom: 3px solid #0000;
  padding: 7px 4px 7px 3px;
  font-family: Varela, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
}

.filter-letter.active {
  border-bottom: 3px solid var(--orange);
}

.rich-text-block {
  opacity: 1;
  font-family: Lato, sans-serif;
  display: block;
  position: relative;
}

.scroll-area {
  height: 100%;
  margin-top: 0;
  margin-bottom: 83px;
  padding: 220px 12% 0;
  overflow: auto;
}

.scroll-area.hidden {
  display: none;
}

.hover-block {
  cursor: pointer;
  transition: opacity .2s;
}

.hover-block:hover {
  opacity: .7;
}

.hover-block.active {
  cursor: auto;
}

.hover-block.active:hover {
  opacity: 1;
}

.page-block {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-height: 100%;
  margin-bottom: 150px;
  padding: 30px;
  display: none;
  position: relative;
  overflow: auto;
}

.page-block.active {
  display: block;
}

.rich-text-block-2 {
  font-family: Lato, sans-serif;
}

.close-btn {
  opacity: 0;
  cursor: auto;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}

.close-btn.active {
  opacity: 1;
  cursor: pointer;
}

.close-btn.active:hover {
  opacity: .75;
}

.ico {
  color: #050d22d1;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.content-block {
  display: none;
}

.content-block.active {
  display: block;
}

.list-block {
  z-index: 900;
  height: 100%;
  padding-top: 0;
  position: absolute;
  top: 0;
}

.list-block.hidden {
  display: none;
}

.div-block-41 {
  background-image: linear-gradient(to top, #fff 44%, #05050505 73%, #0000);
  width: 100%;
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form-3 {
  position: relative;
}

.form-block-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.field-input-dropdown {
  color: #000037bf;
  text-align: left;
  background-color: #0000;
  border: 1.5px solid #3e34c80a;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  margin-bottom: 0;
  font-family: Seguisb, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field-input-dropdown:focus {
  border-color: #0064fe;
}

.field-input-dropdown::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.field-input-dropdown.color {
  background-color: #cacaca;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.field-input-dropdown.color::placeholder {
  color: #000037a6;
}

.field-input-dropdown.color._20 {
  margin-bottom: 32px;
}

.div-block-42 {
  background-color: #cecece;
  border-radius: 12px;
  padding-right: 10px;
  transition: background-color .2s;
}

.div-block-42:hover {
  background-color: #e7e7e7;
}

.form-4 {
  display: block;
}

.div-block-43 {
  background-image: url('../images/search.png');
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: 15px;
  padding-top: 0;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.form-5 {
  position: relative;
}

.search-block-2 {
  z-index: 999;
  background-color: #f5f5f5;
  width: 100%;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 53px 12% 25px;
  position: absolute;
}

.list-block-2 {
  z-index: 900;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  top: 0;
}

.scroll-area-2 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 83px;
  padding: 220px 12% 0;
  overflow: auto;
}

.div-block-44 {
  background-color: #f5f5f5;
  flex: 1;
  width: 70%;
  height: 100%;
  padding: 0 0% 100px;
  position: relative;
}

.section-7, .section-8 {
  flex-direction: row;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.div-block-45 {
  background-image: url('../images/search.png');
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: 15px;
  padding-top: 0;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.form-6 {
  position: relative;
}

.list-block-3 {
  z-index: 900;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  top: 0;
}

.scroll-area-3 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 83px;
  padding: 220px 12% 0;
  overflow: auto;
}

.div-block-46 {
  background-color: #f5f5f5;
  flex: 1;
  width: 70%;
  height: 100%;
  padding: 0 0% 100px;
  position: relative;
}

.gloss-heading-2 {
  color: #1d2d49;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Fontsfree net segoe ui, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-47 {
  background-image: linear-gradient(to top, #fff 44%, #05050505 73%, #0000);
  width: 100%;
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.main-paragraph-copy {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.main-paragraph-copy.big {
  font-size: 22px;
  line-height: 32px;
}

.main-paragraph-copy.daark {
  color: #0009;
}

.main-paragraph-copy._25 {
  margin-top: 25px;
  margin-bottom: 0;
}

.main-paragraph-copy.small {
  font-size: 16px;
  line-height: 20px;
}

.main-paragraph-copy.small._80 {
  max-height: 140px;
  overflow: hidden;
}

.main-paragraph-copy.pink {
  color: #b6b9f0;
}

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

.main-paragraph-copy.nold {
  color: #000;
  font-weight: 700;
}

.main-paragraph-copy._14 {
  color: #000000bf;
  font-size: 14px;
}

.main-paragraph-copy.dark {
  color: #000;
}

.main-paragraph-copy._600 {
  max-width: 750px;
}

.main-paragraph-copy.yellow {
  color: #fff000;
}

.main-paragraph-copy.quote {
  font-style: italic;
  line-height: 40px;
}

.main-paragraph-copy.d {
  color: #000;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.image-27 {
  width: 100%;
  margin-top: -13px;
}

.image-28 {
  width: 35%;
  margin-left: -10px;
}

.image-28.bdsv {
  margin-left: 0;
}

.image-29 {
  width: 12.5%;
  margin-left: 1.5%;
  margin-right: 0%;
}

.form-content-bme {
  width: 100%;
  margin-bottom: -20px;
  display: none;
}

.form-content-bme.final {
  margin-bottom: 0;
}

.nfa-logo {
  width: 35%;
  margin-top: -5px;
  margin-left: -25px;
  padding: 30px;
}

.wg-element-3 {
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 24px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element-3:hover {
  background-color: #fbf9fd;
}

.image-30 {
  z-index: 1;
  object-fit: cover;
  border-radius: 5000px;
  width: 30px;
  height: 30px;
  position: relative;
  box-shadow: 0 0 3px #000;
}

.matfoxx-ico {
  cursor: pointer;
  width: 4.5rem;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  transform: translate(0, 2.45rem);
}

.matfoxx-ico:hover {
  transform: translate(0, 2.1rem);
}

.matfoxx-ico.active {
  transform: translate(0, -.5rem);
}

.image-31 {
  width: 100%;
}

.div-block-50 {
  z-index: 999;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-right: 1rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.paragraph-9 {
  color: #f90;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.fox-bubble {
  opacity: 1;
  background-color: #081d34;
  border-radius: 10px 10px 0;
  padding: .4rem .7rem;
  transition: opacity .1s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  bottom: 2.7rem;
  right: 5.5rem;
  box-shadow: 0 2px 5px #0003;
}

.fox-bubble.active {
  opacity: 0;
}

.div-block-52 {
  width: 1rem;
}

.image-32 {
  width: 1rem;
  position: absolute;
  inset: auto -2.5px -5px auto;
}

.chat-window {
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  border-radius: .9rem .9rem 0 .7rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 400px;
  height: 500px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  bottom: 5.5rem;
  right: 5.6rem;
  transform: translate(0, 1rem);
  box-shadow: 0 2px 5px #0003;
}

.chat-window.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
}

.chat-header {
  background-color: var(--midnight-blue-3);
  border-top-left-radius: .7rem;
  border-top-right-radius: .7rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: .7rem;
  display: flex;
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
}

.chat-close {
  cursor: pointer;
  object-fit: scale-down;
  flex: none;
  width: .8rem;
  height: .8rem;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.chat-close:hover {
  opacity: .7;
}

.white-poly {
  width: .4rem;
  position: absolute;
  inset: auto -5px 0 auto;
}

.code-embed {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .7rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-53 {
  border-radius: .7rem .7rem 0;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.grid-8 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex: 1;
  grid-template-rows: auto;
}

.text-span-10 {
  color: var(--black);
  font-size: 20px;
}

.lang-field {
  background-color: #cecece;
  border-radius: 12px;
  margin-bottom: 32px;
  padding-right: 10px;
  transition: background-color .2s;
}

.lang-field:hover {
  background-color: #e7e7e7;
}

.code-embed-2, .dr-code {
  display: none;
}

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

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-copy {
  background-color: var(--midnight-blue-4);
  color: #333a4b;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding: 16px 24px;
  font-family: Fontsfree net segoe ui, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 1px 1px 6px #00000014;
}

.button-copy.blue {
  color: #fff;
  text-transform: capitalize;
  background-color: #1c2e49;
  max-width: 275px;
  font-family: Seguisb, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button-copy.blue:hover {
  background-color: #0f2764;
}

.button-copy.nav {
  margin-left: 20px;
  padding: 12px 25px;
}

.button-copy.nav:hover {
  background-color: #9abbbb;
}

.button-copy.transparent {
  background-color: #0f1c3e00;
  border: 1px solid #fff;
  font-style: normal;
  transition: border-color .3s, background-color .3s;
}

.button-copy.transparent:hover {
  border-color: var(--royal-blue);
  color: #000;
  background-color: #fff;
}

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

.button-copy.light:hover {
  background-color: #e6e6e6;
}

.button-copy.navigation {
  margin-right: 20px;
  padding: 12px 20px;
  font-size: 20px;
}

.button-copy.navigation.glossary {
  box-shadow: none;
  background-color: #fdbb6400;
  margin-right: 20px;
}

.button-copy.navigation.glossary.w--current {
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-radius: 0;
}

.button-copy.navigation.faq {
  box-shadow: none;
  background-color: #fff;
  margin-left: 20px;
}

.button-copy.navigation.faq.w--current {
  box-shadow: none;
  background-color: #fdbb6400;
  border-bottom: 2px solid #000;
  border-radius: 0;
  text-decoration: none;
}

.button-copy.navigation.log-in {
  box-shadow: none;
  background-color: #fdbb6400;
}

.text-block-13 {
  color: #fff;
}

.text-block-14 {
  text-transform: none;
}

.text-block-4-copy {
  margin-top: 19px;
  margin-left: 24px;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 7px;
}

.text-block-4-copy.mobile {
  display: none;
}

.text-block-4-1 {
  margin-top: 19px;
  margin-left: 24px;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 7px;
}

.text-block-4-1.mobile {
  display: none;
}

.text-block-4-copy-copy {
  margin-top: 19px;
  margin-left: 24px;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 7px;
}

.text-block-4-copy-copy.mobile {
  display: none;
}

.button-3 {
  background-color: var(--orange);
  color: #333a4b;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  padding: 16px 24px;
  font-family: Fontsfree net segoe ui, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 1px 1px 6px #00000014;
}

.button-3.blue {
  color: #fff;
  text-transform: capitalize;
  background-color: #1c2e49;
  max-width: 275px;
  font-family: Seguisb, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button-3.blue:hover {
  background-color: #0f2764;
}

.button-3.nav {
  margin-left: 20px;
  padding: 12px 25px;
}

.button-3.nav:hover {
  background-color: #9abbbb;
}

.button-3.transparent {
  background-color: #0f1c3e00;
  border: 1px solid #fff;
  font-style: normal;
  transition: border-color .3s, background-color .3s;
}

.button-3.transparent:hover {
  border-color: var(--royal-blue);
  color: #000;
  background-color: #fff;
}

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

.button-3.light:hover {
  background-color: #e6e6e6;
}

.button-3.navigation {
  margin-right: 20px;
  padding: 12px 20px;
  font-size: 20px;
}

.button-3.navigation.glossary {
  box-shadow: none;
  background-color: #fdbb6400;
  margin-right: 20px;
}

.button-3.navigation.glossary.w--current {
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-radius: 0;
}

.button-3.navigation.faq {
  box-shadow: none;
  background-color: #fff;
  margin-left: 20px;
}

.button-3.navigation.faq.w--current {
  box-shadow: none;
  background-color: #fdbb6400;
  border-bottom: 2px solid #000;
  border-radius: 0;
  text-decoration: none;
}

.button-3.navigation.log-in {
  box-shadow: none;
  background-color: #fdbb6400;
}

.button-copy-3 {
  background-color: var(--midnight-blue-4);
  color: #333a4b;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding: 16px 24px;
  font-family: Fontsfree net segoe ui, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 1px 1px 6px #00000014;
}

.button-copy-3.blue {
  color: #fff;
  text-transform: capitalize;
  background-color: #1c2e49;
  max-width: 275px;
  font-family: Seguisb, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button-copy-3.blue:hover {
  background-color: #0f2764;
}

.button-copy-3.nav {
  margin-left: 20px;
  padding: 12px 25px;
}

.button-copy-3.nav:hover {
  background-color: #9abbbb;
}

.button-copy-3.transparent {
  background-color: #0f1c3e00;
  border: 1px solid #fff;
  font-style: normal;
  transition: border-color .3s, background-color .3s;
}

.button-copy-3.transparent:hover {
  border-color: var(--royal-blue);
  color: #000;
  background-color: #fff;
}

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

.button-copy-3.light:hover {
  background-color: #e6e6e6;
}

.button-copy-3.navigation {
  margin-right: 20px;
  padding: 12px 20px;
  font-size: 20px;
}

.button-copy-3.navigation.glossary {
  box-shadow: none;
  background-color: #fdbb6400;
  margin-right: 20px;
}

.button-copy-3.navigation.glossary.w--current {
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-radius: 0;
}

.button-copy-3.navigation.faq {
  box-shadow: none;
  background-color: #fff;
  margin-left: 20px;
}

.button-copy-3.navigation.faq.w--current {
  box-shadow: none;
  background-color: #fdbb6400;
  border-bottom: 2px solid #000;
  border-radius: 0;
  text-decoration: none;
}

.button-copy-3.navigation.log-in {
  box-shadow: none;
  background-color: #fdbb6400;
}

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

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

  .grid.sub {
    grid-template-columns: 1.25fr;
  }

  .content-wrapper.center-mobile {
    text-align: center;
  }

  .content-wrapper.limit {
    margin-top: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.bottom-padding {
    padding-bottom: 75px;
  }

  .section.bottom-padding.extra {
    padding-top: 75px;
  }

  .section._0-top.bottom-padding, .section.alt.bottom-padding {
    padding-bottom: 75px;
  }

  .section.form-1 {
    background-image: linear-gradient(185deg, var(--midnight-blue-4) 59.9%, white 60%);
  }

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

  .grid-4 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 50px;
  }

  .nav-link {
    text-align: center;
    display: block;
  }

  .nav-link.w--current {
    display: block;
  }

  .nav-link.desktop-only {
    display: none;
  }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer-card._20 {
    margin-top: -20px;
  }

  .footer-title.hide {
    display: none;
  }

  .nav-menu {
    background-color: #000;
  }

  .hero-image {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand {
    margin-right: auto;
  }

  .submit-button-2._50 {
    width: 100%;
  }

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

  .menu-button {
    background-color: #0000;
    margin-left: auto;
  }

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

  .quote-container {
    margin-bottom: 50px;
  }

  .block-quote {
    font-size: 30px;
    line-height: 45px;
  }

  .box-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1.5fr;
  }

  .grid-5, .features-grid, .features-grid._2 {
    grid-template-columns: 1fr;
  }

  .features-grid.double {
    grid-column-gap: 35px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .features-grid.five {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .features-grid.five.hide {
    display: none;
  }

  .features-grid.five.mobile {
    display: grid;
  }

  .features-grid.margin {
    grid-template-columns: 1fr 1fr;
  }

  .features-grid.margin.hide {
    display: none;
  }

  .feature-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5 {
    margin-left: 0;
    display: flex;
  }

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

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

  .blue-slider {
    width: 100%;
    height: 60%;
  }

  .services-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 75px;
  }

  .features-grid-copy, .features-grid-copy._2 {
    grid-template-columns: 1fr;
  }

  .contact-card, .industry-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .review-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 75px;
  }

  .site-image {
    width: 100%;
  }

  .hero-wrapper.center-mobile {
    text-align: center;
  }

  .div-block-12 {
    flex-direction: column;
    margin-top: 43px;
    margin-bottom: 44px;
  }

  .text-block-4 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-4.mobile, .div-block-13 {
    display: block;
  }

  .div-block-13-copy {
    margin-bottom: -34px;
    display: block;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .image-12 {
    margin-top: 0%;
  }

  .main-grid, .main-grid._2, .main-grid.iphone, .main-grid.form-slide-1 {
    grid-template-columns: 1fr;
  }

  .cntent-wrapper._12 {
    margin-left: 0;
  }

  .margin {
    margin-bottom: 32px;
  }

  .margin._24 {
    margin-bottom: 4px;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
  }

  .div-block-20 {
    padding-top: 20px;
    padding-left: 10%;
  }

  .slide-nav-3 {
    width: 100%;
    padding-right: 0;
    inset: auto 0% -7%;
  }

  .icons {
    width: 50px;
  }

  .image-16 {
    margin-bottom: 12px;
  }

  .link-block {
    margin-top: 12px;
  }

  .columns {
    flex-direction: column;
  }

  .nav-menu-2 {
    background-color: var(--midnight-blue-4);
  }

  .ipad-video-wrapper {
    padding-top: 23px;
    padding-right: 23px;
  }

  .slide-nav-5 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .splide.splide2 {
    width: 100%;
  }

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

  .splide__slide {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10em;
  }

  .wg-element, .wg-element-2 {
    width: 50%;
  }

  .div-block-32, .div-block-33, .div-block-34, .div-block-35 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-copy.navigation-copy {
    display: none;
  }

  .wg-element-3 {
    width: 50%;
  }

  .text-block-4-copy {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-4-copy.mobile {
    font-size: 23px;
    display: block;
  }

  .text-block-4-1 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-4-1.mobile {
    font-size: 45px;
    display: block;
  }

  .text-block-4-copy-copy {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-4-copy-copy.mobile {
    font-size: 23px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.iphone {
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .content-wrapper.ipad {
    align-items: stretch;
    min-height: auto;
    display: flex;
    position: relative;
  }

  .button.navigation {
    display: none;
  }

  .features-card {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .features-image {
    margin-bottom: -10px;
    margin-left: 0;
  }

  .image {
    margin-left: 0;
  }

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

  .grid-4 {
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: 35px;
  }

  .grid-4._0 {
    margin-bottom: 0;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer {
    padding-top: 50px;
  }

  .why-v3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .footer-grid {
    grid-row-gap: 25px;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer-card {
    justify-content: center;
    align-items: center;
  }

  .footer-card._20 {
    margin-top: -25px;
  }

  .hero-image {
    height: 400px;
  }

  .brand {
    padding-left: 0;
  }

  .contact-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .contact-field {
    margin-bottom: 0;
  }

  .contact-container {
    margin-top: 50px;
    padding: 0;
  }

  .card {
    flex-direction: column;
  }

  .feature-card.support {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5 {
    display: block;
  }

  .button-wrapper._32-margin {
    margin-top: 50px;
  }

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

  .illustration {
    width: 60%;
  }

  .contact-card.support, .industry-card.support {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrap {
    margin-top: 50px;
  }

  .card-image {
    width: 100%;
  }

  .div-block-15 {
    width: 100%;
    padding: 24px;
  }

  .div-block-17 {
    padding-left: 41px;
  }

  .div-block-20 {
    padding-top: 14px;
  }

  .div-block-22 {
    padding-bottom: 70px;
    padding-left: 11px;
    padding-right: 8px;
  }

  .image-14 {
    width: 400px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .image-15 {
    width: 250px;
  }

  .div-block-23 {
    margin-bottom: -20px;
    margin-right: 0;
  }

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

  .div-block-25 {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .link-block.w--current {
    margin-top: 12px;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .previous {
    z-index: 6;
    position: fixed;
  }

  .previous-button {
    color: #070707;
  }

  .form-wrap-full {
    width: 90%;
  }

  .next {
    z-index: 6;
    position: fixed;
  }

  .form12_checkbox_field {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .form-content {
    width: 90%;
  }

  .form-wrapper {
    width: 100%;
  }

  .div-block-28 {
    flex: none;
  }

  .ipad-video-wrapper {
    padding: 13px 13px 14px 16px;
  }

  .wg-toggle-1-switch.ts-large {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .wg-element, .wg-element-2 {
    width: 100%;
  }

  .div-block-33 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-34, .div-block-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-copy.navigation-copy {
    margin-bottom: 20px;
    display: inline-block;
  }

  .hidden-form {
    width: 100%;
  }

  .form-content-bme {
    width: 90%;
  }

  .wg-element-3 {
    width: 100%;
  }

  .button-copy.navigation, .button-3.navigation, .button-copy-3.navigation {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 25px;
    line-height: 35px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-section {
    padding-top: 125px;
  }

  .hero-section.sub, .hero-section.about {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .full-container.nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .content-wrapper.limit {
    width: 90%;
  }

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

  .main-paragraph.big {
    font-size: 18px;
    line-height: 26px;
  }

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

  .main-paragraph.yellow {
    color: #fff000;
  }

  .main-paragraph.quote {
    line-height: 28px;
  }

  .button.nav {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .button.nav:hover {
    background-color: #d3d3d3;
  }

  .button.navigation {
    text-align: center;
    margin-bottom: 20px;
    display: none;
  }

  .section {
    padding-bottom: 75px;
  }

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

  .section.form-1 {
    background-image: linear-gradient(185deg, var(--midnight-blue-4) 69.5%, white 70%);
  }

  .image {
    height: 300px;
  }

  .grid-4 {
    margin-bottom: 0;
  }

  .price-card {
    padding: 24px;
  }

  .pricing {
    font-size: 45px;
  }

  .div-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-card {
    max-width: 250px;
  }

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

  .press-card {
    max-width: 150px;
  }

  .waitlist-container {
    padding: 35px 25px;
  }

  .form {
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
  }

  .footer {
    display: block;
  }

  .div-block-3 {
    margin-bottom: 10px;
  }

  .feature-title {
    font-size: 20px;
    line-height: 25px;
  }

  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo {
    width: 150px;
  }

  .nav-link {
    font-size: 14px;
    line-height: 14px;
    display: none;
  }

  .footer-grid {
    grid-row-gap: 0px;
  }

  .footer-card {
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 16px;
  }

  .footer-link._0 {
    margin-bottom: 0;
  }

  .divider.light {
    margin-bottom: 75px;
  }

  .hero-image {
    width: 100%;
    height: 300px;
  }

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .brand {
    margin-right: auto;
  }

  .submit-button-2 {
    margin-top: 0;
  }

  .submit-button-2._50 {
    height: 56px;
  }

  .contact-grid {
    grid-row-gap: 0px;
    align-items: start;
  }

  .contact-field {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .contact-block {
    margin-bottom: 0;
  }

  .text-field-large {
    font-size: 16px;
  }

  .quote-container {
    padding: 10px;
  }

  .block-quote {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-4 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 15px;
  }

  .small-paragraph.big {
    font-size: 16px;
    line-height: 24px;
  }

  .features-grid.five.mobile {
    grid-template-columns: 1fr;
  }

  .feature-card {
    max-width: 300px;
    padding: 0;
  }

  .feature-card._2 {
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 400px;
    max-width: none;
    height: 400px;
  }

  .feature-card._3 {
    max-width: none;
    height: 400px;
  }

  .feature-card._4 {
    background-position: 0 0, 50% 0;
    background-size: auto, 500px;
    max-width: none;
    height: 400px;
  }

  .feature-image {
    height: 200px;
  }

  .div-block-5 {
    margin-right: 0;
    display: block;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .center-wrapper {
    margin-bottom: 40px;
  }

  .illustration {
    width: 80%;
  }

  .heading-2 {
    font-size: 25px;
  }

  .blue-slider {
    height: 80%;
  }

  .text-block {
    font-size: 30px;
  }

  .services-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .values-header {
    font-size: 22px;
    line-height: 30px;
  }

  .values-header.blue {
    font-size: 20px;
  }

  .contact-card, .industry-card {
    max-width: 300px;
  }

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

  .question-title {
    flex: 1;
    font-size: 16px;
    line-height: 20px;
  }

  .industry-image {
    height: 200px;
  }

  .div-block-10 {
    padding: 0 20px 20px;
  }

  .h2-small {
    font-size: 24px;
    line-height: 32px;
  }

  .review-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .site-image {
    height: 350px;
  }

  .price {
    font-size: 35px;
  }

  .image-10 {
    width: 150px;
  }

  .div-block-12 {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 25px;
  }

  .text-block-4 {
    display: none;
  }

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

  .div-block-13 {
    margin-bottom: -13px;
    display: block;
  }

  .div-block-13-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 10px;
    display: none;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .main-grid._2 {
    transition: opacity .2s;
  }

  .card-image {
    height: 225px;
    transition: opacity .4s;
    transform: translate(0);
  }

  .testimonial-card {
    padding: 24px;
  }

  .div-block-16 {
    flex: none;
    width: 60px;
    height: 60px;
    padding: 12px;
  }

  .div-block-18 {
    margin-bottom: -10px;
  }

  .brand-2 {
    margin-right: auto;
  }

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

  .card-paragraph.big {
    font-size: 18px;
    line-height: 26px;
  }

  .card-paragraph.white {
    font-size: 16px;
  }

  .card-paragraph.yellow {
    color: #fff000;
  }

  .slider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .slide-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-img._50-r-m {
    margin-right: 100px;
  }

  .div-block-20 {
    padding-top: 8px;
  }

  .div-block-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-9 {
    display: none;
  }

  .image-16 {
    width: 200px;
  }

  .div-block-23 {
    width: 100px;
    height: 100px;
    padding: 8px;
  }

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

  .heading-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .link-block {
    margin-top: 12px;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .field-input.color._20 {
    margin-bottom: 16px;
  }

  .previous {
    max-width: 75px;
    display: flex;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .submit-button-3 {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slider-3 {
    height: auto;
  }

  .form-wrap-full {
    width: 100%;
  }

  .form12_checkbox_field {
    width: 31%;
    min-width: auto;
    height: 130px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 100px;
    padding: 50px 10px;
  }

  .slider-content-wrap.last {
    padding-bottom: 0;
  }

  .form-content {
    width: 100%;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .checkbox-title {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
    line-height: 14px;
  }

  .column-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }

  .grid-7._2, .grid-7._3 {
    margin-bottom: 16px;
  }

  .checkbox-field-2 {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .div-block-30 {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .ipad-video-wrapper {
    padding: 3% 3% 2%;
  }

  .image-21 {
    width: 50px;
  }

  .splide.splide2 {
    height: 450px;
  }

  .splide__slide {
    padding-bottom: 2em;
  }

  .wg-element {
    height: 25vh;
  }

  .wg-element-2 {
    margin-right: 0;
    display: none;
  }

  .wg-selector-2.s2, .wg-selector-2.s1, .wg-selector-2.s2, .wg-selector-2.s1 {
    padding: 8px;
  }

  .paragraph-3 {
    color: var(--midnight-blue-4);
    text-align: justify;
  }

  .div-block-32, .div-block-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-5, .paragraph-6 {
    text-align: justify;
  }

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

  .paragraph-7 {
    text-align: justify;
  }

  .button-copy {
    display: block;
  }

  .button-copy.navigation-copy {
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
  }

  .div-block-36 {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 25px;
  }

  .div-block-37 {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-6 {
    flex-wrap: wrap;
    display: block;
  }

  .search-block {
    z-index: 100;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .glossary-entry.visible.expanded.starthide {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .gloss-heading {
    font-size: 18px;
    line-height: 22px;
  }

  .filter-letter {
    font-size: 23px;
  }

  .rich-text-block {
    font-size: 13px;
  }

  .scroll-area {
    height: auto;
    margin-top: 0;
    padding-top: 150px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .list-block {
    position: static;
  }

  .div-block-41 {
    background-image: linear-gradient(to top, #fff 23%, #0000 50%);
  }

  .field-input-dropdown.color._20 {
    margin-bottom: 16px;
  }

  .search-block-2 {
    z-index: 100;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .list-block-2 {
    position: static;
  }

  .scroll-area-2 {
    height: auto;
    margin-top: 0;
    padding-top: 150px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-44 {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-7, .section-8 {
    flex-wrap: wrap;
    display: block;
  }

  .list-block-3 {
    position: static;
  }

  .scroll-area-3 {
    height: auto;
    margin-top: 0;
    padding-top: 150px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-46 {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .gloss-heading-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-47 {
    background-image: linear-gradient(to top, #fff 23%, #0000 50%);
  }

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

  .main-paragraph-copy.big {
    font-size: 18px;
    line-height: 26px;
  }

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

  .main-paragraph-copy.yellow {
    color: #fff000;
  }

  .main-paragraph-copy.quote {
    line-height: 28px;
  }

  .form-content-bme {
    width: 100%;
  }

  .nfa-logo {
    margin-top: -7px;
    margin-left: -15px;
    padding: 17px;
  }

  .wg-element-3 {
    margin-right: 0;
    display: none;
  }

  .matfoxx-ico {
    width: 4rem;
    transform: translate(0, 2rem);
  }

  .matfoxx-ico.active {
    transform: translate(0, 1.5rem);
  }

  .fox-bubble {
    bottom: 2.5rem;
    right: 5rem;
  }

  .chat-window {
    opacity: 0;
    border-bottom-right-radius: .7rem;
    width: calc(100% - 2rem);
    height: 450px;
    bottom: 5rem;
    right: 1rem;
    overflow: hidden;
  }

  .chat-header {
    padding: .9rem;
  }

  .white-poly {
    display: none;
  }

  .div-block-53 {
    border-bottom-right-radius: .7rem;
  }

  .button-copy.nav {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .button-copy.nav:hover {
    background-color: #d3d3d3;
  }

  .button-copy.navigation {
    text-align: center;
    margin-bottom: 20px;
    display: none;
  }

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

  .text-block-4-copy {
    display: none;
  }

  .text-block-4-copy.mobile {
    font-size: 28px;
  }

  .text-block-4-1 {
    display: none;
  }

  .text-block-4-1.mobile {
    font-size: 28px;
  }

  .text-block-4-copy-copy {
    display: none;
  }

  .text-block-4-copy-copy.mobile {
    font-size: 14px;
  }

  .button-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3.nav {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .button-3.nav:hover {
    background-color: #d3d3d3;
  }

  .button-3.navigation {
    text-align: center;
    margin-bottom: 20px;
    display: none;
  }

  .button-copy-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-copy-3.nav {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .button-copy-3.nav:hover {
    background-color: #d3d3d3;
  }

  .button-copy-3.navigation {
    text-align: center;
    margin-bottom: 20px;
    display: none;
  }

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

  .bold-text-3 {
    font-size: 32px;
  }
}

#w-node-_35f734c5-977d-0357-85c2-cd5fdece3d94-7a8fa099, #w-node-_058bd416-b40e-e9d5-6664-a6ad12d353ba-7a8fa099, #w-node-_0df615d2-1cc9-f27c-4a54-a9610bc916fa-7a8fa099, #w-node-c3f6291d-9240-d192-df1d-af9c8a82fb1d-7a8fa099, #w-node-fc6aad6d-ac33-a0cc-9f50-3b7b6ccf8057-7a8fa099, #w-node-f94e1211-bd69-9283-90be-e333815f9dea-7a8fa099, #w-node-_2057c0d7-7b71-0ec9-3ec6-109d189dec31-7a8fa099, #w-node-_3e957b1c-1641-c5c2-3ba1-4cf1fc412e74-7a8fa099, #w-node-f01e83b3-664a-8d12-24b9-d3dff141db45-7a8fa099, #w-node-_207559de-ee98-1525-ed96-5841b936acd4-7a8fa099, #w-node-_0f6c104e-0e48-b249-c7e2-9e3f585176b2-7a8fa099, #w-node-aeb55537-132f-06ba-93ff-9df41ade3f33-7a8fa099, #w-node-_4b7d8258-6c87-f695-071e-cb5095e37b98-7a8fa099, #w-node-_82180910-eec6-e19d-f9fc-03b912f0b291-7a8fa099, #w-node-af4067b0-cf31-c099-c6e3-d31f99713682-7a8fa099, #w-node-af4067b0-cf31-c099-c6e3-d31f99713687-7a8fa099, #w-node-e33054b4-9fcc-1c1d-b86e-4b0ca2b786f8-7a8fa099, #w-node-e33054b4-9fcc-1c1d-b86e-4b0ca2b786fd-7a8fa099, #w-node-_92874a4d-692e-09c1-de7d-62c006fb374b-7a8fa099, #w-node-_92874a4d-692e-09c1-de7d-62c006fb3750-7a8fa099, #w-node-_21de83a3-1b09-2217-5ea3-d5405b43f925-7a8fa099, #w-node-baa0c476-fc2a-0d67-e849-5e97ac7d3d3c-7a8fa099, #w-node-a0385156-ecdc-c24e-45eb-50674a8ff92c-7a8fa099, #w-node-baa0c476-fc2a-0d67-e849-5e97ac7d3d3d-7a8fa099, #w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fba-dbdd670a, #Anrede-5.w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fbb-dbdd670a, #Language.w-node-_0048e5a9-3ef7-b84d-df81-ad37aa38f45a-dbdd670a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Bemerkung-4.w-node-_97e41685-6856-a69a-24ce-13bfad8789af-dbdd670a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7e029253-888a-1cf2-8f29-dd680a26c35d-7a8fa11b, #w-node-_205fa8fa-21b5-d0b9-af31-0b0e909fd39d-7a8fa11b, #w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fba-7a8fa134, #Anrede-5.w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fbb-7a8fa134, #Language.w-node-c5b2e429-e175-8b19-eb21-cb2626f95703-7a8fa134 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Bemerkung-4.w-node-_97e41685-6856-a69a-24ce-13bfad8789af-7a8fa134 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fba-e103338d, #Anrede-5.w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fbb-e103338d, #Language.w-node-_933277f5-24b0-540e-f82b-573fce88c7b7-e103338d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Bemerkung-4.w-node-_97e41685-6856-a69a-24ce-13bfad8789af-e103338d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fba-390efa45, #Anrede-5.w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fbb-390efa45, #Language.w-node-d6497b16-9108-9bd4-f832-0e34576f2e66-390efa45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Bemerkung-4.w-node-_97e41685-6856-a69a-24ce-13bfad8789af-390efa45 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fba-c03496bb, #Anrede-5.w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fbb-c03496bb, #Language.w-node-_3686e3d5-099f-b61c-c92d-1f70827123bd-c03496bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Bemerkung-4.w-node-_97e41685-6856-a69a-24ce-13bfad8789af-c03496bb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fba-a95ccabd, #Anrede-5.w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fbb-a95ccabd, #Language.w-node-_3686e3d5-099f-b61c-c92d-1f70827123bd-a95ccabd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Bemerkung-4.w-node-_97e41685-6856-a69a-24ce-13bfad8789af-a95ccabd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fba-90b001c2, #Anrede-5.w-node-e64f0943-48f7-612b-7610-2b1d1f3b9fbb-90b001c2, #Language.w-node-_933277f5-24b0-540e-f82b-573fce88c7b7-90b001c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Bemerkung-4.w-node-_97e41685-6856-a69a-24ce-13bfad8789af-90b001c2 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_21de83a3-1b09-2217-5ea3-d5405b43f925-7a8fa099 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-baa0c476-fc2a-0d67-e849-5e97ac7d3d3c-7a8fa099, #w-node-a0385156-ecdc-c24e-45eb-50674a8ff92c-7a8fa099 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


