h1 {
  color: #1e2029;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.body {
  color: #003e2b;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45em;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section.footer {
  color: #62708b;
  padding-top: 220px;
  padding-bottom: 180px;
  overflow: hidden;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-bar {
  height: 63px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
  display: inline-block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: -.03em;
  justify-content: flex-start;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

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

.nav-menu {
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Syne, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
  font-family: Syne, sans-serif;
}

.nav-link.outline {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 6px 20px;
}

.navigation-cover {
  height: 20%;
  background-color: #033d2c;
  align-self: flex-start;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 12px 36px -8px rgba(0, 0, 0, .05);
}

.hover-link {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.three-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
  grid-auto-rows: minmax(54px, 1fr);
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: end;
  align-self: stretch;
  align-items: start;
  justify-items: start;
  margin-bottom: 80px;
  display: grid;
}

.feature-item {
  min-height: 350px;
  background-color: #1e2029;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item.left-item {
  min-height: auto;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: auto;
}

.feature-icon-wrapper {
  min-height: 60px;
  min-width: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  z-index: 101;
  align-items: stretch;
  display: flex;
  position: relative;
}

.thin-span {
  color: #1e2029;
  font-weight: 400;
}

.speaker-arrow {
  width: 60px;
  height: 60px;
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 5vw;
}

.quick-list-overlay {
  z-index: 100;
  background-color: rgba(18, 20, 29, .7);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.centered-intro {
  max-width: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.trio-cards {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  margin-top: 120px;
  margin-bottom: 48px;
  display: grid;
}

.feature-title-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.feature-descriptor {
  color: #1e2029;
  font-family: Syne, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.team-item {
  width: 33.33%;
  height: 100%;
  min-width: 33.33vw;
  color: #fff;
  text-decoration: none;
}

.footer-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #ff1bca, #0095af 60%, #00fa43);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.gradient-span.left {
  justify-content: flex-start;
}

.footer-pages {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer-nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.footer-nav-link.w--current {
  color: #1e2029;
}

.footer-credits {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: rgba(255, 255, 255, .45);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.2em;
  display: grid;
}

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

.legal-link {
  color: rgba(255, 255, 255, .45);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature-item-info {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 5fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.clip {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.delete-me {
  z-index: 5000000;
  max-width: 22rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

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

.section-hero {
  height: 100vh;
  min-height: 720px;
  background-color: #033d2c;
  background-image: url('../images/Group.svg'), url('../images/Ridmik-Keyboard.svg');
  background-position: 50% 117%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 220px 5vw 100px;
  display: block;
  position: relative;
}

.text-block-4 {
  color: #1e2029;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.container-w2 {
  width: 100%;
  height: 480px;
  max-width: 1050px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-w2.gutter-outside {
  width: 100%;
  max-width: 100%;
  width: 100%;
  max-width: 860px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tablet-mockup-animation {
  z-index: 2;
  height: auto;
  max-width: 960px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  display: flex;
  position: relative;
}

._3d-tablet-wrap {
  height: 658px;
  max-height: 670px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1549px;
  perspective-origin: 50%;
  align-self: center;
  display: block;
}

._3d-tablet-wrap.resize {
  max-height: 360px;
}

._3d-tablet-inner {
  max-width: none;
  justify-content: center;
  display: flex;
}

.section-keybaord {
  background-image: url('../images/bg-elemets.svg'), linear-gradient(#fff, #fff 64%, #98e7ec);
  background-position: 50% 47%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.clip-center {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #202020;
  border: 0 rgba(0, 0, 0, 0);
  justify-content: center;
  padding-bottom: 60px;
  display: flex;
}

.rating {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-descriptor-title {
  color: #1e2029;
  font-size: 20px;
  font-weight: 500;
}

.body-display-center {
  color: #1e2029;
  text-align: center;
  -webkit-text-stroke-color: #1e2029;
  font-family: Syne, sans-serif;
  font-size: 18px;
  line-height: 1.55em;
}

.feature-item-rating {
  min-height: 350px;
  background-color: #1e2029;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item-rating.left-item-rating {
  min-height: auto;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: auto;
  padding: 0 0 10px;
}

.feature-rating-info {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 5fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
  position: relative;
}

.section-boitoi {
  background-image: linear-gradient(#98e7ec, #81ceff 43%, #fff 61%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.body-display-white {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display-white.large {
  color: #fff;
  align-self: flex-start;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

.large-heading-white {
  color: #fff;
  font-size: 64px;
  line-height: 1.1em;
}

.text-block-5, .text-block-6, .text-block-7 {
  color: #1e2029;
}

.text-block-8 {
  color: #1e2029;
  text-transform: none;
  font-weight: 500;
}

.text-block-9, .text-block-10 {
  color: #1e2029;
}

.footer-credits-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 9px;
  display: block;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  text-decoration: none;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.footer-list-item:hover {
  padding-left: 24px;
  padding-right: 24px;
}

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

.footer-content {
  min-height: 500px;
  grid-column-gap: 120px;
  grid-row-gap: 180px;
  border-left: 1px rgba(255, 255, 255, .1);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  display: grid;
  position: relative;
}

.footer-menu {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  border-top: 1px rgba(255, 255, 255, .1);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.footer-about {
  max-width: 375px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.stacked-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 71px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-brand {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.footer-section {
  padding-top: 140px;
}

.menu-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon-2 {
  width: 0;
  height: 40px;
  color: #1e2029;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 8px;
  line-height: 0;
  text-decoration: none;
  display: inline;
  position: relative;
}

.grid-wrapper {
  z-index: 20;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-block-21 {
  color: #1e2029;
  font-family: Syne, sans-serif;
  font-size: 12px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  padding-bottom: 60px;
  display: flex;
}

.button-google {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #1e2029;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.text-block-3-google-play {
  color: #1e2029;
  text-align: left;
  text-transform: none;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.get-it-on {
  color: #1e2029;
  text-align: left;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.available-on-the {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-family: Syne, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button-outline {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #1e2029;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.text-block-25 {
  color: #62708b;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.dovashi-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2a2c34;
  flex-direction: column;
  flex: 0 auto;
  font-size: 64px;
  display: flex;
}

.subtitle {
  color: #1e2029;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-27 {
  color: #1e2029;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  align-items: center;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: flex;
}

.app-link {
  width: 40px;
  height: 40px;
  color: #1e2029;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 8px;
  text-decoration: none;
  display: inline;
  position: relative;
}

.button-app-store {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1e2029;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1e2029;
  border: 2px solid #1e2029;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.app-store {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ipad-mockup-2 {
  height: auto;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.ipad-shape-2 {
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: none;
  perspective: 117px;
  perspective-origin: 100% 0;
  border-radius: 16px;
  flex: none;
  align-self: stretch;
  position: relative;
  transform: perspective(971px);
}

.footer-list-icon {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-list__item {
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  display: block;
}

.footer-list__item-link {
  color: #888;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-list__item-link:hover {
  color: #fff;
}

.sr-only {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  position: absolute;
  overflow: hidden;
}

.centered-intro-2 {
  max-width: 920px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.clip-center-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.dovashi-title-2 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  font-size: 64px;
  line-height: 1.3;
  display: block;
}

.subtitle-2 {
  color: #fff;
  text-align: center;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

.wrapper-3 {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-3-google-play-2 {
  color: #1e2029;
  text-align: left;
  text-transform: none;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-app-store-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1e2029;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1e2029;
  border: 2px solid #1e2029;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.feature-item-rating-2 {
  min-height: 350px;
  background-color: #1e2029;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item-rating-2.left-item-rating {
  min-height: auto;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: auto;
  padding: 0 0 10px;
}

.section-keybaord-2 {
  background-image: linear-gradient(#003e2b, #008c00);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 220px 5vw 0;
  display: flex;
  position: relative;
}

.button-google-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #1e2029;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.ipad-shape-3 {
  z-index: 2;
  width: auto;
  height: 630px;
  max-height: none;
  max-width: 670px;
  border-radius: 16px;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.available-on-the-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-family: Syne, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.get-it-on-2 {
  color: #1e2029;
  text-align: left;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.feature-descriptor-title-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.body-display-center-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #1e2029;
  font-family: Syne, sans-serif;
  font-size: 18px;
  line-height: 1.55em;
}

.wrapper-image {
  z-index: 10;
  width: 100%;
  height: 140px;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-image: url('../images/bttomarea.svg');
  background-position: 0 0;
  background-size: 1860px;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.app-store-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-3 {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.wrapper-4 {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero__device {
  width: 18vw;
  min-width: 200px;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 2.5vw;
  padding: .8vw;
  transition: transform .4s, box-shadow .4s;
  overflow: hidden;
  transform: rotateX(17deg)rotateY(-17deg)rotateZ(13deg);
  box-shadow: 3px 4px #dbdbdb, inset 0 0 8px rgba(0, 0, 0, .3), 49px 49px 50px -20px rgba(0, 0, 0, .23);
}

.hero__device:hover {
  transform: rotate(0)scale(1.1);
  box-shadow: 0 1px #dbdbdb, inset 0 0 8px rgba(0, 0, 0, .3), 0 50px 50px -20px rgba(0, 0, 0, .23);
}

.paragraph-2 {
  color: rgba(255, 255, 255, .5);
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.hero__right-container {
  width: 100%;
  perspective: 5000px;
  background-image: url('../images/Blob.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15%;
  padding-top: 15%;
  padding-bottom: 15%;
  display: flex;
}

.layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-medium-2 {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
}

.layout28_tabs-link {
  background-color: rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, 0);
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-left-color: #fff;
  padding-left: 2rem;
}

.section-boitoi-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #005c40;
  -webkit-text-stroke-color: #003d2a;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#252525 46%, #cf2215);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
  position: relative;
}

.image_mobile-features {
  display: none;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero__phone-img {
  border-radius: 1.8vw;
}

.wrapper-5 {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.inspo-list-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  flex: none;
  align-content: space-around;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.inspo-flex__desktop {
  width: 29vw;
}

.inspo-flex__img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.inspo-flex-item {
  flex: none;
  padding: 0%;
}

.inspo-flex__card {
  border-radius: 8px;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .02), 0 10px 8px rgba(0, 0, 0, .03), 0 10px 16px rgba(0, 0, 0, .05), 0 40px 32px rgba(0, 0, 0, .05), 0 80px 60px rgba(0, 0, 0, .03), 0 120px 100px rgba(0, 0, 0, 0);
}

.inspo-flex__card:hover {
  transform: translate(0, -2%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .02), 0 10px 8px rgba(0, 0, 0, .03), 0 10px 16px rgba(0, 0, 0, .08), 0 40px 32px rgba(0, 0, 0, .05), 0 80px 60px rgba(0, 0, 0, .06), 0 120px 100px rgba(0, 0, 0, .07);
}

.section-hero-2 {
  background-color: #033d2c;
  padding: 8% 5%;
  display: block;
}

.section-hero-2.cc-inspo {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #252525;
  background-image: linear-gradient(#ce2215, #121212 74%);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 60px 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inspo-flex__card-overlay {
  background-image: linear-gradient(rgba(27, 27, 27, .08), rgba(27, 27, 27, .24));
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inspo-flex__aspect-desktop {
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

.social-icon-3 {
  width: 40px;
  height: 40px;
  color: #1e2029;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  font-size: 8px;
  text-decoration: none;
  display: inline;
  position: relative;
}

.section-hero-2-copy {
  background-color: #033d2c;
  padding: 8% 5%;
  display: block;
}

.section-hero-2-copy.cc-inspo {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #121212;
  flex-direction: column;
  margin-top: 0;
  padding: 60px 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-wrapper {
  width: 100%;
  grid-row-gap: 5px;
  flex-direction: column;
}

.faq-toggle {
  width: 100%;
  height: 100px;
  color: #fff;
  white-space: break-spaces;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0 60px 0 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.faq-toggle.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.link {
  color: #fff;
}

.faq-card {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.faq-container {
  flex-direction: column;
  display: flex;
}

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-answer {
  color: #dbe2f0;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  background-color: #fff;
  flex: 0 auto;
  margin-right: 16px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.toggle-text {
  z-index: 2;
  flex: 0 auto;
  align-self: stretch;
  font-family: Syne, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3em;
  position: relative;
}

.faq-answer-container {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-5 {
  width: 23px;
  max-width: 70%;
}

.html-embed {
  color: #1e2029;
  font-family: Syne, sans-serif;
  font-weight: 700;
}

.section-layout {
  float: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #121212;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  padding: 60px 5vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.inspo-flex_keybaord {
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.section-hero-2-layout {
  background-color: #033d2c;
  padding: 8% 5%;
  display: block;
}

.section-hero-2-layout.cc-inspo {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #252525;
  background-image: linear-gradient(#003e2b, #252525);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 60px 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  max-width: none;
}

.div-block-9 {
  height: 739px;
  float: right;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tablet-mockup-animation-keyboard {
  z-index: 2;
  height: auto;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.keyboard {
  width: auto;
  max-width: 820px;
  flex: none;
  justify-content: center;
  align-self: center;
  display: flex;
}

.image-7 {
  max-width: 40%;
}

.gradient-span-left {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #ff1bca, #0095af 60%, #00fa43);
  -webkit-background-clip: text;
  background-clip: text;
  display: block;
}

.theme-builder {
  color: #fff;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  font-size: 64px;
  display: flex;
}

.any-questions {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #ff1bca, #0095af 60%, #00fa43);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: auto;
  display: block;
}

.faq-copy {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  font-size: 64px;
  display: flex;
}

.container-w2-copy {
  width: 100%;
  height: 940px;
  max-width: 1050px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-w2-copy.gutter-outside {
  width: 100%;
  max-width: 100%;
  width: 100%;
  max-width: 860px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-w2-copy.center {
  height: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: baseline;
  display: flex;
}

.div-block-10 {
  align-self: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.heading.keybaod {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: row;
  display: flex;
}

.image-8 {
  display: none;
}

.hero__left-container {
  width: 100%;
  perspective: 5000px;
  background-image: url('../images/Blob.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15%;
  padding-top: 15%;
  padding-bottom: 15%;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .brand.w--current {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }
}

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

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .nav-bar {
    height: 70px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    display: flex;
  }

  .nav-menu {
    background-color: #033d2c;
  }

  .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .nav-link.outline {
    border-style: none;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .three-grid-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 2fr .75fr;
    grid-auto-rows: minmax(54px, 1fr);
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

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

  .feature-item.left-item {
    align-items: center;
  }

  .nav-menu-wrapper {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    position: static;
  }

  .centered-intro {
    grid-template-rows: auto;
    margin-bottom: 0;
  }

  .trio-cards {
    grid-template-columns: 1fr;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-descriptor {
    font-size: 30px;
  }

  .team-item {
    min-width: 48vw;
  }

  .gradient-span {
    justify-content: center;
    display: flex;
  }

  .menu-button {
    border-left: 1px solid rgba(255, 255, 255, .1);
    justify-content: center;
    align-items: center;
    padding: 12px 0 12px 24px;
    font-size: 18px;
    display: flex;
  }

  .menu-button.w--open {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .menu-button-text {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .clip {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
  }

  .section-hero {
    height: 100%;
    background-position: 50% 112%, 100% 100%;
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .container-w2 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .container-w2.gutter-outside {
    width: 100%;
    width: 100%;
    max-width: 42em;
    align-self: baseline;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tablet-mockup-animation {
    height: 340px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  ._3d-tablet-wrap {
    display: flex;
  }

  .section-keybaord {
    background-position: 50% 25%, 0 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .feature-item-rating {
    margin-bottom: 0;
  }

  .section-boitoi {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-display-white.large {
    text-align: center;
  }

  .large-heading-white {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 48px;
    display: flex;
  }

  .footer-credits-2 {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .footer-list-item:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-content {
    min-height: auto;
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-about {
    margin-bottom: 80px;
  }

  .footer-section {
    padding-top: 120px;
  }

  .grid-wrapper {
    grid-row-gap: 48px;
  }

  .div-block-4 {
    flex-direction: row;
    justify-content: center;
  }

  .text-block-25 {
    text-align: center;
    font-family: Syne, sans-serif;
    font-weight: 400;
    line-height: 1.6em;
  }

  .dovashi-title {
    flex-direction: column;
    font-size: 48px;
  }

  .subtitle {
    text-align: center;
    font-family: Syne, sans-serif;
    font-weight: 400;
    line-height: 1.6em;
  }

  .ipad-shape-2 {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    display: inline;
  }

  .footer-list-icon {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .centered-intro-2 {
    grid-template-rows: auto;
    margin-bottom: 48px;
  }

  .dovashi-title-2 {
    align-self: stretch;
    font-size: 48px;
  }

  .subtitle-2 {
    text-align: center;
    font-family: Syne, sans-serif;
    font-weight: 400;
    line-height: 1.6em;
  }

  .wrapper-3 {
    flex: none;
  }

  .feature-item-rating-2 {
    margin-bottom: 0;
  }

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

  .ipad-shape-3 {
    border-radius: 8px;
    align-self: auto;
  }

  .div-block-6 {
    flex-direction: row;
    justify-content: center;
  }

  .wrapper-image {
    height: 200px;
    flex: none;
  }

  .wrapper-4 {
    flex: none;
  }

  .hero__device {
    width: 28vw;
    min-width: 100px;
    padding: 1.2vw;
  }

  .tabs-content.hide-mobile-portrait {
    display: none;
  }

  .hero__right-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .layout28_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .layout28_tabs-link {
    padding-left: 0;
  }

  .layout28_tabs-link.w--current {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 0;
  }

  .section-boitoi-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image_mobile-features {
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-5 {
    flex: none;
  }

  .inspo-list-2 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    left: auto;
  }

  .inspo-flex__desktop {
    width: 43vw;
  }

  .inspo-flex__card {
    border-radius: 6px;
  }

  .faq-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-bottom: 40px;
    display: flex;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .faq-answer {
    margin-bottom: 0;
  }

  .toggle-text {
    line-height: 1.5em;
  }

  .section-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-9 {
    height: 320px;
    align-items: center;
  }

  .tablet-mockup-animation-keyboard {
    height: 440px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .gradient-span-left {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

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

  .theme-builder {
    align-self: stretch;
    font-size: 48px;
  }

  .any-questions {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .faq-copy {
    align-self: stretch;
    font-size: 48px;
  }

  .container-w2-copy {
    height: 600px;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .container-w2-copy.gutter-outside {
    width: 100%;
    width: 100%;
    max-width: 42em;
    align-self: baseline;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-w2-copy.center {
    height: 380px;
  }

  .div-block-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    display: flex;
  }

  .heading.keybaod {
    font-size: 48px;
  }

  .hero__left-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }

  .section.footer {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .nav-bar {
    height: 70px;
  }

  .brand {
    font-size: 22px;
  }

  .nav-menu {
    background-color: #033d2c;
  }

  .nav-link.outline {
    border-style: none;
  }

  .three-grid-wrapper {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .feature-item.left-item, .centered-intro {
    margin-bottom: 0;
  }

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

  .feature-descriptor {
    text-align: center;
    align-self: stretch;
  }

  .team-item {
    min-width: 55vw;
  }

  .gradient-span {
    justify-content: center;
  }

  .gradient-span.left {
    justify-content: center;
    font-size: 35px;
  }

  .menu-button {
    padding-left: 18px;
    font-size: 16px;
  }

  .clip {
    align-self: center;
    align-items: center;
  }

  .section-hero {
    height: 100%;
    min-height: 600px;
    background-position: 50% 110%, 100% 100%;
  }

  .container-w2 {
    height: 400px;
  }

  .container-w2.gutter-outside {
    width: 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tablet-mockup-animation {
    height: 320px;
    flex-direction: row;
  }

  ._3d-tablet-wrap {
    align-self: flex-end;
    display: flex;
  }

  .section-keybaord {
    background-position: 50% 24%, 0 0;
  }

  .div-block-right {
    flex: 1;
    order: 0;
    justify-content: center;
    display: flex;
  }

  .rating {
    align-self: center;
    align-items: center;
  }

  .feature-descriptor-title {
    text-align: left;
  }

  .feature-item-rating.left-item-rating {
    flex-direction: column;
  }

  .feature-rating-info {
    flex-direction: row;
    align-items: center;
  }

  .body-display-white.large {
    font-size: 20px;
  }

  .large-heading-white {
    align-self: center;
    font-size: 35px;
  }

  .footer-credits-2 {
    grid-row-gap: 18px;
  }

  .footer-content {
    min-height: auto;
    padding: 0;
  }

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

  .footer-about {
    margin-bottom: 60px;
    padding-right: 0;
  }

  .footer-section {
    padding-top: 80px;
  }

  .div-block-4 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    padding-bottom: 0;
  }

  .button-google {
    width: 150px;
    min-width: 220px;
    letter-spacing: -2px;
    background-color: #fff;
    flex: 0 auto;
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3-google-play, .get-it-on {
    color: #1e2029;
    letter-spacing: 1px;
  }

  .available-on-the {
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
  }

  .button-outline {
    align-self: stretch;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-25 {
    text-align: center;
    align-self: center;
    font-size: 18px;
  }

  .dovashi-title {
    flex-direction: column;
    font-size: 35px;
  }

  .subtitle {
    text-align: center;
    align-self: center;
    font-size: 20px;
  }

  .button-app-store {
    width: 150px;
    height: auto;
    min-width: 220px;
    letter-spacing: -2px;
    background-color: #1e2029;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .app-store {
    color: #fff;
    letter-spacing: 1px;
  }

  .ipad-shape-2 {
    border-radius: 8px;
    display: inline-block;
  }

  .footer-list-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .dovashi-title-2 {
    font-size: 35px;
  }

  .subtitle-2 {
    text-align: center;
    align-self: center;
    font-size: 20px;
  }

  .text-block-3-google-play-2 {
    color: #1e2029;
    letter-spacing: 1px;
  }

  .button-app-store-2 {
    width: 150px;
    height: auto;
    min-width: 220px;
    letter-spacing: -2px;
    background-color: #1e2029;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-item-rating-2.left-item-rating {
    flex-direction: column;
  }

  .section-keybaord-2 {
    background-image: linear-gradient(#003e2b, #008c00), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-google-2 {
    width: 150px;
    min-width: 220px;
    letter-spacing: -2px;
    background-color: #fff;
    flex: 0 auto;
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ipad-shape-3 {
    width: 100%;
    height: 440px;
    border-radius: 8px;
  }

  .div-block-6 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
  }

  .available-on-the-2 {
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
  }

  .get-it-on-2 {
    color: #1e2029;
    letter-spacing: 1px;
  }

  .feature-descriptor-title-2 {
    text-align: left;
  }

  .wrapper-image {
    height: 180px;
  }

  .app-store-2 {
    color: #fff;
    letter-spacing: 1px;
  }

  .layout28_tabs-menu {
    -webkit-text-stroke-color: transparent;
    border: 0 #000;
  }

  .hero__device {
    width: 24vw;
    border-radius: 3.5vw;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout28_tabs-link {
    padding-left: 0;
  }

  .layout28_tabs-link.w--current {
    border-left-style: none;
    border-left-width: 0;
  }

  .image_mobile-features {
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero__phone-img {
    border-radius: 3vw;
  }

  .inspo-list-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .inspo-flex__desktop {
    width: 90vw;
  }

  .inspo-flex__card {
    border-radius: 4px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-card {
    margin-bottom: 40px;
  }

  .toggle-text {
    font-size: 1.6rem;
  }

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

  .tablet-mockup-animation-keyboard {
    height: 370px;
    justify-content: center;
    display: flex;
  }

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

  .gradient-span-left {
    justify-content: flex-start;
  }

  .theme-builder {
    font-size: 35px;
  }

  .any-questions {
    justify-content: flex-start;
    font-size: 35px;
  }

  .container-w2-copy {
    height: 400px;
  }

  .container-w2-copy.gutter-outside {
    width: 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-w2-copy.center {
    height: 370px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

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

  .wrapper {
    flex: 1;
    align-self: baseline;
  }

  .nav-bar {
    height: 65px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand {
    font-size: 18px;
  }

  .nav-menu {
    background-color: #033d2c;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .nav-link.outline {
    border-style: none;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .feature-item.left-item {
    align-items: center;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .centered-intro {
    margin-bottom: auto;
  }

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

  .feature-title-wrapper {
    margin-bottom: 48px;
  }

  .feature-descriptor {
    align-self: stretch;
  }

  .team-item {
    min-width: 90vw;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
  }

  .gradient-span {
    text-align: center;
    font-size: 35px;
  }

  .gradient-span.left {
    text-align: left;
    flex-direction: column;
    align-items: center;
    font-size: 36px;
  }

  .footer-pages {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-nav-link {
    font-size: 16px;
  }

  .menu-button {
    padding-left: 18px;
  }

  .clip {
    align-self: stretch;
    align-items: center;
  }

  .section-hero {
    height: 100%;
    min-height: 550px;
    background-position: 50% 105%, 100% 100%;
    padding-top: 140px;
    padding-bottom: 48px;
  }

  .container-w2 {
    height: 240px;
    flex-direction: row;
    justify-content: center;
  }

  .container-w2.gutter-outside {
    width: 100%;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-self: center;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .tablet-mockup-animation {
    height: 190px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  ._3d-tablet-wrap {
    height: 240px;
    perspective-origin: 50% 0;
    align-self: flex-end;
    align-items: flex-start;
    padding-top: 60px;
    display: flex;
  }

  ._3d-tablet-wrap.resize {
    height: 180px;
    max-height: 270px;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .section-keybaord {
    background-position: 0 27%, 0 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-right {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rating {
    display: block;
  }

  .feature-descriptor-title {
    font-size: 20px;
  }

  .feature-item-rating {
    min-height: 120px;
    padding: 24px;
  }

  .feature-rating-info {
    flex-direction: row;
    justify-content: center;
  }

  .section-boitoi {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .body-display-white.large {
    font-size: 18px;
  }

  .large-heading-white {
    font-size: 36px;
  }

  .footer-credits-2 {
    grid-row-gap: 18px;
  }

  .footer-content {
    min-height: auto;
    padding: 0;
  }

  .footer-about {
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .button-google {
    min-width: 200px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 8px;
  }

  .text-block-3-google-play {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1em;
    display: inline;
  }

  .get-it-on {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1em;
    display: block;
  }

  .available-on-the {
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    display: block;
  }

  .button-outline {
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-5 {
    flex: none;
  }

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

  .dovashi-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    font-size: 36px;
  }

  .subtitle {
    text-align: center;
    font-size: 18px;
  }

  .image-2, .image-3 {
    width: 30px;
  }

  .button-app-store {
    min-width: 200px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding: 8px;
  }

  .app-store {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1em;
    display: inline;
  }

  .ipad-shape-2 {
    width: 100%;
    max-height: 510px;
    max-width: none;
    border-radius: 8px;
  }

  .footer-list-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .dovashi-title-2 {
    font-size: 36px;
  }

  .dovashi-title-2.left {
    text-align: center;
  }

  .subtitle-2 {
    text-align: center;
    font-size: 18px;
  }

  .wrapper-3 {
    flex: 1;
    align-self: baseline;
  }

  .text-block-3-google-play-2 {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1em;
    display: inline;
  }

  .button-app-store-2 {
    min-width: 200px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding: 8px;
  }

  .feature-item-rating-2 {
    min-height: 120px;
    padding: 24px;
  }

  .section-keybaord-2 {
    background-image: linear-gradient(#003e2b, #008c00), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .button-google-2 {
    min-width: 200px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 8px;
  }

  .ipad-shape-3 {
    width: 100%;
    height: 330px;
    max-width: 600px;
    border-radius: 8px;
    flex: none;
    align-self: flex-start;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-7 {
    flex: none;
  }

  .available-on-the-2 {
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    display: block;
  }

  .get-it-on-2 {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1em;
    display: block;
  }

  .feature-descriptor-title-2 {
    font-size: 20px;
  }

  .wrapper-image {
    flex: 1;
    align-self: baseline;
  }

  .app-store-2 {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1em;
    display: inline;
  }

  .wrapper-4 {
    flex: 1;
    align-self: baseline;
  }

  .hero__device {
    width: 38vw;
    border-radius: 5.5vw;
    padding: 1.5vw;
  }

  .hero__device:hover {
    transform: rotate(0)scale(1.1)translate(-8%);
  }

  .image-4 {
    overflow: auto;
  }

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

  .layout28_tabs-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-left-style: none;
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .layout28_tabs-link.w--current {
    border-left-style: none;
    padding-left: 0;
  }

  .section-boitoi-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image_mobile-features {
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero__phone-img {
    border-radius: 4.5vw;
  }

  .wrapper-5 {
    flex: 1;
    align-self: baseline;
  }

  .inspo-list-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-self: center;
  }

  .inspo-flex__desktop {
    width: 80vw;
  }

  .inspo-flex-item {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .inspo-flex__card {
    border-radius: 4px;
  }

  .section-hero-2.cc-inspo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-hero-2-copy.cc-inspo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-toggle {
    padding: 10px 20px 10px 0;
  }

  .toggle-text {
    font-size: 1.4rem;
  }

  .faq-answer-container {
    padding: 20px 20px 20px 0;
  }

  .section-layout {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-hero-2-layout.cc-inspo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tablet-mockup-animation-keyboard {
    height: 170px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .keyboard {
    width: auto;
    max-width: none;
  }

  .gradient-span-left {
    text-align: center;
    font-size: 42px;
  }

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

  .theme-builder {
    font-size: 36px;
  }

  .theme-builder.left {
    text-align: center;
  }

  .any-questions {
    text-align: center;
    font-size: 36px;
  }

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

  .faq-copy {
    font-size: 42px;
  }

  .faq-copy.left {
    text-align: center;
  }

  .container-w2-copy {
    height: 350px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .container-w2-copy.gutter-outside {
    width: 100%;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-self: center;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .container-w2-copy.center {
    height: 240px;
    align-self: auto;
    align-items: flex-end;
  }

  .heading.keybaod {
    flex-direction: column;
    font-size: 35px;
  }
}

#w-node-_020cd888-004e-b3d8-217d-5225005f82a3-e03cfb00 {
  align-self: stretch;
}

#w-node-_020cd888-004e-b3d8-217d-5225005f82a4-e03cfb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_020cd888-004e-b3d8-217d-5225005f82aa-e03cfb00 {
  justify-self: center;
}

#w-node-_020cd888-004e-b3d8-217d-5225005f82ad-e03cfb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_020cd888-004e-b3d8-217d-5225005f82b2-e03cfb00 {
  justify-self: center;
}

#w-node-_1fa1feeb-a413-378b-0dc7-eb5ef9f65b9c-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aab4-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aabf-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aaca-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aad5-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aae0-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aaeb-e03cfb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd425206-0757-f2c7-a621-b24165f483ee-e03cfb00 {
  align-self: stretch;
}

#w-node-fd425206-0757-f2c7-a621-b24165f483ef-e03cfb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd425206-0757-f2c7-a621-b24165f483f5-e03cfb00 {
  justify-self: center;
}

#w-node-fd425206-0757-f2c7-a621-b24165f483f8-e03cfb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd425206-0757-f2c7-a621-b24165f483fd-e03cfb00 {
  justify-self: center;
}

#w-node-fd425206-0757-f2c7-a621-b24165f48414-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f4841f-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f4842a-e03cfb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047a3657-a37f-4d30-5dc6-3c16a090e27f-e03cfb00 {
  align-self: stretch;
}

#w-node-_047a3657-a37f-4d30-5dc6-3c16a090e280-e03cfb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047a3657-a37f-4d30-5dc6-3c16a090e286-e03cfb00 {
  justify-self: center;
}

#w-node-_047a3657-a37f-4d30-5dc6-3c16a090e289-e03cfb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047a3657-a37f-4d30-5dc6-3c16a090e28e-e03cfb00, #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e296-e03cfb00 {
  justify-self: center;
}

#w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02eb5-e03cfb00, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ec0-e03cfb00, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ecb-e03cfb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0ec4-2f9b0ec2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0ec5-2f9b0ec2 {
  align-self: stretch;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0ec6-2f9b0ec2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0ecf-2f9b0ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: start;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0ee4-2f9b0ec2 {
  align-self: center;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0ee5-2f9b0ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0ee7-2f9b0ec2 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: baseline;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0ee8-2f9b0ec2 {
  align-self: start;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0eeb-2f9b0ec2 {
  justify-self: stretch;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0ef5-2f9b0ec2 {
  align-self: start;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0ef8-2f9b0ec2 {
  justify-self: stretch;
}

#w-node-ea668bec-4177-f593-42a5-4a032f9b0f00-2f9b0ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_12d7707b-4672-2d63-03e3-e023461871c1-e03cfb03 {
  align-self: stretch;
}

#w-node-_12d7707b-4672-2d63-03e3-e023461871c2-e03cfb03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12d7707b-4672-2d63-03e3-e023461871c8-e03cfb03 {
  justify-self: center;
}

#w-node-_12d7707b-4672-2d63-03e3-e023461871cb-e03cfb03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12d7707b-4672-2d63-03e3-e023461871d0-e03cfb03 {
  justify-self: center;
}

#w-node-_81d76a2e-47f9-2a04-a0d3-835825119d81-e03cfb03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81d76a2e-47f9-2a04-a0d3-835825119daa-e03cfb03 {
  align-self: start;
}

#w-node-_77599356-98eb-0f8a-f408-958b134f4f34-e03cfb03 {
  align-self: end;
  justify-self: end;
}

#w-node-_020cd888-004e-b3d8-217d-5225005f82a3-7e43b4d2 {
  align-self: stretch;
}

#w-node-_020cd888-004e-b3d8-217d-5225005f82a4-7e43b4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_020cd888-004e-b3d8-217d-5225005f82aa-7e43b4d2 {
  justify-self: center;
}

#w-node-_020cd888-004e-b3d8-217d-5225005f82ad-7e43b4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_020cd888-004e-b3d8-217d-5225005f82b2-7e43b4d2 {
  justify-self: center;
}

#w-node-_1fa1feeb-a413-378b-0dc7-eb5ef9f65b9c-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aab4-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aabf-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aaca-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aad5-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aae0-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aaeb-7e43b4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd425206-0757-f2c7-a621-b24165f483ee-7e43b4d2 {
  align-self: stretch;
}

#w-node-fd425206-0757-f2c7-a621-b24165f483ef-7e43b4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd425206-0757-f2c7-a621-b24165f483f5-7e43b4d2 {
  justify-self: center;
}

#w-node-fd425206-0757-f2c7-a621-b24165f483f8-7e43b4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd425206-0757-f2c7-a621-b24165f483fd-7e43b4d2 {
  justify-self: center;
}

#w-node-fd425206-0757-f2c7-a621-b24165f48414-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f4841f-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f4842a-7e43b4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047a3657-a37f-4d30-5dc6-3c16a090e27f-7e43b4d2 {
  align-self: stretch;
}

#w-node-_047a3657-a37f-4d30-5dc6-3c16a090e280-7e43b4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047a3657-a37f-4d30-5dc6-3c16a090e286-7e43b4d2 {
  justify-self: center;
}

#w-node-_047a3657-a37f-4d30-5dc6-3c16a090e289-7e43b4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047a3657-a37f-4d30-5dc6-3c16a090e28e-7e43b4d2, #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e296-7e43b4d2 {
  justify-self: center;
}

#w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02eb5-7e43b4d2, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ec0-7e43b4d2, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ecb-7e43b4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12d7707b-4672-2d63-03e3-e023461871c1-b16c29b8 {
  align-self: stretch;
}

#w-node-_12d7707b-4672-2d63-03e3-e023461871c2-b16c29b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12d7707b-4672-2d63-03e3-e023461871c8-b16c29b8 {
  justify-self: center;
}

#w-node-_12d7707b-4672-2d63-03e3-e023461871cb-b16c29b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12d7707b-4672-2d63-03e3-e023461871d0-b16c29b8 {
  justify-self: center;
}

#w-node-_81d76a2e-47f9-2a04-a0d3-835825119d81-b16c29b8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81d76a2e-47f9-2a04-a0d3-835825119daa-b16c29b8 {
  align-self: start;
}

#w-node-_77599356-98eb-0f8a-f408-958b134f4f34-b16c29b8 {
  align-self: end;
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_77599356-98eb-0f8a-f408-958b134f4f34-e03cfb03, #w-node-_77599356-98eb-0f8a-f408-958b134f4f34-b16c29b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_020cd888-004e-b3d8-217d-5225005f82a3-e03cfb00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_020cd888-004e-b3d8-217d-5225005f82a4-e03cfb00, #w-node-_020cd888-004e-b3d8-217d-5225005f82ad-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aab4-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aabf-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aaca-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aad5-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aae0-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aaeb-e03cfb00 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-fd425206-0757-f2c7-a621-b24165f483ee-e03cfb00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd425206-0757-f2c7-a621-b24165f483ef-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f483f8-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f48414-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f4841f-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f4842a-e03cfb00 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e27f-e03cfb00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e280-e03cfb00, #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e289-e03cfb00, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02eb5-e03cfb00, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ec0-e03cfb00, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ecb-e03cfb00 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-ea668bec-4177-f593-42a5-4a032f9b0ec6-2f9b0ec2, #w-node-ea668bec-4177-f593-42a5-4a032f9b0ee7-2f9b0ec2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_12d7707b-4672-2d63-03e3-e023461871c1-e03cfb03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12d7707b-4672-2d63-03e3-e023461871c2-e03cfb03, #w-node-_12d7707b-4672-2d63-03e3-e023461871cb-e03cfb03 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_020cd888-004e-b3d8-217d-5225005f82a3-7e43b4d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_020cd888-004e-b3d8-217d-5225005f82a4-7e43b4d2, #w-node-_020cd888-004e-b3d8-217d-5225005f82ad-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aab4-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aabf-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aaca-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aad5-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aae0-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aaeb-7e43b4d2 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-fd425206-0757-f2c7-a621-b24165f483ee-7e43b4d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd425206-0757-f2c7-a621-b24165f483ef-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f483f8-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f48414-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f4841f-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f4842a-7e43b4d2 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e27f-7e43b4d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e280-7e43b4d2, #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e289-7e43b4d2, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02eb5-7e43b4d2, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ec0-7e43b4d2, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ecb-7e43b4d2 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_12d7707b-4672-2d63-03e3-e023461871c1-b16c29b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12d7707b-4672-2d63-03e3-e023461871c2-b16c29b8, #w-node-_12d7707b-4672-2d63-03e3-e023461871cb-b16c29b8 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_020cd888-004e-b3d8-217d-5225005f82a3-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f483ee-e03cfb00, #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e27f-e03cfb00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ecb-e03cfb00 {
    justify-self: center;
  }

  #w-node-ea668bec-4177-f593-42a5-4a032f9b0ee9-2f9b0ec2, #w-node-ea668bec-4177-f593-42a5-4a032f9b0ef6-2f9b0ec2 {
    justify-self: start;
  }

  #w-node-_12d7707b-4672-2d63-03e3-e023461871c1-e03cfb03, #w-node-_020cd888-004e-b3d8-217d-5225005f82a3-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f483ee-7e43b4d2, #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e27f-7e43b4d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ecb-7e43b4d2 {
    justify-self: center;
  }

  #w-node-_12d7707b-4672-2d63-03e3-e023461871c1-b16c29b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_020cd888-004e-b3d8-217d-5225005f82a3-e03cfb00 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_020cd888-004e-b3d8-217d-5225005f82a4-e03cfb00, #w-node-_020cd888-004e-b3d8-217d-5225005f82ad-e03cfb00 {
    grid-row: span 1 / span 1;
  }

  #w-node-fed1275b-036a-624f-16da-58a411c7aab4-e03cfb00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fed1275b-036a-624f-16da-58a411c7aabf-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aaca-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aad5-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aae0-e03cfb00, #w-node-fed1275b-036a-624f-16da-58a411c7aaeb-e03cfb00 {
    grid-row: span 1 / span 1;
  }

  #w-node-fd425206-0757-f2c7-a621-b24165f483ee-e03cfb00 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fd425206-0757-f2c7-a621-b24165f483ef-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f483f8-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f48414-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f4841f-e03cfb00, #w-node-fd425206-0757-f2c7-a621-b24165f4842a-e03cfb00 {
    grid-row: span 1 / span 1;
  }

  #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e27f-e03cfb00 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e280-e03cfb00, #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e289-e03cfb00, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02eb5-e03cfb00, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ec0-e03cfb00, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ecb-e03cfb00 {
    grid-row: span 1 / span 1;
  }

  #w-node-ea668bec-4177-f593-42a5-4a032f9b0eeb-2f9b0ec2, #w-node-ea668bec-4177-f593-42a5-4a032f9b0ef8-2f9b0ec2 {
    justify-self: stretch;
  }

  #w-node-_12d7707b-4672-2d63-03e3-e023461871c1-e03cfb03 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_12d7707b-4672-2d63-03e3-e023461871c2-e03cfb03, #w-node-_12d7707b-4672-2d63-03e3-e023461871cb-e03cfb03 {
    grid-row: span 1 / span 1;
  }

  #w-node-_020cd888-004e-b3d8-217d-5225005f82a3-7e43b4d2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_020cd888-004e-b3d8-217d-5225005f82a4-7e43b4d2, #w-node-_020cd888-004e-b3d8-217d-5225005f82ad-7e43b4d2 {
    grid-row: span 1 / span 1;
  }

  #w-node-fed1275b-036a-624f-16da-58a411c7aab4-7e43b4d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fed1275b-036a-624f-16da-58a411c7aabf-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aaca-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aad5-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aae0-7e43b4d2, #w-node-fed1275b-036a-624f-16da-58a411c7aaeb-7e43b4d2 {
    grid-row: span 1 / span 1;
  }

  #w-node-fd425206-0757-f2c7-a621-b24165f483ee-7e43b4d2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fd425206-0757-f2c7-a621-b24165f483ef-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f483f8-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f48414-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f4841f-7e43b4d2, #w-node-fd425206-0757-f2c7-a621-b24165f4842a-7e43b4d2 {
    grid-row: span 1 / span 1;
  }

  #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e27f-7e43b4d2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e280-7e43b4d2, #w-node-_047a3657-a37f-4d30-5dc6-3c16a090e289-7e43b4d2, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02eb5-7e43b4d2, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ec0-7e43b4d2, #w-node-bd21fe1c-ac2c-a8c7-0d2e-a15ff0f02ecb-7e43b4d2 {
    grid-row: span 1 / span 1;
  }

  #w-node-_12d7707b-4672-2d63-03e3-e023461871c1-b16c29b8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_12d7707b-4672-2d63-03e3-e023461871c2-b16c29b8, #w-node-_12d7707b-4672-2d63-03e3-e023461871cb-b16c29b8 {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussansgx';
  src: url('../fonts/EudoxusSansGX.ttf') format('truetype'), url('../fonts/EudoxusSansGX.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}