:root {
  --white: white;
  --aboutme-50: #5b6a53;
  --blue: #0e1b2c;
  --yellow-green: #9cc34c;
  --663399: #6508be;
  --medium-orchid: #de3ad7;
  --medium-turquoise: #76d0bf;
  --dark-salmon: #bb9175;
  --deep-pink: #e9348d;
  --royal-blue: #2a6dd3;
}

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

body {
  color: #333;
  letter-spacing: .05em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Source Sans Pro;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

h6 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

ul {
  color: var(--white);
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: var(--white);
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Rubik, sans-serif;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.2;
}

.style-guide-grid {
  grid-column-gap: 0px;
  grid-row-gap: 137px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .4fr 1fr;
}

.main {
  z-index: 5;
  background-color: var(--aboutme-50);
  color: #333;
  height: auto;
  position: relative;
  top: auto;
  bottom: auto;
}

.main.white {
  background-color: #eff2f8;
}

.container-heading-style.style-guide {
  border-top: 1px #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 40px 100px;
  position: relative;
}

.info-heading {
  color: #989898;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.main-heading {
  color: #fff;
  text-transform: capitalize;
  margin: 0 auto;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}

.main-heading.style-guide {
  color: var(--white);
  margin-bottom: 140px;
  margin-left: 0;
  font-size: 16vw;
}

.main-heading.hero {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 1073px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
}

.main-heading.hero.margin {
  z-index: 2;
  color: var(--white);
  text-transform: none;
  margin-top: auto;
  margin-bottom: 150px;
  position: relative;
}

.main-heading.hero.margin.black {
  color: var(--blue);
  margin-bottom: 150px;
}

.main-heading.hero.margin.margin-compact {
  margin-bottom: 60px;
}

.main-heading.hero.black {
  color: var(--blue);
  font-weight: 400;
}

.style-guide-heading {
  font-size: 40px;
  font-weight: 300;
  position: sticky;
  top: 124px;
}

.grid-style-guide {
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-text {
  color: #616d69;
  font-size: 14px;
  font-weight: 200;
  position: absolute;
  inset: 9% auto auto 0%;
}

.style-text.static {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 5px;
  font-family: Comfortaa, sans-serif;
  font-weight: 400;
  position: static;
}

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

.container.style-guide {
  padding-top: 100px;
}

.main-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 15px;
  text-decoration: none;
}

.main-text.italic {
  font-family: Rubik, sans-serif;
  font-style: italic;
}

.main-text.blod {
  margin-top: 0;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 700;
}

.main-text.black {
  color: var(--blue);
  text-transform: uppercase;
}

.main-paragraph {
  color: var(--white);
  text-align: left;
  width: auto;
  max-width: none;
  font-size: 16px;
  line-height: 1.4;
  position: static;
}

.main-paragraph.bold {
  font-size: 18px;
  font-weight: 700;
}

.main-paragraph.black {
  color: #0e1b2c;
  font-size: 16px;
  font-weight: 400;
}

.main-paragraph.black._2 {
  margin-left: 15px;
}

.main-paragraph.italic {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.main-paragraph.medium {
  font-size: 18px;
  font-weight: 500;
}

.main-paragraph.hero {
  color: var(--white);
  text-align: center;
  max-width: 969px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 200;
}

.main-paragraph.hero.margin {
  margin-top: 0;
  font-weight: 300;
}

.main-paragraph.hero.margin.center {
  margin-left: auto;
  margin-right: auto;
}

.main-paragraph.hero.black {
  color: var(--blue);
}

.main-paragraph.hero.last-message {
  padding-left: 20px;
  padding-right: 20px;
}

.main-paragraph.accordin {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.main-paragraph.accordin.black {
  color: var(--blue);
}

.main-paragraph.no-margin {
  margin-bottom: 0;
}

.main-paragraph.no-margin.black {
  color: var(--blue);
  font-weight: 400;
}

.main-paragraph.hero-copy {
  color: var(--white);
  text-align: center;
  max-width: 969px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 200;
}

.main-paragraph.hero-copy.margin {
  margin-top: 0;
  font-weight: 300;
}

.main-paragraph.hero-copy.margin.center {
  margin-left: auto;
  margin-right: auto;
}

.main-paragraph.hero-copy.black {
  color: var(--blue);
}

.main-paragraph.mt-8 {
  margin-top: 8px;
}

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

.col-left {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 38px;
  bottom: auto;
}

.background-color {
  background-color: #aeaeae;
  border: 1px solid #c1c1c1;
  width: 10vw;
  height: 10vw;
}

.background-color.second {
  background-color: var(--yellow-green);
}

.background-color.seventh {
  background-color: #fff;
}

.background-color.fifth {
  background-color: var(--663399);
}

.background-color.first {
  background-color: var(--blue);
  color: #f3f4f1;
}

.background-color.third {
  background-color: var(--medium-orchid);
}

.background-color.fourth {
  background-color: var(--medium-turquoise);
}

.col-right {
  border-top: 1px solid #c1c1c1;
}

.hero-section {
  flex-direction: column;
  align-items: center;
  padding-top: 9.7vw;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.social-container {
  align-items: center;
  display: flex;
}

.social-container.view {
  display: none;
}

.nav-menu {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.link-social {
  background-color: var(--white);
  cursor: pointer;
  border: 1px #000;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 19px;
  transition: background-color .4s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-social:hover {
  background-color: #5b6a53;
}

.link-social.white-mode {
  border-style: solid;
  border-color: var(--dark-salmon);
  cursor: pointer;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 0;
  transition-property: transform;
}

.link-social.white-mode:hover {
  opacity: 1;
  transform: scale(1.08);
}

.link-social.white-mode.view {
  display: none;
}

.social-image {
  width: 18px;
}

.social-image.big {
  width: 39px;
  margin-right: 8px;
}

.social-image.absolute {
  position: absolute;
}

.social-image.black {
  width: 18px;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  transition: color .4s ease-in-out;
}

.nav-link:hover {
  color: var(--medium-orchid);
}

.nav-link.w--current {
  color: var(--medium-orchid);
  font-family: Rubik, sans-serif;
}

.nav-link.w--current:focus {
  color: var(--dark-salmon);
}

.nav-link.absolute {
  color: var(--dark-salmon);
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-link.absolute.footer {
  text-transform: capitalize;
  padding-bottom: 0;
  display: block;
}

.nav-link.static {
  color: var(--white);
  text-decoration: none;
  transition-property: none;
}

.nav-link.static:hover {
  color: var(--white);
}

.nav-link.static.black {
  color: var(--blue);
}

.nav-link.static.footer {
  text-transform: capitalize;
  display: block;
}

.nav-link.static.footer.ios {
  text-transform: none;
}

.smartphone-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32.1vw;
  margin-top: 0;
  margin-left: -9%;
  display: flex;
  position: sticky;
  top: 100px;
}

.smartphone-wrap.hidden {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 11.3vh;
}

.image {
  z-index: 1;
  width: 100%;
  position: sticky;
  top: auto;
}

.image.hero {
  transform: rotate(-9.6deg);
}

.image.hero.white {
  width: 90%;
  margin-left: 70px;
}

.image.support {
  width: 70%;
  position: static;
}

.image.support.close {
  width: 50%;
}

.image.absolute {
  z-index: 999;
  width: 70%;
  position: absolute;
}

.image.absolute.second {
  width: 100%;
}

.image.absolute.close {
  width: 50%;
}

.image.top {
  z-index: 4;
}

.image.sp-only {
  display: none;
}

.scroll-indicator {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 77.6vh auto auto 0%;
  transform: rotate(-90deg);
}

.scroll-indicator-icon {
  border: 1px solid var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.scroll-indicator-icon.fixed {
  z-index: 9999999;
  cursor: pointer;
  background-color: #0e1b2c1f;
  border-style: none;
  transition: background-color .4s ease-in-out;
  position: fixed;
  inset: 86.9vh 3% auto auto;
  overflow: hidden;
}

.scroll-indicator-icon.fixed:hover {
  background-color: var(--medium-orchid);
}

.pointer {
  background-color: var(--dark-salmon);
  color: var(--medium-orchid);
  border-radius: 508px;
  width: 10px;
  height: 10px;
  font-size: 10px;
}

.absolute-social-wrap {
  width: 202px;
  position: absolute;
  right: 0%;
}

.absolute-social-wrap.first {
  z-index: 2;
  width: 100px;
  inset: 22% 0% auto auto;
}

.absolute-social-wrap.second {
  z-index: 2;
  width: 110px;
  inset: auto auto 17% -14%;
}

.absolute-social-wrap.third {
  z-index: 2;
  width: 100px;
  inset: auto -9% 29% auto;
}

.absolute-social-wrap.fourth {
  z-index: 2;
  width: 90px;
  top: 36%;
  right: -6%;
}

.absolute-social-wrap.fifth {
  z-index: 2;
  width: 100px;
  inset: auto auto auto -23%;
}

.absolute-social-wrap.sixth {
  width: 90px;
  inset: 25% auto auto -11%;
}

.brand {
  z-index: 2;
  width: 100px;
  position: absolute;
}

.absolute-image {
  width: 23.8vw;
  position: absolute;
  inset: auto -27% -12% auto;
  transform: rotate(16.37deg);
}

.absolute-image.features {
  bottom: auto;
  right: -12%;
  transform: none;
}

.services {
  justify-content: center;
  width: 100%;
  display: none;
  overflow: hidden;
}

.services-heading {
  color: #ffffff45;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 144px;
  display: none;
}

.services-heading.first {
  z-index: 1;
  display: none;
  position: relative;
}

.services-heading.first.black, .services-heading.black {
  color: #0e1b2cc4;
}

.slash-span {
  color: var(--dark-salmon);
}

.about-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 220px;
  display: flex;
}

.about-section.partners {
  height: 200vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section-heading {
  color: #bed7b04f;
  text-align: center;
  align-items: center;
  height: 100vh;
  font-size: 18vw;
  font-weight: 400;
  display: flex;
  position: sticky;
  top: 0;
}

.services-grid {
  z-index: 2;
  grid-column-gap: 2.6vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  position: relative;
}

.services-card {
  background-color: var(--yellow-green);
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  width: 14.2vw;
  height: 14.2vw;
  display: flex;
}

.services-card.no-bg {
  background-color: #0000;
  height: auto;
}

.section {
  height: 350vh;
}

.bold-text-paragraph {
  font-weight: 400;
}

.accordion-section {
  padding: 219px 60px 220px;
  display: none;
}

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

.row {
  justify-content: flex-end;
  display: flex;
}

.row.relative {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-3 {
  width: 85%;
  max-width: 788px;
}

.container-text {
  z-index: 2;
  border: 1px none var(--deep-pink);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.container-text.border {
  border: 1px solid #e9348d00;
  margin-bottom: 20px;
  padding: 25px 20px;
  transition: border-color .4s ease-in-out;
}

.container-text.border:hover {
  border-style: none;
  border-width: 1px;
}

.container-text.border.green {
  border-color: #9cc34c00;
}

.container-text.border.green:active {
  border-color: #9cc34c;
}

.container-text.border.orchid {
  border-color: #6508be00;
}

.container-text.border.orchid:hover {
  border-color: #6508be;
}

.container-text.border.blue {
  border-color: #76d0bf00;
}

.container-text.border.blue:hover {
  border-color: #76d0bf;
}

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

.point {
  background-color: var(--deep-pink);
  border-radius: 50px;
  width: 1.5vw;
  height: 1.5vw;
  margin-top: 5px;
}

.point.green {
  background-color: var(--yellow-green);
}

.point.orchid {
  background-color: var(--663399);
}

.point.blue {
  background-color: var(--medium-turquoise);
}

.accordion-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}

.accordion-heading.black {
  color: var(--blue);
}

.image-accorndion {
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.section-price {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.text-tab {
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-tab.center {
  text-align: center;
  margin: auto;
}

.text-tab.black {
  color: var(--blue);
}

.tab-link {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.swich-button {
  border: 1px solid var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 2.5vw;
  margin-left: 60px;
  display: flex;
}

.swich-point {
  background-color: var(--medium-orchid);
  border-radius: 50px;
  width: 2.35vw;
  height: 2.35vw;
}

.plane-grid {
  grid-template: "Area"
  / 1fr 1fr 1fr;
}

.price-card {
  border-radius: 39px;
  width: 22.8vw;
  height: 31.9vw;
}

.price-card.purple {
  background-color: var(--663399);
  width: 24vw;
  height: 35vw;
  margin-left: 10px;
  margin-right: 10px;
  padding: 60px;
}

.price-card.acquamarine {
  background-color: var(--medium-turquoise);
  border-radius: 39px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24vw;
  height: 35vw;
  margin-left: 10px;
  margin-right: 10px;
  padding: 60px;
  display: flex;
}

.price-card.orchid {
  background-color: var(--medium-orchid);
  flex-direction: column;
  justify-content: flex-start;
  width: 24vw;
  height: 35vw;
  margin-left: 10px;
  margin-right: 10px;
  padding: 60px;
  display: flex;
}

.container-tab {
  justify-content: center;
  padding-top: 93px;
  display: flex;
}

.price-heading {
  color: var(--white);
  margin-top: 10px;
  font-size: 25px;
}

.option-wrap {
  align-items: center;
  margin-bottom: 1.5vw;
  display: flex;
}

.option-point {
  border: 1px solid var(--white);
  border-radius: 50px;
  width: 1vw;
  height: 1vw;
  margin-right: 10px;
}

.option-point.check {
  background-color: var(--white);
  width: 1vw;
  height: 1vw;
  margin-right: 10px;
}

.features-section {
  justify-content: center;
  padding-bottom: 615px;
  display: flex;
  position: relative;
}

.features-section.black {
  padding-bottom: 200px;
}

.features-bg {
  background-color: var(--dark-salmon);
  border-radius: 47px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1400px;
  max-width: 70%;
  height: auto;
  max-height: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 3vw;
  display: flex;
  position: relative;
}

.features-heading {
  color: var(--white);
  font-size: 3vw;
}

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

.apple-wrap {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 15px;
  align-items: center;
  width: 180px;
  height: 60px;
  margin-right: 31px;
  padding-top: 0;
  padding-left: 24px;
  text-decoration: none;
  display: flex;
}

.apple-wrap.play {
  margin-right: auto;
}

.apple-wrap.play.create {
  background-color: var(--blue);
  color: var(--white);
  width: auto;
  margin-left: auto;
  padding: 18px 20px;
}

.apple-wrap.hero {
  margin-left: auto;
}

.apple-wrap.hero.lp {
  margin-left: 0;
}

.apple-wrap.hero-copy {
  margin-left: auto;
}

.apple-wrap._92104 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.container-icon {
  margin-top: 44px;
  display: flex;
}

.container-icon.simple {
  margin-top: 20px;
}

.wrap-text.absolute {
  color: var(--medium-orchid);
  padding-top: 0;
  text-decoration: none;
  position: absolute;
}

.download-heading {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3vw;
}

.download-heading.color {
  color: var(--blue);
  display: block;
}

.download-heading.create {
  color: var(--white);
}

.text-block {
  color: var(--aboutme-50);
  font-size: .8vw;
  line-height: 1;
  text-decoration: none;
}

.container-about-grid {
  height: 200vh;
  margin-top: 129px;
}

.about-grid {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.about-card {
  width: 25vw;
}

.text-container {
  justify-content: flex-end;
  align-items: center;
  margin-top: -32px;
  padding-left: 59px;
  padding-right: 49px;
  display: flex;
  position: relative;
}

.text-container.en {
  margin-top: 10px;
}

.number {
  color: var(--deep-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 700;
  position: absolute;
  bottom: -46%;
  left: 0;
}

.number._1 {
  color: var(--dark-salmon);
  font-family: Rubik, sans-serif;
  font-size: 80px;
  font-weight: 700;
  bottom: -2%;
}

.number._2 {
  color: var(--dark-salmon);
  font-family: Rubik, sans-serif;
  font-size: 80px;
  bottom: -2%;
}

.number._3 {
  color: var(--dark-salmon);
  font-family: Rubik, sans-serif;
  font-size: 80px;
  bottom: -3%;
}

.container-icon-grid {
  padding-top: 220px;
  padding-bottom: 77px;
}

.icon-grid {
  grid-column-gap: 9vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.icon-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-image {
  width: 3.7vw;
  max-width: none;
  margin-bottom: 29px;
}

.icon-image.no-margin {
  width: 10vw;
  margin-bottom: 0;
}

.services-name {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.bg-video-wrap {
  z-index: 2;
  border-radius: 40px;
  width: 80%;
  max-width: 1391px;
  height: 80vh;
  margin-top: 224px;
  position: relative;
  overflow: hidden;
}

.background-video {
  height: 100%;
}

.review {
  padding-top: 160px;
  padding-bottom: 241px;
  display: none;
  overflow: hidden;
}

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

.mask {
  width: 22vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

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

.review-card {
  background-color: #b18b72;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  height: auto;
  padding: 30px 20px 50px 30px;
  display: flex;
  box-shadow: 5px 5px 12px 4px #0000005c;
}

.review-card.black {
  background-color: #e5eaf1;
  width: 26vw;
  box-shadow: 5px 5px 12px 4px #0000001c;
}

.review-card.hide {
  display: none;
}

.review-card._1 {
  background-color: #b45862;
  display: flex;
}

.review-card._2 {
  background-color: #cc8e00;
  display: flex;
}

.review-card._4 {
  background-color: #4d6770;
}

.review-card._5 {
  background-color: #81a56c;
}

.image-icon {
  background-image: url('../images/240_F_314141146_OLdlWE1SkeUyquNjSa45S6pxAmss6VbK.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 56px;
  height: 56px;
}

.image-icon._2 {
  background-image: url('../images/240_F_294567465_DYZmowkf1lBn3lxAvekHT9W5GT18DBSG.jpeg');
}

.image-icon._3 {
  background-image: url('../images/240_F_358595317_q3HeICxjxviabOSPZUn8hbhUSTWsJp70.jpeg');
}

.image-icon._4 {
  background-image: url('../images/240_F_321909619_lEZ6uQ6LCxxMDs99lUmju1LpywFf9E9l.jpeg');
}

.sub-name {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 33px;
  margin-bottom: 0;
  font-size: 13px;
}

.sub-name.black {
  color: var(--blue);
}

.name {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

.name.black {
  color: var(--blue);
}

.paragraph {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 13px;
  font-weight: 400;
}

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

.paragraph-main {
  color: #f0db1a;
}

.left-arrow {
  background-color: var(--white);
  border-radius: 50px;
  width: 45px;
  height: 45px;
  inset: auto auto -26% 34%;
}

.left-arrow.black {
  background-color: var(--blue);
  left: 34%;
}

.right-arrow {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  inset: auto 34% -26% auto;
  overflow: visible;
}

.right-arrow.black {
  background-color: var(--blue);
}

.slide-nav {
  bottom: -92px;
}

.slide-nav.black {
  color: var(--blue);
  display: block;
}

.slide {
  z-index: 45;
  width: auto;
  margin-left: 0;
  margin-right: auto;
}

.slide:focus {
  z-index: 47;
}

.faq-section {
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 105px;
  padding-bottom: 200px;
  display: flex;
}

.faq-wrapper {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-bar {
  color: #1a1e27;
  background-color: #0000;
  border-bottom: 1px #00000012;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-bar.faq {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 30px;
}

.faq-content {
  max-width: 1280px;
  padding-bottom: 0;
  overflow: hidden;
}

.wrapper-faq {
  width: 100%;
  height: 1px;
}

.faq-circle {
  background-color: #0000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
  position: relative;
}

.faq-circle.absolute {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.faq-circle.static {
  overflow: hidden;
}

.faq-circle.static:hover {
  background-color: #0000;
}

.faq-circle.bg {
  background-color: #fff;
  overflow: hidden;
}

.faq-circle.bg:hover {
  background-color: var(--white);
}

.main-heading-second {
  color: #fff;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  font-size: 11vw;
  font-weight: 300;
  line-height: 1;
}

.main-heading-second.black {
  color: #333;
  text-align: center;
  margin-top: 0;
  font-size: 7vw;
}

.main-heading-second.black.second {
  color: var(--white);
  text-align: left;
  text-align: left;
  margin-bottom: 60px;
  margin-left: 0;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
}

.main-heading-second.black.second.blue {
  color: var(--blue);
}

.main-heading-second.black.subscribe {
  color: var(--blue);
  text-align: left;
  text-transform: none;
  margin-bottom: 25px;
  margin-left: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 31px;
}

.tabs {
  margin-top: 70px;
}

.container-paragraph {
  position: absolute;
  inset: 16% auto auto -83%;
}

.container-paragraph.second {
  inset: auto -54% 8% auto;
}

.overflow {
  align-items: center;
  width: auto;
  max-width: 700px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.overflow.margin {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.overflow.margin.form {
  padding-bottom: 8px;
}

.overflow._2 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: auto;
}

.overflow._2.form {
  color: var(--medium-orchid);
  align-items: center;
}

.overflow.absolute {
  height: 90%;
  display: flex;
  position: absolute;
}

.overflow.footer {
  margin-bottom: 5px;
  overflow: visible;
}

.overflow.hid {
  display: none;
}

.line {
  background-color: #1c2836;
  width: 100%;
  height: 1px;
}

.white-line {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.white-line._2 {
  background-color: var(--medium-orchid);
}

.why-syrio-text-wrapper {
  width: 40%;
  height: auto;
  margin-right: 20px;
}

.why-syrio-wrappper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: auto;
  display: flex;
  position: relative;
}

.extra-large-paragraph {
  color: var(--white);
  max-width: none;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
}

.table-head-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 19px;
}

.separator {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.separator.dark {
  background-color: #3b3b3b;
  margin-top: 10px;
}

.features-heading-2 {
  color: var(--white);
  text-align: center;
  max-width: 550px;
  font-size: 65px;
  line-height: 1.2;
}

.table-wrapper {
  width: 60%;
}

.top-text {
  color: var(--white);
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.syrio-comparison {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e6e6e6;
  border-style: none solid solid none;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 3.25fr 1fr 1fr 1fr;
}

.why-smool {
  background-color: #0000;
  background-image: url('../images/background_2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 20px;
  display: flex;
  position: relative;
}

.why-smool.white {
  background-image: url('../images/backgroundwhite.jpg');
}

.table-cell-wrapper {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-top: 0 #000;
  border-left: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 70px;
  display: flex;
}

.table-cell-wrapper.first-column {
  background-color: #0000;
  border-left: 1px solid #e6e6e6;
}

.table-cell-wrapper.last-row {
  border-bottom-style: none;
}

.table-cell-wrapper.first-row {
  background-color: #0000;
  border-top: 1px solid #e6e6e6;
}

.table-cell-wrapper.first {
  background-color: #0000;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.table-cell-wrapper.last {
  border-right-style: none;
}

.text-blocksecond {
  color: var(--white);
  text-align: center;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
}

.syrio-tabs-description-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.table-head {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.icon-slider {
  color: var(--medium-orchid);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 16px;
  display: flex;
  bottom: 0%;
}

.icon-slider.white, .icon-slider.static {
  color: var(--dark-salmon);
}

.loop-circle {
  z-index: 99;
  border: .5px dashed #ffffff57;
  border-radius: 50%;
  width: 300%;
  height: 300%;
  position: absolute;
  inset: auto;
}

.loop-circle.black {
  border-color: #0e1b2c21;
}

.contact-form {
  z-index: 9999999;
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: fixed;
  inset: 0%;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom-color: #252d38;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 2.4;
  display: block;
  position: static;
}

.text-field:focus {
  border-bottom-color: var(--white);
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.form-heading {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 10px;
}

.submit {
  color: var(--medium-orchid);
  background-color: #0000;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
}

.submit:hover {
  color: var(--medium-orchid);
}

.form {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.open-line {
  background-color: var(--dark-salmon);
  width: 23px;
  height: 2px;
  position: absolute;
}

.open-line.rotate {
  background-color: var(--dark-salmon);
  transform: rotate(90deg);
}

.open-line.rotate.white, .open-line.white {
  background-color: #fff;
}

.question-title {
  color: #fff;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-size: 26px;
  line-height: 1.4;
}

.question-title.black {
  color: var(--blue);
}

.faq-paragraph {
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding: 0 0 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-paragraph.black {
  color: var(--blue);
}

.faq-question-wrap {
  cursor: pointer;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-question-wrap.review-wrap2 {
  width: 80%;
  max-width: 1020px;
}

.white-line-2 {
  background-color: #3e4c37;
  width: 100%;
  height: 100%;
}

.button-faq {
  border: 1px solid var(--aboutme-50);
  background-color: var(--aboutme-50);
  opacity: 0;
  cursor: pointer;
  border-radius: 50px;
  flex-direction: column;
  margin-top: 100px;
  padding: 10px 30px;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.button-faq:hover {
  color: var(--aboutme-50);
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
}

.button-faq._404 {
  text-transform: none;
  margin-top: 10px;
  text-decoration: none;
}

.button-faq.tes {
  opacity: 1;
}

.paragraph-fourth {
  color: var(--white);
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 2px;
  font-size: 16px;
}

.paragraph-fourth.white {
  color: var(--aboutme-50);
}

.paragraph-third {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: none;
}

.paragraph-third.white {
  color: var(--white);
}

.container-404 {
  flex-direction: row-reverse;
  display: flex;
  overflow: hidden;
}

.container-404._2 {
  position: absolute;
  overflow: hidden;
}

.close-button {
  border: 1px solid var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.close-button.fixed {
  z-index: 999;
  background-color: var(--blue);
  padding-left: 0;
  padding-right: 0;
  transition: background-color .4s ease-in-out;
  position: absolute;
  inset: 9% 6% auto auto;
  overflow: hidden;
}

.close-button.fixed:hover {
  background-color: var(--medium-orchid);
}

.line-copy {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.black-mood {
  display: block;
}

.filter {
  background-color: #0e1b2c80;
  position: absolute;
  inset: 0%;
}

.footer {
  padding-bottom: 0;
  padding-left: 0;
}

.footer.padding {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer.padding.white {
  background-color: #eaeef6;
  padding-top: 78px;
}

.footer.padding.black {
  background-color: #1a181b;
  padding-top: 61px;
}

.footer-grid {
  grid-column-gap: 151px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: center;
}

.footer-heading {
  font-size: 18px;
  font-weight: 700;
}

.footer-heading.black {
  color: var(--blue);
}

.toggle-contain {
  border: 1px solid var(--white);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.toggle-contain.black {
  border-color: var(--blue);
}

.pricing-container {
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-box-row.yearly-row {
  display: none;
}

.toggle-row {
  color: #fffc;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.toggle-dot {
  background-color: var(--medium-orchid);
  color: var(--medium-orchid);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
}

.footer-bunner {
  align-items: center;
  width: 100%;
  padding: 15px 0;
  display: flex;
}

.wrap-link-footer {
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.top-text-2 {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 40px;
  font-size: 9px;
}

.webflow-link {
  color: var(--medium-orchid);
  font-size: 9px;
  font-weight: 400;
  text-decoration: none;
}

.text-credits {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 9px;
}

.udesly-link {
  color: var(--medium-orchid);
  font-weight: 400;
  text-decoration: none;
}

.checkbox-label {
  color: var(--blue);
  font-size: 13px;
}

.text-field-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--medium-orchid);
  color: var(--blue);
  background-color: #0000;
  height: 29px;
  padding-left: 5px;
  font-size: 13px;
}

.text-field-form:focus {
  border-bottom-color: #333;
}

.submit-button-second {
  border: 1px solid var(--medium-orchid);
  color: var(--medium-orchid);
  background-color: #0000;
  border-radius: 40px;
  width: 138px;
  height: 40px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  transition: background-color .4s ease-in-out, color .4s ease-in-out;
}

.submit-button-second:hover {
  border-color: var(--medium-orchid);
  background-color: var(--medium-orchid);
  color: #fff;
}

.error-text {
  color: #ff5151;
}

.close-line {
  background-color: #333;
  width: 15px;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
}

.close-line._2 {
  height: 1px;
  transform: rotate(45deg);
}

.pop-up-form {
  margin-top: 0;
}

.background-pop-up {
  z-index: 99999;
  background-color: #33333370;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.close-button-pop-up {
  cursor: pointer;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
  inset: 25px 12px auto auto;
}

.pop-up {
  z-index: 9999;
  background-color: #0000;
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-size: cover;
  width: 687px;
  height: 387px;
  margin: auto auto auto 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}

.success-message {
  background-color: #f7f7f7;
}

.main-paragraph-second {
  color: #333;
  text-align: left;
  width: 100%;
  max-width: none;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.4;
  position: static;
}

.main-paragraph-second.pop-up-form {
  color: var(--blue);
  margin-bottom: 15px;
  font-size: 13px;
}

.link-span {
  color: var(--medium-orchid);
}

.form-pop-up {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 389px;
  height: 389px;
  margin-left: 0;
  margin-right: 0%;
  padding: 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.error-message {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.checkbox {
  color: var(--blue);
}

.footer-line {
  z-index: 22;
  background-color: var(--medium-orchid);
  width: 100%;
  height: 1.5px;
  position: absolute;
  inset: auto 0% 3px;
}

.white {
  opacity: 1;
}

.image-opacity {
  opacity: .61;
}

.back-to-top {
  z-index: 99999;
  color: #333;
  background-color: #f3f3f3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .5s ease-in-out;
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
  transform: rotate(-90deg);
}

.back-to-top:hover {
  background-color: var(--medium-orchid);
}

.back-to-top.w--current {
  display: none;
}

.back-to-top-image {
  width: 15px;
}

.back-to-top-image.absolute {
  position: absolute;
  inset: auto;
  transform: none;
}

.container-info {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.icon-heading {
  text-align: center;
  margin-top: 47px;
  font-size: 25px;
}

.icon-heading.black {
  color: var(--blue);
}

.icon-paragraph {
  text-align: center;
  font-size: 16px;
}

.icon-paragraph.black {
  color: var(--blue);
}

.menu-line {
  background-color: #333;
  width: 35px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 5px;
}

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

.image-licensing {
  border: 1px solid #272727;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.image-licensing._2 {
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 300px;
}

.image-licensing._1 {
  background-image: url('../images/background_2.jpg');
  background-position: 50% 90%;
  background-size: cover;
  border-style: none;
  width: 100%;
  min-height: 150px;
}

.image-licensing._3 {
  background-image: url('../images/backgroundwhite.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-color: #272727;
  min-height: 150px;
}

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

.licensing-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.licensing-section {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.source-link {
  color: var(--white);
  background-color: #0000;
  margin-right: 20px;
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
  transition: color .4s;
}

.source-link:hover {
  color: #ccb9ac;
}

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

.small-hero {
  background-color: var(--blue);
  color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.licensing-container {
  background-color: var(--blue);
  border: 1px #272727;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
  box-shadow: 1px 1px 7px -2px #ffffff24;
}

.hero-heading-smal {
  color: #fff;
  font-size: 100px;
}

.license-link {
  color: var(--white);
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
  transition: color .4s ease-in-out;
}

.license-link:hover {
  color: #ccb9ac;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading {
  text-align: left;
  text-transform: none;
  margin-bottom: 25px;
  padding-top: 0;
  font-size: 52px;
  font-weight: 400;
}

.white-container {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  position: relative;
}

.bold-text-second {
  text-transform: uppercase;
}

.content {
  z-index: 2;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 160px;
  position: relative;
}

.return-paragraph {
  margin-bottom: 90px;
  font-size: 20px;
  line-height: 32px;
}

.first-row {
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.utility-page-wrap {
  background-color: #0000;
  background-image: url('../images/background_2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

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

.image-404 {
  width: 100px;
  margin-top: 5vh;
  margin-bottom: 8.5vh;
}

._404-heading {
  margin-bottom: 55px;
  font-family: Rubik, sans-serif;
  font-size: 55px;
}

._404-heading.second {
  margin-top: 0;
  margin-bottom: 5vh;
  font-size: 2.5vw;
  font-weight: 300;
}

._404-heading._404 {
  margin-bottom: 0;
  font-size: 110px;
  line-height: 1;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field-password {
  text-align: center;
  background-color: #0000;
  border: 1px solid #00a0db;
  border-radius: 50px;
  width: 344px;
  height: 60px;
  font-family: Comfortaa, sans-serif;
}

.submit-button-protect-page {
  border: 1px solid var(--medium-orchid);
  background-color: #0000;
  border-radius: 50px;
  width: 344px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Comfortaa, sans-serif;
  transition: background-color .4s ease-in-out;
}

.submit-button-protect-page:hover {
  background-color: var(--medium-orchid);
}

.instruction-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.instruction-container.instructions {
  margin-left: 20px;
}

.instruction-image {
  margin-top: 10px;
}

.list-item {
  color: #fff;
  flex-direction: column;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 100;
  display: flex;
}

.main-text-2 {
  color: var(--deep-pink);
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 100;
}

.list {
  margin-top: 40px;
}

.light-paragraph {
  color: #fff;
  margin-bottom: 180px;
  font-size: 1.5vw;
  line-height: 1.2;
}

.light-paragraph.no-margin {
  width: 70%;
  margin-bottom: 0;
  font-size: 15px;
}

.light-paragraph.no-margin._2 {
  color: #333;
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 100;
}

.line-instructions {
  background-color: #ccb9ac;
  width: 100%;
  height: .5px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-style-guide {
  color: #474747;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18vw;
  font-weight: 600;
  line-height: 1;
}

.heading-style-guide.instruction {
  background-color: var(--blue);
  color: var(--blue);
  background-image: none;
  margin-bottom: 100px;
  font-size: 15vw;
}

.class-span {
  background-color: var(--medium-orchid);
  color: #fff;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.main-instruction {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.main-instruction.color-black {
  background-color: #000;
  padding-left: 100px;
  padding-right: 100px;
}

.main-instruction.color-black.instruction {
  background-color: #fff;
  padding-top: 190px;
  padding-bottom: 137px;
}

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

.changelog-section {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changeloc-container {
  background-color: #0000;
  border: 1px solid #333;
  padding: 55px;
}

.changelog-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.white-mood {
  z-index: 99999;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.rich-text-block {
  color: var(--white);
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
}

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

.box-text-hero {
  z-index: 50;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.page-lp {
  background-color: #4d5b45;
  position: relative;
}

.header-lp {
  z-index: 99;
  position: absolute;
  inset: 0% 0% auto;
}

.inner-wide {
  padding-left: 40px;
  padding-right: 40px;
}

.menu-lp {
  grid-column-gap: 30px;
  flex: 1;
  display: flex;
}

.header-cv-lp {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.image-405 {
  width: 80px;
}

.header-menuitems {
  color: var(--white);
  font-size: 15px;
  text-decoration: none;
}

.link-block {
  background-color: #111b2b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  text-decoration: none;
}

.sec-hero-lp {
  overflow: hidden;
}

.inner-lp {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-5 {
  align-items: center;
  height: 790px;
  padding-top: 40px;
  display: flex;
}

.textbos-hero-lp {
  flex-direction: column;
  flex: 0 0 48%;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.cv-btn-lp {
  background-color: #111b2b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 38px;
  padding-right: 38px;
  text-decoration: none;
  display: flex;
}

.cv-btn-lp.sec {
  background-color: #3f292b;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2-copy {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.box-appcv-lp {
  border: 0 solid #ffffff1f;
  border-top-width: 1px;
  justify-content: flex-start;
  width: 100%;
  margin-top: 32px;
  padding-top: 32px;
  display: flex;
}

.text-block-3 {
  color: #ceb09c;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}

.heading-2 {
  font-size: 56px;
  font-weight: 700;
}

.newline-lp {
  display: block;
}

.heading-3 {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-6 {
  height: 250px;
  display: flex;
  position: relative;
}

.div-block-7 {
  background-image: url('../images/01_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  height: 100%;
}

.div-block-7-copy {
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  height: 100%;
}

.div-block-8 {
  background-image: url('../images/04.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  height: 100%;
}

.div-block-9 {
  background-image: url('../images/03.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  height: 100%;
}

.div-block-10 {
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  height: 100%;
}

.div-block-11 {
  background-image: url('../images/05.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  height: 100%;
}

.overlay1 {
  z-index: 90;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  color: var(--white);
  border: 2px solid #ffffff4d;
  padding: 30px;
  font-size: 22px;
  line-height: 30px;
}

.sec-intro {
  -webkit-text-fill-color: inherit;
  background-color: #eedfd5;
  background-clip: border-box;
  padding-top: 72px;
  padding-bottom: 72px;
}

.sec-head-lp {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.heading-4 {
  color: #3f292b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.image-406 {
  height: 92px;
}

.image-406.flip {
  transform: rotate(180deg);
}

.div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-items {
  grid-row-gap: 10px;
  background-color: #f4e9e2;
  border: 2px solid #d5aa8f;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 20px 20px;
  display: flex;
}

.intro-icn {
  -webkit-text-fill-color: inherit;
  background-color: #4d5b45;
  background-image: url('../images/Frame-731.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 70px;
  width: 64px;
  height: 64px;
}

.div-block-13 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #3f292b;
  text-align: center;
  font-size: 16px;
  line-height: 178%;
}

.heading-5 {
  color: #3f292b;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.intro-icn-copy {
  -webkit-text-fill-color: inherit;
  background-color: #4d5b45;
  background-image: url('../images/Frame-732.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 70px;
  width: 64px;
  height: 64px;
}

.a {
  -webkit-text-fill-color: inherit;
  background-color: #4d5b45;
  background-image: url('../images/Frame-310.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 70px;
  width: 64px;
  height: 64px;
}

.cvwrap {
  justify-content: center;
  margin-top: 72px;
  display: flex;
}

.sec-feature {
  background-color: #fff;
  padding-top: 88px;
  padding-bottom: 72px;
}

.sec-feature.how {
  -webkit-text-fill-color: inherit;
  background-color: #eedfd5;
  background-clip: border-box;
}

.sec-feature.qa {
  background-color: #0000;
}

.headwrap-lp {
  margin-bottom: 88px;
}

.heading-6 {
  color: #3f292b;
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
}

.heading-6.whtie {
  color: #fff;
}

.text-block-5 {
  color: #4c7237;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-14 {
  grid-row-gap: 118px;
  flex-direction: column;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-16 {
  grid-column-gap: 16px;
  display: flex;
}

.number-round {
  color: #fff;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.number-round._01 {
  -webkit-text-fill-color: inherit;
  background-color: #84604a;
  background-clip: border-box;
}

.number-round._02 {
  background-color: #4d5b45;
}

.number-round._03 {
  -webkit-text-fill-color: inherit;
  background-color: #506f73;
  background-clip: border-box;
}

.number-round._04 {
  -webkit-text-fill-color: inherit;
  background-color: #986161;
  background-clip: border-box;
}

.number-round.large {
  background-color: #4d5b45;
  border-radius: 26px;
  width: 80px;
  height: 80px;
  font-size: 24px;
}

.number-round.q {
  -webkit-text-fill-color: inherit;
  background-color: #72965c;
  background-clip: border-box;
}

.heading-7 {
  color: #3f292b;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-7.white {
  color: var(--white);
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-3 {
  color: #3f292b;
  font-size: 16px;
  line-height: 1.78;
}

.paragraph-3.white {
  color: var(--white);
}

.image-407 {
  border-radius: 16px;
}

.wrap-how {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.wrap-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.box-how {
  grid-column-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
}

.heading-7-copy {
  color: #3f292b;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-7-copy.white {
  color: #fff;
  margin-bottom: 20px;
}

.heading-7-copy.how {
  font-size: 29px;
}

.paragraph-3-copy {
  color: #3f292b;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.78;
}

.paragraph-3-copy.white {
  color: #fff;
}

.image-408 {
  width: 40px;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
  overflow: hidden;
}

.div-block-18 {
  background-image: url('../images/image-36.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.div-block-19 {
  padding: 48px;
}

.div-block-17-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #252d2a;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
  overflow: hidden;
}

.div-block-20 {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19-copy {
  justify-content: center;
  align-items: center;
  height: 480px;
  padding: 0;
  display: flex;
}

.div-block-18-copy {
  background-image: url('../images/image-41.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.text-block-5-copy {
  color: #dfb193;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-21 {
  grid-column-gap: 48px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-22 {
  flex-direction: column;
  display: flex;
}

.paragraph-4 {
  -webkit-text-fill-color: inherit;
  background-color: #3f4d37;
  background-clip: border-box;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 16px;
  line-height: 1.76;
}

.sec-footer {
  -webkit-text-fill-color: inherit;
  background-color: #111b2b;
  background-clip: border-box;
  padding-top: 48px;
  padding-bottom: 48px;
}

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

.heading-8 {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.link {
  color: var(--white);
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.div-block-24 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.image-409 {
  flex: 0 0 900px;
  width: 638px;
  margin-top: auto;
  margin-left: -50px;
}

.container-icon-copy {
  margin-top: 44px;
  display: flex;
}

.container-icon-copy.simple {
  margin-top: 20px;
}

.link-2 {
  z-index: 50;
  color: var(--white);
  position: relative;
}

.end-message {
  background-color: var(--dark-salmon);
  border-radius: 47px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1400px;
  max-width: 70%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-25 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

._928348294-2 {
  font-size: 30px;
}

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

.div-block-28 {
  background-color: var(--dark-salmon);
  border-radius: 40px;
  width: 100%;
  max-width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1440px) {
  p {
    color: var(--white);
  }

  .style-guide-grid {
    grid-template-columns: .4fr 1fr;
  }

  .main {
    position: relative;
    overflow: visible;
  }

  .main.white {
    height: auto;
  }

  .main-heading {
    letter-spacing: -.3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 11vw;
  }

  .main-heading.hero {
    color: var(--white);
    letter-spacing: -.03em;
    max-width: none;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.2;
  }

  .main-heading.hero.margin {
    color: var(--white);
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
  }

  .main-heading.hero.margin.black {
    color: var(--blue);
    text-align: center;
    margin-bottom: 0;
  }

  .main-heading.hero.margin._2 {
    margin-bottom: 0;
    font-size: 3.5vw;
  }

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

  .grid-style-guide {
    grid-template-rows: auto auto auto;
  }

  .container {
    opacity: 1;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 65px;
    padding-right: 65px;
  }

  .main-text {
    text-transform: uppercase;
    margin-left: 17px;
    font-size: 18px;
  }

  .main-text.blod {
    line-height: 1.2;
  }

  .main-text.black {
    color: var(--blue);
    text-transform: uppercase;
  }

  .main-paragraph {
    width: auto;
    margin-bottom: 0;
    font-size: 1.3vw;
    position: static;
    bottom: 0%;
  }

  .main-paragraph.black {
    margin-left: 0;
    font-size: 1.13vw;
  }

  .main-paragraph.black._2 {
    margin-left: 15px;
    font-size: 1.13vw;
  }

  .main-paragraph.hero {
    width: 100%;
    max-width: 1341px;
    margin-top: 15px;
    font-size: 1.25vw;
    font-weight: 400;
  }

  .main-paragraph.hero.margin {
    max-width: none;
    font-size: 1.8vw;
    font-weight: 300;
  }

  .main-paragraph.hero.margin.center {
    font-size: 3vw;
  }

  .main-paragraph.accordin {
    color: var(--white);
    margin-top: 8px;
    font-size: 1.4vw;
  }

  .main-paragraph.no-margin {
    font-size: 1.35vw;
  }

  .main-paragraph.hero-copy {
    width: 100%;
    max-width: 1341px;
    margin-top: 15px;
    font-size: 1.25vw;
    font-weight: 400;
  }

  .main-paragraph.hero-copy.margin {
    max-width: none;
    font-size: 1.8vw;
    font-weight: 300;
  }

  .main-paragraph.hero-copy.margin.center {
    font-size: 3vw;
  }

  .background-color.second, .background-color.seventh, .background-color.fifth, .background-color.fourth {
    background-color: #e5e5e3;
  }

  .hero-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 14.7vw;
    display: flex;
  }

  .navbar {
    align-items: center;
    padding: 5vh 65px 10px;
  }

  .navbar.black {
    padding-top: 5vh;
  }

  .social-container, .nav-menu {
    align-items: center;
  }

  .link-social {
    width: 2.6vw;
    height: 2.6vw;
  }

  .link-social.white-mode {
    border-color: var(--dark-salmon);
  }

  .social-image {
    width: 1.5vw;
  }

  .social-image.big {
    width: 2.5vw;
  }

  .social-image.black {
    width: 1.5vw;
  }

  .nav-link {
    padding-left: 38.5px;
    padding-right: 38.5px;
    font-size: 17px;
  }

  .nav-link.w--current {
    color: var(--medium-orchid);
  }

  .nav-link.absolute {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1vw;
    line-height: 1.2;
  }

  .nav-link.absolute.footer {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1vw;
    font-weight: 300;
    line-height: 1.3;
  }

  .nav-link.static {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1vw;
    line-height: 1.2;
    display: flex;
  }

  .nav-link.static.footer {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1vw;
    font-weight: 300;
    line-height: 1.3;
  }

  .nav-link.static.footer.black {
    font-weight: 300;
  }

  .bold-text {
    font-weight: 600;
  }

  .smartphone-wrap {
    z-index: 1;
    max-width: 32.1vw;
    margin-top: 2vw;
    margin-left: -14%;
    top: 0;
    right: auto;
  }

  .smartphone-wrap.hidden {
    flex-direction: column;
    justify-content: center;
    max-width: 28vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: sticky;
    top: 9.6vh;
  }

  .image {
    z-index: 2;
    right: auto;
  }

  .image.hero {
    margin-top: 38px;
    transform: rotate(-9.6deg);
  }

  .image.absolute {
    z-index: 4;
    width: 70%;
  }

  .image.absolute.second {
    width: 100%;
    height: auto;
  }

  .image.top {
    z-index: 4;
  }

  .scroll-indicator {
    text-decoration: none;
    top: 86vh;
  }

  .scroll-indicator-icon {
    width: 66px;
    height: 66px;
  }

  .scroll-indicator-icon.fixed {
    background-color: #0e1b2c1f;
    top: 88.4vh;
    right: 64px;
  }

  .pointer {
    width: 14px;
    height: 14px;
  }

  .absolute-social-wrap.first {
    z-index: 2;
    width: 7vw;
    top: 29%;
  }

  .absolute-social-wrap.second {
    width: 6.5vw;
    bottom: 24%;
    left: 0%;
  }

  .absolute-social-wrap.third {
    width: 6vw;
    bottom: 26%;
    right: 0%;
  }

  .absolute-social-wrap.fourth {
    width: 6vw;
    top: auto;
    right: 0%;
  }

  .absolute-social-wrap.fifth {
    width: 7vw;
    left: -14%;
  }

  .absolute-social-wrap.sixth {
    width: 6vw;
    top: 30%;
    left: 0%;
  }

  .brand {
    width: 8vw;
  }

  .absolute-image {
    width: 23.8vw;
    bottom: -4%;
    right: -30%;
  }

  .absolute-image.features {
    width: 30vw;
    top: -8%;
    bottom: auto;
    right: -14%;
    transform: none;
  }

  .absolute-image.features.white {
    width: 27vw;
    top: -9%;
    bottom: auto;
  }

  .services-heading {
    color: #ffffff5c;
    font-size: 7vw;
    display: none;
  }

  .services-heading.first {
    font-size: 7vw;
    display: none;
  }

  .about-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 312px;
    display: flex;
    overflow: visible;
  }

  .about-section.partners {
    padding-top: 0;
  }

  .section-heading {
    text-align: center;
    white-space: nowrap;
    margin-top: 0;
    font-size: 19vw;
    font-weight: 400;
  }

  .services-grid {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: -236px;
    bottom: 0;
  }

  .services-card {
    background-color: var(--yellow-green);
    border-radius: 23px;
    width: 14.2vw;
    height: 14.2vw;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 400vh;
    padding-bottom: 244px;
    padding-left: 0;
    display: flex;
  }

  .bold-text-paragraph {
    font-weight: 600;
  }

  .accordion-section {
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .accordion-grid {
    margin-top: 219px;
  }

  .row {
    justify-content: flex-end;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
  }

  .row.relative {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: auto;
    max-height: none;
    padding-left: 0;
  }

  .div-block-3 {
    width: 85%;
    max-width: 1200px;
  }

  .container-text {
    border-style: none;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 20px;
  }

  .container-text.border {
    border-style: solid;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 30px;
    padding: 20px 2vw;
    display: flex;
  }

  .container-text.border:hover {
    border-style: solid;
  }

  .container-text.border.green {
    border-color: #9cc34c00;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-text.border.green:hover {
    border-color: #9cc34c;
  }

  .container-text.border.orchid {
    border-style: solid;
    border-color: #6508be00;
    justify-content: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-text.border.blue {
    border-color: #76d0bf00;
    justify-content: center;
    padding-top: 20px;
  }

  .grid-accordion {
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .point {
    width: 1.5vw;
    height: 1.5vw;
    margin-top: .4vw;
  }

  .point.green {
    background-color: var(--yellow-green);
    margin-top: .4vw;
  }

  .point.orchid {
    background-color: var(--663399);
  }

  .point.blue {
    background-color: var(--medium-turquoise);
  }

  .accordion-heading {
    margin-top: 0;
    font-size: 1.8vw;
  }

  .image-accorndion {
    opacity: 1;
    max-width: none;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto;
  }

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

  .text-tab {
    font-size: 1.25vw;
  }

  .text-tab.big {
    text-transform: uppercase;
    font-size: 1.25vw;
    font-weight: 400;
  }

  .text-tab.center {
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
  }

  .swich-button {
    width: 4vw;
    height: 2.5vw;
  }

  .swich-point {
    width: 2.35vw;
    height: 2.35vw;
  }

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

  .price-card {
    background-color: var(--663399);
    width: 436px;
    max-width: 436px;
  }

  .price-card.purple {
    border-radius: 39px;
    width: 22.8vw;
    max-width: none;
    height: 31.9vw;
    margin-left: 23px;
    margin-right: 23px;
    padding: 3vw 2vw;
  }

  .price-card.acquamarine {
    background-color: #71c8c4;
    border-radius: 39px;
    flex-direction: column;
    justify-content: flex-start;
    width: 22.8vw;
    max-width: none;
    height: 31.9vw;
    margin-left: 23px;
    margin-right: 23px;
    padding: 3vw 2vw;
    display: flex;
  }

  .price-card.orchid {
    background-color: var(--medium-orchid);
    border-radius: 39px;
    flex-direction: column;
    width: 22.8vw;
    max-width: none;
    height: 31.9vw;
    margin-left: 23px;
    margin-right: 23px;
    padding: 3vw 2vw;
    display: flex;
  }

  .container-tab {
    justify-content: center;
    padding-top: 156px;
    display: flex;
  }

  .price-heading {
    color: var(--white);
    margin-top: 14px;
    margin-bottom: 32px;
    font-size: 3.3vw;
  }

  .option-wrap {
    align-items: center;
    margin-bottom: 1.8vw;
    display: flex;
  }

  .option-point {
    border: 1px solid var(--white);
    border-radius: 50px;
    width: .9vw;
    height: .9vw;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .option-point.check {
    background-color: var(--white);
    width: .9vw;
    height: .9vw;
  }

  .features-section {
    justify-content: center;
    align-items: center;
    padding-top: 137px;
    padding-bottom: 25vh;
    display: flex;
    position: relative;
  }

  .features-section.black {
    padding-bottom: 300px;
  }

  .features-bg {
    background-color: #bb9175;
    border-radius: 45px;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    max-width: 1909px;
    height: 34vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 3vw;
    display: flex;
    position: relative;
  }

  .features-heading {
    font-size: 3.2vw;
    font-weight: 300;
  }

  .apple-wrap {
    align-items: center;
    width: 12vw;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
  }

  .apple-wrap.play.create {
    width: auto;
    margin-left: auto;
    padding: 18px 20px;
  }

  .container-icon {
    white-space: nowrap;
  }

  .container-icon.simple {
    margin-top: 16px;
  }

  .download-heading {
    font-size: 1.3vw;
  }

  .download-heading.color {
    color: var(--blue);
  }

  .text-block {
    color: var(--blue);
    font-size: .8vw;
  }

  .about-grid {
    grid-column-gap: 4vw;
    padding-bottom: 23px;
  }

  .about-card {
    width: 17.5vw;
  }

  .text-container {
    padding-left: 4vw;
    padding-right: 0;
  }

  .number._1 {
    font-family: Rubik, sans-serif;
    font-size: 6vw;
    bottom: -12%;
  }

  .number._2 {
    font-family: Rubik, sans-serif;
    font-size: 6vw;
    bottom: -13%;
    left: -13px;
  }

  .number._3 {
    font-family: Rubik, sans-serif;
    font-size: 6vw;
    bottom: -15%;
    left: -13px;
  }

  .container-icon-grid {
    position: relative;
  }

  .icon-grid {
    grid-column-gap: 8vw;
    margin-top: 150px;
  }

  .icon-image {
    width: 3.7vw;
  }

  .services-name {
    font-size: 1vw;
  }

  .bg-video-wrap {
    width: 80%;
    max-width: 1391px;
    height: 80vh;
    max-height: 850px;
  }

  .review {
    padding-bottom: 395px;
  }

  .slider-review {
    padding-top: 39px;
  }

  .mask {
    width: 26vw;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .review-grid {
    grid-template-columns: 1fr;
    justify-items: start;
    width: auto;
    margin-right: 0;
  }

  .review-card {
    z-index: 19;
    background-color: #1c324e;
    width: 25vw;
    max-height: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 74px;
    padding-bottom: 74px;
    position: relative;
    box-shadow: 5px 5px 12px 4px #0000005c;
  }

  .review-card.black {
    box-shadow: 5px 5px 12px 4px #0000001c;
  }

  .sub-name {
    color: var(--white);
    font-size: .8vw;
  }

  .name {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .paragraph {
    font-size: .8vw;
  }

  .paragraph-main {
    font-size: 1vw;
  }

  .left-arrow {
    width: 3vw;
    height: 3vw;
    display: flex;
    bottom: -14.5vh;
    left: 40%;
  }

  .left-arrow.black {
    left: 40%;
  }

  .right-arrow {
    width: 3vw;
    height: 3vw;
    display: flex;
    bottom: -14.5vh;
    right: 40%;
  }

  .right-arrow.black {
    right: 40%;
  }

  .slide-nav {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 3vw;
    font-size: 1vw;
    display: flex;
    bottom: -14.4vh;
  }

  .slide-nav.black {
    align-items: center;
    display: flex;
  }

  .slide {
    margin-left: 0;
    padding-left: 0;
  }

  .faq-section {
    width: 3000px;
    max-width: 50%;
  }

  .faq-question-bar.faq {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .main-heading-second {
    letter-spacing: -.3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 11vw;
  }

  .main-heading-second.black.second {
    color: var(--white);
    margin-bottom: 100px;
    font-size: 4.5vw;
  }

  .main-heading-second.black.subscribe {
    letter-spacing: -1px;
    text-transform: none;
    margin-bottom: 15px;
  }

  .italic-text, .italic-text-second {
    font-weight: 500;
  }

  .container-paragraph {
    left: -97%;
  }

  .container-paragraph.second {
    bottom: 17%;
    right: -73%;
  }

  .overflow {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    max-width: 1200px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .overflow.margin {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .overflow.margin.form {
    width: 100%;
    max-width: 1200px;
  }

  .overflow._2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
  }

  .overflow._2._100 {
    height: 100%;
    margin-top: 0;
  }

  .overflow._2.form {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }

  .overflow.absolute {
    width: 100%;
    max-width: 28vw;
    height: 90%;
    position: absolute;
  }

  .overflow.footer {
    width: 100%;
  }

  .overflow.nav {
    width: auto;
  }

  .overflow.auto {
    width: 80%;
  }

  .line {
    z-index: 22;
    position: relative;
  }

  .white-line._2 {
    margin-bottom: 0;
  }

  .why-smool {
    padding-bottom: 200px;
  }

  .icon-slider.white, .icon-slider.static {
    inset: 0%;
  }

  .contact-form {
    justify-content: center;
    display: none;
  }

  .text-field {
    flex: 0 auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.3vw;
    line-height: 2.4;
  }

  .form-block {
    flex: 0 auto;
    justify-content: center;
    width: 50%;
    max-width: 1200px;
  }

  .form-heading {
    margin-bottom: 10px;
    font-size: 5vw;
  }

  .submit {
    color: var(--medium-orchid);
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3vw;
  }

  .submit.form {
    width: 100%;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .form {
    flex: 0 auto;
    align-items: center;
  }

  .question-title {
    color: #fff;
    font-family: Comfortaa, sans-serif;
    font-size: 2vw;
  }

  .faq-paragraph {
    margin-bottom: 40px;
    font-size: 1.3vw;
  }

  .faq-paragraph.no-margin {
    margin-bottom: 0;
  }

  .faq-question-wrap {
    color: var(--white);
  }

  .faq-question-wrap.review-wrap2 {
    width: 3000px;
    max-width: 50%;
  }

  .paragraph-fourth, .paragraph-fourth.white, .paragraph-third, .paragraph-third.white {
    font-size: 1.12vw;
  }

  .close-button {
    width: 66px;
    height: 66px;
  }

  .close-button.fixed {
    cursor: pointer;
    width: 46px;
    height: 46px;
    right: 6%;
  }

  .form-paragraph {
    margin-bottom: 40px;
    font-size: 1.3vw;
  }

  .black-mood {
    height: 100%;
  }

  .footer.padding {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 51px 0;
    display: flex;
  }

  .footer.padding.white {
    border-top: 1px none var(--medium-orchid);
    padding-top: 18vh;
  }

  .footer.padding.black {
    background-color: #0a151e;
  }

  .footer-grid {
    grid-column-gap: 129px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-self: center;
    max-width: 1240px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-heading {
    font-size: 1.3vw;
    font-weight: 700;
  }

  .footer-heading.black {
    color: var(--blue);
    font-family: Rubik, sans-serif;
    font-weight: 500;
  }

  .toggle-contain.black {
    border-color: var(--blue);
  }

  .pricing-container {
    max-width: none;
  }

  .footer-bunner {
    justify-content: center;
    width: 100%;
    padding: 15px 65px;
  }

  .wrap-link-footer {
    margin-left: 0;
  }

  .top-text-2, .webflow-link, .text-credits {
    font-size: .7vw;
  }

  .background-pop-up {
    background-color: #3333338f;
    display: none;
  }

  .main-paragraph-second {
    width: auto;
    margin-bottom: 0;
    font-size: 1vw;
    position: static;
    bottom: 0%;
  }

  .main-paragraph-second.pop-up-form {
    margin-bottom: 25px;
  }

  .form-pop-up {
    height: 100%;
  }

  .footer-line {
    background-color: var(--medium-orchid);
    width: 100%;
    height: 1.5px;
    position: absolute;
    inset: auto 0% 3px;
  }

  .back-to-top {
    display: flex;
    position: static;
  }

  .container-info {
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-end;
    display: flex;
  }

  .icon-heading {
    font-size: 1.5vw;
  }

  .icon-paragraph {
    font-size: .95vw;
  }

  .image-licensing {
    border: 1px solid #ebebeb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
    display: flex;
  }

  .licensing-paragraph {
    text-align: center;
    font-weight: 400;
  }

  .licensing-section {
    background-color: #0000;
  }

  .small-hero {
    background-color: var(--blue);
    color: #fff;
  }

  .licensing-container {
    background-color: #0000;
    border-color: #f3f4f1;
    width: 100%;
    max-width: 1000px;
  }

  .hero-heading-smal {
    font-size: 100px;
  }

  .image-404 {
    width: 8vw;
    margin-top: 5vh;
    margin-bottom: 13.5vh;
  }

  ._404-heading {
    margin-top: 0;
    font-size: 55px;
  }

  ._404-heading.second {
    margin-bottom: 5vh;
    font-size: 2.5vw;
  }

  ._404-heading._404 {
    font-size: 9vw;
    line-height: 1;
  }

  .main-text-2 {
    line-height: 1.4;
  }

  .heading-style-guide {
    font-size: 7vw;
  }

  .changelog-section {
    background-image: url('../images/background_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .changeloc-container {
    background-color: #0000;
  }

  .white-mood {
    flex-direction: column;
    height: 100%;
    display: none;
    inset: 0%;
  }

  .bold-text-2 {
    display: none;
  }

  .image-409 {
    width: 638px;
    margin-left: -3%;
  }

  .container-icon-copy {
    white-space: nowrap;
  }

  .container-icon-copy.simple {
    margin-top: 16px;
  }

  .end-message {
    background-color: #bb9175;
    border-radius: 45px;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    max-width: 1909px;
    height: 34vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 3vw;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .main {
    z-index: 0;
  }

  .main-heading {
    white-space: nowrap;
  }

  .main-heading.hero.margin.margin-compact {
    margin-bottom: 60px;
  }

  .container {
    align-items: flex-start;
  }

  .main-text, .main-text.blod, .main-paragraph {
    font-size: 18px;
  }

  .main-paragraph.hero.margin, .main-paragraph.hero-copy.margin {
    margin-top: 100px;
  }

  .hero-section {
    padding-top: 220px;
  }

  .navbar {
    background-color: #eff2f8;
    justify-content: space-between;
    padding-bottom: 30px;
  }

  .navbar.black {
    background-color: #0000;
  }

  .social-container {
    display: none;
  }

  .social-container.view {
    display: flex;
  }

  .nav-menu {
    background-color: var(--aboutme-50);
    flex-direction: row;
    justify-content: center;
    height: 100vh;
    inset: 0%;
  }

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

  .link-social.white-mode {
    margin-left: 0;
    display: none;
  }

  .nav-link.absolute {
    font-size: 40px;
    line-height: 1;
  }

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

  .nav-link.static {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1;
  }

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

  .smartphone-wrap {
    position: relative;
    top: 60px;
  }

  .smartphone-wrap.hidden {
    flex-direction: column-reverse;
    max-width: 70vw;
    position: relative;
  }

  .smartphone-wrap.password {
    margin-left: -13%;
  }

  .image {
    position: static;
  }

  .image.absolute.second, .image.top {
    display: none;
  }

  .image.sp-only, .image.logo {
    display: block;
  }

  .image.pc-only {
    display: none;
  }

  .scroll-indicator-icon.fixed {
    background-color: #0e1b2c5c;
  }

  .absolute-social-wrap.first, .absolute-social-wrap.second, .absolute-social-wrap.third, .absolute-social-wrap.fourth, .absolute-social-wrap.fifth, .absolute-social-wrap.sixth {
    display: none;
  }

  .brand {
    width: 80px;
  }

  .absolute-image.features {
    display: none;
    position: static;
  }

  .services {
    margin-top: 136px;
  }

  .services-heading, .services-heading.first {
    font-size: 100px;
  }

  .about-section.partners {
    height: auto;
  }

  .section-heading {
    height: auto;
    margin-top: 140px;
    position: static;
  }

  .services-card.no-bg {
    width: 150px;
  }

  .section {
    flex-direction: column-reverse;
    height: auto;
    padding-top: 0;
    padding-bottom: 137px;
    display: flex;
  }

  .div-block-3 {
    width: 100%;
  }

  .price-card.purple {
    width: auto;
    height: 350px;
    margin-bottom: 20px;
  }

  .price-card.acquamarine {
    width: auto;
    height: 350px;
    margin-top: 0;
  }

  .price-card.orchid {
    width: auto;
    height: 350px;
    margin-top: 40px;
  }

  .features-section {
    padding-bottom: 220px;
  }

  .features-bg {
    align-items: center;
    padding-left: 0;
  }

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

  .apple-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .download-heading, .download-heading.color {
    font-size: 13px;
  }

  .text-block {
    font-size: 14px;
  }

  .container-about-grid {
    height: auto;
  }

  .about-grid {
    grid-template-columns: auto;
    height: auto;
    position: static;
  }

  .about-card {
    flex-direction: column;
    align-items: center;
    width: 50vw;
    display: flex;
  }

  .text-container {
    padding-left: 64px;
    padding-right: 64px;
  }

  .number._2 {
    bottom: -11%;
  }

  .icon-grid {
    grid-column-gap: 8vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr 1fr;
  }

  .icon-image.no-margin {
    width: 50px;
  }

  .icon-image.no-margin.icon-ucando {
    width: 90px;
  }

  .bg-video-wrap {
    height: 350px;
  }

  .review {
    padding-top: 105px;
  }

  .mask, .review-card, .review-card.black {
    width: 50vw;
  }

  .faq-circle.absolute, .faq-circle.static, .faq-circle.bg {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .main-heading-second {
    white-space: nowrap;
  }

  .main-heading-second.black {
    font-size: 63px;
  }

  .main-heading-second.black.second {
    font-size: 34px;
  }

  .container-paragraph {
    align-self: auto;
    margin-top: 40px;
    margin-right: auto;
    padding-left: 18%;
    padding-right: 18%;
    position: static;
  }

  .container-paragraph.second {
    margin-right: auto;
    position: static;
  }

  .overflow {
    margin-bottom: 10px;
  }

  .overflow.absolute {
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
  }

  .overflow.hid {
    display: block;
  }

  .why-syrio-text-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .why-syrio-wrappper {
    flex-direction: column;
  }

  .table-wrapper {
    width: 100%;
  }

  .why-smool {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .table-cell-wrapper.first {
    background-color: #0000;
  }

  .syrio-tabs-description-wrapper {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .contact-form {
    display: none;
  }

  .open-line, .open-line.rotate {
    width: 18px;
  }

  .question-title {
    width: 90%;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .button-faq.tes {
    opacity: 1;
  }

  .close-button.fixed {
    cursor: pointer;
    top: 4%;
    right: 5%;
  }

  .filter {
    padding-top: 0;
  }

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

  .pricing-box-row.yearly-row {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .pricing-box-row.monthly-row {
    flex-direction: column;
    align-items: center;
  }

  .wrap-link-footer {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .top-text-2, .text-credits {
    text-align: center;
  }

  .main-paragraph-second {
    font-size: 18px;
  }

  .icon-heading {
    margin-top: 20px;
  }

  .menu-button {
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 8px;
    padding-right: 18px;
  }

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

  .menu-line {
    background-color: var(--white);
    color: var(--white);
    width: 30px;
    margin-top: 7px;
    margin-bottom: 0;
  }

  .menu-line.black {
    background-color: var(--blue);
  }

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

  .image-licensing._3 {
    min-height: 300px;
  }

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

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

  .licensing-container {
    width: 80%;
  }

  .image-404 {
    width: 100px;
  }

  ._404-heading {
    font-size: 55px;
  }

  .text-field-password, .submit-button-protect-page {
    height: auto;
  }

  .instruction-container {
    width: 80%;
  }

  .main-text-2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
  }

  .light-paragraph {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .heading-style-guide {
    font-size: 15vw;
  }

  .instructions-grid {
    flex-direction: column;
    display: flex;
  }

  .box-text-hero {
    width: 96%;
  }

  .inner-wide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-lp {
    display: none;
  }

  .header-cv-lp {
    flex: none;
  }

  .inner-lp {
    padding-left: 8%;
    padding-right: 8%;
  }

  .div-block-5 {
    flex-direction: column;
    height: auto;
    padding-top: 120px;
  }

  .textbos-hero-lp {
    width: 100%;
  }

  .cv-btn-lp {
    display: none;
  }

  .box-appcv-lp {
    border-style: none;
    border-width: 1px;
    margin-top: 0;
  }

  .text-block-3 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .heading-2 {
    font-size: 52px;
  }

  .newline-lp {
    display: inline;
  }

  .heading-3 {
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-block-4, .heading-4 {
    text-align: center;
  }

  .div-block-12 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .headwrap-lp {
    margin-bottom: 72px;
  }

  .div-block-14 {
    grid-row-gap: 80px;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .div-block-16 {
    margin-top: 30px;
  }

  .heading-7 {
    font-family: Open Sans, sans-serif;
    font-size: 28px;
  }

  .box-how {
    align-items: flex-start;
  }

  .heading-7-copy, .heading-7-copy.how {
    font-size: 26px;
  }

  .div-block-17 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    height: 200px;
  }

  .div-block-19 {
    padding: 32px;
  }

  .div-block-21 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .image-409 {
    flex: none;
    width: 100%;
    margin-top: 44px;
    margin-left: -8%;
    margin-right: -8%;
  }

  .text-span {
    display: block;
  }

  .end-message {
    align-items: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .container-heading-style.style-guide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-heading.hero {
    white-space: normal;
  }

  .main-heading.hero.margin {
    margin-bottom: 10px;
  }

  .main-heading.hero.margin._2 {
    white-space: normal;
    font-size: 32px;
  }

  .container.style-guide {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .background-color.second, .background-color.seventh, .background-color.fifth, .background-color.first, .background-color.third, .background-color.fourth {
    width: 20vw;
    height: 20vw;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .social-container.view {
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    inset: auto auto 10% 40px;
  }

  .nav-menu {
    background-color: var(--aboutme-50);
    padding-left: 41px;
  }

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

  .link-social.white-mode {
    z-index: 99999;
    margin-left: 0;
    display: none;
    position: static;
    inset: auto 18% auto auto;
  }

  .link-social.white-mode.view {
    display: flex;
  }

  .nav-link.absolute {
    justify-content: flex-start;
    padding-left: 0;
  }

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

  .nav-link.static {
    padding-left: 0;
  }

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

  .smartphone-wrap {
    max-width: 50vw;
  }

  .smartphone-wrap.hidden {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .smartphone-wrap.password {
    margin-left: -23%;
  }

  .scroll-indicator {
    text-transform: none;
    top: 85vh;
  }

  .scroll-indicator-icon.fixed {
    top: auto;
    bottom: 30px;
  }

  .absolute-image {
    width: 40vw;
  }

  .about-section {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-heading {
    margin-bottom: 66px;
    font-size: 15vw;
  }

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

  .section {
    padding-top: 60px;
  }

  .accordion-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

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

  .row.relative {
    display: none;
  }

  .price-card.purple {
    margin-bottom: 40px;
  }

  .features-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .features-bg {
    align-items: center;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .features-heading {
    text-align: center;
    font-size: 25px;
  }

  .apple-wrap {
    margin-bottom: 20px;
    margin-left: auto;
  }

  .apple-wrap.play {
    margin-left: 10px;
    margin-right: auto;
  }

  .container-icon {
    flex-direction: row;
  }

  .text-container {
    padding-right: 25px;
  }

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

  .review-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .left-arrow {
    bottom: -24%;
    left: 25%;
  }

  .left-arrow.black {
    left: 25%;
  }

  .right-arrow {
    bottom: -24%;
    right: 25%;
  }

  .main-heading-second.black {
    white-space: normal;
  }

  .overflow, .overflow._2 {
    margin-bottom: 0;
  }

  .table-cell-wrapper.first {
    background-color: #0000;
  }

  .syrio-tabs-description-wrapper {
    margin-bottom: 40px;
  }

  .close-button.fixed {
    cursor: pointer;
    width: 35px;
    height: 35px;
    top: 6%;
    right: 4%;
  }

  .pricing-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .pricing-box-row.yearly-row {
    flex-direction: column;
    display: none;
  }

  .pricing-box-row.monthly-row {
    flex-direction: column;
  }

  .toggle-row {
    margin-bottom: 30px;
  }

  .top-text-2 {
    align-self: flex-start;
  }

  .back-to-top {
    display: none;
  }

  .menu-button {
    padding-bottom: 2px;
    padding-right: 0;
  }

  .menu-button.w--open {
    margin-left: auto;
    padding-right: 0;
  }

  .menu-line {
    margin-top: 7px;
    margin-bottom: 3.5px;
  }

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

  .image-licensing._1, .image-licensing._3 {
    min-height: 300px;
  }

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

  .licensing-container {
    width: 80%;
  }

  .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .first-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .utility-page-content {
    flex: 1;
  }

  .image-404 {
    width: 100px;
    margin-bottom: auto;
  }

  ._404-heading {
    margin-top: 100px;
    font-size: 55px;
  }

  ._404-heading.second {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .text-field-password, .submit-button-protect-page {
    max-width: 100%;
  }

  .instruction-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .instruction-container.instructions {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .light-paragraph {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-instruction {
    padding-left: 0;
    padding-right: 0;
  }

  .main-instruction.color-black.instruction {
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-mood {
    display: none;
  }

  .box-text-hero {
    width: 90%;
  }

  .span {
    display: block;
  }

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

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 420px;
    display: grid;
  }

  .div-block-7.last {
    display: none;
  }

  .text-block-4 {
    width: 80%;
    font-size: 20px;
  }

  .div-block-14 {
    grid-row-gap: 72px;
  }

  .div-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-8 {
    font-family: Open Sans, sans-serif;
  }

  .image-409 {
    width: 100%;
  }

  .text-span {
    display: inline;
  }

  .container-icon-copy {
    flex-direction: row;
  }

  .end-message {
    align-items: center;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    color: var(--white);
    font-family: Comfortaa, sans-serif;
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .main {
    overflow: hidden;
  }

  .container-heading-style.style-guide {
    padding-left: 0;
    padding-right: 0;
  }

  .main-heading.style-guide {
    line-height: 1.2;
  }

  .main-heading.hero {
    white-space: normal;
    font-size: 30px;
    line-height: 1.2;
  }

  .main-heading.hero.margin {
    white-space: normal;
  }

  .main-heading.hero.margin._2 {
    margin-bottom: 66px;
    font-size: 24px;
  }

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

  .container.style-guide {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .main-paragraph.hero, .main-paragraph.hero.margin, .main-paragraph.hero-copy, .main-paragraph.hero-copy.margin {
    font-size: 16px;
  }

  .background-color.second, .background-color.seventh, .background-color.fifth, .background-color.first, .background-color.third, .background-color.fourth {
    width: 78vw;
    height: 78vw;
  }

  .hero-section {
    padding-top: 144px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar.black {
    background-color: var(--aboutme-50);
  }

  .social-container.view {
    bottom: 24%;
  }

  .nav-menu {
    margin-left: 0;
  }

  .link-social.white-mode.view {
    margin-top: 20px;
  }

  .nav-link.absolute, .nav-link.static {
    font-size: 30px;
  }

  .smartphone-wrap {
    max-width: 60vw;
  }

  .smartphone-wrap.hidden {
    padding-left: 0;
    padding-right: 0;
  }

  .smartphone-wrap.password {
    margin-left: -30%;
  }

  .scroll-indicator {
    text-decoration: none;
    display: none;
  }

  .scroll-indicator-icon.fixed {
    top: auto;
    bottom: 30px;
    right: 20px;
  }

  .brand {
    width: 70px;
  }

  .absolute-image {
    width: 50vw;
  }

  .services-heading, .services-heading.first {
    font-size: 56px;
  }

  .about-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading {
    font-size: 16vw;
  }

  .services-grid {
    grid-row-gap: 43px;
    grid-template-columns: 1fr;
  }

  .services-card.no-bg {
    width: 200px;
  }

  .accordion-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-text.border {
    padding-left: 0;
    padding-right: 0;
  }

  .price-card.purple {
    align-self: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .price-card.acquamarine, .price-card.orchid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .features-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-heading {
    font-size: 28px;
  }

  .apple-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .apple-wrap.play, .apple-wrap.hero, .apple-wrap.hero-copy {
    margin-left: auto;
  }

  .container-icon {
    flex-direction: column;
  }

  .container-about-grid {
    margin-top: 11px;
  }

  .about-card {
    width: 100%;
  }

  .text-container {
    padding-left: 60px;
    padding-right: 0;
  }

  .number._1 {
    font-size: 70px;
    bottom: 2%;
  }

  .number._2 {
    font-size: 70px;
    bottom: 8%;
  }

  .number._3 {
    font-size: 70px;
    bottom: -14%;
  }

  .bg-video-wrap {
    width: 100%;
    height: 350px;
    margin-top: 143px;
  }

  .mask {
    width: 100%;
  }

  .review-grid {
    margin-right: 20px;
  }

  .review-card {
    width: 100%;
    margin-right: 10px;
  }

  .review-card.black {
    width: 100%;
  }

  .slide-nav, .slide-nav.black {
    display: none;
  }

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

  .faq-question-bar {
    padding: 15px 0;
  }

  .main-heading-second.black {
    font-size: 40px;
  }

  .main-heading-second.black.second {
    margin-bottom: 30px;
  }

  .container-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .overflow.absolute {
    width: 100vw;
  }

  .why-syrio-text-wrapper {
    margin-right: 0;
  }

  .why-syrio-wrappper {
    max-width: none;
    min-height: auto;
  }

  .features-heading-2 {
    font-size: 35px;
  }

  .why-smool {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .table-cell-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-cell-wrapper.first-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-cell-wrapper.first-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-cell-wrapper.first {
    background-color: #0000;
  }

  .text-blocksecond {
    display: none;
  }

  .syrio-tabs-description-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .table-head {
    font-size: 12px;
  }

  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .question-title {
    flex: 1;
    font-size: 20px;
  }

  .faq-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .button-faq {
    font-size: 12px;
  }

  .paragraph-fourth, .paragraph-third, .paragraph-third.white {
    font-size: 14px;
  }

  .close-button.fixed {
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 3%;
  }

  .footer.padding.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pricing-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-box-row.monthly-row {
    align-items: center;
  }

  .wrap-link-footer {
    flex-direction: column;
  }

  .top-text-2 {
    margin-right: 20px;
  }

  .main-paragraph-second {
    text-align: left;
  }

  .back-to-top {
    margin-top: 40px;
  }

  .container-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-description-container {
    margin-top: 61px;
  }

  .icon-heading {
    margin-top: 25px;
  }

  .menu-line {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .content-menu {
    align-items: flex-start;
  }

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

  .licensing-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .source-link {
    font-size: 16px;
  }

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

  .small-hero {
    min-height: 200px;
    padding-top: 25px;
  }

  .licensing-container {
    width: 95%;
    padding: 20px;
  }

  .hero-heading-smal {
    font-size: 32px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .license-link {
    font-size: 16px;
  }

  .heading {
    font-size: 40px;
  }

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

  ._404-heading {
    margin-top: 60px;
    font-size: 45px;
  }

  .utility-page-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-password, .submit-button-protect-page {
    width: 100%;
  }

  .instruction-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instruction-container.instructions {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    padding-left: 20px;
  }

  .main-instruction.color-black.instruction {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changeloc-container {
    padding: 25px;
  }

  .changelog-text {
    text-align: center;
    font-size: 19px;
  }

  .white-mood {
    display: none;
  }

  .image-405 {
    width: 64px;
  }

  .inner-lp {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-5 {
    padding-top: 100px;
  }

  .textbos-hero-lp {
    align-items: center;
  }

  .box-appcv-lp {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 20px;
  }

  .heading-2 {
    text-align: center;
    font-size: 38px;
  }

  .newline-lp.sp {
    display: block;
  }

  .heading-3 {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
  }

  .div-block-6 {
    height: 350px;
  }

  .sec-intro {
    padding-bottom: 10px;
  }

  .sec-head-lp {
    grid-column-gap: 8px;
  }

  .heading-4 {
    font-size: 26px;
  }

  .heading-5 {
    font-family: Open Sans, sans-serif;
  }

  .sec-feature {
    padding-top: 72px;
    padding-bottom: 10px;
  }

  .headwrap-lp {
    margin-bottom: 64px;
  }

  .heading-6 {
    font-size: 26px;
  }

  .div-block-14 {
    grid-row-gap: 64px;
  }

  .div-block-16 {
    grid-column-gap: 12px;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 10px;
  }

  .number-round.large {
    border-radius: 18px;
    width: 64px;
    height: 64px;
    font-size: 16px;
  }

  .number-round.q {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .heading-7 {
    margin-top: 20px;
    font-size: 24px;
  }

  .heading-7.white {
    margin-top: 0;
    font-size: 20px;
  }

  .heading-7.ft {
    margin-top: 0;
  }

  .box-how {
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 30px;
  }

  .heading-7-copy {
    font-size: 22px;
  }

  .heading-7-copy.white.center {
    text-align: center;
  }

  .heading-7-copy.how {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
  }

  .heading-7-copy.spcenter, .paragraph-3-copy {
    text-align: center;
  }

  .paragraph-3-copy.white.left, .paragraph-3-copy.left {
    text-align: left;
  }

  .paragraph-3-copy.left.spcenter {
    text-align: center;
  }

  .div-block-19 {
    padding: 20px;
  }

  .div-block-17-copy {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-19-copy {
    height: auto;
    padding: 40px 20px;
  }

  .div-block-18-copy {
    height: 200px;
  }

  .div-block-21 {
    grid-row-gap: 32px;
  }

  .paragraph-4 {
    margin-top: 22px;
  }

  .div-block-23 {
    grid-template-columns: 1fr;
  }

  .image-409 {
    width: 100%;
  }

  .text-span-2, .text-span-3 {
    display: block;
  }

  .container-icon-copy {
    flex-direction: column;
  }

  .end-message {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_3a6dc394-a88c-683e-b794-f1a2fc1be32c-e30a0360, #w-node-_36f39b99-dc69-2883-479e-318028290f1f-e30a0360, #w-node-f8156a2c-7189-d69b-e65c-dfd8d290f176-e30a0360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_0479c80b-60b1-23f8-9651-16f2a3e580c9-e30a0360, #w-node-_0479c80b-60b1-23f8-9651-16f2a3e580cc-e30a0360, #w-node-_0479c80b-60b1-23f8-9651-16f2a3e580d1-e30a0360, #w-node-_26b8399e-7f5d-f33c-da36-3490bd4d9fc8-e30a0360, #w-node-_26b8399e-7f5d-f33c-da36-3490bd4d9fcb-e30a0360, #w-node-_26b8399e-7f5d-f33c-da36-3490bd4d9fd0-e30a0360, #w-node-f619b0a3-64c7-5d02-e33e-d37fe9a044d1-e30a0360, #w-node-_0f5046c5-b065-5a3f-13d2-d6f545f9e714-e30a0360, #w-node-_037a2d3b-16c5-f73c-34af-9748bd39200d-e30a0360, #w-node-daa34f6e-20a5-e059-b612-729d30570658-e30a0360, #w-node-daa34f6e-20a5-e059-b612-729d3057065b-e30a0360, #w-node-daa34f6e-20a5-e059-b612-729d30570660-e30a0360, #w-node-ae0128da-65c6-8fd9-6939-99495687b971-e30a0360, #w-node-ae0128da-65c6-8fd9-6939-99495687b972-e30a0360, #w-node-bcdc45ff-5b06-d83b-d52d-17190e0b039b-e30a0360, #w-node-bcdc45ff-5b06-d83b-d52d-17190e0b039c-e30a0360, #w-node-_3c65b5ff-e086-3442-b7bb-20c413026618-e30a0360, #w-node-b9c7de9b-3f52-ad11-955a-5c873fdc74ee-e30a0360, #w-node-_9adbb7f9-ac53-211e-5012-8cc5f24596fd-e30a0360, #w-node-_9adbb7f9-ac53-211e-5012-8cc5f2459701-e30a0360, #w-node-b1733bd7-6730-20e0-ad22-c33e3dee797c-e30a0360, #w-node-b1733bd7-6730-20e0-ad22-c33e3dee7980-e30a0360, #w-node-bb84d188-fe5e-dfa1-c2a7-5f06b31dabbe-e30a0360, #w-node-bb84d188-fe5e-dfa1-c2a7-5f06b31dabc2-e30a0360, #w-node-feb1ac44-28f6-4e3b-a8fe-32c156a9efcd-e30a0360, #w-node-_627fcd1b-da9d-ccaa-8ec7-9052637d5f43-e30a0360, #w-node-b83debf7-6a90-08a2-10c5-bf98794dbc7f-e30a0360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0479c80b-60b1-23f8-9651-16f2a3e580c9-e30a0360, #w-node-_26b8399e-7f5d-f33c-da36-3490bd4d9fc8-e30a0360, #w-node-f619b0a3-64c7-5d02-e33e-d37fe9a044d1-e30a0360, #w-node-daa34f6e-20a5-e059-b612-729d30570658-e30a0360 {
    order: 9999;
  }
}


