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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.03em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

p {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
}

ol {
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Rubik, sans-serif;
  color: #fff;
}

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

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

.main {
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 5;
  height: auto;
    /* background-color new change: #282b2e; */
  background-color: #080808;
  color: #333;
}

.main.white {
  /* background-color: #282b2e; */
  background-color: #0D1114;
}

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

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

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

.main-heading.style-guide {
  margin-bottom: 140px;
  margin-left: 0px;
  color: #fff;
  font-size: 16vw;
}

.main-heading.hero {
  width: 100%;
  max-width: 1073px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.main-heading.hero.margin {
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-bottom: 50px;
  color: #fff;
  text-transform: none;
}

.main-heading.hero.margin.black {
  margin-bottom: 150px;
  color: #191e23;
}

.main-heading.hero.black {
  color: #191e23;
  font-weight: 400;
}

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

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

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

.style-text.static {
  position: static;
  margin-top: 5px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03em;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.main-text {
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-left: 15px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.main-text.black {
  color: #191e23;
  text-transform: uppercase;
}

.main-paragraph {
  position: static;
  width: auto;
  max-width: none;
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}

.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 {
  max-width: 969px;
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.main-paragraph.hero.margin {
  position: relative;
  display: block;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.main-paragraph.hero.black {
  color: #191e23;
}

.main-paragraph.accordin {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.main-paragraph.accordin.black {
  color: #191e23;
}

.main-paragraph.no-margin {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.main-paragraph.no-margin.black {
  color: #191e23;
  font-weight: 400;
}

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

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

.background-color.second {
  background-color: #27b7ff;
}

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

.background-color.fifth {
  background-color: #42ffd6;
}

.background-color.first {
  background-color: #191e23;
  color: #f3f4f1;
}

.background-color.third {
  background-color: #fff2de;
}

.background-color.fourth {
  background-color: #ffbe64;
}

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

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar.black {
  padding-top: 15px;
  background-color: #282b2e;
}

.social-container {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 145px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin-right: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  cursor: pointer;
}

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

.link-social.white-mode {
  margin-right: 0px;
  margin-left: 20px;
  border-style: solid;
  border-color: #fceed1;
  background-color: transparent;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.link-social.white-mode:hover {
  opacity: 1;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  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 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.nav-link.w--current {
  font-family: Rubik, sans-serif;
  color: #1E85FF;
}

.nav-link.w--current:focus {
  color: #1E85FF;
}

.nav-link.w--current:visited {
  color: #1E85FF;
}

.nav-link.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  color: #1E85FF;
  text-decoration: none;
}

.nav-link.absolute:hover {
  color: #1E85FF;
}

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

.nav-link.static {
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.nav-link.static:hover {
  color: #fff;
}

.nav-link.static.black {
  color: #191e23;
}

.nav-link.static.footer {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  text-transform: capitalize;
}

.smartphone-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: -135px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 32.1vw;
  margin-top: 0px;
  margin-left: -9%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  z-index: 1;
  width: 100%;
  margin-bottom: 3px;
}

.image.hero {
  z-index: 2;
  -webkit-transform: rotate(-9.6deg);
  -ms-transform: rotate(-9.6deg);
  transform: rotate(-9.6deg);
}

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

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

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

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

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

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

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

.scroll-indicator {
  position: absolute;
  left: 0%;
  top: 77.6vh;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-decoration: none;
  cursor: pointer;
}

.scroll-indicator-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.scroll-indicator-icon.fixed {
  position: fixed;
  left: auto;
  top: 86.9vh;
  right: 3%;
  bottom: auto;
  z-index: 9999999;
  overflow: hidden;
  border-style: none;
  background-color: rgba(14, 27, 44, 0.12);
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  cursor: pointer;
}

.scroll-indicator-icon.fixed:hover {
  background-color: #fff2de;
}

.pointer {
  width: 10px;
  height: 10px;
  border-radius: 508px;
  background-color: #fceed1;
  color: #fff2de;
  font-size: 10px;
}

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

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

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

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

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

.absolute-social-wrap.fifth {
  left: -23%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100px;
}

.absolute-social-wrap.sixth {
  left: -11%;
  top: 25%;
  right: auto;
  bottom: auto;
  width: 90px;
}

.brand {
  position: static;
  z-index: 2;
  width: auto;
  height: auto;
}

.absolute-image {
  position: absolute;
  left: auto;
  top: auto;
  right: -27%;
  bottom: -5%;
  z-index: 1;
  width: 23.8vw;
  -webkit-transform: rotate(16.37deg);
  -ms-transform: rotate(16.37deg);
  transform: rotate(16.37deg);
}

.absolute-image.features {
  top: -14%;
  right: -14%;
  bottom: auto;
  /* width: 30vw; */
  margin-top: -3px;
  padding-top: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.services {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.move-heading {
  position: relative;
  z-index: 0;
}

.services-heading {
  font-family: Poppins, sans-serif;
  color: rgba(255, 255, 255, 0.27);
  font-size: 144px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.services-heading.first {
  position: relative;
  z-index: 1;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.services-heading.first.black {
  color: rgba(14, 27, 44, 0.77);
}

.services-heading.black {
  color: rgba(14, 27, 44, 0.77);
}

.slash-span {
  color: #1E85FF;
}

.about-section {
  display: block;
  padding-top: 135px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  position: relative;
}

.about-section.partners {
  display: none;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-heading {
  position: -webkit-sticky;
  /* position: sticky; */
  position: absolute;
  top: 60px;
  left: 224px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22vh;
  margin-top: 0px;
  padding-top: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: rgba(134, 134, 134, 0.31);
  font-size: 18vw;
  font-weight: 300;
  text-align: center;
}

.services-grid {
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin-top: 0px;
  grid-column-gap: 0.15vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.2vw;
  height: 14.2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 23px;
  background-color: #27b7ff;
}

.services-card.no-bg {
  width: 11vw;
  height: auto;
  background-color: transparent;
}

.section {
  height: 350vh;
  background-color: transparent;
}

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

.accordion-section {
  padding: 90px 60px 61px;
  background-color: transparent;
}

.accordion-grid {
  padding-top: 60px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.9fr;
  grid-template-columns: 1fr 0.9fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #ff6c6f;
  border-radius: 20px;
}

.container-text.border {
  margin-bottom: 20px;
  padding: 25px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(245, 152, 198, 0);
  -webkit-transition: border-color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out;
}

.container-text.border:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ff6c6f;
}

.container-text.border.green {
  border-color: rgba(156, 195, 76, 0);
}

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

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

.container-text.border.orchid {
  border-color: rgba(101, 8, 190, 0);
}

.container-text.border.orchid:hover {
  border-color: #42ffd6;
}

.container-text.border.blue {
  border-color: rgba(118, 208, 191, 0);
}

.container-text.border.blue:hover {
  border-color: #27b7ff;
}

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

.point {
  width: 1.5vw;
  height: 1.5vw;
  margin-top: 5px;
  border-radius: 50px;
  background-color: #ff6c6f;
}

.point.green {
  background-color: #ffbe64;
}

.point.orchid {
  background-color: #42ffd6;
}

.point.blue {
  background-color: #27b7ff;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.accordion-heading.black {
  color: #191e23;
}

.image-accorndion {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100%;
}

.section-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282b2e;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-tab {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

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

.text-tab.black {
  color: #191e23;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.tab-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.swich-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 2.5vw;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.swich-point {
  width: 2.35vw;
  height: 2.35vw;
  border-radius: 50px;
  background-color: #fff2de;
}

.plane-grid {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.price-card.purple {
  width: 24vw;
  height: 35vw;
  margin-right: 10px;
  margin-left: 10px;
  padding: 60px;
  background-color: #42ffd6;
}

.price-card.acquamarine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24vw;
  height: 35vw;
  margin-right: 10px;
  margin-left: 10px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 39px;
  background-color: #ffbe64;
}

.price-card.orchid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24vw;
  height: 35vw;
  margin-right: 10px;
  margin-left: 10px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff2de;
}

.container-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 93px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-heading {
  margin-top: 10px;
  color: #fff;
  font-size: 25px;
}

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

.option-point {
  width: 1vw;
  height: 1vw;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.option-point.check {
  width: 1vw;
  height: 1vw;
  margin-right: 10px;
  background-color: #fff;
}

.features-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 615px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.features-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 34vw;
  max-width: 1400px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 47px;
  background-color: #282b2e;
  box-shadow: 7px 4px 20px 8px rgba(0, 0, 0, 0.23);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.features-heading {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.3;
  font-weight: 300;
}

.apple-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 60px;
  margin-right: 31px;
  padding-top: 0px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  cursor: pointer;
}

.container-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -70px;
  padding-top: 0px;
}

.wrap-text.absolute {
  position: absolute;
  padding-top: 0px;
  color: #fff2de;
}

.download-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #191e23;
  font-size: 1.3vw;
  font-weight: 600;
}

.download-heading.color {
  display: block;
  color: #fff2de;
}

.text-block {
  font-family: Rubik, sans-serif;
  font-size: 0.8vw;
  line-height: 1;
  font-weight: 600;
}

.container-about-grid {
  height: 60vh;
  margin-top: 0px;
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .container-about-grid {
    height: 40vh;
  }
}

@media screen and (min-width: 1600px) {
  .container-about-grid {
    height: 50vh;
  }
}

@media screen and (min-width: 1679px) {
  .container-about-grid {
    height: 55vh;
  }
}

.about-grid {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 40vh;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.about-card {
  width: 25vw;
}

.text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.number {
  position: absolute;
  left: 0px;
  bottom: -46%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff6c6f;
  font-size: 120px;
  font-weight: 700;
}

.number._1 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: Rubik, sans-serif;
  color: #fceed1;
  font-size: 80px;
  font-weight: 700;
}

.number._2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: Rubik, sans-serif;
  color: #fceed1;
  font-size: 80px;
}

.number._3 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: Rubik, sans-serif;
  color: #fceed1;
  font-size: 80px;
}

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

.icon-grid {
  position: relative;
  padding-bottom: 30px;
  grid-column-gap: 9vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.icon-image.no-margin {
  margin-bottom: 0px;
}

.services-name {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.background-video {
  height: 100%;
}

.review {
  display: none;
  overflow: hidden;
  padding-bottom: 0px;
}

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

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

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

.review-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: auto;
  padding: 30px 20px 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #282b2e;
  box-shadow: 5px 5px 12px 4px rgba(0, 0, 0, 0.36);
}

.review-card.black {
  width: 26vw;
  background-color: #e5eaf1;
  box-shadow: 5px 5px 12px 4px rgba(0, 0, 0, 0.11);
}

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

.image-icon._2 {
  background-image: url('../images/2.jpg');
}

.image-icon._3 {
  background-image: url('../images/4.jpg');
}

.image-icon._4 {
  background-image: url('../images/1.jpg');
}

.sub-name {
  margin-top: 33px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.sub-name.black {
  color: #191e23;
}

.name {
  margin-top: 0px;
  margin-bottom: 17px;
  color: #fff;
  font-size: 24px;
}

.name.black {
  color: #191e23;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.paragraph.black {
  color: #191e23;
}

.paragraph-main {
  color: #f0db1a;
}

.left-arrow {
  left: 34%;
  top: auto;
  right: auto;
  bottom: -26%;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #fff;
}

.left-arrow.black {
  left: 34%;
  background-color: #191e23;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 34%;
  bottom: -26%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
}

.right-arrow.black {
  background-color: #191e23;
}

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

.slide-nav.black {
  display: block;
  color: #191e23;
}

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

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

.faq-section {
  display: block;
  width: 80%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  background-color: transparent;
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.faq-question-bar.faq {
  padding-top: 30px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

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

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

.faq-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: transparent;
}

.faq-circle.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  color: #191e23;
}

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

.faq-circle.bg:hover {
  background-color: #fff2de;
}

.faq-circle.absolute, .faq-circle.bg{
  background-color: #fff !important;
}

.faq-circle.static {
  overflow: hidden;
  /* background-color: #1E85FF !important; */
  background-color: #fff !important;

}

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

.faq-circle.bg {
  overflow: hidden;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.faq-circle.bg:hover {
  background-color: #1E85FF;
  color: #fff2de;
}

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

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

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

.main-heading-second.black.second {
  margin-bottom: 60px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.main-heading-second.black.second.blue {
  color: #191e23;
}

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

.tabs {
  margin-top: 70px;
}

.container-paragraph {
  position: absolute;
  left: -83%;
  top: 16%;
  right: auto;
  bottom: auto;
}

.container-paragraph.second {
  left: auto;
  top: auto;
  right: -54%;
  bottom: 8%;
}

.overflow {
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.overflow._2.form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff2de;
}

.overflow.absolute {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
}

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

.overflow.hid {
  display: none;
}

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

.white-line {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.white-line._2 {
  background-color: #fff2de;
}

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

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

.extra-large-paragraph {
  max-width: none;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
}

.table-head-text {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}

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

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

.features-heading-2 {
  max-width: 550px;
  color: #fff;
  font-size: 65px;
  line-height: 1.2;
  text-align: center;
}

.table-wrapper {
  width: 60%;
}

.top-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

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

.why-cue {
  position: relative;
  display: block;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/creator-cloth.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.table-cell-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid none;
  border-width: 0px 1px 1px 0px;
  border-color: #000 #e6e6e6 #e6e6e6 #000;
  background-color: transparent;
}

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

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

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

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

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

.text-blocksecond {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.syrio-tabs-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table-head {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.icon-slider {
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff2de;
  font-size: 16px;
}

.icon-slider.white {
  color: #fff;
}

.loop-circle {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 300%;
  height: 300%;
  border-style: dashed;
  border-width: 0.5px;
  border-color: rgba(255, 255, 255, 0.34);
  border-radius: 50%;
}

.loop-circle.black {
  border-color: rgba(14, 27, 44, 0.13);
}

.contact-form {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #191e23;
}

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

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

.form-block {
  display: none;
  width: 100%;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.submit {
  background-color: transparent;
  font-family: Comfortaa, sans-serif;
  color: #fff2de;
  font-size: 20px;
}

.submit:hover {
  color: #fff2de;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.open-line {
  position: absolute;
  width: 23px;
  height: 2px;
  background-color: #191e23;
}

.open-line.rotate {
  background-color: #191e23;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.question-title {
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.question-title.black {
  color: #191e23;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding: 0px 0px 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.faq-paragraph.black {
  color: #191e23;
}

.faq-question-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

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

.button-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding: 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #1E85FF;
  border-radius: 50px;
  background-color: #1E85FF;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  color: #282b2e;
  cursor: pointer;
}

.button-faq:hover {
  border: 1px solid #1E85FF;
  background-color: transparent;
}

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

.paragraph-fourth {
  margin-right: 2px;
  margin-bottom: 0px;
  margin-left: 5px;
  background-color: transparent;
  color: #282b2e;
  font-size: 16px;
}

.paragraph-fourth.white {
  color: #fff;
}

.paragraph-third {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #1E85FF;
  font-size: 16px;
}

.paragraph-third.white {
  font-family: Poppins, sans-serif;
  /* color: #282b2e; */
  color: #fff;
  font-size: 16px;
}

.container-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 16px;
}

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

.close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.close-button.fixed {
  position: absolute;
  left: auto;
  top: 9%;
  right: 6%;
  bottom: auto;
  z-index: 999;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #191e23;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.close-button.fixed:hover {
  background-color: #fff2de;
}

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

.black-mood {
  display: block;
  overflow: hidden;
}

.filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-bottom: 0px;
  background-color: rgba(10, 10, 10, 0.94);
}

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

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

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

.footer.padding.black {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #0a0a0a;
}

.footer-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 0px;
  align-self: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collumn-wrap {
  padding-right: 20px;
  padding-left: 20px;
}

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

.footer-heading.black {
  color: #191e23;
}

.toggle-contain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 34px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-color: transparent;
  cursor: pointer;
}

.toggle-contain.black {
  border-color: #191e23;
}

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

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

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

.toggle-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.toggle-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff2de;
  color: #fff2de;
}

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

.wrap-link-footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-text-2 {
  position: static;
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #9b9b9b;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.webflow-link {
  color: #fff2de;
  font-size: 9px;
  font-weight: 400;
  text-decoration: none;
}

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

.udesly-link {
  color: #fff2de;
  font-weight: 400;
  text-decoration: none;
}

.checkbox-label {
  color: #191e23;
  font-size: 13px;
}

.text-field-form {
  height: 29px;
  padding-left: 5px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff2de;
  background-color: transparent;
  color: #191e23;
  font-size: 13px;
}

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

.submit-button-second {
  width: 138px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff2de;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  font-family: Rubik, sans-serif;
  color: #fff2de;
  font-size: 15px;
}

.submit-button-second:hover {
  border-color: #fff2de;
  background-color: #fff2de;
  color: #fff;
}

.error-text {
  color: #ff5151;
}

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

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

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

.background-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.44);
}

.close-button-pop-up {
  position: absolute;
  left: auto;
  top: 25px;
  right: 12px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

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

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

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

.main-paragraph-second.pop-up-form {
  margin-bottom: 15px;
  color: #191e23;
  font-size: 13px;
}

.link-span {
  color: #fff2de;
}

.form-pop-up {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 389px;
  height: 389px;
  margin-right: 0%;
  margin-left: 0px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.error-message {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.checkbox {
  color: #191e23;
}

.footer-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3px;
  z-index: 22;
  width: 100%;
  height: 1.5px;
  background-color: #1E85FF;
}

.white {
  opacity: 1;
}

.image-opacity {
  opacity: 0.61;
}

.back-to-top {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f3f3f3;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
  color: #333;
}

.back-to-top:hover {
  background-color: #1E85FF;
}

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

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

.back-to-top-image.absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.icon-description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-heading {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.icon-heading.black {
  color: #191e23;
}

.icon-paragraph {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.icon-paragraph.black {
  color: #191e23;
}

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

.content-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-licensing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #272727;
}

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

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

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

.licensing-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.licensing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #191e23;
}

.source-link {
  margin-right: 20px;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-weight: 500;
}

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

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

.small-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #191e23;
  color: #191e23;
}

.licensing-container {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-bottom: 10px;
  padding: 40px;
  border-style: none;
  border-width: 1px;
  border-color: #272727;
  border-radius: 10px;
  background-color: #191e23;
  box-shadow: 1px 1px 7px -2px hsla(0, 0%, 100%, 0.14);
}

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

.license-link {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-weight: 500;
}

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

.licensing-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

.first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/background_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.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: 0px;
  margin-bottom: 5vh;
  font-size: 2.5vw;
  font-weight: 300;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.submit-button-protect-page {
  width: 344px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff2de;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-family: Comfortaa, sans-serif;
}

.submit-button-protect-page:hover {
  background-color: #fff2de;
}

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

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

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

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 15px;
  font-weight: 100;
}

.main-text-2 {
  color: #ff6c6f;
  font-size: 1.2vw;
  font-weight: 100;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.list {
  margin-top: 40px;
}

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

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

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

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

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

.heading-style-guide.instruction {
  margin-bottom: 100px;
  background-color: #191e23;
  background-image: none;
  color: #191e23;
  font-size: 15vw;
}

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

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

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

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

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

.changelog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #191e23;
}

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

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

.white-mood {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: none;
}

.rich-text-block {
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 18px;
}

.bold-text-2 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-align: center;
}

.body {
  background-color: #282b2e;
}

.button {
  border: 1px dashed #000;
  border-radius: 20px;
  background-color: #fceed1;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
}

.section-heading-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -133px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: rgba(134, 134, 134, 0.31);
  font-size: 18vw;
  font-weight: 400;
  text-align: center;
}

.link {
  color: #fff2de;
}

.brand-link {
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  cursor: auto;
}

.brand-link:hover {
  color: #fff2de;
}

.brand-link.w--current {
  font-family: Rubik, sans-serif;
  color: #fff2de;
}

.brand-link.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fceed1;
  text-decoration: none;
}

.brand-link.absolute:hover {
  color: #fff2de;
}

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

.brand-link.static {
  text-decoration: none;
}

.brand-link.static:hover {
  color: #fff;
}

.brand-link.static.black {
  color: #191e23;
}

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

.image-405 {
  height: 30px;
  padding-right: 10px;
  cursor: pointer;
}

.logo-img {
  height: 55px;
  margin-bottom: 14px;
}

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

.bold-text-5 {
  font-weight: 500;
  letter-spacing: 0em;
}

.bold-text-6 {
  font-weight: 500;
  letter-spacing: 0em;
}

.bold-text-7 {
  font-weight: 500;
  letter-spacing: 0em;
}

.bold-text-8 {
  font-weight: 500;
  letter-spacing: 0em;
}

.join-now {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 40px;
  margin-top: 33px;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.join-now.view {
  display: none;
}

.join-now-nav-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 5px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #1E85FF;
  border-radius: 50px;
  background-color: #1E85FF;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  color: #282b2e;
  font-size: 11px;
  cursor: pointer;
}

.join-now-nav-cta:hover {
  border: 1px solid #1E85FF;
  background-color: transparent;
}

.join-now-nav-cta._404 {
  margin-top: 10px;
  text-decoration: none;
  text-transform: none;
}

.main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #1E85FF;
  border-radius: 50px;
  background-color: #1E85FF;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  color: #282b2e;
  font-size: 14px;
  cursor: pointer;
}

.main-button:hover {
  border: 1px solid #1E85FF;
  background-color: transparent;
  color: #1E85FF;
}

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

.overflow-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.overflow-2._2.form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff2de;
}

.overflow-2.absolute {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
}

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

.overflow-2.hid {
  display: none;
}

.main-paragraph-why {
  position: static;
  width: auto;
  max-width: none;
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

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

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

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

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

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

.main-paragraph-why.hero {
  max-width: 969px;
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.main-paragraph-why.hero.margin {
  position: relative;
  display: block;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.main-paragraph-why.hero.black {
  color: #191e23;
}

.main-paragraph-why.accordin {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.main-paragraph-why.accordin.black {
  color: #191e23;
}

.main-paragraph-why.no-margin {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.main-paragraph-why.no-margin.black {
  color: #191e23;
  font-weight: 400;
}

.link-copy {
  color: #fff2de;
  font-weight: 400;
}

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

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

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

  .main.white {
    /* background-color: #191e23; */
    background-color: #0D1114;
    font-size: 2.3vw;
  }

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

  .main-heading.hero {
    max-width: none;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 4.4vw;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.03em;
  }

  .main-heading.hero.margin {
    position: relative;
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    color: #fff;
    font-size: 54px;
    text-align: center;
  }

  .main-heading.hero.margin.black {
    margin-bottom: 0px;
    color: #191e23;
    text-align: center;
  }

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

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

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

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

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

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

  .main-text.black {
    color: #191e23;
    text-transform: uppercase;
  }

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

  .main-paragraph.black {
    margin-left: 0px;
    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: 0px;
    font-family: Poppins, sans-serif;
    font-size: 1.6vw;
    font-weight: 300;
  }

  .main-paragraph.hero.margin {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-top: 0px;
    font-family: Poppins, sans-serif;
    font-size: 1.5vw;
    font-weight: 300;
  }

  .main-paragraph.accordin {
    margin-top: 8px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 1.4vw;
  }

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

  .background-color.second {
    background-color: #e5e5e3;
  }

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

  .background-color.fifth {
    background-color: #e5e5e3;
  }

  .background-color.first {
    background-color: #282b2e;
  }

  .background-color.third {
    background-color: #1E85FF;
  }

  .background-color.fourth {
    background-color: #e5e5e3;
  }

  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10vw;
    padding-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff2de;
  }

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

  .navbar.black {
    padding-top: 3vh;
    background-color: #191e23;
  }

  .social-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    margin-right: 230px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .social-image {
    width: 1.5vw;
  }

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

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

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

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

  .nav-link.absolute {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    color: #1E85FF;
    font-size: 1.1vw;
    line-height: 1.2;
  }

  .nav-link.absolute:hover {
    color: #1E85FF;
  }

  .nav-link.absolute.footer {
    min-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
    /* color: #1E85FF; */
    font-size: 1.1vw;
    line-height: 1.3;
    font-weight: 300;
  }

  .nav-link.static {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    font-size: 1.1vw;
    line-height: 1.2;
  }

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

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

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

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

  .smartphone-wrap.hidden {
    position: -webkit-sticky;
    position: sticky;
    top: 9.6vh;
    max-width: 28vw;
    margin-top: 0vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .image.hero {
    margin-top: 38px;
    -webkit-transform: rotate(-9.6deg);
    -ms-transform: rotate(-9.6deg);
    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 {
    top: 86vh;
    margin-left: 20px;
    text-decoration: none;
  }

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

  .scroll-indicator-icon.fixed {
    top: 88.4vh;
    right: 64px;
    background-color: rgba(14, 27, 44, 0.12);
  }

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

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

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

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

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

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

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

  .brand {
    width: 15vw;
  }

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

  .absolute-image.features {
    top: -11%;
    right: -14%;
    bottom: auto;
    /* width: 30vw; */
    margin-top: -2%;
    padding-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .services-heading {
    color: rgba(255, 255, 255, 0.36);
    font-size: 6.5vw;
  }

  .services-heading.first {
    font-size: 6.5vw;
  }

  .about-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-section.partners {
    position: relative;
    display: none;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading {
    height: 20vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 296px;
    font-family: Poppins, sans-serif;
    color: rgba(134, 134, 134, 0.31);
    font-size: 18vw;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
  }

  .services-grid {
    position: static;
    bottom: auto;
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    padding-top: 0px;
    clear: none;
    justify-items: stretch;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0.3vw;
    grid-row-gap: 2vw;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .services-card {
    width: 14.2vw;
    height: 14.2vw;
    border-radius: 23px;
    background-color: #27b7ff;
  }

  .services-card.no-bg {
    width: 11vw;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 400vh;
    padding-bottom: 244px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .accordion-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .accordion-grid {
    margin-top: 0px;
    padding-top: 61px;
  }

  .row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .row.relative {
    height: 100%;
    max-height: none;
    min-height: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

  .container-text.border.green {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-color: rgba(156, 195, 76, 0);
  }

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

  .container-text.border.orchid {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-color: rgba(101, 8, 190, 0);
  }

  .container-text.border.blue {
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-color: rgba(118, 208, 191, 0);
  }

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

  .point {
    width: 1.5vw;
    height: 1.5vw;
    margin-top: 0.4vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .point.green {
    margin-top: 0.4vw;
    background-color: #ffbe64;
  }

  .point.orchid {
    background-color: #42ffd6;
    font-size: 14px;
  }

  .point.blue {
    background-color: #27b7ff;
  }

  .accordion-heading {
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    font-size: 1.8vw;
  }

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

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

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

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

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

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

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

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

  .price-card {
    width: 436px;
    max-width: 436px;
    background-color: #42ffd6;
  }

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

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

  .price-card.orchid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22.8vw;
    height: 31.9vw;
    max-width: none;
    margin-right: 23px;
    margin-left: 23px;
    padding: 3vw 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 39px;
    background-color: #fff2de;
  }

  .container-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 156px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price-heading {
    margin-top: 14px;
    margin-bottom: 32px;
    color: #fff;
    font-size: 3.3vw;
  }

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

  .option-point {
    width: 0.9vw;
    height: 0.9vw;
    margin-right: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50px;
  }

  .option-point.check {
    width: 0.9vw;
    height: 0.9vw;
    background-color: #fff;
  }

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

  .features-section.black {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: transparent;
  }

  .features-bg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 34vw;
    max-width: 1909px;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 45px;
    background-color: #191e23;
  }

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

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

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

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

  .text-block {
    font-size: 0.8vw;
  }

  .about-grid {
    top: 110px;
    height: 60vh;
    padding-bottom: 0px;
    grid-column-gap: 4vw;
  }

  .about-card {
    width: 17.5vw;
  }

  .text-container {
    padding-top: 10px;
    padding-right: 1vw;
    padding-left: 1.5vw;
    text-align: center;
  }

  .number._1 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-family: Rubik, sans-serif;
    font-size: 6vw;
  }

  .number._2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-family: Rubik, sans-serif;
    font-size: 6vw;
  }

  .number._3 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-family: Rubik, sans-serif;
    font-size: 6vw;
  }

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

  .icon-grid {
    margin-top: 60px;
    grid-column-gap: 8vw;
    grid-row-gap: 4vw;
  }

  .icon-image {
    width: 3.7vw;
  }

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

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

  .review {
    display: none;
    padding-bottom: 250px;
  }

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

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

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

  .review-card {
    position: relative;
    z-index: 19;
    width: 25vw;
    max-height: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 74px;
    padding-bottom: 74px;
    background-color: #282b2e;
    box-shadow: 5px 5px 12px 4px rgba(0, 0, 0, 0.36);
  }

  .review-card.black {
    box-shadow: 5px 5px 12px 4px rgba(0, 0, 0, 0.11);
  }

  .image-icon._4 {
    width: 56px;
  }

  .sub-name {
    color: #fff;
    font-size: 0.8vw;
  }

  .name {
    font-size: 1.7vw;
  }

  .paragraph {
    font-size: 0.8vw;
  }

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

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

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

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

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

  .slide-nav {
    bottom: -14.4vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1vw;
  }

  .slide-nav.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .faq-section {
    width: 3000px;
    max-width: 50%;
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

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

  .main-heading-second.black.second {
    margin-bottom: 100px;
  }

  .main-heading-second.black.second {
    margin-bottom: 60px;
    color: #fff;
    font-size: 4.5vw;
  }

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

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

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

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

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

  .overflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

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

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

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

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

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

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

  .overflow.footer {
    width: 100%;
  }

  .overflow.nav {
    width: auto;
  }

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

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

  .why-cue {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .icon-slider.white {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .icon-slider.static {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .contact-form {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .submit {
    margin-right: auto;
    margin-left: auto;
    color: #fff2de;
    font-size: 1.3vw;
  }

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

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

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

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

  .faq-question-wrap {
    color: #fff;
  }

  .white-line-2 {
    background-color: #1E85FF;
  }

  .button-faq {
    border-color: #1E85FF;
    background-color: #1E85FF;
    color: #333;
  }

  .button-faq:hover {
    border-color: #1E85FF;
  }

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

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

  .paragraph-third {
    color: #1E85FF;
    font-size: 1.12vw;
  }

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

  .container-404._2 {
    color: #fff;
  }

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

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

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

  .black-mood {
    height: 100%;
  }

  .footer.padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 51px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer.padding.white {
    padding-top: 18vh;
    border-top: 1px none #fff2de;
  }

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

  .footer-grid {
    width: auto;
    max-width: 1240px;
    margin-right: 0px;
    margin-left: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-column-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-heading.black {
    font-family: Rubik, sans-serif;
    color: #191e23;
    font-weight: 500;
  }

  .toggle-contain.black {
    border-color: #191e23;
  }

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

  .footer-bunner {
    width: 100%;
    padding: 15px 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .top-text-2 {
    font-size: 1vw;
  }

  .webflow-link {
    font-size: 0.7vw;
  }

  .text-credits {
    font-size: 0.7vw;
  }

  .background-pop-up {
    display: none;
    background-color: rgba(51, 51, 51, 0.56);
  }

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

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

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

  .footer-line {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 3px;
    width: 100%;
    height: 1.5px;
    background-color: #1E85FF;
  }

  .back-to-top {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -81px;
  }

  .container-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

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

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

  .image-licensing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
  }

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

  .licensing-section {
    background-color: transparent;
  }

  .small-hero {
    background-color: #191e23;
    color: #fff;
  }

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

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

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

  ._404-heading {
    margin-top: 0px;
    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_2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .changeloc-container {
    background-color: transparent;
  }

  .white-mood {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body {
    background-color: #191e23;
  }

  .section-heading-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    color: rgba(95, 121, 154, 0.24);
    font-size: 18vw;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
  }

  .link {
    font-size: 2vw;
    text-decoration: underline;
  }

  .brand-link {
    padding-right: 38.5px;
    padding-left: 38.5px;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    line-height: 11px;
    font-weight: 600;
    text-decoration: none;
  }

  .brand-link.w--current {
    color: #fff2de;
  }

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

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

  .brand-link.static {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1vw;
    line-height: 1.2;
  }

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

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

  .image-405 {
    width: auto;
    height: 32px;
    cursor: pointer;
  }
  .logo-img {
    height: 55px;
  }
 
  .bold-text-4 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .join-now {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: block;
    margin-top: 2.8vh;
    margin-right: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .join-now-nav-cta {
    border-color: #1E85FF;
    background-color: #1E85FF;
    color: #191e23;
    margin-top: 15px;
  }

  .join-now-nav-cta:hover {
    border-color: #1E85FF;
  }

  .main-button {
    border-color: #1E85FF;
    background-color: #1E85FF;
    color: #333;
  }

  .main-button:hover {
    border-color: #1E85FF;
  }

  .overflow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    max-width: 1200px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .overflow-2.margin {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

  .overflow-2.footer {
    width: 100%;
  }

  .overflow-2.nav {
    width: auto;
  }

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

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

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

  .main-paragraph-why.hero {
    width: 100%;
    max-width: 1341px;
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    font-size: 1.6vw;
    font-weight: 300;
  }

  .main-paragraph-why.hero.margin {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-top: 0px;
    font-family: Poppins, sans-serif;
    font-size: 1.5vw;
    font-weight: 300;
  }

  .main-paragraph-why.accordin {
    margin-top: 8px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 1.4vw;
  }

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

  .link-copy {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
  }
}

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

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

  .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

  .main-paragraph.hero.margin {
    margin-top: 40px;
  }

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

  .navbar {
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #eff2f8;
  }

  .navbar.black {
    padding-bottom: 15px;
    background-color: #080808;
  }

  .social-container {
    display: none;
  }

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

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #191e23;
  }

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

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

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

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

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

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

  .smartphone-wrap {
    position: relative;
    top: 60px;
    margin-right: 0px;
    margin-left: -90px;
  }

  .smartphone-wrap.hidden {
    position: relative;
    max-width: 70vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .image {
    position: static;
  }

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

  .image.top {
    display: none;
  }

  .scroll-indicator-icon.fixed {
    background-color: rgba(14, 27, 44, 0.36);
  }

  .absolute-social-wrap.first {
    display: none;
  }

  .absolute-social-wrap.second {
    display: none;
  }

  .absolute-social-wrap.third {
    display: none;
  }

  .absolute-social-wrap.fourth {
    display: none;
  }

  .absolute-social-wrap.fifth {
    display: none;
  }

  .absolute-social-wrap.sixth {
    display: none;
  }

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

  .services {
    margin-top: 136px;
  }

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

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

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

  .section-heading {
    position: static;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 60px;
  }

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

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0px;
    padding-bottom: 137px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

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

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

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

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

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

  .features-bg {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-heading {
    font-size: 2.5vw;
    text-align: center;
  }

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

  .container-icon {
    margin-top: -70px;
    padding-top: 0px;
  }

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

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

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

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

  .about-grid {
    position: static;
    height: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    justify-content: center;
  }

  .about-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .number._1 {
    position: absolute;
    bottom: auto;
  }

  .number._2 {
    bottom: auto;
  }

  .number._3 {
    bottom: auto;
  }

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

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

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

  .review {
    padding-top: 60px;
  }

  .mask {
    width: 50vw;
  }

  .review-card {
    width: 50vw;
  }

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

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

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

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

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

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

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

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

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

  .container-paragraph {
    position: static;
    margin-top: 40px;
    margin-right: auto;
    padding-right: 18%;
    padding-left: 18%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

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

  .overflow {
    margin-bottom: 10px;
  }

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

  .overflow.hid {
    display: block;
  }

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

  .why-syrio-wrappper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-wrapper {
    width: 100%;
  }

  .why-cue {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .table-cell-wrapper.first {
    background-color: transparent;
  }

  .syrio-tabs-description-wrapper {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0px;
  }

  .contact-form {
    display: none;
  }

  .open-line {
    width: 18px;
  }

  .open-line.rotate {
    width: 18px;
  }

  .question-title {
    width: 90%;
  }

  .faq-question-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .close-button.fixed {
    top: 4%;
    right: 5%;
    cursor: pointer;
  }

  .filter {
    padding-top: 0px;
  }

  .footer-grid {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-box-row.yearly-row {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-box-row.monthly-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap-link-footer {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .background-pop-up {
    display: none;
  }

  .main-paragraph-second {
    font-size: 18px;
  }

  .menu-button {
    margin-left: auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-bottom: 8px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: transparent;
  }

  .menu-line {
    width: 30px;
    margin-top: 7px;
    margin-bottom: 0px;
    background-color: #fff;
    color: #fff;
  }

  .menu-line.black {
    background-color: #191e23;
  }

  .content-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-licensing._3 {
    min-height: 300px;
  }

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

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

  .licensing-container {
    width: 80%;
  }

  .utility-page-wrap {
    background-image: url('../images/backgroundwhite.jpg');
  }

  .image-404 {
    width: 100px;
  }

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

  .text-field-password {
    height: auto;
  }

  .submit-button-protect-page {
    height: auto;
  }

  .instruction-container {
    width: 80%;
  }

  .main-text-2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
  }

  .light-paragraph {
    margin-bottom: 99px;
    font-size: 28px;
  }

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

  .instructions-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

  .join-now {
    display: none;
  }

  .join-now.view {
    display: none;
  }

  .overflow-2 {
    margin-bottom: 10px;
  }

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

  .overflow-2.hid {
    display: block;
  }

  .main-paragraph-why {
    font-size: 18px;
  }

  .main-paragraph-why.hero.margin {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-heading-style.style-guide {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .main-heading.hero.margin._2 {
    font-size: 32px;
    white-space: normal;
  }

  .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.style-guide {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .main-paragraph.hero {
    padding-right: 15px;
    padding-left: 15px;
  }

  .background-color.second {
    width: 20vw;
    height: 20vw;
  }

  .background-color.seventh {
    width: 20vw;
    height: 20vw;
  }

  .background-color.fifth {
    width: 20vw;
    height: 20vw;
  }

  .background-color.first {
    width: 20vw;
    height: 20vw;
  }

  .background-color.third {
    width: 20vw;
    height: 20vw;
  }

  .background-color.fourth {
    width: 20vw;
    height: 20vw;
  }

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

  .navbar {
    padding-right: 40px;
    padding-left: 40px;
  }

  .navbar.black {
    background-color: #1c1c1c;
  }

  .social-container.view {
    position: absolute;
    left: 40px;
    top: auto;
    right: auto;
    bottom: 10%;
    display: none;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    padding-left: 41px;
  }

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

  .link-social.white-mode {
    position: static;
    left: auto;
    top: auto;
    right: 18%;
    bottom: auto;
    z-index: 99999;
    display: none;
    margin-left: 0px;
  }

  .link-social.white-mode.view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link.absolute {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .nav-link.static {
    padding-left: 0px;
  }

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

  .smartphone-wrap {
    max-width: 60vw;
    margin-left: -30%;
  }

  .smartphone-wrap.hidden {
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .image.hero {
    width: 95%;
    max-width: 95%;
  }

  .scroll-indicator {
    top: 85vh;
    text-transform: none;
  }

  .scroll-indicator-icon.fixed {
    top: auto;
    bottom: 30px;
  }

  .absolute-image {
    bottom: 4%;
    width: 40vw;
    margin: auto -16px auto 0px;
    padding-right: 0px;
  }

  .services {
    margin-top: -300px;
  }

  .about-section {
    display: none;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
  }

  .section-heading {
    margin-bottom: 66px;
    font-size: 15vw;
  }

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

  .section {
    padding-top: 60px;
  }

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

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

  .row.relative {
    display: none;
  }

  .point {
    margin-top: auto;
    margin-bottom: auto;
  }

  .price-card.purple {
    margin-bottom: 40px;
  }

  .features-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .features-section.black {
    display: none;
  }

  .features-bg {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-heading {
    font-size: 25px;
    text-align: center;
  }

  .apple-wrap {
    margin-bottom: 20px;
  }

  .container-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-container {
    padding-right: 25px;
  }

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

  .review-card {
    margin-right: 10px;
    margin-left: 10px;
  }

  .left-arrow {
    left: 25%;
    bottom: -24%;
  }

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

  .right-arrow {
    right: 25%;
    bottom: -24%;
  }

  .main-heading-second.black {
    white-space: normal;
  }

  .overflow {
    margin-bottom: 0px;
  }

  .overflow._2 {
    margin-bottom: 0px;
  }

  .overflow.hid {
    display: block;
  }

  .table-cell-wrapper.first {
    background-color: transparent;
  }

  .syrio-tabs-description-wrapper {
    margin-bottom: 40px;
  }

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

  .footer-grid {
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-container {
    padding-right: 3%;
    padding-left: 3%;
  }

  .pricing-box-row.yearly-row {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-box-row.monthly-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .toggle-row {
    margin-bottom: 30px;
  }

  .top-text-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .menu-button {
    padding-right: 0px;
    padding-bottom: 2px;
  }

  .menu-button.w--open {
    margin-left: auto;
    padding-right: 0px;
  }

  .menu-line {
    margin-top: 7px;
    margin-bottom: 3.5px;
  }

  .content-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-licensing._1 {
    min-height: 300px;
  }

  .image-licensing._3 {
    min-height: 300px;
  }

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

  .licensing-container {
    width: 80%;
  }

  .content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .first-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .utility-page-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    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 {
    max-width: 100%;
  }

  .submit-button-protect-page {
    max-width: 100%;
  }

  .instruction-container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .instruction-container.instructions {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .light-paragraph {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-instruction {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-instruction.color-black.instruction {
    padding-right: 40px;
    padding-left: 40px;
  }

  .white-mood {
    display: none;
  }

  .section-heading-2 {
    margin-bottom: 66px;
    font-size: 15vw;
  }

  .brand-link.absolute {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand-link.absolute.footer {
    font-size: 14px;
  }

  .brand-link.static {
    padding-left: 0px;
  }

  .brand-link.static.footer {
    font-size: 14px;
  }

  .join-now.view {
    position: absolute;
    left: 40px;
    top: auto;
    right: auto;
    bottom: 10%;
    display: none;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overflow-2 {
    margin-bottom: 0px;
  }

  .overflow-2._2 {
    margin-bottom: 0px;
  }

  .overflow-2.hid {
    display: block;
  }

  .overflow-2.nav {
    display: none;
  }

  .main-paragraph-why.hero {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-family: Comfortaa, sans-serif;
    color: #fff;
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .container-heading-style.style-guide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-heading.style-guide {
    line-height: 1.2;
  }

  .main-heading.hero {
    font-size: 30px;
    line-height: 1.2;
    white-space: normal;
  }

  .main-heading.hero.margin {
    white-space: normal;
  }

  .main-heading.hero.margin._2 {
    margin-bottom: 66px;
    font-size: 24px;
  }

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

  .container.style-guide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-text {
    font-size: 16px;
  }

  .main-paragraph {
    font-size: 16px;
    text-align: left;
  }

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

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

  .background-color.second {
    width: 78vw;
    height: 78vw;
  }

  .background-color.seventh {
    width: 78vw;
    height: 78vw;
  }

  .background-color.fifth {
    width: 78vw;
    height: 78vw;
  }

  .background-color.first {
    width: 78vw;
    height: 78vw;
  }

  .background-color.third {
    width: 78vw;
    height: 78vw;
  }

  .background-color.fourth {
    width: 78vw;
    height: 78vw;
  }

  .hero-section {
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

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

  .social-container.view {
    bottom: 24%;
    display: none;
  }

  .nav-menu {
    margin-left: 0px;
  }

  .link-social.white-mode.view {
    margin-top: 20px;
  }

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

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

  .open-in-app-wrapper {

    flex: 1;
    justify-content: center;
  }
  .open-in-app-wrapper   .nav-link.static  {
    font-size: 18px;
  }

  .smartphone-wrap {
    max-width: 70vw;
    margin-top: -25px;
    margin-left: -34%;
  }

  .smartphone-wrap.hidden {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .image.hero {
    margin-bottom: -33px;
  }

  .scroll-indicator {
    display: none;
    text-decoration: none;
  }

  .scroll-indicator-icon.fixed {
    top: auto;
    right: 20px;
    bottom: 30px;
  }

  .absolute-image {
    left: auto;
    right: -20%;
    bottom: -10%;
    width: 50vw;
  }

  .services {
    margin-top: -120px;
  }

  .services-heading {
    font-size: 56px;
  }

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

  .about-section {
    display: none;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .section-heading {
    font-size: 16vw;
  }

  .services-grid {
    grid-row-gap: 43px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .accordion-section {
    padding: 60px 20px;
  }

  .accordion-grid {
    padding-top: 40px;
  }

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

  .point {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
  }

  .price-card.purple {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .price-card.acquamarine {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .price-card.orchid {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .features-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-bg {
    width: 85%;
    height: 60vw;
    padding: 50px 10px;
  }

  .features-heading {
    font-size: 15px;
    line-height: 1.2;
  }

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

  .container-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-about-grid {
    margin-top: 11px;
  }

  .about-card {
    width: 100%;
  }

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

  .number._1 {
    bottom: auto;
    font-size: 70px;
  }

  .number._2 {
    bottom: auto;
    font-size: 70px;
  }

  .number._3 {
    bottom: auto;
    font-size: 70px;
  }

  .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 {
    display: none;
  }

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

  .faq-section {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .faq-question-bar {
    padding: 15px 0px;
  }

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

  .main-heading-second.black.second {
    margin-bottom: 30px;
  }

  .main-heading-second.black.second {
    margin-bottom: 30px;
  }

  .container-paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }

  .overflow.absolute {
    width: 100vw;
  }

  .overflow.hid {
    display: block;
  }

  .overflow.nav {
    display: block;
  }

  .why-syrio-text-wrapper {
    margin-right: 0px;
  }

  .why-syrio-wrappper {
    max-width: none;
    min-height: auto;
  }

  .features-heading-2 {
    font-size: 35px;
  }

  .why-cue {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .table-cell-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .table-cell-wrapper.first-column {
    padding-right: 5px;
    padding-left: 5px;
  }

  .table-cell-wrapper.first-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  .table-cell-wrapper.first {
    background-color: transparent;
  }

  .text-blocksecond {
    display: none;
  }

  .syrio-tabs-description-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .table-head {
    font-size: 12px;
  }

  .contact-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
  }

  .faq-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .button-faq {
    font-size: 12px;
  }

  .paragraph-fourth {
    font-size: 14px;
  }

  .paragraph-third {
    font-size: 14px;
  }

  .paragraph-third.white {
    font-size: 14px;
  }

  .close-button.fixed {
    top: 3%;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .footer.padding.black {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .toggle-contain {
    margin-right: 15px;
    margin-left: 15px;
  }

  .pricing-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-box-row.monthly-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap-link-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-text-2 {
    margin-right: auto;
  }

  .main-paragraph-second {
    text-align: left;
  }

  .back-to-top {
    margin-top: 40px;
  }

  .container-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-description-container {
    margin-top: 61px;
  }

  .icon-heading {
    margin-top: 25px;
  }

  .menu-line {
    margin-top: 7px;
    margin-bottom: 0px;
  }

  .content-menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .licensing-paragraph {
    font-size: 16px;
  }

  .licensing-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .source-link {
    font-size: 16px;
  }

  .images-grid {
    -ms-grid-columns: 1fr;
    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-right: 20px;
    padding-left: 20px;
  }

  ._404-heading {
    margin-top: 60px;
    font-size: 45px;
  }

  .utility-page-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-field-password {
    width: 100%;
  }

  .submit-button-protect-page {
    width: 100%;
  }

  .instruction-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .instruction-container.instructions {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list {
    padding-left: 20px;
  }

  .main-instruction.color-black.instruction {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .changelog-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .changeloc-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
    text-align: center;
  }

  .white-mood {
    display: none;
  }

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

  .bold-text-3 {
    font-size: 13px;
  }

  .section-heading-2 {
    font-size: 16vw;
  }

  .brand-link.absolute {
    font-size: 30px;
  }

  .brand-link.static {
    font-size: 30px;
  }

  .join-now.view {
    bottom: 24%;
    display: none;
  }

  .join-now-nav-cta {
    font-size: 12px;
  }

  .main-button {
    font-size: 12px;
  }

  .overflow-2.absolute {
    width: 100vw;
  }

  .overflow-2.hid {
    display: block;
  }

  .overflow-2.nav {
    display: none;
  }

  .main-paragraph-why {
    font-size: 16px;
    text-align: left;
  }

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

  .main-paragraph-why.hero.margin {
    font-size: 16px;
  }
}

@media screen and (max-width: 1600px) {
  .section-heading{
  padding-top: 315px;
}
}

@media screen  and (max-width: 1700px) and (min-width: 1680px)   {
.section-heading{
padding-top: 200px;
}
}

#w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5246-d2cbf46c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e524a-d2cbf46c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5253-d2cbf46c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e525c-d2cbf46c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5265-d2cbf46c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4e3f3604-e638-7e48-1aa4-25562fc77daa-d2cbf46c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dae-d2cbf46c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4e3f3604-e638-7e48-1aa4-25562fc77db7-d2cbf46c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dc0-d2cbf46c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dc9-d2cbf46c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cde3-cacbf474 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cde9-cacbf474 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdef-cacbf474 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdf6-cacbf474 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdfc-cacbf474 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81ce02-cacbf474 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5246-d2cbf46c {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e524a-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5253-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e525c-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5265-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e526c-d2cbf46c {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77daa-d2cbf46c {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dae-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77db7-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dc0-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dc9-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dd0-d2cbf46c {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_5b076cdb-67fa-dea2-5150-827065a047c1-d2cbf46c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5b076cdb-67fa-dea2-5150-827065a047d3-d2cbf46c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdef-cacbf474 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdf6-cacbf474 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdfc-cacbf474 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81ce02-cacbf474 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

/* for lowercase */
p, h1, div, a, h2, h3, strong {
  text-transform: lowercase !important;
}
/* html.w-mod-touch *{
  justify-content: center;
  margin: auto;
} */

.open-line.rotate, .open-line{
  background-color: #1E85FF !important;
}

.open-in-app-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .logo-img {.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }
  
  .w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  
  .w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  
  .w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
  }
  
  .w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
  }
  
  .w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
  }
  
  body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
  }
  
  h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Comfortaa, sans-serif;
    color: #fff;
    font-size: 72px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  
  h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Comfortaa, sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.03em;
  }
  
  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Comfortaa, sans-serif;
    color: #fff;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  
  h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Comfortaa, sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  
  h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro';
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
  }
  
  h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Comfortaa, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  
  p {
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
  }
  
  a {
    text-decoration: underline;
  }
  
  ul {
    margin-top: 60px;
    margin-bottom: 10px;
    padding-left: 40px;
    color: #fff;
  }
  
  ol {
    margin-top: 60px;
    margin-bottom: 10px;
    padding-left: 40px;
    font-family: Rubik, sans-serif;
    color: #fff;
  }
  
  figcaption {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }
  
  .style-guide-grid {
    grid-column-gap: 0px;
    grid-row-gap: 137px;
    -ms-grid-columns: 0.4fr 1fr;
    grid-template-columns: 0.4fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  
  .main {
    position: relative;
    top: auto;
    bottom: auto;
    z-index: 5;
    height: auto;
      /* background-color new change: #282b2e; */
    background-color: #080808;
    color: #333;
  }
  
  .main.white {
    /* background-color: #282b2e; */
    background-color: #0D1114;
  }
  
  .container-heading-style.style-guide {
    position: relative;
    padding: 40px 100px;
    border-top: 1px none #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
  
  .info-heading {
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: Rubik, sans-serif;
    color: #989898;
    font-size: 14px;
    font-weight: 400;
  }
  
  .main-heading {
    margin: 0px auto;
    color: #fff;
    font-size: 72px;
    line-height: 1;
    font-weight: 300;
    text-transform: capitalize;
  }
  
  .main-heading.style-guide {
    margin-bottom: 140px;
    margin-left: 0px;
    color: #fff;
    font-size: 16vw;
  }
  
  .main-heading.hero {
    width: 100%;
    max-width: 1073px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 54px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
  }
  
  .main-heading.hero.margin {
    position: relative;
    z-index: 2;
    margin-top: auto;
    margin-bottom: 50px;
    color: #fff;
    text-transform: none;
  }
  
  .main-heading.hero.margin.black {
    margin-bottom: 150px;
    color: #191e23;
  }
  
  .main-heading.hero.black {
    color: #191e23;
    font-weight: 400;
  }
  
  .style-guide-heading {
    position: -webkit-sticky;
    position: sticky;
    top: 124px;
    font-size: 40px;
    font-weight: 300;
  }
  
  .grid-style-guide {
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .style-text {
    position: absolute;
    left: 0%;
    top: 9%;
    right: auto;
    bottom: auto;
    color: #616d69;
    font-size: 14px;
    font-weight: 200;
  }
  
  .style-text.static {
    position: static;
    margin-top: 5px;
    font-family: Comfortaa, sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.03em;
  }
  
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .container.style-guide {
    padding-top: 100px;
  }
  
  .main-text {
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-left: 15px;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .main-text.italic {
    font-family: Rubik, sans-serif;
    font-style: italic;
  }
  
  .main-text.blod {
    margin-top: 0rem;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 700;
  }
  
  .main-text.black {
    color: #191e23;
    text-transform: uppercase;
  }
  
  .main-paragraph {
    position: static;
    width: auto;
    max-width: none;
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
  }
  
  .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 {
    max-width: 969px;
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
  }
  
  .main-paragraph.hero.margin {
    position: relative;
    display: block;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }
  
  .main-paragraph.hero.black {
    color: #191e23;
  }
  
  .main-paragraph.accordin {
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
  }
  
  .main-paragraph.accordin.black {
    color: #191e23;
  }
  
  .main-paragraph.no-margin {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  
  .main-paragraph.no-margin.black {
    color: #191e23;
    font-weight: 400;
  }
  
  .col-left {
    position: static;
    top: 38px;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .background-color {
    width: 10vw;
    height: 10vw;
    border: 1px solid #c1c1c1;
    background-color: #aeaeae;
  }
  
  .background-color.second {
    background-color: #27b7ff;
  }
  
  .background-color.seventh {
    background-color: #fff;
  }
  
  .background-color.fifth {
    background-color: #42ffd6;
  }
  
  .background-color.first {
    background-color: #191e23;
    color: #f3f4f1;
  }
  
  .background-color.third {
    background-color: #fff2de;
  }
  
  .background-color.fourth {
    background-color: #ffbe64;
  }
  
  .col-right {
    border-top: 1px solid #c1c1c1;
  }
  
  .hero-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  
  .navbar.black {
    padding-top: 15px;
    background-color: #282b2e;
  }
  
  .social-container {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .social-container.view {
    display: none;
  }
  
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .link-social {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 35px;
    height: 35px;
    margin-right: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
    cursor: pointer;
  }
  
  .link-social:hover {
    background-color: #fff2de;
  }
  
  .link-social.white-mode {
    margin-right: 0px;
    margin-left: 20px;
    border-style: solid;
    border-color: #fceed1;
    background-color: transparent;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    cursor: pointer;
  }
  
  .link-social.white-mode:hover {
    opacity: 1;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    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 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: color 400ms ease-in-out;
    transition: color 400ms ease-in-out;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  
  .nav-link:hover {
    color: #fff2de;
  }
  
  .nav-link.w--current {
    font-family: Rubik, sans-serif;
    color: #1E85FF;
  }
  
  .nav-link.w--current:focus {
    color: #1E85FF;
  }
  
  .nav-link.w--current:visited {
    color: #1E85FF;
  }
  
  .nav-link.absolute {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Poppins, sans-serif;
    color: #1E85FF;
    text-decoration: none;
  }
  
  .nav-link.absolute:hover {
    color: #1E85FF;
  }
  
  .nav-link.absolute.footer {
    display: block;
    width: 100%;
    padding-bottom: 0px;
    text-transform: capitalize;
  }
  
  .nav-link.static {
    font-family: Poppins, sans-serif;
    text-decoration: none;
  }
  
  .nav-link.static:hover {
    color: #fff;
  }
  
  .nav-link.static.black {
    color: #191e23;
  }
  
  .nav-link.static.footer {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    text-transform: capitalize;
  }
  
  .smartphone-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: -135px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    max-width: 32.1vw;
    margin-top: 0px;
    margin-left: -9%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .smartphone-wrap.hidden {
    top: 11.3vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .image {
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    z-index: 1;
    width: 100%;
    margin-bottom: 3px;
  }
  
  .image.hero {
    z-index: 2;
    -webkit-transform: rotate(-9.6deg);
    -ms-transform: rotate(-9.6deg);
    transform: rotate(-9.6deg);
  }
  
  .image.hero.white {
    width: 90%;
    margin-left: 70px;
  }
  
  .image.support {
    position: static;
    width: 70%;
  }
  
  .image.support.close {
    width: 50%;
  }
  
  .image.absolute {
    position: absolute;
    z-index: 999;
    width: 70%;
  }
  
  .image.absolute.second {
    width: 100%;
  }
  
  .image.absolute.close {
    width: 50%;
  }
  
  .image.top {
    z-index: 4;
  }
  
  .scroll-indicator {
    position: absolute;
    left: 0%;
    top: 77.6vh;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-decoration: none;
    cursor: pointer;
  }
  
  .scroll-indicator-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50px;
  }
  
  .scroll-indicator-icon.fixed {
    position: fixed;
    left: auto;
    top: 86.9vh;
    right: 3%;
    bottom: auto;
    z-index: 9999999;
    overflow: hidden;
    border-style: none;
    background-color: rgba(14, 27, 44, 0.12);
    -webkit-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
    cursor: pointer;
  }
  
  .scroll-indicator-icon.fixed:hover {
    background-color: #fff2de;
  }
  
  .pointer {
    width: 10px;
    height: 10px;
    border-radius: 508px;
    background-color: #fceed1;
    color: #fff2de;
    font-size: 10px;
  }
  
  .absolute-social-wrap {
    position: absolute;
    right: 0%;
    width: 202px;
  }
  
  .absolute-social-wrap.first {
    left: auto;
    top: 22%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    width: 100px;
  }
  
  .absolute-social-wrap.second {
    left: -14%;
    top: auto;
    right: auto;
    bottom: 17%;
    z-index: 2;
    width: 110px;
  }
  
  .absolute-social-wrap.third {
    left: auto;
    top: auto;
    right: -9%;
    bottom: 29%;
    z-index: 2;
    width: 100px;
  }
  
  .absolute-social-wrap.fourth {
    top: 36%;
    right: -6%;
    z-index: 2;
    width: 90px;
  }
  
  .absolute-social-wrap.fifth {
    left: -23%;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 100px;
  }
  
  .absolute-social-wrap.sixth {
    left: -11%;
    top: 25%;
    right: auto;
    bottom: auto;
    width: 90px;
  }
  
  .brand {
    position: static;
    z-index: 2;
    width: auto;
    height: auto;
  }
  
  .absolute-image {
    position: absolute;
    left: auto;
    top: auto;
    right: -27%;
    bottom: -5%;
    z-index: 1;
    width: 23.8vw;
    -webkit-transform: rotate(16.37deg);
    -ms-transform: rotate(16.37deg);
    transform: rotate(16.37deg);
  }
  
  .absolute-image.features {
    top: -14%;
    right: -14%;
    bottom: auto;
    /* width: 30vw; */
    margin-top: -3px;
    padding-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .services {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .move-heading {
    position: relative;
    z-index: 0;
  }
  
  .services-heading {
    font-family: Poppins, sans-serif;
    color: rgba(255, 255, 255, 0.27);
    font-size: 144px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
  }
  
  .services-heading.first {
    position: relative;
    z-index: 1;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }
  
  .services-heading.first.black {
    color: rgba(14, 27, 44, 0.77);
  }
  
  .services-heading.black {
    color: rgba(14, 27, 44, 0.77);
  }
  
  .slash-span {
    color: #1E85FF;
  }
  
  .about-section {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  
  .about-section.partners {
    display: none;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .section-heading {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin-top: 0px;
    padding-top: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Poppins, sans-serif;
    color: rgba(134, 134, 134, 0.31);
    font-size: 18vw;
    font-weight: 300;
    text-align: center;
  }
  
  .services-grid {
    position: relative;
    z-index: 2;
    max-width: 90%;
    margin-top: 0px;
    grid-column-gap: 0.15vw;
    grid-row-gap: 2vw;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .services-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14.2vw;
    height: 14.2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 23px;
    background-color: #27b7ff;
  }
  
  .services-card.no-bg {
    width: 11vw;
    height: auto;
    background-color: transparent;
  }
  
  .section {
    height: 350vh;
    background-color: transparent;
  }
  
  .bold-text-paragraph {
    font-weight: 400;
  }
  
  .accordion-section {
    padding: 90px 60px 61px;
    background-color: transparent;
  }
  
  .accordion-grid {
    padding-top: 60px;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 0.9fr;
    grid-template-columns: 1fr 0.9fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .row.relative {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-3 {
    width: 85%;
    max-width: 788px;
  }
  
  .container-text {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-width: 1px;
    border-color: #ff6c6f;
    border-radius: 20px;
  }
  
  .container-text.border {
    margin-bottom: 20px;
    padding: 25px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(245, 152, 198, 0);
    -webkit-transition: border-color 400ms ease-in-out;
    transition: border-color 400ms ease-in-out;
  }
  
  .container-text.border:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #ff6c6f;
  }
  
  .container-text.border.green {
    border-color: rgba(156, 195, 76, 0);
  }
  
  .container-text.border.green:hover {
    border-color: #ffbe64;
  }
  
  .container-text.border.green:active {
    border-color: #ffbe64;
  }
  
  .container-text.border.orchid {
    border-color: rgba(101, 8, 190, 0);
  }
  
  .container-text.border.orchid:hover {
    border-color: #42ffd6;
  }
  
  .container-text.border.blue {
    border-color: rgba(118, 208, 191, 0);
  }
  
  .container-text.border.blue:hover {
    border-color: #27b7ff;
  }
  
  .grid-accordion {
    grid-column-gap: 13px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .point {
    width: 1.5vw;
    height: 1.5vw;
    margin-top: 5px;
    border-radius: 50px;
    background-color: #ff6c6f;
  }
  
  .point.green {
    background-color: #ffbe64;
  }
  
  .point.orchid {
    background-color: #42ffd6;
  }
  
  .point.blue {
    background-color: #27b7ff;
  }
  
  .accordion-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
  }
  
  .accordion-heading.black {
    color: #191e23;
  }
  
  .image-accorndion {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    height: 100%;
  }
  
  .section-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #282b2e;
  }
  
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .text-tab {
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
  }
  
  .text-tab.center {
    margin: auto;
    text-align: center;
  }
  
  .text-tab.black {
    color: #191e23;
  }
  
  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }
  
  .tab-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  
  .swich-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4vw;
    height: 2.5vw;
    margin-left: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50px;
  }
  
  .swich-point {
    width: 2.35vw;
    height: 2.35vw;
    border-radius: 50px;
    background-color: #fff2de;
  }
  
  .plane-grid {
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .price-card {
    width: 22.8vw;
    height: 31.9vw;
    border-radius: 39px;
  }
  
  .price-card.purple {
    width: 24vw;
    height: 35vw;
    margin-right: 10px;
    margin-left: 10px;
    padding: 60px;
    background-color: #42ffd6;
  }
  
  .price-card.acquamarine {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24vw;
    height: 35vw;
    margin-right: 10px;
    margin-left: 10px;
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 39px;
    background-color: #ffbe64;
  }
  
  .price-card.orchid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24vw;
    height: 35vw;
    margin-right: 10px;
    margin-left: 10px;
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff2de;
  }
  
  .container-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 93px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .price-heading {
    margin-top: 10px;
    color: #fff;
    font-size: 25px;
  }
  
  .option-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .option-point {
    width: 1vw;
    height: 1vw;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50px;
  }
  
  .option-point.check {
    width: 1vw;
    height: 1vw;
    margin-right: 10px;
    background-color: #fff;
  }
  
  .features-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 615px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .features-section.black {
    padding-bottom: 90px;
  }
  
  .features-bg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 34vw;
    max-width: 1400px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid transparent;
    border-radius: 47px;
    background-color: #282b2e;
    box-shadow: 7px 4px 20px 8px rgba(0, 0, 0, 0.23);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }
  
  .features-heading {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 2vw;
    line-height: 1.3;
    font-weight: 300;
  }
  
  .apple-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 60px;
    margin-right: 31px;
    padding-top: 0px;
    padding-left: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    cursor: pointer;
  }
  
  .container-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -70px;
    padding-top: 0px;
  }
  
  .wrap-text.absolute {
    position: absolute;
    padding-top: 0px;
    color: #fff2de;
  }
  
  .download-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #191e23;
    font-size: 1.3vw;
    font-weight: 600;
  }
  
  .download-heading.color {
    display: block;
    color: #fff2de;
  }
  
  .text-block {
    font-family: Rubik, sans-serif;
    font-size: 0.8vw;
    line-height: 1;
    font-weight: 600;
  }
  
  .container-about-grid {
    height: 100vh;
    margin-top: 0px;
  }
  
  .about-grid {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 110vh;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 4vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }
  
  .about-card {
    width: 25vw;
  }
  
  .text-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .number {
    position: absolute;
    left: 0px;
    bottom: -46%;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ff6c6f;
    font-size: 120px;
    font-weight: 700;
  }
  
  .number._1 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-family: Rubik, sans-serif;
    color: #fceed1;
    font-size: 80px;
    font-weight: 700;
  }
  
  .number._2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-family: Rubik, sans-serif;
    color: #fceed1;
    font-size: 80px;
  }
  
  .number._3 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-family: Rubik, sans-serif;
    color: #fceed1;
    font-size: 80px;
  }
  
  .container-icon-grid {
    padding-top: 220px;
    padding-bottom: 77px;
  }
  
  .icon-grid {
    position: relative;
    padding-bottom: 30px;
    grid-column-gap: 9vw;
    grid-row-gap: 5vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  
  .icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .icon-image {
    width: 3.7vw;
    max-width: none;
    margin-bottom: 29px;
  }
  
  .icon-image.no-margin {
    margin-bottom: 0px;
  }
  
  .services-name {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .bg-video-wrap {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 80%;
    height: 80vh;
    max-width: 1391px;
    margin-top: 224px;
    border-radius: 40px;
  }
  
  .background-video {
    height: 100%;
  }
  
  .review {
    display: none;
    overflow: hidden;
    padding-bottom: 0px;
  }
  
  .slider-review {
    height: auto;
    background-color: transparent;
  }
  
  .mask {
    overflow: visible;
    width: 22vw;
    margin-right: auto;
    margin-left: auto;
  }
  
  .review-grid {
    grid-column-gap: 57px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .review-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25vw;
    height: auto;
    padding: 30px 20px 50px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 12px;
    background-color: #282b2e;
    box-shadow: 5px 5px 12px 4px rgba(0, 0, 0, 0.36);
  }
  
  .review-card.black {
    width: 26vw;
    background-color: #e5eaf1;
    box-shadow: 5px 5px 12px 4px rgba(0, 0, 0, 0.11);
  }
  
  .image-icon {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background-image: url('../images/3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  
  .image-icon._2 {
    background-image: url('../images/2.jpg');
  }
  
  .image-icon._3 {
    background-image: url('../images/4.jpg');
  }
  
  .image-icon._4 {
    background-image: url('../images/1.jpg');
  }
  
  .sub-name {
    margin-top: 33px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
  }
  
  .sub-name.black {
    color: #191e23;
  }
  
  .name {
    margin-top: 0px;
    margin-bottom: 17px;
    color: #fff;
    font-size: 24px;
  }
  
  .name.black {
    color: #191e23;
  }
  
  .paragraph {
    margin-top: 0px;
    margin-bottom: 13px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
  }
  
  .paragraph.black {
    color: #191e23;
  }
  
  .paragraph-main {
    color: #f0db1a;
  }
  
  .left-arrow {
    left: 34%;
    top: auto;
    right: auto;
    bottom: -26%;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #fff;
  }
  
  .left-arrow.black {
    left: 34%;
    background-color: #191e23;
  }
  
  .right-arrow {
    left: auto;
    top: auto;
    right: 34%;
    bottom: -26%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 45px;
    height: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
  }
  
  .right-arrow.black {
    background-color: #191e23;
  }
  
  .slide-nav {
    bottom: -92px;
  }
  
  .slide-nav.black {
    display: block;
    color: #191e23;
  }
  
  .slide {
    z-index: 45;
    width: auto;
    margin-right: auto;
    margin-left: 0px;
  }
  
  .slide:focus {
    z-index: 47;
  }
  
  .faq-section {
    display: block;
    width: 80%;
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .faq-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .faq-question-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 20px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: transparent;
    color: #1a1e27;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none;
  }
  
  .faq-question-bar.faq {
    padding-top: 30px;
    padding-bottom: 0px;
    font-family: Poppins, sans-serif;
    font-size: 30px;
  }
  
  .faq-content {
    overflow: hidden;
    max-width: 1280px;
    padding-bottom: 0px;
  }
  
  .wrapper-faq {
    width: 100%;
    height: 1px;
  }
  
  .faq-circle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    min-height: 55px;
    min-width: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: transparent;
  }
  
  .faq-circle.absolute {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: transparent;
    color: #191e23;
  }
  
  .faq-circle.bg {
    overflow: hidden;
    background-color: #fff;
  }
  
  .faq-circle.bg:hover {
    background-color: #fff2de;
  }
  
  .faq-circle.absolute, .faq-circle.bg{
    background-color: #fff !important;
  }
  
  .faq-circle.static {
    overflow: hidden;
    /* background-color: #1E85FF !important; */
    background-color: #fff !important;
  
  }
  
  .faq-circle.static:hover {
    background-color: transparent;
  }
  
  .faq-circle.bg {
    overflow: hidden;
    background-color: #fff;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }
  
  .faq-circle.bg:hover {
    background-color: #1E85FF;
    color: #fff2de;
  }
  
  .main-heading-second {
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 11vw;
    line-height: 1;
    font-weight: 300;
    text-transform: capitalize;
  }
  
  .main-heading-second.black {
    margin-top: 0px;
    color: #333;
    font-size: 7vw;
    text-align: center;
  }
  
  .main-heading-second.black.second {
    margin-bottom: 60px;
    margin-left: 0px;
    color: #fff;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
  }
  
  .main-heading-second.black.second {
    margin-bottom: 60px;
    margin-left: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
  }
  
  .main-heading-second.black.second.blue {
    color: #191e23;
  }
  
  .main-heading-second.black.subscribe {
    margin-bottom: 25px;
    margin-left: 0px;
    font-family: Comfortaa, sans-serif;
    color: #191e23;
    font-size: 31px;
    text-align: left;
    text-transform: none;
  }
  
  .tabs {
    margin-top: 70px;
  }
  
  .container-paragraph {
    position: absolute;
    left: -83%;
    top: 16%;
    right: auto;
    bottom: auto;
  }
  
  .container-paragraph.second {
    left: auto;
    top: auto;
    right: -54%;
    bottom: 8%;
  }
  
  .overflow {
    position: relative;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .overflow.margin {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  
  .overflow.margin.form {
    padding-bottom: 8px;
  }
  
  .overflow._2 {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    text-align: center;
  }
  
  .overflow._2.form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff2de;
  }
  
  .overflow.absolute {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
  }
  
  .overflow.footer {
    margin-bottom: 5px;
  }
  
  .overflow.hid {
    display: none;
  }
  
  .line {
    width: 100%;
    height: 1px;
    background-color: #1c2836;
  }
  
  .white-line {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  
  .white-line._2 {
    background-color: #fff2de;
  }
  
  .why-syrio-text-wrapper {
    width: 40%;
    height: auto;
    margin-right: 20px;
  }
  
  .why-syrio-wrappper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .extra-large-paragraph {
    max-width: none;
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 300;
  }
  
  .table-head-text {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
  }
  
  .separator {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #fff;
  }
  
  .separator.dark {
    margin-top: 10px;
    background-color: #3b3b3b;
  }
  
  .features-heading-2 {
    max-width: 550px;
    color: #fff;
    font-size: 65px;
    line-height: 1.2;
    text-align: center;
  }
  
  .table-wrapper {
    width: 60%;
  }
  
  .top-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
  }
  
  .syrio-comparison {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 3.25fr 1fr 1fr 1fr;
    grid-template-columns: 3.25fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #e6e6e6;
  }
  
  .why-cue {
    position: relative;
    display: block;
    padding: 60px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/creator-cloth.png');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .why-cue.white {
    background-image: url('../images/backgroundwhite.jpg');
  }
  
  .table-cell-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none solid solid none;
    border-width: 0px 1px 1px 0px;
    border-color: #000 #e6e6e6 #e6e6e6 #000;
    background-color: transparent;
  }
  
  .table-cell-wrapper.first-column {
    border-left: 1px solid #e6e6e6;
    background-color: transparent;
  }
  
  .table-cell-wrapper.last-row {
    border-bottom-style: none;
  }
  
  .table-cell-wrapper.first-row {
    border-top: 1px solid #e6e6e6;
    background-color: transparent;
  }
  
  .table-cell-wrapper.first {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    background-color: transparent;
  }
  
  .table-cell-wrapper.last {
    border-right-style: none;
  }
  
  .text-blocksecond {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
  }
  
  .syrio-tabs-description-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .table-head {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  
  .icon-slider {
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #fff2de;
    font-size: 16px;
  }
  
  .icon-slider.white {
    color: #fff;
  }
  
  .loop-circle {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 99;
    width: 300%;
    height: 300%;
    border-style: dashed;
    border-width: 0.5px;
    border-color: rgba(255, 255, 255, 0.34);
    border-radius: 50%;
  }
  
  .loop-circle.black {
    border-color: rgba(14, 27, 44, 0.13);
  }
  
  .contact-form {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999999;
    display: none;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #191e23;
  }
  
  .text-field {
    position: static;
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #000 #000 #252d38;
    background-color: transparent;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 2.4;
    font-weight: 300;
  }
  
  .text-field:focus {
    border-bottom-color: #fff;
  }
  
  .form-block {
    display: none;
    width: 100%;
    max-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .form-heading {
    width: 100%;
    max-width: 1100px;
    margin-bottom: 10px;
  }
  
  .submit {
    background-color: transparent;
    font-family: Comfortaa, sans-serif;
    color: #fff2de;
    font-size: 20px;
  }
  
  .submit:hover {
    color: #fff2de;
  }
  
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .open-line {
    position: absolute;
    width: 23px;
    height: 2px;
    background-color: #191e23;
  }
  
  .open-line.rotate {
    background-color: #191e23;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .open-line.rotate.white {
    background-color: #fff;
  }
  
  .open-line.white {
    background-color: #fff;
  }
  
  .question-title {
    margin-right: 10px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  
  .question-title.black {
    color: #191e23;
  }
  
  .faq-paragraph {
    margin-bottom: 0px;
    padding: 0px 0px 10px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: -0.03em;
  }
  
  .faq-paragraph.black {
    color: #191e23;
  }
  
  .faq-question-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid transparent;
    cursor: pointer;
  }
  
  .white-line-2 {
    width: 100%;
    height: 100%;
    background-color: #1E85FF;
  }
  
  .button-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    padding: 10px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #1E85FF;
    border-radius: 50px;
    background-color: #1E85FF;
    -webkit-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
    color: #282b2e;
    cursor: pointer;
  }
  
  .button-faq:hover {
    border: 1px solid #1E85FF;
    background-color: transparent;
  }
  
  .button-faq._404 {
    margin-top: 10px;
    text-decoration: none;
    text-transform: none;
  }
  
  .paragraph-fourth {
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 5px;
    background-color: transparent;
    color: #282b2e;
    font-size: 16px;
  }
  
  .paragraph-fourth.white {
    color: #fff;
  }
  
  .paragraph-third {
    margin-bottom: 0px;
    font-family: Poppins, sans-serif;
    color: #1E85FF;
    font-size: 16px;
  }
  
  .paragraph-third.white {
    font-family: Poppins, sans-serif;
    /* color: #282b2e; */
    color: #fff;
    font-size: 16px;
  }
  
  .container-404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 16px;
  }
  
  .container-404._2 {
    position: absolute;
    overflow: hidden;
  }
  
  .close-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50px;
  }
  
  .close-button.fixed {
    position: absolute;
    left: auto;
    top: 9%;
    right: 6%;
    bottom: auto;
    z-index: 999;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #191e23;
    -webkit-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
  }
  
  .close-button.fixed:hover {
    background-color: #fff2de;
  }
  
  .line-copy {
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  
  .black-mood {
    display: block;
    overflow: hidden;
  }
  
  .filter {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-bottom: 0px;
    background-color: rgba(10, 10, 10, 0.94);
  }
  
  .footer {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .footer.padding {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  
  .footer.padding.white {
    padding-top: 78px;
    background-color: #eaeef6;
  }
  
  .footer.padding.black {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #0a0a0a;
  }
  
  .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 0px;
    align-self: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .collumn-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .footer-heading {
    font-size: 18px;
    font-weight: 700;
  }
  
  .footer-heading.black {
    color: #191e23;
  }
  
  .toggle-contain {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 34px;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50px;
    background-color: transparent;
    cursor: pointer;
  }
  
  .toggle-contain.black {
    border-color: #191e23;
  }
  
  .pricing-container {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }
  
  .pricing-box-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .pricing-box-row.yearly-row {
    display: none;
  }
  
  .toggle-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  
  .toggle-dot {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff2de;
    color: #fff2de;
  }
  
  .footer-bunner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .wrap-link-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .top-text-2 {
    position: static;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #9b9b9b;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .webflow-link {
    color: #fff2de;
    font-size: 9px;
    font-weight: 400;
    text-decoration: none;
  }
  
  .text-credits {
    margin-bottom: 3px;
    color: #9b9b9b;
    font-size: 9px;
    text-transform: uppercase;
  }
  
  .udesly-link {
    color: #fff2de;
    font-weight: 400;
    text-decoration: none;
  }
  
  .checkbox-label {
    color: #191e23;
    font-size: 13px;
  }
  
  .text-field-form {
    height: 29px;
    padding-left: 5px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #fff2de;
    background-color: transparent;
    color: #191e23;
    font-size: 13px;
  }
  
  .text-field-form:focus {
    border-bottom-color: #333;
  }
  
  .submit-button-second {
    width: 138px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff2de;
    border-radius: 40px;
    background-color: transparent;
    -webkit-transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
    font-family: Rubik, sans-serif;
    color: #fff2de;
    font-size: 15px;
  }
  
  .submit-button-second:hover {
    border-color: #fff2de;
    background-color: #fff2de;
    color: #fff;
  }
  
  .error-text {
    color: #ff5151;
  }
  
  .close-line {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .close-line._2 {
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .pop-up-form {
    margin-top: 0px;
  }
  
  .background-pop-up {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.44);
  }
  
  .close-button-pop-up {
    position: absolute;
    left: auto;
    top: 25px;
    right: 12px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  
  .pop-up {
    position: fixed;
    top: 50%;
    z-index: 9999;
    width: 687px;
    height: 387px;
    margin: auto auto auto 50%;
    background-color: transparent;
    background-image: url('../images/background.jpg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .success-message {
    background-color: #f7f7f7;
  }
  
  .main-paragraph-second {
    position: static;
    width: 100%;
    max-width: none;
    color: #333;
    font-size: 1vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
  }
  
  .main-paragraph-second.pop-up-form {
    margin-bottom: 15px;
    color: #191e23;
    font-size: 13px;
  }
  
  .link-span {
    color: #fff2de;
  }
  
  .form-pop-up {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 389px;
    height: 389px;
    margin-right: 0%;
    margin-left: 0px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  
  .checkbox-field {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  
  .error-message {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }
  
  .checkbox {
    color: #191e23;
  }
  
  .footer-line {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 3px;
    z-index: 22;
    width: 100%;
    height: 1.5px;
    background-color: #1E85FF;
  }
  
  .white {
    opacity: 1;
  }
  
  .image-opacity {
    opacity: 0.61;
  }
  
  .back-to-top {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #f3f3f3;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
    color: #333;
  }
  
  .back-to-top:hover {
    background-color: #1E85FF;
  }
  
  .back-to-top.w--current {
    display: none;
  }
  
  .back-to-top-image {
    width: 15px;
  }
  
  .back-to-top-image.absolute {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .container-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .icon-description-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .icon-heading {
    margin-top: 20px;
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
  }
  
  .icon-heading.black {
    color: #191e23;
  }
  
  .icon-paragraph {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }
  
  .icon-paragraph.black {
    color: #191e23;
  }
  
  .menu-line {
    width: 35px;
    height: 1px;
    margin-top: 8px;
    margin-bottom: 5px;
    background-color: #333;
  }
  
  .content-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .image-licensing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #272727;
  }
  
  .image-licensing._2 {
    min-height: 300px;
    border-style: none;
    background-image: url('../images/background.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  
  .image-licensing._1 {
    width: 100%;
    min-height: 150px;
    border-style: none;
    background-image: url('../images/background_1.jpg');
    background-position: 50% 90%;
    background-size: cover;
  }
  
  .image-licensing._3 {
    min-height: 150px;
    border-style: none;
    border-color: #272727;
    background-image: url('../images/backgroundwhite.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .licensing-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .licensing-paragraph {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
  }
  
  .licensing-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #191e23;
  }
  
  .source-link {
    margin-right: 20px;
    background-color: transparent;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    font-family: Comfortaa, sans-serif;
    color: #fff;
    font-weight: 500;
  }
  
  .source-link:hover {
    color: #ccb9ac;
  }
  
  .images-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .small-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #191e23;
    color: #191e23;
  }
  
  .licensing-container {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin-bottom: 10px;
    padding: 40px;
    border-style: none;
    border-width: 1px;
    border-color: #272727;
    border-radius: 10px;
    background-color: #191e23;
    box-shadow: 1px 1px 7px -2px hsla(0, 0%, 100%, 0.14);
  }
  
  .hero-heading-smal {
    color: #fff;
    font-size: 100px;
  }
  
  .license-link {
    -webkit-transition: color 400ms ease-in-out;
    transition: color 400ms ease-in-out;
    font-family: Comfortaa, sans-serif;
    color: #fff;
    font-weight: 500;
  }
  
  .license-link:hover {
    color: #ccb9ac;
  }
  
  .licensing-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .heading {
    margin-bottom: 25px;
    padding-top: 0px;
    font-size: 52px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
  }
  
  .white-container {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: transparent;
  }
  
  .bold-text-second {
    text-transform: uppercase;
  }
  
  .content {
    position: relative;
    z-index: 2;
    max-width: 1220px;
    /* max-width: 100%; */
    /* min-width: 100%; */
    margin-right: auto;
    margin-left: auto;
    padding: 100px 160px;
  }
  
  .return-paragraph {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 32px;
  }
  
  .first-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/background_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  
  .utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .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: 0px;
    margin-bottom: 5vh;
    font-size: 2.5vw;
    font-weight: 300;
  }
  
  ._404-heading._404 {
    margin-bottom: 0px;
    font-size: 110px;
    line-height: 1;
  }
  
  .utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .text-field-password {
    width: 344px;
    height: 60px;
    border: 1px solid #00a0db;
    border-radius: 50px;
    background-color: transparent;
    font-family: Comfortaa, sans-serif;
    text-align: center;
  }
  
  .submit-button-protect-page {
    width: 344px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff2de;
    border-radius: 50px;
    background-color: transparent;
    -webkit-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
    font-family: Comfortaa, sans-serif;
  }
  
  .submit-button-protect-page:hover {
    background-color: #fff2de;
  }
  
  .instruction-container {
    position: relative;
    overflow: visible;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .instruction-container.instructions {
    margin-left: 20px;
  }
  
  .instruction-image {
    margin-top: 10px;
  }
  
  .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
  }
  
  .main-text-2 {
    color: #ff6c6f;
    font-size: 1.2vw;
    font-weight: 100;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
  
  .list {
    margin-top: 40px;
  }
  
  .light-paragraph {
    margin-bottom: 180px;
    color: #fff;
    font-size: 1.5vw;
    line-height: 1.2;
  }
  
  .light-paragraph.no-margin {
    width: 70%;
    margin-bottom: 0px;
    font-size: 15px;
  }
  
  .light-paragraph.no-margin._2 {
    width: auto;
    margin-bottom: 0px;
    color: #333;
    font-size: 18px;
    font-weight: 100;
  }
  
  .line-instructions {
    width: 100%;
    height: 0.5px;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #ccb9ac;
  }
  
  .heading-style-guide {
    background-image: url('../images/3_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    color: #474747;
    font-size: 18vw;
    line-height: 1;
    font-weight: 600;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .heading-style-guide.instruction {
    margin-bottom: 100px;
    background-color: #191e23;
    background-image: none;
    color: #191e23;
    font-size: 15vw;
  }
  
  .class-span {
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 4px;
    background-color: #fff2de;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  
  .main-instruction {
    position: relative;
    overflow: hidden;
    background-color: transparent;
  }
  
  .main-instruction.color-black {
    padding-right: 100px;
    padding-left: 100px;
    background-color: #000;
  }
  
  .main-instruction.color-black.instruction {
    padding-top: 190px;
    padding-bottom: 137px;
    background-color: #fff;
  }
  
  .instructions-grid {
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .changelog-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #191e23;
  }
  
  .changeloc-container {
    padding: 55px;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    background-color: transparent;
  }
  
  .changelog-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
  }
  
  .white-mood {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99999;
    display: none;
  }
  
  .rich-text-block {
    font-family: Comfortaa, sans-serif;
    color: #fff;
    font-size: 18px;
  }
  
  .bold-text-2 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-align: center;
  }
  
  .body {
    background-color: #282b2e;
  }
  
  .button {
    border: 1px dashed #000;
    border-radius: 20px;
    background-color: #fceed1;
  }
  
  .bold-text-3 {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 600;
  }
  
  .section-heading-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: -133px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    color: rgba(134, 134, 134, 0.31);
    font-size: 18vw;
    font-weight: 400;
    text-align: center;
  }
  
  .link {
    color: #fff2de;
  }
  
  .brand-link {
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 1;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    cursor: auto;
  }
  
  .brand-link:hover {
    color: #fff2de;
  }
  
  .brand-link.w--current {
    font-family: Rubik, sans-serif;
    color: #fff2de;
  }
  
  .brand-link.absolute {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fceed1;
    text-decoration: none;
  }
  
  .brand-link.absolute:hover {
    color: #fff2de;
  }
  
  .brand-link.absolute.footer {
    display: block;
    padding-bottom: 0px;
    text-transform: capitalize;
  }
  
  .brand-link.static {
    text-decoration: none;
  }
  
  .brand-link.static:hover {
    color: #fff;
  }
  
  .brand-link.static.black {
    color: #191e23;
  }
  
  .brand-link.static.footer {
    display: block;
    text-transform: capitalize;
  }
  
  .image-405 {
    height: 30px;
    padding-right: 10px;
    cursor: pointer;
  }
  
  .logo-img {
    height: 55px;
    margin-bottom: 14px;
  }
  
  .bold-text-4 {
    font-weight: 600;
  }
  
  .bold-text-5 {
    font-weight: 500;
    letter-spacing: 0em;
  }
  
  .bold-text-6 {
    font-weight: 500;
    letter-spacing: 0em;
  }
  
  .bold-text-7 {
    font-weight: 500;
    letter-spacing: 0em;
  }
  
  .bold-text-8 {
    font-weight: 500;
    letter-spacing: 0em;
  }
  
  .join-now {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 40px;
    margin-top: 33px;
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .join-now.view {
    display: none;
  }
  
  .join-now-nav-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 5px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #1E85FF;
    border-radius: 50px;
    background-color: #1E85FF;
    -webkit-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
    color: #282b2e;
    font-size: 11px;
    cursor: pointer;
  }
  
  .join-now-nav-cta:hover {
    border: 1px solid #1E85FF;
    background-color: transparent;
  }
  
  .join-now-nav-cta._404 {
    margin-top: 10px;
    text-decoration: none;
    text-transform: none;
  }
  
  .main-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #1E85FF;
    border-radius: 50px;
    background-color: #1E85FF;
    -webkit-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
    color: #282b2e;
    font-size: 14px;
    cursor: pointer;
  }
  
  .main-button:hover {
    border: 1px solid #1E85FF;
    background-color: transparent;
    color: #1E85FF;
  }
  
  .main-button._404 {
    margin-top: 10px;
    text-decoration: none;
    text-transform: none;
  }
  
  .overflow-2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    max-width: 700px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .overflow-2.margin {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  
  .overflow-2.margin.form {
    padding-bottom: 8px;
  }
  
  .overflow-2._2 {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    text-align: center;
  }
  
  .overflow-2._2.form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff2de;
  }
  
  .overflow-2.absolute {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
  }
  
  .overflow-2.footer {
    margin-bottom: 5px;
  }
  
  .overflow-2.hid {
    display: none;
  }
  
  .main-paragraph-why {
    position: static;
    width: auto;
    max-width: none;
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
  }
  
  .main-paragraph-why.bold {
    font-size: 18px;
    font-weight: 700;
  }
  
  .main-paragraph-why.black {
    color: #0e1b2c;
    font-size: 16px;
    font-weight: 400;
  }
  
  .main-paragraph-why.black._2 {
    margin-left: 15px;
  }
  
  .main-paragraph-why.italic {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
  }
  
  .main-paragraph-why.medium {
    font-size: 18px;
    font-weight: 500;
  }
  
  .main-paragraph-why.hero {
    max-width: 969px;
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
  }
  
  .main-paragraph-why.hero.margin {
    position: relative;
    display: block;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }
  
  .main-paragraph-why.hero.black {
    color: #191e23;
  }
  
  .main-paragraph-why.accordin {
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
  }
  
  .main-paragraph-why.accordin.black {
    color: #191e23;
  }
  
  .main-paragraph-why.no-margin {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  
  .main-paragraph-why.no-margin.black {
    color: #191e23;
    font-weight: 400;
  }
  
  .link-copy {
    color: #fff2de;
    font-weight: 400;
  }
  
  @media screen and (min-width: 1440px) {
    p {
      color: #fff;
    }
  
    .style-guide-grid {
      -ms-grid-columns: 0.4fr 1fr;
      grid-template-columns: 0.4fr 1fr;
    }
  
    .main {
      position: relative;
      overflow: visible;
    }
  
    .main.white {
      /* background-color: #191e23; */
      background-color: #0D1114;
      font-size: 2.3vw;
    }
  
    .main-heading {
      margin-right: 0px;
      margin-left: 0px;
      font-size: 11vw;
      letter-spacing: -0.3vw;
    }
  
    .main-heading.hero {
      max-width: none;
      font-family: Poppins, sans-serif;
      color: #fff;
      font-size: 4.4vw;
      line-height: 1.2;
      font-weight: 500;
      letter-spacing: -0.03em;
    }
  
    .main-heading.hero.margin {
      position: relative;
      width: auto;
      max-width: 100%;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      color: #fff;
      font-size: 54px;
      text-align: center;
    }
  
    .main-heading.hero.margin.black {
      margin-bottom: 0px;
      color: #191e23;
      text-align: center;
    }
  
    .main-heading.hero.margin._2 {
      margin-bottom: 0px;
      font-size: 3.5vw;
    }
  
    .main-heading.hero.black {
      font-size: 50px;
    }
  
    .grid-style-guide {
      -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
    }
  
    .container {
      width: 100%;
      max-width: none;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      padding-right: 65px;
      padding-left: 65px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      opacity: 1;
    }
  
    .main-text {
      margin-left: 17px;
      font-size: 18px;
      text-transform: uppercase;
    }
  
    .main-text.blod {
      line-height: 1.2;
    }
  
    .main-text.black {
      color: #191e23;
      text-transform: uppercase;
    }
  
    .main-paragraph {
      position: static;
      bottom: 0%;
      width: auto;
      margin-bottom: 0px;
      font-size: 1.3vw;
    }
  
    .main-paragraph.black {
      margin-left: 0px;
      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: 0px;
      font-family: Poppins, sans-serif;
      font-size: 1.6vw;
      font-weight: 300;
    }
  
    .main-paragraph.hero.margin {
      max-width: none;
      margin-top: 30px;
      margin-bottom: 25px;
      padding-top: 0px;
      font-family: Poppins, sans-serif;
      font-size: 1.5vw;
      font-weight: 300;
    }
  
    .main-paragraph.accordin {
      margin-top: 8px;
      font-family: Poppins, sans-serif;
      color: #fff;
      font-size: 1.4vw;
    }
  
    .main-paragraph.no-margin {
      font-size: 1.35vw;
    }
  
    .background-color.second {
      background-color: #e5e5e3;
    }
  
    .background-color.seventh {
      background-color: #e5e5e3;
    }
  
    .background-color.fifth {
      background-color: #e5e5e3;
    }
  
    .background-color.first {
      background-color: #282b2e;
    }
  
    .background-color.third {
      background-color: #1E85FF;
    }
  
    .background-color.fourth {
      background-color: #e5e5e3;
    }
  
    .hero-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 10vw;
      padding-bottom: 10vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff2de;
    }
  
    .navbar {
      padding: 5vh 65px 10px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .navbar.black {
      padding-top: 3vh;
      background-color: #191e23;
    }
  
    .social-container {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .nav-menu {
      margin-right: 140px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .link-social {
      width: 2.6vw;
      height: 2.6vw;
    }
  
    .social-image {
      width: 1.5vw;
    }
  
    .social-image.big {
      width: 2.5vw;
    }
  
    .social-image.black {
      width: 1.5vw;
    }
  
    .nav-link {
      padding-right: 38.5px;
      padding-left: 38.5px;
      font-size: 17px;
    }
  
    .nav-link.w--current {
      color: #1E85FF;
    }
  
    .nav-link.absolute {
      display: block;
      padding-right: 20px;
      padding-left: 20px;
      color: #1E85FF;
      font-size: 1.1vw;
      line-height: 1.2;
    }
  
    .nav-link.absolute:hover {
      color: #1E85FF;
    }
  
    .nav-link.absolute.footer {
      min-width: 0px;
      padding-right: 0px;
      padding-left: 0px;
      /* color: #1E85FF; */
      font-size: 1.1vw;
      line-height: 1.3;
      font-weight: 300;
    }
  
    .nav-link.static {
      display: block;
      padding-right: 20px;
      padding-left: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: none 0ms ease;
      transition: none 0ms ease;
      font-size: 1.1vw;
      line-height: 1.2;
    }
  
    .nav-link.static.footer {
      min-width: 0px;
      padding-right: 0px;
      padding-left: 0px;
      font-size: 1.1vw;
      line-height: 1.3;
      font-weight: 300;
    }
  
    .nav-link.static.footer.black {
      font-weight: 300;
    }
  
    .bold-text {
      font-weight: 600;
    }
  
    .smartphone-wrap {
      top: 0px;
      right: auto;
      z-index: 2;
      max-width: 32.1vw;
      margin-top: 2vw;
      margin-left: -14%;
    }
  
    .smartphone-wrap.hidden {
      position: -webkit-sticky;
      position: sticky;
      top: 9.6vh;
      max-width: 28vw;
      margin-top: 0vw;
      margin-right: 0px;
      margin-left: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .image {
      right: auto;
      z-index: 2;
    }
  
    .image.hero {
      margin-top: 38px;
      -webkit-transform: rotate(-9.6deg);
      -ms-transform: rotate(-9.6deg);
      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 {
      top: 86vh;
      margin-left: 20px;
      text-decoration: none;
    }
  
    .scroll-indicator-icon {
      width: 66px;
      height: 66px;
    }
  
    .scroll-indicator-icon.fixed {
      top: 88.4vh;
      right: 64px;
      background-color: rgba(14, 27, 44, 0.12);
    }
  
    .pointer {
      width: 14px;
      height: 14px;
    }
  
    .absolute-social-wrap.first {
      top: 29%;
      z-index: 2;
      width: 7vw;
    }
  
    .absolute-social-wrap.second {
      left: 0%;
      bottom: 24%;
      width: 6.5vw;
    }
  
    .absolute-social-wrap.third {
      right: 0%;
      bottom: 26%;
      width: 6vw;
    }
  
    .absolute-social-wrap.fourth {
      top: auto;
      right: 0%;
      width: 6vw;
    }
  
    .absolute-social-wrap.fifth {
      left: -14%;
      width: 7vw;
    }
  
    .absolute-social-wrap.sixth {
      left: 0%;
      top: 30%;
      width: 6vw;
    }
  
    .brand {
      width: 15vw;
    }
  
    .absolute-image {
      right: -30%;
      bottom: -4%;
      z-index: 1;
      width: 23.8vw;
    }
  
    .absolute-image.features {
      top: -11%;
      right: -14%;
      bottom: auto;
      /* width: 30vw; */
      margin-top: -2%;
      padding-top: 0px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  
    .absolute-image.features.white {
      top: -9%;
      bottom: auto;
      width: 27vw;
    }
  
    .services-heading {
      color: rgba(255, 255, 255, 0.36);
      font-size: 6.5vw;
    }
  
    .services-heading.first {
      font-size: 6.5vw;
    }
  
    .about-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: visible;
      padding-top: 0px;
      padding-bottom: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .about-section.partners {
      position: relative;
      display: none;
      height: auto;
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .section-heading {
      height: 50vh;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 300px;
      font-family: Poppins, sans-serif;
      color: rgba(134, 134, 134, 0.31);
      font-size: 18vw;
      font-weight: 300;
      text-align: center;
      white-space: nowrap;
    }
  
    .services-grid {
      position: static;
      bottom: auto;
      display: -ms-grid;
      display: grid;
      margin-top: 0px;
      padding-top: 0px;
      clear: none;
      justify-items: stretch;
      -ms-grid-row-align: auto;
      align-self: auto;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
      grid-auto-flow: row;
      grid-auto-columns: 1fr;
      grid-column-gap: 0.3vw;
      grid-row-gap: 2vw;
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
    }
  
    .services-card {
      width: 14.2vw;
      height: 14.2vw;
      border-radius: 23px;
      background-color: #27b7ff;
    }
  
    .services-card.no-bg {
      width: 11vw;
    }
  
    .section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      height: 400vh;
      padding-bottom: 244px;
      padding-left: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .bold-text-paragraph {
      font-weight: 600;
    }
  
    .accordion-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 30px;
      padding-bottom: 100px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .accordion-grid {
      margin-top: 0px;
      padding-top: 61px;
    }
  
    .row {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: auto;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  
    .row.relative {
      height: 100%;
      max-height: none;
      min-height: auto;
      padding-left: 0px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .div-block-3 {
      width: 85%;
      max-width: 1200px;
    }
  
    .container-text {
      margin-top: 0px;
      padding-left: 20px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-style: none;
    }
  
    .container-text.border {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      margin-bottom: 30px;
      padding: 20px 2vw;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-style: solid;
    }
  
    .container-text.border:hover {
      border-style: solid;
    }
  
    .container-text.border.green {
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-color: rgba(156, 195, 76, 0);
    }
  
    .container-text.border.green:hover {
      border-color: #ffbe64;
    }
  
    .container-text.border.orchid {
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-style: solid;
      border-color: rgba(101, 8, 190, 0);
    }
  
    .container-text.border.blue {
      padding-top: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-color: rgba(118, 208, 191, 0);
    }
  
    .grid-accordion {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      grid-auto-columns: 1fr;
      -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
    }
  
    .point {
      width: 1.5vw;
      height: 1.5vw;
      margin-top: 0.4vw;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
  
    .point.green {
      margin-top: 0.4vw;
      background-color: #ffbe64;
    }
  
    .point.orchid {
      background-color: #42ffd6;
      font-size: 14px;
    }
  
    .point.blue {
      background-color: #27b7ff;
    }
  
    .accordion-heading {
      margin-top: 0px;
      font-family: Poppins, sans-serif;
      font-size: 1.8vw;
    }
  
    .image-accorndion {
      position: absolute;
      left: auto;
      top: 0%;
      right: auto;
      bottom: 0%;
      display: block;
      height: 100%;
      max-width: none;
      opacity: 1;
    }
  
    .section-price {
      padding-top: 200px;
    }
  
    .text-tab {
      font-size: 1.25vw;
    }
  
    .text-tab.big {
      font-size: 1.25vw;
      font-weight: 400;
      text-transform: uppercase;
    }
  
    .text-tab.center {
      margin-top: auto;
      margin-bottom: 0px;
      text-align: center;
    }
  
    .swich-button {
      width: 4vw;
      height: 2.5vw;
    }
  
    .swich-point {
      width: 2.35vw;
      height: 2.35vw;
    }
  
    .plane-grid {
      margin-top: 0px;
      grid-column-gap: 0px;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
    }
  
    .price-card {
      width: 436px;
      max-width: 436px;
      background-color: #42ffd6;
    }
  
    .price-card.purple {
      width: 22.8vw;
      height: 31.9vw;
      max-width: none;
      margin-right: 23px;
      margin-left: 23px;
      padding: 3vw 2vw;
      border-radius: 39px;
    }
  
    .price-card.acquamarine {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 22.8vw;
      height: 31.9vw;
      max-width: none;
      margin-right: 23px;
      margin-left: 23px;
      padding: 3vw 2vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      border-radius: 39px;
      background-color: #71c8c4;
    }
  
    .price-card.orchid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 22.8vw;
      height: 31.9vw;
      max-width: none;
      margin-right: 23px;
      margin-left: 23px;
      padding: 3vw 2vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border-radius: 39px;
      background-color: #fff2de;
    }
  
    .container-tab {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 156px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .price-heading {
      margin-top: 14px;
      margin-bottom: 32px;
      color: #fff;
      font-size: 3.3vw;
    }
  
    .option-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1.8vw;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .option-point {
      width: 0.9vw;
      height: 0.9vw;
      margin-right: 10px;
      padding-right: 0px;
      padding-bottom: 0px;
      border-style: solid;
      border-width: 1px;
      border-color: #fff;
      border-radius: 50px;
    }
  
    .option-point.check {
      width: 0.9vw;
      height: 0.9vw;
      background-color: #fff;
    }
  
    .features-section {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 137px;
      padding-bottom: 25vh;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .features-section.black {
      padding-top: 120px;
      padding-bottom: 120px;
      background-color: transparent;
    }
  
    .features-bg {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 70%;
      height: 34vw;
      max-width: 1909px;
      padding-top: 10vw;
      padding-bottom: 10vw;
      padding-left: 3vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 45px;
      background-color: #191e23;
    }
  
    .features-heading {
      font-size: 2.5vw;
      font-weight: 300;
    }
  
    .apple-wrap {
      width: 12vw;
      height: auto;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 14px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .container-icon {
      white-space: nowrap;
    }
  
    .download-heading {
      font-size: 1.3vw;
    }
  
    .text-block {
      font-size: 0.8vw;
    }
  
    .about-grid {
      top: 110px;
      height: 80vh;
      padding-bottom: 0px;
      grid-column-gap: 4vw;
    }
  
    .about-card {
      width: 17.5vw;
    }
  
    .text-container {
      padding-top: 10px;
      padding-right: 1vw;
      padding-left: 1.5vw;
      text-align: center;
    }
  
    .number._1 {
      left: 0%;
      top: 0%;
      right: auto;
      bottom: auto;
      font-family: Rubik, sans-serif;
      font-size: 6vw;
    }
  
    .number._2 {
      left: 0%;
      top: 0%;
      right: auto;
      bottom: auto;
      font-family: Rubik, sans-serif;
      font-size: 6vw;
    }
  
    .number._3 {
      left: 0%;
      top: 0%;
      right: auto;
      bottom: auto;
      font-family: Rubik, sans-serif;
      font-size: 6vw;
    }
  
    .container-icon-grid {
      position: relative;
    }
  
    .icon-grid {
      margin-top: 60px;
      grid-column-gap: 8vw;
      grid-row-gap: 4vw;
    }
  
    .icon-image {
      width: 3.7vw;
    }
  
    .services-name {
      font-size: 1vw;
    }
  
    .bg-video-wrap {
      width: 80%;
      height: 80vh;
      max-height: 850px;
      max-width: 1391px;
    }
  
    .review {
      display: none;
      padding-bottom: 250px;
    }
  
    .slider-review {
      padding-top: 39px;
    }
  
    .mask {
      overflow: visible;
      width: 26vw;
      margin-right: auto;
      margin-left: auto;
    }
  
    .review-grid {
      width: auto;
      margin-right: 0px;
      justify-items: start;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .review-card {
      position: relative;
      z-index: 19;
      width: 25vw;
      max-height: none;
      margin-right: 10px;
      margin-left: 10px;
      padding-top: 74px;
      padding-bottom: 74px;
      background-color: #282b2e;
      box-shadow: 5px 5px 12px 4px rgba(0, 0, 0, 0.36);
    }
  
    .review-card.black {
      box-shadow: 5px 5px 12px 4px rgba(0, 0, 0, 0.11);
    }
  
    .image-icon._4 {
      width: 56px;
    }
  
    .sub-name {
      color: #fff;
      font-size: 0.8vw;
    }
  
    .name {
      font-size: 1.7vw;
    }
  
    .paragraph {
      font-size: 0.8vw;
    }
  
    .paragraph-main {
      font-size: 1vw;
    }
  
    .left-arrow {
      left: 40%;
      bottom: -14.5vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 3vw;
      height: 3vw;
    }
  
    .left-arrow.black {
      left: 40%;
    }
  
    .right-arrow {
      right: 40%;
      bottom: -14.5vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 3vw;
      height: 3vw;
    }
  
    .right-arrow.black {
      right: 40%;
    }
  
    .slide-nav {
      bottom: -14.4vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 3vw;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1vw;
    }
  
    .slide-nav.black {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .slide {
      margin-left: 0px;
      padding-left: 0px;
    }
  
    .faq-section {
      width: 3000px;
      max-width: 50%;
      padding-top: 120px;
      padding-bottom: 60px;
    }
  
    .faq-question-bar.faq {
      padding-top: 40px;
      padding-bottom: 10px;
    }
  
    .main-heading-second {
      margin-right: 0px;
      margin-left: 0px;
      font-size: 11vw;
      letter-spacing: -0.3vw;
    }
  
    .main-heading-second.black.second {
      margin-bottom: 100px;
    }
  
    .main-heading-second.black.second {
      margin-bottom: 60px;
      color: #fff;
      font-size: 4.5vw;
    }
  
    .main-heading-second.black.subscribe {
      margin-bottom: 15px;
      letter-spacing: -1px;
      text-transform: none;
    }
  
    .italic-text {
      font-weight: 500;
    }
  
    .italic-text-second {
      font-weight: 500;
    }
  
    .container-paragraph {
      left: -97%;
    }
  
    .container-paragraph.second {
      right: -73%;
      bottom: 17%;
    }
  
    .overflow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      height: auto;
      max-width: 100%;
      margin-top: 0px;
      margin-bottom: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: center;
    }
  
    .overflow.margin {
      display: block;
      width: 100%;
      max-width: 1200px;
      margin-bottom: 20px;
      padding-bottom: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .overflow.margin.form {
      width: 100%;
      max-width: 1200px;
    }
  
    .overflow._2 {
      width: 100%;
      height: 100%;
      margin-left: auto;
    }
  
    .overflow._2._100 {
      height: 100%;
      margin-top: 0px;
    }
  
    .overflow._2.form {
      width: 100%;
      height: auto;
      max-width: 1200px;
    }
  
    .overflow.absolute {
      position: absolute;
      width: 100%;
      height: 90%;
      max-width: 28vw;
    }
  
    .overflow.footer {
      width: 100%;
    }
  
    .overflow.nav {
      width: auto;
    }
  
    .line {
      position: relative;
      z-index: 22;
    }
  
    .white-line._2 {
      margin-bottom: 0px;
    }
  
    .why-cue {
      padding-top: 60px;
      padding-bottom: 100px;
    }
  
    .icon-slider.white {
      left: 0%;
      top: 0%;
      right: 0%;
      bottom: 0%;
    }
  
    .icon-slider.static {
      left: 0%;
      top: 0%;
      right: 0%;
      bottom: 0%;
    }
  
    .contact-form {
      display: none;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .text-field {
      height: auto;
      padding-top: 0px;
      padding-bottom: 0px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
      font-size: 1.3vw;
      line-height: 2.4;
    }
  
    .form-block {
      width: 50%;
      max-width: 1200px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
  
    .form-heading {
      margin-bottom: 10px;
      font-size: 5vw;
    }
  
    .submit {
      margin-right: auto;
      margin-left: auto;
      color: #fff2de;
      font-size: 1.3vw;
    }
  
    .submit.form {
      width: 100%;
      padding-top: 2vh;
      padding-bottom: 2vh;
    }
  
    .form {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
  
    .question-title {
      font-family: Poppins, sans-serif;
      color: #fff;
      font-size: 2vw;
    }
  
    .faq-paragraph {
      margin-bottom: 21px;
      font-size: 1.3vw;
    }
  
    .faq-question-wrap {
      color: #fff;
    }
  
    .white-line-2 {
      background-color: #1E85FF;
    }
  
    .button-faq {
      border-color: #1E85FF;
      background-color: #1E85FF;
      color: #333;
    }
  
    .button-faq:hover {
      border-color: #1E85FF;
    }
  
    .paragraph-fourth {
      font-size: 1.12vw;
    }
  
    .paragraph-fourth.white {
      font-size: 1.12vw;
    }
  
    .paragraph-third {
      color: #1E85FF;
      font-size: 1.12vw;
    }
  
    .paragraph-third.white {
      font-size: 1.12vw;
    }
  
    .container-404._2 {
      color: #fff;
    }
  
    .close-button {
      width: 66px;
      height: 66px;
    }
  
    .close-button.fixed {
      right: 6%;
      width: 46px;
      height: 46px;
      cursor: pointer;
    }
  
    .form-paragraph {
      margin-bottom: 40px;
      font-size: 1.3vw;
    }
  
    .black-mood {
      height: 100%;
    }
  
    .footer.padding {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 51px 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .footer.padding.white {
      padding-top: 18vh;
      border-top: 1px none #fff2de;
    }
  
    .footer.padding.black {
      background-color: #0a0a0a;
    }
  
    .footer-grid {
      width: auto;
      max-width: 1240px;
      margin-right: 0px;
      margin-left: 0px;
      justify-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-grid-row-align: center;
      align-self: center;
      grid-column-gap: 60px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .footer-heading {
      font-size: 1.3vw;
      font-weight: 700;
    }
  
    .footer-heading.black {
      font-family: Rubik, sans-serif;
      color: #191e23;
      font-weight: 500;
    }
  
    .toggle-contain.black {
      border-color: #191e23;
    }
  
    .pricing-container {
      max-width: none;
    }
  
    .footer-bunner {
      width: 100%;
      padding: 15px 65px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .wrap-link-footer {
      margin-left: auto;
    }
  
    .top-text-2 {
      font-size: 1vw;
    }
  
    .webflow-link {
      font-size: 0.7vw;
    }
  
    .text-credits {
      font-size: 0.7vw;
    }
  
    .background-pop-up {
      display: none;
      background-color: rgba(51, 51, 51, 0.56);
    }
  
    .main-paragraph-second {
      position: static;
      bottom: 0%;
      width: auto;
      margin-bottom: 0px;
      font-size: 1vw;
    }
  
    .main-paragraph-second.pop-up-form {
      margin-bottom: 25px;
    }
  
    .form-pop-up {
      height: 100%;
    }
  
    .footer-line {
      position: absolute;
      left: 0%;
      top: auto;
      right: 0%;
      bottom: 3px;
      width: 100%;
      height: 1.5px;
      background-color: #1E85FF;
    }
  
    .back-to-top {
      position: static;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: -81px;
    }
  
    .container-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
    }
  
    .icon-heading {
      font-size: 1.5vw;
    }
  
    .icon-paragraph {
      font-size: 1.2vw;
    }
  
    .image-licensing {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-style: solid;
      border-width: 1px;
      border-color: #ebebeb;
    }
  
    .licensing-paragraph {
      font-weight: 400;
      text-align: center;
    }
  
    .licensing-section {
      background-color: transparent;
    }
  
    .small-hero {
      background-color: #191e23;
      color: #fff;
    }
  
    .licensing-container {
      width: 100%;
      max-width: 1000px;
      border-color: #f3f4f1;
      background-color: transparent;
    }
  
    .hero-heading-smal {
      font-size: 100px;
    }
  
    .image-404 {
      width: 8vw;
      margin-top: 5vh;
      margin-bottom: 13.5vh;
    }
  
    ._404-heading {
      margin-top: 0px;
      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_2.jpg');
      background-position: 50% 50%;
      background-size: cover;
    }
  
    .changeloc-container {
      background-color: transparent;
    }
  
    .white-mood {
      left: 0%;
      top: 0%;
      right: 0%;
      bottom: 0%;
      display: none;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .body {
      background-color: #191e23;
    }
  
    .section-heading-2 {
      position: absolute;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      height: auto;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 0px;
      color: rgba(95, 121, 154, 0.24);
      font-size: 18vw;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
    }
  
    .link {
      font-size: 2vw;
      text-decoration: underline;
    }
  
    .brand-link {
      padding-right: 38.5px;
      padding-left: 38.5px;
      font-family: Poppins, sans-serif;
      font-size: 30px;
      line-height: 11px;
      font-weight: 600;
      text-decoration: none;
    }
  
    .brand-link.w--current {
      color: #fff2de;
    }
  
    .brand-link.absolute {
      padding-right: 20px;
      padding-left: 20px;
      font-size: 1.1vw;
      line-height: 1.2;
    }
  
    .brand-link.absolute.footer {
      padding-right: 0px;
      padding-left: 0px;
      font-size: 1.1vw;
      line-height: 1.3;
      font-weight: 300;
    }
  
    .brand-link.static {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-right: 20px;
      padding-left: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1.1vw;
      line-height: 1.2;
    }
  
    .brand-link.static.footer {
      padding-right: 0px;
      padding-left: 0px;
      font-size: 1.1vw;
      line-height: 1.3;
      font-weight: 300;
    }
  
    .brand-link.static.footer.black {
      font-weight: 300;
    }
  
    .image-405 {
      width: auto;
      height: 32px;
      cursor: pointer;
    }
    .logo-img {
      height: 55px;
    }
   
    .bold-text-4 {
      font-family: Poppins, sans-serif;
      font-weight: 600;
    }
  
    .join-now {
      position: absolute;
      top: 0px;
      bottom: 0px;
      display: block;
      margin-top: 2.8vh;
      margin-right: 80px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .join-now-nav-cta {
      border-color: #1E85FF;
      background-color: #1E85FF;
      color: #191e23;
      margin-top: 15px;
    }
  
    .join-now-nav-cta:hover {
      border-color: #1E85FF;
    }
  
    .main-button {
      border-color: #1E85FF;
      background-color: #1E85FF;
      color: #333;
    }
  
    .main-button:hover {
      border-color: #1E85FF;
    }
  
    .overflow-2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      height: auto;
      max-width: 1200px;
      margin-top: 0px;
      margin-bottom: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .overflow-2.margin {
      display: block;
      width: 100%;
      max-width: 1200px;
      margin-bottom: 20px;
      padding-bottom: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .overflow-2.margin.form {
      width: 100%;
      max-width: 1200px;
    }
  
    .overflow-2._2 {
      width: 100%;
      height: 100%;
      margin-left: auto;
    }
  
    .overflow-2._2._100 {
      height: 100%;
      margin-top: 0px;
    }
  
    .overflow-2._2.form {
      width: 100%;
      height: auto;
      max-width: 1200px;
    }
  
    .overflow-2.absolute {
      position: absolute;
      width: 100%;
      height: 90%;
      max-width: 28vw;
    }
  
    .overflow-2.footer {
      width: 100%;
    }
  
    .overflow-2.nav {
      width: auto;
    }
  
    .main-paragraph-why {
      position: static;
      bottom: 0%;
      width: auto;
      margin-bottom: 0px;
      font-size: 1.3vw;
      text-align: center;
    }
  
    .main-paragraph-why.black {
      margin-left: 0px;
      font-size: 1.13vw;
    }
  
    .main-paragraph-why.black._2 {
      margin-left: 15px;
      font-size: 1.13vw;
    }
  
    .main-paragraph-why.hero {
      width: 100%;
      max-width: 1341px;
      margin-top: 0px;
      font-family: Poppins, sans-serif;
      font-size: 1.6vw;
      font-weight: 300;
    }
  
    .main-paragraph-why.hero.margin {
      max-width: none;
      margin-top: 30px;
      margin-bottom: 25px;
      padding-top: 0px;
      font-family: Poppins, sans-serif;
      font-size: 1.5vw;
      font-weight: 300;
    }
  
    .main-paragraph-why.accordin {
      margin-top: 8px;
      font-family: Poppins, sans-serif;
      color: #fff;
      font-size: 1.4vw;
    }
  
    .main-paragraph-why.no-margin {
      font-size: 1.35vw;
    }
  
    .link-copy {
      font-size: 14px;
      font-weight: 400;
      text-decoration: underline;
    }
  }
  
  @media screen and (max-width: 991px) {
    .main {
      z-index: 0;
    }
  
    .main-heading {
      white-space: nowrap;
    }
  
    .container {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .main-text {
      font-size: 18px;
    }
  
    .main-text.blod {
      font-size: 18px;
    }
  
    .main-paragraph {
      font-size: 18px;
    }
  
    .main-paragraph.hero.margin {
      margin-top: 40px;
    }
  
    .hero-section {
      padding-top: 220px;
    }
  
    .navbar {
      padding-bottom: 30px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: #eff2f8;
    }
  
    .navbar.black {
      padding-bottom: 15px;
      background-color: #080808;
    }
  
    .social-container {
      display: none;
    }
  
    .social-container.view {
      display: none;
    }
  
    .nav-menu {
      left: 0%;
      top: 0%;
      right: 0%;
      bottom: 0%;
      height: 100vh;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #191e23;
    }
  
    .link-social {
      margin-right: 10px;
      margin-left: 10px;
    }
  
    .link-social.white-mode {
      display: none;
      margin-left: 0px;
    }
  
    .nav-link.absolute {
      font-size: 40px;
      line-height: 1;
    }
  
    .nav-link.absolute.footer {
      font-size: 15px;
    }
  
    .nav-link.static {
      display: block;
      margin-bottom: 10px;
      font-size: 40px;
      line-height: 1;
    }
  
    .nav-link.static.footer {
      font-size: 15px;
    }
  
    .smartphone-wrap {
      position: relative;
      top: 60px;
      margin-right: 0px;
      margin-left: -90px;
    }
  
    .smartphone-wrap.hidden {
      position: relative;
      max-width: 70vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  
    .smartphone-wrap.password {
      margin-left: -13%;
    }
  
    .image {
      position: static;
    }
  
    .image.absolute.second {
      display: none;
    }
  
    .image.top {
      display: none;
    }
  
    .scroll-indicator-icon.fixed {
      background-color: rgba(14, 27, 44, 0.36);
    }
  
    .absolute-social-wrap.first {
      display: none;
    }
  
    .absolute-social-wrap.second {
      display: none;
    }
  
    .absolute-social-wrap.third {
      display: none;
    }
  
    .absolute-social-wrap.fourth {
      display: none;
    }
  
    .absolute-social-wrap.fifth {
      display: none;
    }
  
    .absolute-social-wrap.sixth {
      display: none;
    }
  
    .absolute-image.features {
      position: static;
      display: none;
    }
  
    .services {
      margin-top: 136px;
    }
  
    .services-heading {
      font-size: 100px;
    }
  
    .services-heading.first {
      font-size: 100px;
    }
  
    .about-section.partners {
      height: auto;
    }
  
    .section-heading {
      position: static;
      height: auto;
      margin-top: 0px;
      margin-bottom: 20px;
      padding-top: 60px;
    }
  
    .services-card.no-bg {
      width: 150px;
    }
  
    .section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      padding-top: 0px;
      padding-bottom: 137px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  
    .div-block-3 {
      width: 100%;
    }
  
    .price-card.purple {
      width: auto;
      height: 350px;
      margin-bottom: 20px;
    }
  
    .price-card.acquamarine {
      width: auto;
      height: 350px;
      margin-top: 0px;
    }
  
    .price-card.orchid {
      width: auto;
      height: 350px;
      margin-top: 40px;
    }
  
    .features-section {
      padding-bottom: 220px;
    }
  
    .features-section.black {
      padding-bottom: 100px;
    }
  
    .features-bg {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 0vw;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .features-heading {
      font-size: 2.5vw;
      text-align: center;
    }
  
    .apple-wrap {
      margin-right: 10px;
      margin-left: 10px;
    }
  
    .container-icon {
      margin-top: -70px;
      padding-top: 0px;
    }
  
    .download-heading {
      font-size: 13px;
    }
  
    .download-heading.color {
      font-size: 13px;
    }
  
    .text-block {
      font-size: 14px;
    }
  
    .container-about-grid {
      height: auto;
    }
  
    .about-grid {
      position: static;
      height: auto;
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      justify-content: center;
    }
  
    .about-card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 50vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .text-container {
      padding-right: 64px;
      padding-left: 64px;
    }
  
    .number._1 {
      position: absolute;
      bottom: auto;
    }
  
    .number._2 {
      bottom: auto;
    }
  
    .number._3 {
      bottom: auto;
    }
  
    .icon-grid {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .icon-image.no-margin {
      width: 50px;
    }
  
    .bg-video-wrap {
      height: 350px;
    }
  
    .review {
      padding-top: 60px;
    }
  
    .mask {
      width: 50vw;
    }
  
    .review-card {
      width: 50vw;
    }
  
    .review-card.black {
      width: 50vw;
    }
  
    .faq-section {
      padding-bottom: 100px;
    }
  
    .faq-circle.absolute {
      width: 40px;
      height: 40px;
      min-height: 40px;
      min-width: 40px;
    }
  
    .faq-circle.static {
      width: 40px;
      height: 40px;
      min-height: 40px;
      min-width: 40px;
    }
  
    .faq-circle.bg {
      width: 40px;
      height: 40px;
      min-height: 40px;
      min-width: 40px;
    }
  
    .main-heading-second {
      white-space: nowrap;
    }
  
    .main-heading-second.black {
      font-size: 63px;
    }
  
    .main-heading-second.black.second {
      font-size: 34px;
    }
  
    .main-heading-second.black.second {
      font-size: 34px;
    }
  
    .container-paragraph {
      position: static;
      margin-top: 40px;
      margin-right: auto;
      padding-right: 18%;
      padding-left: 18%;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
    }
  
    .container-paragraph.second {
      position: static;
      margin-right: auto;
    }
  
    .overflow {
      margin-bottom: 10px;
    }
  
    .overflow.absolute {
      position: static;
      width: 100%;
      height: auto;
      max-width: none;
    }
  
    .overflow.hid {
      display: block;
    }
  
    .why-syrio-text-wrapper {
      width: 100%;
      margin-right: 0px;
    }
  
    .why-syrio-wrappper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .table-wrapper {
      width: 100%;
    }
  
    .why-cue {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  
    .table-cell-wrapper.first {
      background-color: transparent;
    }
  
    .syrio-tabs-description-wrapper {
      width: 100%;
      margin-bottom: 60px;
      padding-right: 0px;
    }
  
    .contact-form {
      display: none;
    }
  
    .open-line {
      width: 18px;
    }
  
    .open-line.rotate {
      width: 18px;
    }
  
    .question-title {
      width: 90%;
    }
  
    .faq-question-wrap {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .close-button.fixed {
      top: 4%;
      right: 5%;
      cursor: pointer;
    }
  
    .filter {
      padding-top: 0px;
    }
  
    .footer-grid {
      margin-right: auto;
      margin-left: auto;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .pricing-box-row.yearly-row {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .pricing-box-row.monthly-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .wrap-link-footer {
      width: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .top-text-2 {
      text-align: center;
    }
  
    .text-credits {
      text-align: center;
    }
  
    .background-pop-up {
      display: none;
    }
  
    .main-paragraph-second {
      font-size: 18px;
    }
  
    .menu-button {
      margin-left: auto;
      padding-top: 0px;
      padding-right: 18px;
      padding-bottom: 8px;
    }
  
    .menu-button.w--open {
      z-index: 2;
      background-color: transparent;
    }
  
    .menu-line {
      width: 30px;
      margin-top: 7px;
      margin-bottom: 0px;
      background-color: #fff;
      color: #fff;
    }
  
    .menu-line.black {
      background-color: #191e23;
    }
  
    .content-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .image-licensing._3 {
      min-height: 300px;
    }
  
    .licensing-section {
      padding-top: 100px;
    }
  
    .images-grid {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .licensing-container {
      width: 80%;
    }
  
    .utility-page-wrap {
      background-image: url('../images/backgroundwhite.jpg');
    }
  
    .image-404 {
      width: 100px;
    }
  
    ._404-heading {
      font-size: 55px;
    }
  
    .text-field-password {
      height: auto;
    }
  
    .submit-button-protect-page {
      height: auto;
    }
  
    .instruction-container {
      width: 80%;
    }
  
    .main-text-2 {
      font-size: 26px;
      line-height: 1.2;
      font-weight: 400;
    }
  
    .light-paragraph {
      margin-bottom: 99px;
      font-size: 28px;
    }
  
    .heading-style-guide {
      font-size: 15vw;
    }
  
    .instructions-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .section-heading-2 {
      position: static;
      height: auto;
      margin-top: 140px;
    }
  
    .brand-link.absolute {
      font-size: 40px;
      line-height: 1;
    }
  
    .brand-link.absolute.footer {
      font-size: 15px;
    }
  
    .brand-link.static {
      margin-bottom: 10px;
      font-size: 40px;
      line-height: 1;
    }
  
    .brand-link.static.footer {
      font-size: 15px;
    }
  
    .join-now {
      display: none;
    }
  
    .join-now.view {
      display: none;
    }
  
    .overflow-2 {
      margin-bottom: 10px;
    }
  
    .overflow-2.absolute {
      position: static;
      width: 100%;
      height: auto;
      max-width: none;
    }
  
    .overflow-2.hid {
      display: block;
    }
  
    .main-paragraph-why {
      font-size: 18px;
    }
  
    .main-paragraph-why.hero.margin {
      margin-top: 40px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .style-guide-grid {
      grid-row-gap: 0px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .container-heading-style.style-guide {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .main-heading.hero.margin {
      margin-bottom: 10px;
    }
  
    .main-heading.hero.margin._2 {
      font-size: 32px;
      white-space: normal;
    }
  
    .container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .container.style-guide {
      padding-right: 40px;
      padding-left: 40px;
    }
  
    .main-text {
      text-decoration: none;
    }
  
    .main-paragraph.hero {
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .background-color.second {
      width: 20vw;
      height: 20vw;
    }
  
    .background-color.seventh {
      width: 20vw;
      height: 20vw;
    }
  
    .background-color.fifth {
      width: 20vw;
      height: 20vw;
    }
  
    .background-color.first {
      width: 20vw;
      height: 20vw;
    }
  
    .background-color.third {
      width: 20vw;
      height: 20vw;
    }
  
    .background-color.fourth {
      width: 20vw;
      height: 20vw;
    }
  
    .hero-section {
      padding-top: 140px;
    }
  
    .navbar {
      padding-right: 40px;
      padding-left: 40px;
    }
  
    .navbar.black {
      background-color: #1c1c1c;
    }
  
    .social-container.view {
      position: absolute;
      left: 40px;
      top: auto;
      right: auto;
      bottom: 10%;
      display: none;
      margin-top: 0px;
      margin-left: 0px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .nav-menu {
      padding-left: 41px;
    }
  
    .link-social {
      margin-right: 20px;
      margin-left: 0px;
    }
  
    .link-social.white-mode {
      position: static;
      left: auto;
      top: auto;
      right: 18%;
      bottom: auto;
      z-index: 99999;
      display: none;
      margin-left: 0px;
    }
  
    .link-social.white-mode.view {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  
    .nav-link.absolute {
      padding-left: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  
    .nav-link.absolute.footer {
      font-size: 14px;
    }
  
    .nav-link.static {
      padding-left: 0px;
    }
  
    .nav-link.static.footer {
      font-size: 14px;
    }
  
    .smartphone-wrap {
      max-width: 60vw;
      margin-left: -30%;
    }
  
    .smartphone-wrap.hidden {
      max-width: none;
      padding-right: 40px;
      padding-left: 40px;
    }
  
    .smartphone-wrap.password {
      margin-left: -23%;
    }
  
    .image.hero {
      width: 95%;
      max-width: 95%;
    }
  
    .scroll-indicator {
      top: 85vh;
      text-transform: none;
    }
  
    .scroll-indicator-icon.fixed {
      top: auto;
      bottom: 30px;
    }
  
    .absolute-image {
      bottom: 4%;
      width: 40vw;
      margin: auto -16px auto 0px;
      padding-right: 0px;
    }
  
    .services {
      margin-top: -300px;
    }
  
    .about-section {
      display: none;
      padding-right: 40px;
      padding-bottom: 100px;
      padding-left: 40px;
    }
  
    .section-heading {
      margin-bottom: 66px;
      font-size: 15vw;
    }
  
    .services-grid {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
    }
  
    .section {
      padding-top: 60px;
    }
  
    .accordion-section {
      padding-top: 60px;
      padding-bottom: 104px;
    }
  
    .accordion-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .row.relative {
      display: none;
    }
  
    .point {
      margin-top: auto;
      margin-bottom: auto;
    }
  
    .price-card.purple {
      margin-bottom: 40px;
    }
  
    .features-section {
      padding-right: 40px;
      padding-left: 40px;
    }
  
    .features-section.black {
      display: none;
    }
  
    .features-bg {
      max-width: 100%;
      padding-top: 30px;
      padding-bottom: 30px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .features-heading {
      font-size: 25px;
      text-align: center;
    }
  
    .apple-wrap {
      margin-bottom: 20px;
    }
  
    .container-icon {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .text-container {
      padding-right: 25px;
    }
  
    .icon-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .review-card {
      margin-right: 10px;
      margin-left: 10px;
    }
  
    .left-arrow {
      left: 25%;
      bottom: -24%;
    }
  
    .left-arrow.black {
      left: 25%;
    }
  
    .right-arrow {
      right: 25%;
      bottom: -24%;
    }
  
    .main-heading-second.black {
      white-space: normal;
    }
  
    .overflow {
      margin-bottom: 0px;
    }
  
    .overflow._2 {
      margin-bottom: 0px;
    }
  
    .overflow.hid {
      display: block;
    }
  
    .table-cell-wrapper.first {
      background-color: transparent;
    }
  
    .syrio-tabs-description-wrapper {
      margin-bottom: 40px;
    }
  
    .close-button.fixed {
      top: 6%;
      right: 4%;
      width: 35px;
      height: 35px;
      cursor: pointer;
    }
  
    .footer-grid {
      margin-left: auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .pricing-container {
      padding-right: 3%;
      padding-left: 3%;
    }
  
    .pricing-box-row.yearly-row {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .pricing-box-row.monthly-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .toggle-row {
      margin-bottom: 30px;
    }
  
    .top-text-2 {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
    }
  
    .back-to-top {
      display: none;
    }
  
    .menu-button {
      padding-right: 0px;
      padding-bottom: 2px;
    }
  
    .menu-button.w--open {
      margin-left: auto;
      padding-right: 0px;
    }
  
    .menu-line {
      margin-top: 7px;
      margin-bottom: 3.5px;
    }
  
    .content-menu {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .image-licensing._1 {
      min-height: 300px;
    }
  
    .image-licensing._3 {
      min-height: 300px;
    }
  
    .images-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .licensing-container {
      width: 80%;
    }
  
    .content {
      padding-right: 40px;
      padding-left: 40px;
    }
  
    .first-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .utility-page-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      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 {
      max-width: 100%;
    }
  
    .submit-button-protect-page {
      max-width: 100%;
    }
  
    .instruction-container {
      width: 100%;
      padding-right: 40px;
      padding-left: 40px;
    }
  
    .instruction-container.instructions {
      margin-left: 0px;
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .main-text-2 {
      font-size: 26px;
    }
  
    .light-paragraph {
      margin-bottom: 60px;
      font-size: 40px;
    }
  
    .main-instruction {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .main-instruction.color-black.instruction {
      padding-right: 40px;
      padding-left: 40px;
    }
  
    .white-mood {
      display: none;
    }
  
    .section-heading-2 {
      margin-bottom: 66px;
      font-size: 15vw;
    }
  
    .brand-link.absolute {
      padding-left: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  
    .brand-link.absolute.footer {
      font-size: 14px;
    }
  
    .brand-link.static {
      padding-left: 0px;
    }
  
    .brand-link.static.footer {
      font-size: 14px;
    }
  
    .join-now.view {
      position: absolute;
      left: 40px;
      top: auto;
      right: auto;
      bottom: 10%;
      display: none;
      margin-top: 0px;
      margin-left: 0px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .overflow-2 {
      margin-bottom: 0px;
    }
  
    .overflow-2._2 {
      margin-bottom: 0px;
    }
  
    .overflow-2.hid {
      display: block;
    }
  
    .overflow-2.nav {
      display: none;
    }
  
    .main-paragraph-why.hero {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media screen and (max-width: 479px) {
    h1 {
      font-size: 32px;
    }
  
    h2 {
      font-size: 28px;
    }
  
    h3 {
      font-size: 26px;
    }
  
    h4 {
      font-size: 22px;
    }
  
    h5 {
      font-family: Comfortaa, sans-serif;
      color: #fff;
      font-size: 20px;
    }
  
    h6 {
      font-size: 18px;
    }
  
    .container-heading-style.style-guide {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .main-heading.style-guide {
      line-height: 1.2;
    }
  
    .main-heading.hero {
      font-size: 30px;
      line-height: 1.2;
      white-space: normal;
    }
  
    .main-heading.hero.margin {
      white-space: normal;
    }
  
    .main-heading.hero.margin._2 {
      margin-bottom: 66px;
      font-size: 24px;
    }
  
    .grid-style-guide {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .container.style-guide {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .main-text {
      font-size: 16px;
    }
  
    .main-paragraph {
      font-size: 16px;
      text-align: left;
    }
  
    .main-paragraph.hero {
      font-size: 16px;
    }
  
    .main-paragraph.hero.margin {
      font-size: 16px;
    }
  
    .background-color.second {
      width: 78vw;
      height: 78vw;
    }
  
    .background-color.seventh {
      width: 78vw;
      height: 78vw;
    }
  
    .background-color.fifth {
      width: 78vw;
      height: 78vw;
    }
  
    .background-color.first {
      width: 78vw;
      height: 78vw;
    }
  
    .background-color.third {
      width: 78vw;
      height: 78vw;
    }
  
    .background-color.fourth {
      width: 78vw;
      height: 78vw;
    }
  
    .hero-section {
      padding-top: 90px;
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .navbar {
      padding-right: 20px;
      padding-bottom: 30px;
      padding-left: 20px;
    }
  
    .navbar.black {
      background-color: #080808;
    }
  
    .social-container.view {
      bottom: 24%;
      display: none;
    }
  
    .nav-menu {
      margin-left: 0px;
    }
  
    .link-social.white-mode.view {
      margin-top: 20px;
    }
  
    .nav-link.absolute {
      font-size: 30px;
    }
  
    .nav-link.static {
      font-size: 30px;
    }
  
    .open-in-app-wrapper {
  
      flex: 1;
      justify-content: center;
    }
    .open-in-app-wrapper   .nav-link.static  {
      font-size: 18px;
    }
  
    .smartphone-wrap {
      max-width: 70vw;
      margin-top: -25px;
      margin-left: -34%;
    }
  
    .smartphone-wrap.hidden {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .smartphone-wrap.password {
      margin-left: -30%;
    }
  
    .image.hero {
      margin-bottom: -33px;
    }
  
    .scroll-indicator {
      display: none;
      text-decoration: none;
    }
  
    .scroll-indicator-icon.fixed {
      top: auto;
      right: 20px;
      bottom: 30px;
    }
  
    .absolute-image {
      left: auto;
      right: -20%;
      bottom: -10%;
      width: 50vw;
    }
  
    .services {
      margin-top: -120px;
    }
  
    .services-heading {
      font-size: 56px;
    }
  
    .services-heading.first {
      font-size: 56px;
    }
  
    .about-section {
      display: none;
      padding-right: 20px;
      padding-bottom: 0px;
      padding-left: 20px;
    }
  
    .section-heading {
      font-size: 16vw;
    }
  
    .services-grid {
      grid-row-gap: 43px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .services-card.no-bg {
      width: 200px;
    }
  
    .accordion-section {
      padding: 60px 20px;
    }
  
    .accordion-grid {
      padding-top: 40px;
    }
  
    .container-text.border {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .point {
      margin-top: auto;
      margin-bottom: auto;
      margin-left: 5px;
    }
  
    .price-card.purple {
      width: 100%;
      margin-right: 0px;
      margin-left: 0px;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    .price-card.acquamarine {
      width: 100%;
      margin-right: 0px;
      margin-left: 0px;
    }
  
    .price-card.orchid {
      width: 100%;
      margin-right: 0px;
      margin-left: 0px;
    }
  
    .features-section {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .features-bg {
      width: 85%;
      height: 60vw;
      padding: 50px 10px;
    }
  
    .features-heading {
      font-size: 15px;
      line-height: 1.2;
    }
  
    .apple-wrap {
      margin-right: 0px;
      margin-left: 0px;
    }
  
    .container-icon {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .container-about-grid {
      margin-top: 11px;
    }
  
    .about-card {
      width: 100%;
    }
  
    .text-container {
      padding-right: 0px;
      padding-left: 60px;
    }
  
    .number._1 {
      bottom: auto;
      font-size: 70px;
    }
  
    .number._2 {
      bottom: auto;
      font-size: 70px;
    }
  
    .number._3 {
      bottom: auto;
      font-size: 70px;
    }
  
    .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 {
      display: none;
    }
  
    .slide-nav.black {
      display: none;
    }
  
    .faq-section {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .faq-question-bar {
      padding: 15px 0px;
    }
  
    .main-heading-second.black {
      font-size: 40px;
    }
  
    .main-heading-second.black.second {
      margin-bottom: 30px;
    }
  
    .main-heading-second.black.second {
      margin-bottom: 30px;
    }
  
    .container-paragraph {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .overflow.absolute {
      width: 100vw;
    }
  
    .overflow.hid {
      display: block;
    }
  
    .overflow.nav {
      display: block;
    }
  
    .why-syrio-text-wrapper {
      margin-right: 0px;
    }
  
    .why-syrio-wrappper {
      max-width: none;
      min-height: auto;
    }
  
    .features-heading-2 {
      font-size: 35px;
    }
  
    .why-cue {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .table-cell-wrapper {
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .table-cell-wrapper.first-column {
      padding-right: 5px;
      padding-left: 5px;
    }
  
    .table-cell-wrapper.first-row {
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .table-cell-wrapper.first {
      background-color: transparent;
    }
  
    .text-blocksecond {
      display: none;
    }
  
    .syrio-tabs-description-wrapper {
      width: 100%;
      margin-bottom: 30px;
      padding-right: 0px;
    }
  
    .table-head {
      font-size: 12px;
    }
  
    .contact-form {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .question-title {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 20px;
    }
  
    .faq-paragraph {
      padding-right: 0px;
      padding-left: 0px;
      font-size: 14px;
    }
  
    .button-faq {
      font-size: 12px;
    }
  
    .paragraph-fourth {
      font-size: 14px;
    }
  
    .paragraph-third {
      font-size: 14px;
    }
  
    .paragraph-third.white {
      font-size: 14px;
    }
  
    .close-button.fixed {
      top: 3%;
      width: 30px;
      height: 30px;
      cursor: pointer;
    }
  
    .footer.padding.black {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .footer-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .toggle-contain {
      margin-right: 15px;
      margin-left: 15px;
    }
  
    .pricing-container {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .pricing-box-row.monthly-row {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .wrap-link-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .top-text-2 {
      margin-right: auto;
    }
  
    .main-paragraph-second {
      text-align: left;
    }
  
    .back-to-top {
      margin-top: 40px;
    }
  
    .container-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .icon-description-container {
      margin-top: 61px;
    }
  
    .icon-heading {
      margin-top: 25px;
    }
  
    .menu-line {
      margin-top: 7px;
      margin-bottom: 0px;
    }
  
    .content-menu {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .licensing-paragraph {
      font-size: 16px;
    }
  
    .licensing-section {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .source-link {
      font-size: 16px;
    }
  
    .images-grid {
      -ms-grid-columns: 1fr;
      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-right: 20px;
      padding-left: 20px;
    }
  
    ._404-heading {
      margin-top: 60px;
      font-size: 45px;
    }
  
    .utility-page-form {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .text-field-password {
      width: 100%;
    }
  
    .submit-button-protect-page {
      width: 100%;
    }
  
    .instruction-container {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .instruction-container.instructions {
      margin-right: 0px;
      margin-left: 0px;
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .list {
      padding-left: 20px;
    }
  
    .main-instruction.color-black.instruction {
      padding-top: 40px;
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .changelog-section {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .changeloc-container {
      padding: 25px;
    }
  
    .changelog-text {
      font-size: 19px;
      text-align: center;
    }
  
    .white-mood {
      display: none;
    }
  
    .button {
      font-size: 12px;
      line-height: 14px;
    }
  
    .bold-text-3 {
      font-size: 13px;
    }
  
    .section-heading-2 {
      font-size: 16vw;
    }
  
    .brand-link.absolute {
      font-size: 30px;
    }
  
    .brand-link.static {
      font-size: 30px;
    }
  
    .join-now.view {
      bottom: 24%;
      display: none;
    }
  
    .join-now-nav-cta {
      font-size: 12px;
    }
  
    .main-button {
      font-size: 12px;
    }
  
    .overflow-2.absolute {
      width: 100vw;
    }
  
    .overflow-2.hid {
      display: block;
    }
  
    .overflow-2.nav {
      display: none;
    }
  
    .main-paragraph-why {
      font-size: 16px;
      text-align: left;
    }
  
    .main-paragraph-why.hero {
      font-size: 16px;
    }
  
    .main-paragraph-why.hero.margin {
      font-size: 16px;
    }
  }
  
  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5246-d2cbf46c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
  
  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e524a-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5253-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e525c-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5265-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77daa-d2cbf46c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
  
  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dae-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77db7-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dc0-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dc9-d2cbf46c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cde3-cacbf474 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cde9-cacbf474 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdef-cacbf474 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdf6-cacbf474 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdfc-cacbf474 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81ce02-cacbf474 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  @media screen and (min-width: 1440px) {
    #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5246-d2cbf46c {
      -ms-grid-column-align: center;
      justify-self: center;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e524a-d2cbf46c {
      -webkit-align-self: start;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
    }
  
    #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5253-d2cbf46c {
      -webkit-align-self: start;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
    }
  
    #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e525c-d2cbf46c {
      -webkit-align-self: start;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
    }
  
    #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e5265-d2cbf46c {
      -webkit-align-self: start;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
    }
  
    #w-node-a1b21c6d-06e1-9a61-4f50-b6d8174e526c-d2cbf46c {
      -ms-grid-column-align: center;
      justify-self: center;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
    }
  
    #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77daa-d2cbf46c {
      -ms-grid-column-align: center;
      justify-self: center;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dae-d2cbf46c {
      -webkit-align-self: start;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
    }
  
    #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77db7-d2cbf46c {
      -webkit-align-self: start;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
    }
  
    #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dc0-d2cbf46c {
      -webkit-align-self: start;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
    }
  
    #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dc9-d2cbf46c {
      -webkit-align-self: start;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
    }
  
    #w-node-_4e3f3604-e638-7e48-1aa4-25562fc77dd0-d2cbf46c {
      -ms-grid-column-align: center;
      justify-self: center;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_5b076cdb-67fa-dea2-5150-827065a047c1-d2cbf46c {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_5b076cdb-67fa-dea2-5150-827065a047d3-d2cbf46c {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdef-cacbf474 {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdf6-cacbf474 {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81cdfc-cacbf474 {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_4cb7a90c-3a1d-bec9-b1eb-d556be81ce02-cacbf474 {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  }
  
  /* for lowercase */
  p, h1, div, a, h2, h3, strong {
    text-transform: lowercase !important;
  }
  /* html.w-mod-touch *{
    justify-content: center;
    margin: auto;
  } */
  
  .open-line.rotate, .open-line{
    background-color: #1E85FF !important;
  }
  
  .open-in-app-wrapper {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .logo-img {
      height: 45px;
      margin-bottom: 0;
    }
    .open-in-app-wrapper {
      display: flex;
    }
  }
  
    height: 45px;
    margin-bottom: 0;
  }
  .open-in-app-wrapper {
    display: flex;
  }
}

/*  */