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

body {
  color: #fff;
  background-color: #000;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

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

p {
  color: #9f9f9f;
  letter-spacing: .8px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #969696;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

blockquote {
  background-image: url('../images/command.svg'), url('../images/command.svg');
  background-position: 97% 90%, 6px 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.section.grey-section {
  background-color: #17171a;
}

.section.overflow-hidden {
  overflow: hidden;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container.style {
  padding-top: 1em;
  padding-bottom: 1em;
}

.container._4em {
  padding-top: 4em;
  padding-bottom: 4em;
}

.container._6em {
  padding-top: 6em;
  padding-bottom: 6em;
}

.nav-menu-container {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 20;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  font-weight: 600;
  display: flex;
}

.center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.regular-text {
  font-weight: 400;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #dec880, #fff 27%, #ff3980 57%, #827ded);
  -webkit-background-clip: text;
  background-clip: text;
}

.top-margin-l {
  margin-top: 3em;
}

.top-margin-l.paddings {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .5s;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #cfcfcf;
}

.button.arrow {
  background-color: #fff;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 47px;
  font-weight: 600;
  transition: background-color .5s;
  display: flex;
}

.button.arrow:hover {
  opacity: 1;
  color: #000;
  background-color: #dbdbdb;
}

.button.big {
  padding: 20px 40px;
}

.button.big.right {
  float: right;
  margin-top: 13px;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.relative {
  z-index: 2;
  position: relative;
}

.icon-holder {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: #7d213c;
  background-image: linear-gradient(340deg, #424242, #5e5e5e);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.header-holder {
  align-items: center;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.invert {
  filter: invert();
}

.borders {
  width: 100%;
  height: 50px;
  color: #fff;
  border: 2px solid #525252;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.borders.button-holder {
  height: 120px;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.borders.center {
  height: 100px;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-4-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-col.paddin {
  padding-top: 20px;
  padding-bottom: 186px;
}

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.heading-text-holder {
  color: #fff;
}

.heading-text-container {
  background-color: #212121;
  border: 2px solid rgba(255, 52, 125, .41);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
}

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

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

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

.link-block {
  color: #fff;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block:hover {
  color: #a8a8a8;
}

.link-block.animation-01, .link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-underline {
  width: 100%;
  height: 1px;
  background-color: #8d8d8d;
  margin-top: 0;
  position: relative;
  top: 2px;
}

.link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.link-block-underline._02 {
  height: 1px;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

.left-underline, .right-underline {
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-white {
  color: #fff;
}

.footer {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.footer-flex-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-link {
  width: 290px;
  flex: 0 auto;
}

.footer-image {
  width: 290px;
}

.grey-block-holder {
  background-color: #0e0e0e;
  border-radius: 0;
  margin-top: 1em;
  padding: 20px;
}

.grey-text {
  color: #b4b4b4;
}

.template-holder {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.template-image {
  width: 100%;
  height: 100%;
}

.template-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.template-hover-state {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .64);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.field-label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.text-field {
  height: 50px;
  color: #fff;
  background-color: #2f3633;
  border: 1px solid #525252;
  border-radius: 6px;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

.text-field:focus {
  border-color: #a0a0a0;
  transform: translate(0, 4px);
}

.textarea {
  width: 100%;
  height: 80px;
  max-height: 200px;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  color: #fff;
  background-color: #2f3633;
  border: 1px solid #525252;
  border-radius: 6px;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

.textarea:focus {
  border-color: #a0a0a0;
  transform: translate(0, 4px);
}

.success-message {
  color: #161616;
  background-color: #fff;
  border: 1px solid #161616;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
}

.error-message {
  background-color: #000;
  border: 1px solid #e14d86;
  border-radius: 12px;
  padding: 26px;
}

._100width {
  width: 100%;
}

.instructions-image {
  width: 100%;
  border-radius: 12px;
}

.change-log-container {
  border: 2px solid #b8b8b8;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.center-box {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  width: 190px;
  min-width: 190px;
}

.nav-buttons-container {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.link-container {
  grid-column-gap: 30px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-gradient-text {
  background-color: #000;
  border-radius: 6px;
  padding: 12px 40px;
  font-size: 16px;
}

.link-gradient-text.grey {
  background-color: #171717;
}

.link-gradient-text.grey-full {
  width: 100%;
  background-color: #171717;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gradient-link {
  background-image: linear-gradient(to right, #dec880, #fff 19%, #ff347d 51%, #827ded);
  border-radius: 6px;
  padding: 2px;
  display: flex;
}

.veritcal-direction-spacing {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #2f2f2f;
  margin-top: 24px;
  margin-bottom: 24px;
}

.copy-right-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-holder {
  grid-column-gap: 24px;
  display: flex;
}

.quick-access {
  border-radius: 24px;
  overflow: hidden;
}

.quick-access-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-access-card-holder {
  z-index: 3;
  background-color: #171717;
  padding: 90px 50px 30px;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.quick-access-card-holder.less-padding {
  padding-top: 54px;
}

.quick-access-card {
  z-index: 2;
  position: relative;
}

.quick-access-card.spacing {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.grey-border {
  z-index: 0;
  border: 1px solid #2f2f2f;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.arrow-holder-container {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  position: absolute;
  top: 72px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.quick-accesss-input {
  z-index: 1;
  width: 100%;
  height: 46px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #2f2f2f;
  border-radius: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  position: relative;
}

.quick-accesss-input:focus {
  border-color: #827ded;
}

.form-container {
  position: relative;
}

.form-gradient {
  z-index: 1;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(270deg, #171717 55%, rgba(23, 23, 23, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.submit-button {
  z-index: 2;
  background-image: linear-gradient(to right, #dec880, #fff 19%, #ff347d 51%, #827ded);
  border-radius: 6px;
  padding: 2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-text-holder {
  max-width: 1080px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-text {
  font-size: 78px;
  font-weight: 600;
}

.paragraph-hero {
  max-width: 760px;
  padding-top: 20px;
}

.hero-button-holder {
  grid-column-gap: 20px;
  margin-top: 70px;
  display: flex;
}

.app-holder {
  perspective: 1000px;
  margin-top: 100px;
  padding-bottom: 154px;
  transform: perspective(1000px);
}

.app-container {
  justify-content: center;
  display: flex;
  position: relative;
}

.app-main-photo {
  width: 80%;
  border-radius: 24px;
  overflow: hidden;
}

.app-photo {
  width: 100%;
}

.app-info-01 {
  width: 250px;
  border-radius: 10px;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 0 53px rgba(0, 0, 0, .65);
}

.app-info-02 {
  width: 506px;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 0 53px rgba(0, 0, 0, .65);
}

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

.logo-small-container {
  height: 27px;
}

.logo-small {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-container {
  grid-row-gap: 160px;
  flex-direction: column;
  margin-top: 110px;
  display: flex;
}

.list-container {
  margin-top: 51px;
}

.list-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.list-icon-container {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 8px;
}

.image-container {
  width: 100%;
}

.feature-image {
  width: 100%;
  border-radius: 21px;
  overflow: hidden;
}

.sticky-slider-section {
  margin-top: 130px;
}

.sticky-text-holder {
  margin-top: -29px;
  position: -webkit-sticky;
  position: sticky;
  top: 29%;
}

.slider-image-holder {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.slider-sticky-holder {
  width: 100%;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0%;
}

.slider-sticky-holder._01 {
  z-index: 2;
  margin-top: -31px;
}

.slider-sticky-holder._02 {
  z-index: 1;
  bottom: 5%;
}

.slider-sticky-holder._03 {
  z-index: 0;
  bottom: 0%;
}

.sticky-slider-container {
  justify-content: space-between;
  display: flex;
}

.sticky-text-container {
  width: 480px;
  min-width: 480px;
}

.title-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 70px;
  display: flex;
}

.feature-cards-container {
  background-color: #171717;
  border-radius: 20px;
  overflow: hidden;
}

.feature-cards-container._02 {
  width: 372px;
  min-height: 100%;
  min-width: 372px;
}

.feature-card-paddings {
  height: 100%;
}

.feature-card-big-app-holder {
  grid-column-gap: 2px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.feature-card-big-app-holder._02 {
  height: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.full-app-image {
  width: 100%;
}

.full-app-image-container {
  width: 110%;
  height: 120%;
  margin-top: -95px;
  position: relative;
}

.full-app-image-container._02 {
  width: 140%;
  margin-top: 0;
  top: 16px;
  left: 77px;
}

.app-gardient-top {
  z-index: 1;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(#171717 59%, rgba(23, 23, 23, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.feature-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.phone-container {
  z-index: 0;
  height: 370px;
  position: relative;
  top: -35px;
}

.phone-container._02 {
  width: 140%;
  min-width: 140%;
  top: 21px;
  left: 49px;
}

.phone-image-container {
  z-index: 1;
  width: 100%;
  position: relative;
}

.iphone-screen-image {
  width: 100%;
  border-radius: 30px;
}

.app-gardient-bot {
  z-index: 1;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(to top, #171717, rgba(23, 23, 23, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.iphone-image {
  width: 100%;
}

.tabs {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

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

.payment-tab-holder {
  background-color: #171717;
  border-radius: 20px;
  padding: 45px;
}

.tabs-content {
  width: 100%;
  margin-top: 40px;
}

.payment-padding {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.payment-number-holder {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.payment-number-container {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.plan-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #dec880, #fff 24%, #ff347d 59%, #827ded);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 220px;
  font-weight: 600;
  line-height: .8;
}

.payment-button-holder {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.tab-text-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.grid-list {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.tabs-menu {
  grid-column-gap: 20px;
  color: #fff;
  display: flex;
}

.tab-text {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  padding: 12px 40px;
  font-size: 16px;
  transition: color .325s;
}

.tab-text:hover {
  color: #b6b6b6;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, #2f2f2f 76%, rgba(47, 47, 47, 0));
  border-radius: 6px;
  padding: 2px;
  transition: background-color .2s, color .35s;
  display: flex;
}

.tab-link.w--current {
  background-image: linear-gradient(to right, #dec880, #fff 19%, #ff347d 51%, #827ded);
}

.tab-link.right-side {
  background-image: linear-gradient(to right, #2f2f2f 76%, rgba(47, 47, 47, 0));
}

.tab-link.right-side.w--current {
  background-image: linear-gradient(to right, #dec880, #fff 25%, #ff347d 66%, #827ded);
}

.connect-section-container {
  grid-row-gap: 60px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

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

.gray-circle {
  width: 30px;
  height: 30px;
  background-color: #17171a;
  border-radius: 50px;
}

.company-avatar-container {
  justify-content: center;
  align-items: center;
  position: relative;
}

.company-avatar-container.up {
  top: -18px;
  right: -14px;
}

.company-avatar-container.bot {
  bottom: -11px;
  left: -11px;
}

.company-avatar-container.random {
  top: 2px;
  left: -12px;
}

.company-avatar-circle {
  z-index: 1;
  width: 75px;
  height: 75px;
  min-height: 75px;
  min-width: 75px;
  position: relative;
}

.company-avatar {
  width: 100%;
  height: 100%;
}

.grey-circle-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.iphone-screen-image-container {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 14px;
  right: 14px;
}

.success-message-toast {
  background-color: #000;
  border-radius: 7px;
}

.success-message-toast.white {
  color: #fff;
}

.text-span, .purple-text {
  color: #827ded;
}

.copyright-text {
  margin-bottom: 0;
  font-size: 16px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .hero-button-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .logo-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .feature-image {
    width: 50%;
    height: auto;
    max-width: 50%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 38px;
  }

  .nav-menu {
    grid-row-gap: 40px;
    background-color: #1b1c1e;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-margin-l._100width {
    margin-top: 1.7em;
  }

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

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

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

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

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

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: #1b1c1e;
    border-radius: 10px;
  }

  .center-box {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-buttons-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .link-container {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .copy-right-section {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .hero-text {
    font-size: 52px;
  }

  .app-main-photo {
    border-radius: 8px;
  }

  .app-info-01 {
    width: 150px;
  }

  .app-info-02 {
    width: 280px;
    border-radius: 4px;
  }

  .logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .feature-cards-container._02 {
    width: 100%;
    min-width: 100%;
  }

  .feature-card-big-app-holder._02 {
    padding-left: 153px;
    padding-right: 153px;
  }

  .feature-cards {
    flex-direction: column;
  }

  .phone-container {
    height: 640px;
  }

  .phone-container._02 {
    width: 180%;
  }

  .tab-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .payment-tab-holder {
    padding: 55px 93px;
  }

  .payment-padding {
    grid-row-gap: 40px;
  }

  .plan-number {
    font-size: 110px;
  }

  .grid-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .connect-section-container {
    grid-row-gap: 50px;
  }

  .connect-grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

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

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .change-log-container {
    height: 340px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .link-gradient-text.grey-full {
    padding-left: 16px;
    padding-right: 16px;
  }

  .copy-right-section {
    text-align: center;
  }

  .quick-access-card-holder {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .arrow-holder-container {
    right: 58px;
  }

  .app-main-photo {
    width: 95%;
  }

  .app-info-02 {
    width: 180px;
  }

  .feature-image {
    border-radius: 6px;
  }

  .slider-image-holder {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .slider-sticky-holder._01 {
    position: static;
  }

  .slider-sticky-holder._02 {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0%;
  }

  .slider-sticky-holder._03 {
    position: -webkit-sticky;
    position: sticky;
  }

  .sticky-slider-container {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .feature-card-big-app-holder {
    padding-left: 58px;
    padding-right: 58px;
  }

  .feature-card-big-app-holder._02 {
    padding-left: 106px;
    padding-right: 106px;
  }

  .full-app-image-container._02 {
    width: 160%;
  }

  .phone-container {
    height: auto;
  }

  .copyright-text {
    max-width: 80%;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  .container {
    padding: 1em;
  }

  .container._6em {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .header-holder {
    height: 170px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
  }

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

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

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    height: 420px;
    justify-content: space-between;
    padding: 30px;
  }

  .footer {
    text-align: left;
    padding: 21px 0;
  }

  .footer-flex-container {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .footer-logo-link {
    height: 60px;
  }

  .link-gradient-text {
    width: 100%;
  }

  .link-gradient-text.grey-full {
    padding-left: 8px;
    padding-right: 8px;
  }

  .copy-right-section {
    text-align: left;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-link-holder {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .quick-access-card-holder {
    padding: 20px;
  }

  .quick-access-card-holder.less-padding {
    padding-top: 20px;
    padding-right: 40px;
  }

  .arrow-holder-container {
    width: 25px;
    height: 25px;
    min-height: 25px;
    min-width: 25px;
    top: 24%;
    bottom: auto;
    left: auto;
    right: 9%;
  }

  .form-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .form-gradient {
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, #171717, rgba(23, 23, 23, 0));
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .submit-button {
    position: static;
  }

  .hero-text {
    font-size: 36px;
  }

  .hero-button-holder {
    grid-row-gap: 14px;
    flex-direction: column;
    margin-top: 38px;
  }

  .app-info-01 {
    z-index: 20;
    width: 100px;
    top: -34%;
  }

  .app-info-02 {
    bottom: -32%;
  }

  .features-container {
    grid-row-gap: 60px;
  }

  .sticky-text-container {
    width: auto;
    min-width: 0;
  }

  .feature-card-big-app-holder {
    padding: 20px;
  }

  .feature-card-big-app-holder._02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-app-image-container {
    width: 100%;
    margin-top: 9px;
  }

  .phone-container {
    height: 500px;
    margin-top: -32px;
    margin-bottom: -32px;
    top: 6px;
  }

  .phone-container._02 {
    width: 100%;
    height: 360px;
    min-height: 360px;
    min-width: 120%;
    left: 29px;
  }

  .payment-tab-holder {
    padding-left: 11px;
    padding-right: 11px;
  }

  .plan-number {
    font-size: 90px;
  }

  .grid-list {
    flex-direction: column;
    display: flex;
  }

  .tabs-menu {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tab-text {
    width: 100%;
  }

  .tab-link {
    background-image: linear-gradient(to top, #2f2f2f 36%, rgba(47, 47, 47, 0));
  }

  .tab-link.right-side {
    background-image: linear-gradient(#2f2f2f 16%, rgba(47, 47, 47, 0));
  }

  .connect-section-container {
    grid-row-gap: 40px;
  }

  .connect-grid-container {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .company-avatar-container.up.hide {
    display: none;
  }

  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .form {
    flex-direction: column;
  }

  .copyright-text {
    width: 100%;
    max-width: 100%;
  }
}

#w-node-_3e5d2762-47b3-db8b-cc0c-4a656fea09c8-82bb5bb5, #w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-82bb5bb5, #w-node-_5865c2f9-085b-8a6d-8622-8912e97a7274-82bb5bb5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_55eeaba3-9b54-f591-debf-2f656f5641f6-82bb5bb5, #w-node-bbe64543-f8b8-e245-b98f-f12add5ba78e-82bb5bb5, #w-node-_21ad6684-3158-f9d9-417c-29f08a721e3e-82bb5bb5, #w-node-_21ad6684-3158-f9d9-417c-29f08a721e57-82bb5bb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b3914f6-0a6d-8c3b-f9b8-6366871866d8-0a144c54 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_177ad39d-ec13-3434-08d3-899b73ba7d6c-0a144c54 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f8c93020-c423-40f4-655c-4ee60417bbd1-82bb5bb9, #w-node-_8ac40323-8a28-59d8-0c48-3b1187cb507f-82bb5bbb, #w-node-_8663c85b-facb-225d-7b13-80dc275bcad2-82bb5bbb, #w-node-_14413751-5752-1eaf-8c22-5547096a4013-82bb5bbb, #w-node-_0b113069-784b-ebf9-242f-1f42d36c587e-82bb5bbb, #w-node-_74754042-f569-6ff2-bf79-0aa1d01c63e3-82bb5bbf, #w-node-_51afad64-b371-59d8-9be3-be57608b8d05-82bb5bbf, #w-node-_6f252097-c1b9-b13b-1a9c-5c484df0e808-82bb5bbf, #w-node-dd944cbf-04d0-c864-5723-705aa7a9a61a-82bb5bbf, #w-node-_8ed1b952-23ff-bc0f-8964-7935e1d755b8-82bb5bbf, #w-node-eb8dec28-6d4f-c86f-c68f-8ba9fc65946d-82bb5bbf, #w-node-babb1a74-1ca8-4e3b-31b3-e12d0db617bd-82bb5bbf, #w-node-bdac6aad-ea46-de38-5682-bb015f0792da-82bb5bbf, #w-node-eb817875-6024-a502-e779-eda35e78cc93-82bb5bbf, #w-node-d3c3c151-1353-6cb9-6eda-5a85beed78a2-82bb5bbf, #w-node-_48a7b1d3-b07a-497b-d5ee-44049694be04-82bb5bbf, #w-node-d153327e-0b89-53f6-8af6-bfb408d9df35-82bb5bbf, #w-node-b40307ba-5bc6-bd78-6e19-712b5713de87-82bb5bbf, #w-node-_548a5b34-b2c2-5a0b-7e8c-aacb07ebb25f-82bb5bbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcfa0579-6986-668e-09cb-5d36b8f087e7-b8f087d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_3e5d2762-47b3-db8b-cc0c-4a656fea09c8-82bb5bb5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-82bb5bb5 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8b3914f6-0a6d-8c3b-f9b8-6366871866d8-0a144c54, #w-node-_177ad39d-ec13-3434-08d3-899b73ba7d6c-0a144c54 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bcfa0579-6986-668e-09cb-5d36b8f087e7-b8f087d1 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3e5d2762-47b3-db8b-cc0c-4a656fea09c8-82bb5bb5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-82bb5bb5 {
    grid-column-end: 2;
  }

  #w-node-f8c93020-c423-40f4-655c-4ee60417bbc1-82bb5bb9, #w-node-f8c93020-c423-40f4-655c-4ee60417bbc5-82bb5bb9, #w-node-f8c93020-c423-40f4-655c-4ee60417bbc9-82bb5bb9, #w-node-f8c93020-c423-40f4-655c-4ee60417bbcd-82bb5bb9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8ac40323-8a28-59d8-0c48-3b1187cb507f-82bb5bbb, #w-node-_8663c85b-facb-225d-7b13-80dc275bcad2-82bb5bbb, #w-node-_14413751-5752-1eaf-8c22-5547096a4013-82bb5bbb, #w-node-_0b113069-784b-ebf9-242f-1f42d36c587e-82bb5bbb {
    grid-column: span 2 / span 2;
  }

  #w-node-_74754042-f569-6ff2-bf79-0aa1d01c63e3-82bb5bbf, #w-node-_51afad64-b371-59d8-9be3-be57608b8d05-82bb5bbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


