:root {
  --dark-slate-gray: #262c46;
  --silver: #c2beb396;
  --dark-slate-gray-2: #312b3de3;
  --dark-slate-gray-3: #403026e3;
  --chocolate: #cc6825;
  --light-sea-green: #25b8cc;
  --medium-aquamarine: #77b2c9;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #fff;
  text-shadow: 0 1px #0000004d;
  background-color: #524237;
  background-image: linear-gradient(#6da3ad66, #403026e6), url('../images/beach2jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  padding-top: 156px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 68px;
  line-height: 44px;
}

h2 {
  text-shadow: none;
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.button {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #77b2c9;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 35%;
  height: 54px;
  padding: 4px 29px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button:hover {
  background-color: #2da1cf;
}

.subtitle {
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

.field {
  float: left;
  color: #262c46;
  background-color: #ebe8e4;
  border: 0 solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 65%;
  height: 54px;
  font-size: 16px;
  transition: box-shadow .15s;
  box-shadow: inset 0 0 8px #0000;
}

.field:focus {
  color: #000;
  box-shadow: inset 0 0 0 1px #77b2c9, 0 0 12px 1px #77b2c9;
}

.sign-up-form {
  margin-bottom: 111px;
}

.share-text {
  color: #f1ebf766;
  text-shadow: 0 1px #0000;
  margin-bottom: 12px;
}

.social-widget {
  float: left;
  opacity: .81;
  width: 104px;
  transition: opacity .3s;
}

.social-widget:hover, .social-widget.full-opacity {
  opacity: 1;
}

.social-widget-wrapper {
  margin-bottom: 17px;
}

.success-message {
  background-color: #2da1cf;
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: #ffffffa1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.content-wrapper {
  width: 60%;
  display: inline-block;
}

.header-section {
  background-image: linear-gradient(#40302666, #403026e6), url('../images/beach2jpg');
  background-size: auto, cover;
  height: 100%;
  padding-top: 194px;
  padding-bottom: 194px;
}

.footer-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #7e7c87;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright {
  color: #ffffff61;
  text-shadow: none;
  margin-top: 0;
}

.content-section {
  color: #312b3de3;
  text-shadow: none;
  background-color: #ebe8e4;
  padding-top: 49px;
  padding-bottom: 49px;
}

.logo-text {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 101%;
}

.iphone-image {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.color-section {
  background-color: #0a0819;
  margin-top: 0;
  padding-top: 68px;
  padding-bottom: 68px;
}

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

.form {
  margin-bottom: -90px;
}

.image {
  margin-top: 0;
  margin-left: 0;
}

.body {
  background-color: var(--dark-slate-gray);
  background-image: none;
  padding-top: 0;
}

.image-2 {
  border-radius: 20px;
  margin-bottom: 0;
}

.body-2 {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 0;
}

.color-rectangle {
  transform-origin: 50%;
  background-color: #fe7b67;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.color-rectangle.type-5 {
  background-color: #22306a;
}

.color-rectangle.type-4 {
  background-color: #5777ff;
}

.color-rectangle.type-3 {
  background-color: #df9f7f;
}

.color-rectangle.type-2 {
  background-color: #e89f4c;
}

.menu-button-2 {
  color: #222229;
  background-color: #fff;
  border-radius: 50px;
  padding: 13px;
  font-size: 20px;
}

.menu-button-2.w--open {
  color: #fff;
  background-color: #ff7bb0;
}

.head-single-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-top: 30px;
  padding-top: 78px;
  padding-bottom: 78px;
  display: flex;
}

.section-single-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-5 {
  margin-left: 220px;
  margin-right: 220px;
}

.heading-center {
  text-align: center;
  max-width: 840px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.brand {
  margin-left: 5px;
  margin-right: 28px;
  transition: transform .4s, color .4s;
}

.brand:hover {
  transform: scale(.95);
}

.thin-color-line {
  width: 100%;
  height: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.block-navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-5-colors {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.nav-left {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  display: flex;
}

.nav-link-2 {
  opacity: .75;
  color: #222229;
  padding: 10px 24px;
  transition: opacity .4s;
}

.nav-link-2:hover {
  opacity: 1;
  color: #6f6f74;
}

.nav-link-2.w--current {
  color: #36cc9c;
}

.nav-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  max-width: none;
  margin-bottom: 8px;
  padding-left: 0;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.content.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.bold-text, .rich-text-block {
  color: var(--dark-slate-gray);
}

.link {
  color: #ffffff61;
  text-decoration: none;
}

.link-2 {
  color: #ffffff61;
  -webkit-text-stroke-color: #fff0;
  text-shadow: none;
  text-decoration: none;
}

.link-3 {
  color: #ffffff61;
  text-shadow: none;
  text-decoration: none;
}

.div-block-6 {
  width: 50px;
  height: 10px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.container {
  max-width: 1080px;
}

.bg {
  background-image: url('../images/bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.tag-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #18175c8f;
  border-radius: 99px;
  padding: 8px 10px;
}

.paragraph {
  margin-bottom: 0;
  padding: 0;
}

.link-block {
  height: auto;
}

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

.tag-text {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 100%;
}

.bg-2 {
  background-image: url('../images/Cleaner.bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.herosec {
  background-image: linear-gradient(#000, #000);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.button-2 {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #2d22ff00;
  background-image: linear-gradient(135deg, #110c52, #232879);
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  transition: box-shadow .4s;
}

.button-2:hover {
  box-shadow: 0 2px 20px #ddf1ff33, inset -5px -2px 15px #151147bd;
}

.card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  background-image: linear-gradient(#0d0f2791, #000000a8);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 558px;
  padding: 115px 20px;
  transition: all .475s;
  box-shadow: 0 6px 20px 10px #94daff1a;
}

.card-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.blur {
  background-image: radial-gradient(circle, #fffc, #82b2ffd9 16%, #40577d00 60%, #000 87%, #000);
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.svg {
  color: #6a696f;
  width: 20px;
}

.flex-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.navbar-2 {
  position: fixed;
}

.nav-menu-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  margin-right: -.25rem;
  display: flex;
}

.nav-menu-button {
  padding: 0;
}

.logo-wrapper {
  grid-column-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 84%;
}

.actions-wrapper {
  grid-column-gap: .75rem;
  display: flex;
}

.logo-2 {
  margin-bottom: .25rem;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.logo-2:hover {
  opacity: .72;
}

.nav-link-3 {
  color: #dbdbdb;
  border-radius: .5rem;
  align-items: center;
  min-height: 2.5rem;
  margin-left: .125rem;
  margin-right: .125rem;
  padding: 0 .875rem;
  font-size: 14px;
  transition: all .25s;
  display: flex;
}

.nav-link-3:hover {
  opacity: .84;
  color: #8683ff;
  background-color: #00000080;
  border-radius: 8rem;
}

.nav-link-3:focus {
  color: #ff426f;
}

.nav-link-3.w--current {
  z-index: 1;
  color: #fff;
  background-color: #0000;
  border-radius: 8rem;
}

.nav-link-3.w--current:hover {
  opacity: 1;
}

.nav {
  z-index: 99;
  -webkit-text-fill-color: inherit;
  background-color: #160b1500;
  background-image: linear-gradient(#0b0827, #0000);
  background-clip: border-box;
  border: 1px #ffffff47;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-container {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .button {
    width: 40%;
  }

  .field {
    width: 60%;
  }

  .content-wrapper {
    width: 81%;
  }

  .menu-button-2 {
    margin-left: 10px;
    transition: transform .4s, background-color .4s, color .4s;
  }

  .menu-button-2:hover {
    color: #fff;
    background-color: #222229;
    transform: scale(.95);
  }

  .head-single-page {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .nav-link-2 {
    opacity: 1;
    color: #222229;
    padding: 12px 15px;
    transition: color .4s, opacity .4s;
    display: block;
  }

  .nav-link-2:hover {
    color: #e66551;
  }

  .content {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .content.only-single-page {
    margin-bottom: 100px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 15px;
    margin-top: 22px;
    padding: 8px 15px;
    box-shadow: 0 10px 10px -5px #2222290d;
  }

  .nav-menu-2 {
    background-color: #101211;
    border-bottom: .0625rem solid #2e3130;
    align-items: flex-start;
    width: 100vw;
    min-width: 100vw;
    margin-right: 0;
    padding: 1rem 3.125rem 2rem;
  }

  .nav-menu-button {
    flex-direction: row;
    justify-content: center;
    margin-left: 1rem;
    margin-right: -.5rem;
    padding: 0;
    display: flex;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon-line-top {
    background-color: #fff;
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-bottom: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-3 {
    margin: .25rem 0;
  }

  .menu-icon-line-bottom {
    background-color: #fff;
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-top: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    text-align: center;
    padding-top: 47px;
  }

  .button {
    width: 40%;
  }

  .subtitle {
    text-shadow: none;
  }

  .field {
    width: 60%;
  }

  .sign-up-form {
    margin-bottom: 38px;
  }

  .share-text {
    color: #f1ebf7ed;
  }

  .social-widget-wrapper {
    width: 202px;
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .header-section {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .iphone-image {
    width: 190px;
    margin-top: 0;
    margin-bottom: -40px;
  }

  .color-section {
    padding-top: 62px;
    padding-bottom: 34px;
  }

  .head-single-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand {
    padding-left: 0;
  }

  .content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content.only-single-page {
    margin-bottom: 80px;
  }

  .herosec {
    height: auto;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    background-color: #101211;
    border-right: .0625rem solid #202221;
    margin-right: 0;
  }

  .logo-wrapper {
    display: flex;
  }

  .nav-link-3.w--current {
    background-position: 0%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .subtitle {
    text-shadow: none;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 194px;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright {
    text-align: center;
  }

  .iphone-image {
    width: 167px;
    margin-bottom: 0;
  }

  .color-section {
    padding-top: 75px;
  }

  .menu-button-2:hover, .menu-button-2.w--open {
    background-color: #36cc9c;
  }

  .head-single-page {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-single-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5-colors {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .nav-link-2:hover {
    color: #36cc9c;
  }

  .content {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .content.only-single-page {
    margin-bottom: 70px;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .herosec {
    height: auto;
  }

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

  .card {
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-7 {
    height: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-2 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .nav-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

#w-node-d764f49a-d83e-9723-559c-6fca7e81cb6b-748edba4 {
  justify-self: center;
}

#w-node-d764f49a-d83e-9723-559c-6fca7e81cb74-748edba4 {
  justify-self: end;
}


