@font-face {
  font-family: Alkes;
  src: url('../fonts/Fontfabric---Alkes-Bold.eot') format("embedded-opentype"), url('../fonts/Fontfabric---Alkes-Bold.woff') format("woff"), url('../fonts/Fontfabric---Alkes-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alkes;
  src: url('../fonts/Fontfabric---Alkes-Semibold.eot') format("embedded-opentype"), url('../fonts/Fontfabric---Alkes-Semibold.woff') format("woff"), url('../fonts/Fontfabric---Alkes-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alkes;
  src: url('../fonts/Fontfabric---Alkes-Regular.eot') format("embedded-opentype"), url('../fonts/Fontfabric---Alkes-Regular.woff') format("woff"), url('../fonts/Fontfabric---Alkes-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alkes;
  src: url('../fonts/Fontfabric---Alkes-Light.eot') format("embedded-opentype"), url('../fonts/Fontfabric---Alkes-Light.woff') format("woff"), url('../fonts/Fontfabric---Alkes-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-Black.eot') format("embedded-opentype"), url('../fonts/Akrobat-Black.woff') format("woff"), url('../fonts/Akrobat-Black.ttf') format("truetype"), url('../fonts/Akrobat-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-Bold.eot') format("embedded-opentype"), url('../fonts/Akrobat-Bold.woff') format("woff"), url('../fonts/Akrobat-Bold.ttf') format("truetype"), url('../fonts/Akrobat-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-ExtraBold.eot') format("embedded-opentype"), url('../fonts/Akrobat-ExtraBold.woff') format("woff"), url('../fonts/Akrobat-ExtraBold.ttf') format("truetype"), url('../fonts/Akrobat-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-SemiBold.eot') format("embedded-opentype"), url('../fonts/Akrobat-SemiBold.woff') format("woff"), url('../fonts/Akrobat-SemiBold.ttf') format("truetype"), url('../fonts/Akrobat-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-50: #f9f9fb;
  --primary-800: #213f5c;
  --primary-600: #42698f;
  --neutral-800: #333439;
  --neutral-100: #f4f4f6;
  --pure-white: white;
  --secondary-800: #0093e6;
  --primary-100: #c8e1f9;
  --secondary-600: #1ab2ff;
  --tertiary-800: #a82328;
  --tertiary-600: #c95155;
  --neutral-500: #818388;
  --neutral-300: #d9d9db;
  --accent-purple: #7b61ff;
  --blue-50: #ebf4fd;
  --neutral-700: #4c4e54;
  --primary-200: #a2ccf5;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--neutral-50);
  color: #333439;
  font-family: Alkes, Georgia, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

h1 {
  color: var(--primary-800);
  letter-spacing: -.1rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Akrobat, Impact, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 43px;
}

h2 {
  color: var(--primary-800);
  letter-spacing: -.04rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Akrobat, Impact, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 35px;
}

h3 {
  color: var(--primary-600);
  letter-spacing: -.04rem;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Akrobat, Impact, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 23px;
}

h4 {
  color: var(--primary-800);
  letter-spacing: -.03rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  color: var(--primary-800);
  letter-spacing: -.015rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

h6 {
  color: var(--primary-600);
  letter-spacing: -.015rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

p {
  color: var(--neutral-800);
  margin-bottom: 32px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

li {
  margin-bottom: 6px;
}

.page-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.nav {
  z-index: 101;
  justify-content: space-between;
  width: 94%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: absolute;
  inset: 1em 0 auto;
}

.nav-logo {
  align-self: center;
}

.body {
  background-color: var(--neutral-50);
}

.hero {
  background-color: var(--neutral-100);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.hero.plat {
  background-image: url('../images/hero-bg-texture-min.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  min-height: 100vh;
}

.width-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 94%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.width-wrapper.ar-z {
  z-index: 3;
}

.guide-wrapper {
  z-index: -1;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.desktop-guide-grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 94%;
  max-width: 1280px;
}

.guide-column {
  background-color: #ffaa0014;
}

.nav-btn {
  height: 32px;
  color: var(--primary-800);
  cursor: pointer;
  background-color: #0000;
  border-bottom: 3px solid #213f5c00;
  margin-left: 16px;
  margin-right: 16px;
  padding: 9px 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  transition: all .3s cubic-bezier(.795, .114, .409, .985);
}

.nav-btn:hover {
  border-bottom-color: #213f5c;
}

.nav-btn.w--current {
  border-bottom-color: var(--secondary-800);
}

.blue-arch {
  z-index: -1;
  background-color: var(--primary-100);
  opacity: .75;
  filter: blur(1px);
  border-bottom-right-radius: 300px;
  border-bottom-left-radius: 300px;
  width: 600px;
  height: 700px;
  position: absolute;
  inset: -10.1em -2% auto auto;
}

.h1s {
  letter-spacing: -.04rem;
  font-size: 38px;
  line-height: 35px;
}

.d2 {
  font-size: 58px;
  line-height: 50px;
}

.d1 {
  font-size: 68px;
  line-height: 58px;
}

.h2s {
  font-size: 30px;
  line-height: 28px;
}

.h2s.add-bp-24 {
  margin-bottom: 24px;
}

.h3s {
  letter-spacing: -.02rem;
  font-size: 20px;
  line-height: 19px;
}

.h4s {
  font-size: 22px;
  line-height: 27px;
}

.h5s {
  font-size: 18px;
  line-height: 23px;
}

.h6s {
  font-size: 15px;
  line-height: 19px;
}

.h6s.btn {
  color: var(--neutral-50);
  margin-top: 0;
  margin-bottom: 0;
}

.blue-accent {
  color: var(--secondary-800);
}

.guide-section {
  align-items: flex-start;
  height: 90vh;
  margin-top: 0;
  padding-top: 5em;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.style-spacing {
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

.button {
  background-color: var(--primary-800);
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  align-items: center;
  padding: 12px 16px 12px 24px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.801, .001, .298, 1.001);
  display: flex;
  transform: translate(0);
  box-shadow: 0 6px 4px -4px #213f5c66;
}

.button:hover {
  background-color: var(--primary-600);
  transform: translate(0, -2px);
  box-shadow: 0 12px 16px -4px #213f5c66;
}

.button.blue {
  background-color: var(--secondary-800);
}

.button.blue:hover {
  background-color: var(--secondary-600);
}

.button.blue.hero-pad {
  margin-top: 24px;
}

.button.cta {
  background-color: var(--tertiary-800);
  padding-left: 32px;
  padding-right: 32px;
  box-shadow: 0 3px 6px -2px #f86d73cc, -1px 10px 24px -4px #f86d7399;
}

.button.cta:hover {
  background-color: var(--tertiary-600);
  box-shadow: 1px 4px 8px #f86d73cc, 0 16px 24px #f86d7399;
}

.button.sec {
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.center {
  padding-left: 32px;
  padding-right: 32px;
}

.button.add-side-pad {
  padding-left: 48px;
  padding-right: 40px;
}

.button.no-icon {
  padding: 16px 40px;
}

.button.no-icon.off-white:hover {
  background-color: var(--primary-100);
}

.button.center-text {
  justify-content: center;
}

.btn-icon {
  margin-left: 8px;
}

.btn-icon.rotate-90 {
  transform: rotate(90deg);
}

.style-grid {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  display: grid;
}

.style-title {
  color: var(--neutral-500);
  text-align: right;
  font-size: 15px;
}

.btn {
  color: var(--neutral-50);
  margin-top: 0;
  margin-bottom: 0;
}

.hero-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 800px;
  display: flex;
}

.hero-spread {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  margin-top: 86px;
  display: flex;
  position: relative;
}

.hero-device {
  z-index: 100;
  background-image: url('../images/home-screen-jen-ns-01w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 350px;
  width: 350px;
  height: 712px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.hero-cards {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 72px;
  display: flex;
  position: relative;
}

.hero-cards.right {
  justify-content: flex-start;
}

.hero-card-img {
  margin-left: 12px;
  margin-right: 12px;
}

.hero-card-img._03 {
  transform: translate(0, -112px);
}

.hero-card-img._02 {
  transform: translate(0);
}

.hero-card-img._01, .hero-card-img._04 {
  transform: translate(0, -64px);
}

.hero-card-img._05 {
  transform: translate(0, -142px);
}

.hero-card-img._06 {
  transform: translate(0, -24px);
}

.about-section {
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.content-flex {
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template: "_7-grid _7-grid _7-grid _7-grid _7-grid _7-grid _7-grid _5-grid _5-grid _5-grid _5-grid"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-wrapper.padding {
  padding-top: 5em;
  padding-bottom: 5em;
}

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

.content-wrapper.platform-pad {
  padding-top: 4em;
  padding-bottom: 4em;
}

.content-wrapper.vert-center-align {
  justify-content: center;
}

.content-wrapper.audio-padding {
  padding-top: 8em;
  padding-bottom: 8em;
}

.text-field {
  border: .5px solid var(--neutral-300);
  border-radius: 8px;
  height: 48px;
  box-shadow: 0 1px 1px #0000000f, 3px 3px 8px #0000000f;
}

.text-field.area {
  height: 90px;
}

.text-field.form-pad {
  margin-bottom: 24px;
}

.text-field.dropdown {
  background-color: var(--pure-white);
}

.early-access-form {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.map {
  background-image: none;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.bg-blue {
  background-color: var(--primary-100);
  width: 100%;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 10em;
  padding-bottom: 10em;
}

.map-img {
  position: absolute;
  inset: -18% 3% 0% auto;
}

.card {
  background-color: var(--pure-white);
  padding-top: 2em;
  padding-bottom: 8em;
  position: relative;
}

.audio {
  background-color: var(--neutral-100);
}

.content-grid-left {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template: "Content-Left Content-Left Content-Left Content-Left Content-Left Image-Right Image-Right Image-Right Image-Right Image-Right Image-Right Image-Right"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.audio-bg-img {
  background-image: url('../images/history-card-mock-02-s-min.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5%;
  margin-left: 12%;
  margin-right: 12%;
}

.main-section {
  background-color: var(--pure-white);
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.hidden-bg {
  background-image: url('../images/train-mockup-hidden-history-03w.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.hidden {
  padding-top: 8em;
  padding-bottom: 8em;
}

.hidden-grid {
  grid-row-gap: 32px;
  grid-template: "Content Content Content Content"
                 "Feat-1 Feat-2 Feat-3 Feat-4"
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1280px;
}

.content-center {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.feature-block {
  border: 1px solid var(--neutral-100);
  background-color: var(--pure-white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px;
  transition: all .35s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 8px 24px -8px #0000001a;
}

.feature-block:hover {
  box-shadow: 0 20px 28px -8px #00000026;
}

.icon {
  margin-top: 8px;
  margin-bottom: 8px;
}

.small {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
}

.button-wrap {
  margin-top: 24px;
}

.contact {
  background-color: var(--primary-100);
  padding-top: 8em;
  padding-bottom: 8em;
}

.contact.gray-bg {
  background-color: var(--neutral-100);
}

.contact.hide {
  display: block;
}

.content-width-wrapper {
  flex-direction: column;
  width: 80%;
  display: flex;
}

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

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--neutral-800);
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "logo content content content"
                       "logo copyright copyright copyright";
  width: 100%;
}

.footer-logo {
  opacity: .35;
}

.footer-text {
  opacity: .35;
  color: var(--neutral-50);
  flex: 1;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 14px;
}

.footer-text:hover {
  opacity: .8;
}

.footer-text.right-pad {
  margin-right: 24px;
}

.caption {
  font-size: 12px;
  line-height: 14px;
}

.caption.nav-foot-text {
  opacity: .35;
  color: var(--neutral-50);
  margin-right: 24px;
}

.caption.nav-foot-text:hover {
  opacity: .65;
}

.caption.sm {
  font-size: 11px;
  font-weight: 600;
  line-height: 13.5px;
}

.footer-nav-wrap {
  border-bottom: 1px solid #ffffff40;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.footer-nav {
  color: #ffffff59;
  align-self: center;
}

.footer-social {
  flex: 1;
  display: flex;
}

.social-link {
  opacity: .35;
  cursor: pointer;
  margin-left: 24px;
  transition: all .35s;
  transform: translate(0);
}

.social-link:hover {
  opacity: .6;
  transform: translate(0, -2px);
}

.copyright-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.copyright-links {
  align-self: stretch;
}

.doc {
  padding-top: 8em;
  padding-bottom: 8em;
}

.content-grid-right {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template: "image-left image-left image-left image-left image-left image-left image-left content-right content-right content-right content-right content-right"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.success-message {
  background-color: #c8e1f980;
  border: 1px solid #213f5c29;
  border-radius: 8px;
  padding: 24px;
}

.text-block {
  color: var(--primary-800);
}

.error-message {
  color: var(--tertiary-800);
  border-radius: 8px;
  margin-top: 24px;
  padding: 16px;
}

.card-img-mob {
  display: none;
}

.h5-hero {
  margin-top: 0;
}

.ar-section {
  z-index: 0;
  background-image: linear-gradient(to right, #0006, #0000001a 50%), url('../images/wilma-lot-blank-1600.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 601px;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ar-overlay {
  z-index: 1;
  background-image: url('../images/wilma-lot-blank-1600.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.invert-desktop-title-text, .invert-desktop-body-text {
  color: var(--neutral-100);
  text-shadow: 1px 1px 1px #0009;
}

.ar-mobile {
  display: none;
}

.ar-color-overlay {
  z-index: 2;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.nav-plat-login {
  background-color: var(--primary-600);
  letter-spacing: .1px;
  cursor: pointer;
  border-radius: 8px;
  margin-left: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 400;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 8px -6px #00000026;
}

.nav-plat-login:hover {
  background-color: #4b78a3;
  box-shadow: 0 8px 8px -6px #0000004d;
}

.platform {
  background-color: var(--primary-800);
  padding-top: 8em;
  padding-bottom: 8em;
}

.invert {
  color: var(--neutral-50);
}

.platform-interface-img {
  background-image: url('../images/macbook-story-list-mockup-04w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.invert-300 {
  color: var(--neutral-300);
}

.disclaimer {
  font-size: 11px;
  line-height: 14px;
}

.red {
  color: var(--tertiary-600);
}

.st-hero {
  background-color: var(--primary-800);
}

.white-text {
  color: #fff;
}

.ar-bg-img {
  background-image: url('../images/ar-view-wilma-ns-01-web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ar-blur-layer {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000003;
  position: absolute;
  inset: 0%;
}

.ar-lot-img-mobile {
  display: none;
}

.app-store-link {
  margin-top: 24px;
}

.app-store-link._120 {
  max-width: 120px;
}

.qr-block {
  z-index: 999;
  border: 5px solid var(--tertiary-800);
  width: 120px;
  color: var(--primary-800);
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px 8px;
  font-family: Akrobat, Impact, sans-serif;
  font-weight: 800;
  line-height: 17px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 1em auto auto 1em;
  transform: translate(-180px);
  box-shadow: 0 8px 16px -8px #0006;
}

.qr-text {
  font-size: 15px;
  line-height: 15px;
}

.display-01 {
  color: var(--secondary-800);
  letter-spacing: -.15rem;
  font-size: 4.5rem;
  line-height: 4rem;
}

.plat-hero-img-parent {
  position: relative;
}

.hero-color-pill {
  z-index: 0;
  background-color: var(--secondary-600);
  opacity: .1;
  border-radius: 12rem;
  width: 16rem;
  height: 26rem;
  position: absolute;
  inset: -2rem auto auto 0%;
}

.hero-color-pill.btm-right {
  background-color: var(--accent-purple);
  inset: auto 0% -2rem auto;
}

.plat-img-top {
  z-index: 1;
  width: 100%;
  position: relative;
}

.plat-section {
  padding-top: 8em;
  padding-bottom: 8em;
}

.plat-section.rem-bp-half {
  padding-bottom: 4em;
}

.plat-section.rem-tp-half {
  padding-top: 4em;
}

.plat-section.white-bg {
  background-color: var(--pure-white);
}

.plat-section.pricing {
  background-color: var(--blue-50);
}

.center-content {
  align-self: center;
  width: 79%;
}

.img-fill-container {
  width: 100%;
  height: 440px;
}

.img-fill-container.city-hall {
  background-image: url('../images/city-hall-overlay-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-fill-container.ar-phone {
  background-image: url('../images/ar-wilma-phone-mockup-web.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-fill-container.phone-mock {
  background-image: url('../images/3-phone-app-mock-01-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img-fill-container.story-wiz-ill {
  background-image: url('../images/historik-story-elements-014x.png');
  background-position: 50%;
  background-size: cover;
}

.img-fill-container.whitelable-ill {
  background-image: url('../images/illustration-event-world-014x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-banner {
  background-color: var(--primary-600);
  padding-top: 3em;
  padding-bottom: 3em;
}

.cta-flex-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  align-self: center;
  align-items: center;
  display: flex;
}

.lrg-akro {
  color: var(--pure-white);
  text-transform: uppercase;
  font-family: Akrobat, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.125em;
}

.off-white {
  background-color: var(--neutral-50);
  color: var(--primary-800);
}

.h3-large {
  color: var(--primary-800);
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 35px;
}

.pricing-content-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-content-block.add-tp {
  padding-top: 2em;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: stretch;
}

.pricing-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--pure-white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em 1.25em;
  display: flex;
  box-shadow: 0 16px 16px -8px #00000014;
}

.plan-name-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.popular-pill {
  background-color: var(--tertiary-800);
  color: var(--pure-white);
  border-radius: 12px;
  justify-content: center;
  padding: 3px .8em;
  display: flex;
}

.popular-pill.hide {
  display: none;
}

.sub-head {
  color: var(--primary-800);
  text-transform: uppercase;
  font-family: Akrobat, Impact, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 19px;
}

.sub-head.red-600 {
  color: var(--tertiary-600);
}

.plan-price-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-end;
  display: flex;
}

.display-02 {
  color: var(--primary-800);
  letter-spacing: -1px;
  font-family: Akrobat, Impact, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 50px;
}

.display-02.faded {
  opacity: .18;
}

.xsmall {
  font-size: 13px;
  line-height: 20px;
}

.neutral-700 {
  color: var(--neutral-700);
}

.divider {
  background-color: var(--neutral-300);
  align-self: stretch;
  height: 1px;
}

.plan-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.plan-item-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.plan-item-content {
  flex: 1;
  padding-top: 1px;
}

.semi {
  font-weight: 600;
}

.no-bm {
  margin-bottom: 0;
}

.disabled {
  color: var(--neutral-500);
  text-decoration: line-through;
}

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

.medium {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 19px;
}

.neutral-500 {
  color: var(--neutral-500);
}

.hide {
  display: none;
}

.price-fill {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.price-flex-pad {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.hero-text {
  color: var(--primary-800);
  letter-spacing: -.015rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

.inline {
  display: inline-block;
}

._48-lr-pad {
  padding-left: 48px;
  padding-right: 48px;
}

.hamburger {
  flex: none;
  align-self: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

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

.menu-icon {
  opacity: 1;
  position: absolute;
}

.mobile-nav-overlay {
  z-index: 100;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--blue-50);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 6.5em 1.5em 1.5em;
  display: none;
  position: absolute;
  inset: 0%;
}

.mobile-nav-link {
  color: var(--primary-800);
  font-size: 21px;
  line-height: 24px;
  text-decoration: none;
}

.mobile-link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.mobile-link-block.hide-contact {
  display: none;
}

.mobile-active-bar {
  background-color: var(--secondary-800);
  height: 3px;
}

.mobile-active-bar._0-percent {
  opacity: 0;
}

.annotate {
  color: var(--neutral-500);
  font-style: italic;
}

@media screen and (min-width: 1440px) {
  .nav, .width-wrapper {
    max-width: 1440px;
  }

  .desktop-guide-grid {
    grid-auto-flow: row;
    max-width: 1440px;
  }

  .content-wrapper.padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .text-field {
    box-shadow: 0 1px 1px #0000000f, 6px 6px 8px -4px #0000000d;
  }

  .map-img {
    top: -20%;
    right: 6%;
  }

  .audio-bg-img {
    margin-left: 17%;
    margin-right: 17%;
  }

  .hidden-bg {
    height: 800px;
  }

  .contact.gray-bg {
    background-color: var(--neutral-100);
  }

  .ar-section {
    min-height: 800px;
  }

  .center-content {
    width: 70%;
  }

  .img-fill-container {
    height: 480px;
  }

  .white-bg {
    background-color: var(--pure-white);
  }
}

@media screen and (min-width: 1920px) {
  .nav {
    width: 90%;
  }

  .hero {
    padding-top: 9em;
  }

  .hero.plat {
    background-color: var(--pure-white);
    background-image: linear-gradient(#fff3, #fff3), url('../images/hero-bg-texture-min.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    min-height: auto;
  }

  .width-wrapper {
    width: 90%;
    position: relative;
  }

  .desktop-guide-grid {
    width: 90%;
  }

  .hero-wrap {
    margin-bottom: 24px;
  }

  .content-wrapper.padding {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .map-img {
    right: 7.5%;
  }

  .audio-bg-img {
    margin-left: 20%;
    margin-right: 20%;
  }

  .hidden-bg {
    height: 900px;
  }

  .ar-section {
    min-height: 860px;
  }

  .nav-plat-login {
    background-color: var(--primary-600);
    cursor: pointer;
    border-radius: 8px;
    margin-left: 16px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    transition: all .3s ease-in-out;
  }

  .nav-plat-login:hover {
    background-color: #507fad;
  }

  .platform {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .platform-interface-img {
    background-size: cover;
    overflow: visible;
  }

  .img-fill-container {
    height: 540px;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    max-width: 990px;
  }

  .hero {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero.plat {
    min-height: 90vh;
  }

  .width-wrapper {
    width: 92%;
    max-width: 990px;
  }

  .desktop-guide-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 990px;
  }

  .guide-column.tablet {
    display: none;
  }

  .nav-btn {
    margin-left: 8px;
    margin-right: 8px;
  }

  .blue-arch {
    width: 500px;
    height: 600px;
  }

  .button.no-icon {
    flex: none;
  }

  .hero-wrap {
    width: 100%;
  }

  .hero-device {
    background-size: contain;
    height: 600px;
  }

  .hero-cards {
    margin-right: -120px;
  }

  .hero-cards.right {
    margin-left: -120px;
    margin-right: 0;
  }

  .about-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .content-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "_7-grid _7-grid _7-grid _5-grid _5-grid _5-grid";
  }

  .content-wrapper.padding {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-wrapper.platform-pad {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .map-img {
    width: 100%;
    position: static;
    right: 0%;
  }

  .card {
    padding-top: 6em;
    padding-bottom: 5em;
  }

  .content-grid-left {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Content-Left Content-Left Content-Left Image-Right Image-Right Image-Right";
  }

  .audio-bg-img {
    background-position: 50%;
    background-size: contain;
    margin-bottom: 0;
  }

  .main-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hidden-bg {
    height: 600px;
  }

  .hidden {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hidden-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "Content Content Content Content"
                         "Feat-1 Feat-1 Feat-2 Feat-2"
                         "Feat-3 Feat-3 Feat-4 Feat-4"
                         ". . . .";
  }

  .contact {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .content-width-wrapper {
    width: 90%;
  }

  .form-block {
    width: 100%;
  }

  .content-grid-right {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "image-right image-right image-right content-left content-left content-left";
  }

  .ar-section {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .ar-overlay {
    background-size: 125%;
  }

  .platform-interface-img {
    background-position: 0%;
    background-size: 720px;
    width: 120%;
  }

  .qr-block {
    display: none;
  }

  .display-01 {
    font-size: 3.5rem;
    line-height: 3.25rem;
  }

  .hero-color-pill {
    width: 8rem;
    height: 13rem;
  }

  .plat-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .plat-section.rem-bp-half {
    padding-bottom: 3em;
  }

  .plat-section.rem-tp-half {
    padding-top: 3em;
  }

  .img-fill-container {
    height: 360px;
  }

  .cta-flex-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
  }

  .lrg-akro {
    width: 50%;
  }

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

@media screen and (max-width: 767px) {
  .nav {
    width: 100%;
    max-width: none;
    padding-left: 32px;
    padding-right: 16px;
  }

  .hero.plat {
    min-height: 100vh;
  }

  .width-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop-guide-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
    padding-left: 39px;
    padding-right: 39px;
  }

  .blue-arch {
    width: 300px;
    height: 300px;
  }

  .d2.s {
    font-size: 48px;
    line-height: 42px;
  }

  .hero-spread {
    justify-content: center;
    margin-top: 60px;
  }

  .hero-device {
    height: 450px;
  }

  .hero-cards, .hero-cards.right {
    display: none;
  }

  .content-grid {
    grid-column-gap: 24px;
    grid-template: "_7-grid _7-grid _7-grid _5-grid _5-grid _5-grid"
                   ". . . . . ."
                   / 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
  }

  .content-wrapper.audio-padding {
    padding-top: 3em;
    padding-bottom: 6em;
  }

  .early-access-form {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bg-blue {
    width: 100%;
  }

  .grid {
    grid-column-gap: 24px;
    width: 100%;
  }

  .content-grid-left {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Content-Left Content-Left Content-Left Image-Right Image-Right Image-Right";
  }

  .audio-bg-img {
    margin-left: 0%;
    margin-right: 0%;
  }

  .hidden-bg {
    height: 300px;
  }

  .content-width-wrapper, .form-block {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "logo content content"
                         "logo copyright copyright";
  }

  .footer-nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-social {
    width: 100%;
  }

  .social-link {
    margin-left: 0;
    margin-right: 24px;
  }

  .copyright-wrap {
    width: 100%;
  }

  .card-img-desk {
    display: none;
  }

  .card-img-mob {
    display: block;
  }

  .ar-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .nav-plat-login {
    display: none;
  }

  .platform-interface-img {
    background-size: contain;
    width: auto;
  }

  .display-01 {
    font-size: 3.25rem;
    line-height: 3rem;
  }

  .hero-color-pill {
    width: 6rem;
    height: 9.5rem;
  }

  .plat-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .plat-section.rem-bp-half {
    padding-bottom: 2em;
  }

  .plat-section.rem-tp-half {
    padding-top: 2em;
  }

  .center-content {
    width: 100%;
  }

  .img-fill-container {
    height: 320px;
  }

  .cta-flex-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    width: 80%;
  }

  .lrg-akro {
    text-align: center;
    width: 100%;
  }

  .h3-large {
    font-size: 32px;
    line-height: 30px;
  }

  .pricing-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
    line-height: 30px;
  }

  .nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.plat {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .width-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop-guide-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .guide-column.mobile, .nav-element-container {
    display: none;
  }

  .blue-arch {
    border-bottom-right-radius: 180px;
    border-bottom-left-radius: 180px;
    width: 280px;
    height: 340px;
    right: -10%;
  }

  .button {
    justify-content: center;
    align-self: center;
    width: 90%;
    font-size: 19px;
  }

  .button.blue.sec.middle {
    margin-left: auto;
    margin-right: auto;
  }

  .button.blue.sec.full {
    width: 100%;
  }

  .button.blue.hero-pad {
    width: auto;
    min-width: 80%;
    max-width: 90%;
  }

  .button.cta {
    align-self: flex-start;
  }

  .button.sec {
    align-self: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.full, .button.medium.center-text {
    width: 100%;
  }

  .button.inline._48-lr-pad {
    text-align: center;
    width: 100%;
  }

  .hero-device {
    width: 100%;
    height: 540px;
  }

  .about-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-template-areas: "_7-grid"
                         "_5-grid";
  }

  .content-wrapper.padding {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .content-wrapper.platform-pad {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper.audio-padding {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .text-field {
    margin-bottom: 0;
    font-size: 17px;
  }

  .early-access-form {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .map-img {
    margin-bottom: 24px;
  }

  .card {
    padding-top: 5em;
    padding-bottom: 4em;
  }

  .audio {
    padding-top: 0;
  }

  .content-grid-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template: "Image-Right"
                   "Content-Left"
                   / 1fr;
    position: relative;
  }

  .content-grid-left.ar-img-up {
    margin-top: -220px;
  }

  .content-grid-left.hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .audio-bg-img {
    background-position: 50% 100%;
    background-size: 115%;
    height: 370px;
  }

  .main-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .hidden-bg {
    height: 280px;
  }

  .hidden {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .hidden-grid {
    grid-template: "Content"
                   "Feat-1"
                   "Feat-2"
                   "Feat-3"
                   "Feat-4"
                   "."
                   / 1fr;
  }

  .content-center.white-text.mobile-left {
    text-align: left;
  }

  .feature-block {
    width: 95%;
  }

  .contact {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .footer-grid {
    grid-template: "logo"
                   "content"
                   "copyright"
                   / 1fr;
    justify-items: center;
  }

  .footer-logo {
    margin-bottom: 16px;
  }

  .footer-text {
    text-align: center;
    flex: none;
  }

  .footer-text.right-pad, .caption.nav-foot-text {
    margin-right: 0;
  }

  .footer-nav-wrap {
    align-items: center;
  }

  .footer-nav {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
    display: flex;
  }

  .footer-social {
    justify-content: space-around;
    margin-top: 24px;
  }

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

  .copyright-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    display: flex;
  }

  .form-block-mobile {
    width: 100%;
  }

  .content-grid-right {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template: "image-right"
                   "content-left"
                   / 1fr;
  }

  .h5-hero {
    max-width: 280px;
  }

  .ar-section {
    background-image: linear-gradient(to bottom, var(--neutral-100), #e8e8eb);
    background-position: 0 0;
  }

  .ar-overlay {
    background-image: linear-gradient(#0000, #0000), url('../images/wilma-ar-mockup-01w.jpg');
    background-size: auto, cover;
    display: none;
  }

  .ar-overlay.mobile {
    z-index: 0;
    filter: none;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    display: block;
  }

  .invert-desktop-title-text {
    color: var(--primary-800);
    text-shadow: none;
  }

  .invert-desktop-body-text {
    color: var(--neutral-800);
    text-shadow: none;
  }

  .ar-mobile {
    z-index: 0;
    background-image: url('../images/wilma-lot-blank-1600.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    display: block;
    position: relative;
  }

  .ar-color-overlay {
    display: none;
  }

  .platform-interface-img {
    background-position: 50%;
    background-size: cover;
    height: 240px;
  }

  .white-text.primary-800 {
    color: var(--primary-800);
  }

  .white-text.neutral-800 {
    color: var(--neutral-800);
  }

  .ar-bg-img {
    z-index: 999;
    background-size: contain;
    height: 480px;
  }

  .ar-blur-layer {
    display: none;
  }

  .ar-lot-img-mobile {
    background-image: url('../images/wilma-lot-blank-1600.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: center;
    width: 120%;
    height: 320px;
    display: block;
    position: relative;
  }

  .app-store-link._120 {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-color-pill {
    top: 0;
  }

  .hero-color-pill.btm-right {
    bottom: 0;
  }

  .plat-img-top {
    transform: scale(1.1);
  }

  .plat-section {
    align-items: center;
    min-height: 100vh;
    display: flex;
  }

  .plat-section.pricing {
    flex-direction: column;
  }

  .img-fill-container {
    width: 112%;
    height: 300px;
  }

  .img-fill-container.city-hall, .img-fill-container.ar-phone {
    min-height: 50vh;
  }

  .img-fill-container.phone-mock {
    width: 100%;
  }

  .img-fill-container.story-wiz-ill {
    width: 100%;
    height: 260px;
  }

  .img-fill-container.whitelable-ill {
    height: 280px;
  }

  .cta-flex-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .lrg-akro {
    width: 100%;
    line-height: 25px;
  }

  .h3-large {
    margin-top: 24px;
  }

  .pricing-content-block.add-tp {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .hero-text {
    width: 90%;
  }

  .btn-text {
    font-size: 18px;
    line-height: 21px;
  }

  .app-dl-block {
    width: 180px;
  }

  .hamburger {
    cursor: pointer;
    display: flex;
  }

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

  .annotate {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
}

#w-node-_44ac3ce2-94f9-5d55-17c3-600ca99dfefb-bc6d50f0 {
  grid-area: image-left;
  justify-self: stretch;
}

#w-node-_993c6bb4-2f80-d6a0-b017-032ec81282fa-bc6d50f0 {
  grid-area: content-right;
  justify-self: start;
}

#w-node-a7bf0588-96f0-b492-4f4f-2c5cbe9d8b8f-bc6d50f0 {
  grid-area: Image-Right;
  justify-self: stretch;
}

#w-node-a7bf0588-96f0-b492-4f4f-2c5cbe9d8b91-bc6d50f0 {
  grid-area: Content-Left;
  place-self: center start;
}

#w-node-c0869672-a62c-ba2f-c09c-e336a46df331-bc6d50f0 {
  grid-area: content-right;
  place-self: center start;
}

#w-node-_5743c7f4-5749-bde5-e4bd-4d97793176c5-bc6d50f0 {
  grid-area: image-left;
}

#w-node-_5974356a-0bd8-9995-47ef-2a20fc122987-bc6d50f0 {
  grid-area: 1 / 2 / 2 / 6;
  place-self: center start;
}

#w-node-a860aab7-16b0-405f-40b7-0ec2f55a442f-bc6d50f0 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: start center;
}

#w-node-_70a597a7-9088-582c-9374-0708e30ac1f1-bc6d50f0 {
  grid-area: content-right;
  place-self: center start;
}

#w-node-_70a597a7-9088-582c-9374-0708e30ac1f6-bc6d50f0 {
  grid-area: image-left;
}

#w-node-a6c3d1c2-2fc5-1b16-5a1d-482282c37008-bc6d50f0 {
  grid-area: Image-Right;
  place-self: stretch stretch;
}

#w-node-a6c3d1c2-2fc5-1b16-5a1d-482282c37009-bc6d50f0 {
  grid-area: Content-Left;
  place-self: center start;
}

#w-node-_733d86af-23ec-9bce-d1b2-4111741cf535-bc6d50f0 {
  grid-area: Image-Right;
  justify-self: stretch;
}

#w-node-_733d86af-23ec-9bce-d1b2-4111741cf536-bc6d50f0 {
  grid-area: Content-Left;
  place-self: center start;
}

#w-node-c11fb333-1a91-6a61-68cf-792fbbc312a4-bc6d50f0 {
  grid-area: image-left;
}

#w-node-_5cd19c0e-f8cb-9f20-0820-5d71b25e3f03-bc6d50f0 {
  grid-area: content-right;
  place-self: center start;
}

#w-node-_2f096346-0aac-d14a-acca-4f950598b06c-0598b069 {
  grid-area: logo;
  place-self: center start;
}

#w-node-_2f096346-0aac-d14a-acca-4f950598b06e-0598b069 {
  grid-area: content;
}

#w-node-_2f096346-0aac-d14a-acca-4f950598b081-0598b069 {
  grid-area: copyright;
  place-self: start stretch;
}

#w-node-ed2a8ae4-03be-145e-7f73-d83aed76d5cb-736d50f2 {
  align-self: center;
}

#btn.w-node-_372ecc30-4932-f87c-d0ca-cbf6b6abf7d7-736d50f2 {
  justify-self: center;
}

#w-node-_282c7807-81f4-c097-3743-62e90dd234e5-736d50f2 {
  align-self: center;
}

#btn.w-node-_64e7c6f6-05ce-00b8-6b7e-b31ff28245bf-736d50f2 {
  justify-self: start;
}

#w-node-_44ac3ce2-94f9-5d55-17c3-600ca99dfefb-02473671 {
  grid-area: _7-grid;
  justify-self: stretch;
}

#w-node-_993c6bb4-2f80-d6a0-b017-032ec81282fa-02473671 {
  grid-area: _5-grid;
  justify-self: start;
}

#w-node-aefe7130-69e1-9b67-d592-d4d5a1861a3e-02473671 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-a7bf0588-96f0-b492-4f4f-2c5cbe9d8b8f-02473671 {
  grid-area: Image-Right;
  justify-self: stretch;
}

#w-node-a7bf0588-96f0-b492-4f4f-2c5cbe9d8b91-02473671, #w-node-c0869672-a62c-ba2f-c09c-e336a46df331-02473671 {
  grid-area: Content-Left;
  place-self: center start;
}

#w-node-_5743c7f4-5749-bde5-e4bd-4d97793176c5-02473671 {
  grid-area: Image-Right;
}

#w-node-_5974356a-0bd8-9995-47ef-2a20fc122987-02473671 {
  grid-area: 1 / 2 / 2 / 6;
  place-self: center start;
}

#w-node-a860aab7-16b0-405f-40b7-0ec2f55a442f-02473671 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: start center;
}

#w-node-_70a597a7-9088-582c-9374-0708e30ac1f1-02473671 {
  grid-area: content-right;
  place-self: center start;
}

#w-node-_70a597a7-9088-582c-9374-0708e30ac1f6-02473671 {
  grid-area: image-left;
}

#w-node-a6c3d1c2-2fc5-1b16-5a1d-482282c37008-02473671 {
  grid-area: Image-Right;
  justify-self: stretch;
}

#w-node-a6c3d1c2-2fc5-1b16-5a1d-482282c37009-02473671 {
  grid-area: Content-Left;
  place-self: center start;
}

#w-node-c11fb333-1a91-6a61-68cf-792fbbc312a4-02473671 {
  grid-area: image-left;
}

#w-node-_5cd19c0e-f8cb-9f20-0820-5d71b25e3f03-02473671 {
  grid-area: content-right;
  place-self: center start;
}

#w-node-f5d902f4-bb0f-ca4d-2a49-7eefda6515b6-02473671 {
  grid-area: Content;
  place-self: start stretch;
}

#w-node-ac2291d6-aa5e-9c95-a521-4a4649a40262-02473671 {
  grid-area: Feat-1;
  justify-self: center;
}

#w-node-b8ee9df2-8660-68e3-33d2-d7817bdc0444-02473671 {
  grid-area: Feat-2;
  justify-self: center;
}

#w-node-ffb49255-23fd-39ff-e442-358947c7310c-02473671 {
  grid-area: Feat-3;
  justify-self: center;
}

#w-node-e6835259-b6af-d64e-c528-9c83e9c33289-02473671 {
  grid-area: Feat-4;
  justify-self: center;
}

#w-node-_0c234f5f-391f-574f-9af5-4b827ad03a28-02473671 {
  grid-area: 3 / 2 / 4 / 4;
}

#interest.w-node-_75d2c1eb-0d9b-359f-6c82-c245d7540261-02473671, #Message.w-node-_11de6eec-1b56-8f7e-7ebf-7e855b76d16f-02473671 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d86e666e-425e-d7c6-130e-068f79097cb5-02473671 {
  grid-area: 5 / 1 / 6 / 3;
  justify-self: center;
}

#w-node-b920aa66-08f5-b00c-0f0d-b9b299ca1a62-02473671 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_07521569-c48f-c832-a1ad-5b4c3be15caa-02473671 {
  grid-area: logo;
  place-self: center start;
}

#w-node-efb6af3e-9a7f-d44c-7941-84265fb8d3bc-02473671 {
  grid-area: content;
}

#w-node-_430c8e5a-573f-4b2c-9535-60d97bff91e5-02473671 {
  grid-area: copyright;
  place-self: start stretch;
}

#w-node-_1a033a8f-b143-e27f-2cd2-eb28b5ab76ac-db43c11d {
  grid-area: Content-Left;
  place-self: center start;
}

#w-node-_745a5cdc-342a-412b-1459-bed9fe191f06-db43c11d {
  grid-area: Image-Right;
}

#w-node-_0cb94596-bfc5-62fc-2e31-33f394410474-db43c11d {
  grid-area: content-right;
  justify-self: center;
}

#w-node-d0f98610-13ea-dda2-073e-1130de8276d4-db43c11d {
  grid-area: image-left;
}

#w-node-ef8783e5-07aa-5e62-1dd9-7bd0bd1f30bc-db43c11d {
  grid-area: Content-Left;
  justify-self: center;
}

#w-node-df884a5a-e1dd-3c7f-0f42-53d66052d63c-db43c11d {
  grid-area: Image-Right;
}

#w-node-_5ce65930-5422-5bba-8887-2e82bfd10b45-db43c11d {
  grid-area: content-right;
  justify-self: center;
}

#w-node-_5ce65930-5422-5bba-8887-2e82bfd10b44-db43c11d {
  grid-area: image-left;
}

#w-node-dbce53f3-eef8-85a0-28dc-4fa0fc05ae6f-db43c11d {
  grid-area: Image-Right;
}

#w-node-dbce53f3-eef8-85a0-28dc-4fa0fc05ae70-db43c11d {
  grid-area: Content-Left;
  justify-self: center;
}

#w-node-_5530a836-b8d0-eb73-2abf-d6d7436f55fc-db43c11d, #w-node-fdc048d7-4583-4581-236d-d97a26904665-db43c11d, #w-node-_5fafab22-204f-44a6-c73d-729cf24ef36d-db43c11d, #w-node-_90e0d485-bf1a-0e8a-3b08-f87cf9091d9e-db43c11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8be6a2b4-8034-1939-410f-d22ba75e1770-db43c11d {
  grid-area: image-left;
}

#w-node-_8be6a2b4-8034-1939-410f-d22ba75e1771-db43c11d {
  grid-area: content-right;
  justify-self: center;
}

#interest.w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b39-db43c11d, #Message.w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b3a-db43c11d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b3b-db43c11d {
  grid-area: 5 / 1 / 6 / 3;
  justify-self: center;
}

#w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b3c-db43c11d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b373a544-9fdc-05ee-2a52-1cb2cdeb1c0f-db43c11d {
  grid-area: logo;
  place-self: center start;
}

#w-node-b373a544-9fdc-05ee-2a52-1cb2cdeb1c11-db43c11d {
  grid-area: content;
}

#w-node-b373a544-9fdc-05ee-2a52-1cb2cdeb1c22-db43c11d {
  grid-area: copyright;
  place-self: start stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-_5743c7f4-5749-bde5-e4bd-4d97793176c5-bc6d50f0 {
    grid-area: image-left;
  }

  #w-node-_5743c7f4-5749-bde5-e4bd-4d97793176c5-02473671 {
    grid-area: Image-Right;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_44ac3ce2-94f9-5d55-17c3-600ca99dfefb-bc6d50f0 {
    grid-area: image-left;
  }

  #w-node-_993c6bb4-2f80-d6a0-b017-032ec81282fa-bc6d50f0 {
    grid-area: content-right;
    align-self: center;
  }

  #w-node-_5974356a-0bd8-9995-47ef-2a20fc122987-bc6d50f0 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_5530a836-b8d0-eb73-2abf-d6d7436f55fc-db43c11d, #w-node-fdc048d7-4583-4581-236d-d97a26904665-db43c11d, #w-node-_5fafab22-204f-44a6-c73d-729cf24ef36d-db43c11d, #w-node-_90e0d485-bf1a-0e8a-3b08-f87cf9091d9e-db43c11d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_44ac3ce2-94f9-5d55-17c3-600ca99dfefb-bc6d50f0 {
    grid-area: image-right;
  }

  #w-node-_993c6bb4-2f80-d6a0-b017-032ec81282fa-bc6d50f0 {
    grid-area: content-left;
  }

  #w-node-c0869672-a62c-ba2f-c09c-e336a46df331-bc6d50f0 {
    grid-area: Content-Left;
  }

  #w-node-_5743c7f4-5749-bde5-e4bd-4d97793176c5-bc6d50f0 {
    grid-area: Image-Right;
  }

  #w-node-_5974356a-0bd8-9995-47ef-2a20fc122987-bc6d50f0 {
    grid-column: 1 / 4;
  }

  #w-node-a860aab7-16b0-405f-40b7-0ec2f55a442f-bc6d50f0 {
    grid-column: 4 / 7;
  }

  #w-node-_70a597a7-9088-582c-9374-0708e30ac1f1-bc6d50f0 {
    grid-area: content-left;
  }

  #w-node-_70a597a7-9088-582c-9374-0708e30ac1f6-bc6d50f0, #w-node-c11fb333-1a91-6a61-68cf-792fbbc312a4-bc6d50f0 {
    grid-area: image-right;
  }

  #w-node-_5cd19c0e-f8cb-9f20-0820-5d71b25e3f03-bc6d50f0 {
    grid-area: content-left;
  }

  #w-node-c0869672-a62c-ba2f-c09c-e336a46df331-02473671 {
    grid-area: Content-Left;
  }

  #w-node-_5743c7f4-5749-bde5-e4bd-4d97793176c5-02473671 {
    grid-area: Image-Right;
  }

  #w-node-_5974356a-0bd8-9995-47ef-2a20fc122987-02473671 {
    grid-column: 1 / 4;
  }

  #w-node-a860aab7-16b0-405f-40b7-0ec2f55a442f-02473671 {
    grid-column: 4 / 7;
  }

  #w-node-_70a597a7-9088-582c-9374-0708e30ac1f1-02473671 {
    grid-area: content-left;
  }

  #w-node-_70a597a7-9088-582c-9374-0708e30ac1f6-02473671, #w-node-c11fb333-1a91-6a61-68cf-792fbbc312a4-02473671 {
    grid-area: image-right;
  }

  #w-node-_5cd19c0e-f8cb-9f20-0820-5d71b25e3f03-02473671 {
    grid-area: content-left;
  }

  #w-node-_0c234f5f-391f-574f-9af5-4b827ad03a28-02473671 {
    grid-row: 4 / 5;
  }

  #w-node-_1a033a8f-b143-e27f-2cd2-eb28b5ab76ac-db43c11d {
    grid-area: Content-Left;
  }

  #w-node-_745a5cdc-342a-412b-1459-bed9fe191f06-db43c11d {
    align-self: center;
  }

  #w-node-_0cb94596-bfc5-62fc-2e31-33f394410474-db43c11d {
    grid-area: content-left;
  }

  #w-node-d0f98610-13ea-dda2-073e-1130de8276d4-db43c11d {
    grid-area: image-right;
  }

  #w-node-_5ce65930-5422-5bba-8887-2e82bfd10b45-db43c11d {
    grid-area: content-left;
  }

  #w-node-_5ce65930-5422-5bba-8887-2e82bfd10b44-db43c11d, #w-node-_8be6a2b4-8034-1939-410f-d22ba75e1770-db43c11d {
    grid-area: image-right;
  }

  #w-node-_8be6a2b4-8034-1939-410f-d22ba75e1771-db43c11d {
    grid-area: content-left;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5743c7f4-5749-bde5-e4bd-4d97793176c5-bc6d50f0, #w-node-_70a597a7-9088-582c-9374-0708e30ac1f6-bc6d50f0, #w-node-c11fb333-1a91-6a61-68cf-792fbbc312a4-bc6d50f0 {
    align-self: center;
  }

  #w-node-aefe7130-69e1-9b67-d592-d4d5a1861a3e-02473671 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5743c7f4-5749-bde5-e4bd-4d97793176c5-02473671, #w-node-_70a597a7-9088-582c-9374-0708e30ac1f6-02473671, #w-node-c11fb333-1a91-6a61-68cf-792fbbc312a4-02473671 {
    align-self: center;
  }

  #w-node-_0cb94596-bfc5-62fc-2e31-33f394410474-db43c11d {
    grid-area: content-left;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c0869672-a62c-ba2f-c09c-e336a46df331-bc6d50f0 {
    grid-area: content-left;
  }

  #w-node-_5743c7f4-5749-bde5-e4bd-4d97793176c5-bc6d50f0 {
    grid-area: image-right;
  }

  #w-node-_5974356a-0bd8-9995-47ef-2a20fc122987-bc6d50f0 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-a860aab7-16b0-405f-40b7-0ec2f55a442f-bc6d50f0 {
    grid-column: 1 / 2;
  }

  #w-node-_2f096346-0aac-d14a-acca-4f950598b06c-0598b069 {
    justify-self: center;
  }

  #w-node-aefe7130-69e1-9b67-d592-d4d5a1861a3e-02473671 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: stretch;
  }

  #w-node-_5974356a-0bd8-9995-47ef-2a20fc122987-02473671 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-a860aab7-16b0-405f-40b7-0ec2f55a442f-02473671 {
    grid-column: 1 / 2;
  }

  #w-node-_0c234f5f-391f-574f-9af5-4b827ad03a28-02473671 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: stretch;
  }

  #Company-2.w-node-bc383bd3-d2b8-8a14-9f6c-67227e63b982-02473671, #Phon.w-node-d5e298b6-9071-de8e-61fd-ecd88eba109f-02473671, #email-main.w-node-d82d1638-5b53-6f34-9ac8-f0f6b70bc1bf-02473671 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #interest.w-node-_75d2c1eb-0d9b-359f-6c82-c245d7540261-02473671 {
    grid-column: span 1 / span 1;
  }

  #Message.w-node-_11de6eec-1b56-8f7e-7ebf-7e855b76d16f-02473671 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d86e666e-425e-d7c6-130e-068f79097cb5-02473671 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-b920aa66-08f5-b00c-0f0d-b9b299ca1a62-02473671 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_07521569-c48f-c832-a1ad-5b4c3be15caa-02473671, #w-node-d0f98610-13ea-dda2-073e-1130de8276d4-db43c11d, #w-node-df884a5a-e1dd-3c7f-0f42-53d66052d63c-db43c11d, #w-node-_5ce65930-5422-5bba-8887-2e82bfd10b44-db43c11d, #w-node-dbce53f3-eef8-85a0-28dc-4fa0fc05ae6f-db43c11d, #w-node-_8be6a2b4-8034-1939-410f-d22ba75e1770-db43c11d {
    justify-self: center;
  }

  #Company-2.w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b36-db43c11d, #Phon.w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b37-db43c11d, #email-main.w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b38-db43c11d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #interest.w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b39-db43c11d {
    grid-column: span 1 / span 1;
  }

  #Message.w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b3a-db43c11d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b3b-db43c11d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_258eeb5d-4476-b81e-fbd0-78fa66f06b3c-db43c11d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b373a544-9fdc-05ee-2a52-1cb2cdeb1c0f-db43c11d {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Alkes';
  src: url('../fonts/Fontfabric---Alkes-Bold.eot') format('embedded-opentype'), url('../fonts/Fontfabric---Alkes-Bold.woff') format('woff'), url('../fonts/Fontfabric---Alkes-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alkes';
  src: url('../fonts/Fontfabric---Alkes-Semibold.eot') format('embedded-opentype'), url('../fonts/Fontfabric---Alkes-Semibold.woff') format('woff'), url('../fonts/Fontfabric---Alkes-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alkes';
  src: url('../fonts/Fontfabric---Alkes-Regular.eot') format('embedded-opentype'), url('../fonts/Fontfabric---Alkes-Regular.woff') format('woff'), url('../fonts/Fontfabric---Alkes-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alkes';
  src: url('../fonts/Fontfabric---Alkes-Light.eot') format('embedded-opentype'), url('../fonts/Fontfabric---Alkes-Light.woff') format('woff'), url('../fonts/Fontfabric---Alkes-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Black.eot') format('embedded-opentype'), url('../fonts/Akrobat-Black.woff') format('woff'), url('../fonts/Akrobat-Black.ttf') format('truetype'), url('../fonts/Akrobat-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Bold.eot') format('embedded-opentype'), url('../fonts/Akrobat-Bold.woff') format('woff'), url('../fonts/Akrobat-Bold.ttf') format('truetype'), url('../fonts/Akrobat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-ExtraBold.eot') format('embedded-opentype'), url('../fonts/Akrobat-ExtraBold.woff') format('woff'), url('../fonts/Akrobat-ExtraBold.ttf') format('truetype'), url('../fonts/Akrobat-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Akrobat-SemiBold.woff') format('woff'), url('../fonts/Akrobat-SemiBold.ttf') format('truetype'), url('../fonts/Akrobat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}