:root {
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray700: #344054;
  --untitled-ui-white: white;
  --untitled-ui-gray500: #667085;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-primary50: #f9f5ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 250px;
  height: 75px;
  background-color: #11bf9d;
  border-radius: 60px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.navbar-container {
  width: 1140px;
  max-width: 100%;
  justify-content: space-between;
  display: block;
}

.hero-section {
  max-width: 1140px;
  padding-top: 159px;
}

.heading {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
}

.div-block-4 {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 44px;
}

.heading-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.cta-buttons {
  max-width: 1140px;
  padding-top: 10vh;
}

.how-it-works {
  width: 515px;
  height: 61px;
  color: #11bf9d;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.start-process {
  width: 100%;
  height: 61px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #11bf9d;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 40px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.start-process.popup-section-exit {
  margin-top: 54px;
}

.start-process.redirect-me {
  background-color: #138f77;
  display: none;
  box-shadow: 4px 1px 20px 7px #62ddc5;
}

.div-block-5 {
  width: 100%;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.sections.ugc {
  max-width: none;
}

.sections.privacy {
  width: auto;
  max-width: none;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 65px;
  display: flex;
}

.sections.social-proof {
  height: 304px;
  max-width: none;
  background-color: #11bf9d;
  justify-content: center;
  margin-top: 60px;
  padding-left: 0;
  display: flex;
}

.sections.why-important {
  width: 1140px;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: block;
  overflow: hidden;
}

.sections.footer {
  max-width: none;
  background-color: #11bf9d;
  margin-top: 70px;
}

.main-hero {
  width: auto;
  height: 941px;
  max-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/b231ec54-d557-427e-ce33-fc505e488a00/public');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.text-span {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
}

.heading-3 {
  width: 450px;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  display: block;
}

.heading-3.ugc-title {
  width: auto;
  color: #11bf9d;
  text-align: center;
  font-weight: 700;
}

.heading-3.why-matters-h2 {
  width: 100%;
  color: #11bf9d;
  text-align: right;
  flex-direction: row;
  font-size: 48px;
  display: block;
}

.heading-3.privacy-title {
  width: auto;
  color: #11bf9d;
  text-align: center;
}

.heading-4 {
  text-align: center;
  font-weight: 500;
}

.heading-4.why-matters-h4 {
  text-align: right;
  flex-direction: row;
  padding-left: 15px;
  font-weight: 500;
  display: block;
}

.bold-text {
  width: 100%;
  text-align: right;
}

.text-span-4 {
  font-size: 48px;
  font-weight: 600;
}

.text-span-5 {
  font-size: 48px;
  font-weight: 700;
}

.counter {
  width: 100%;
  background-color: #11bf9d;
  overflow: hidden;
}

.social-proof {
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  display: flex;
}

.companies-logos {
  width: 100%;
  justify-content: flex-end;
  padding-right: 100px;
  display: flex;
  position: static;
}

.slider-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.slide-3 {
  background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/dcf7e447-7aa4-4166-d75c-70d7c43fe600/public');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 320px 144px;
}

.slide-3.slider-logos {
  width: 100%;
  background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/5844975f-913f-48c9-2201-cf0a1eb09100/public');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-4 {
  background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/f449add5-db54-47ba-1956-110ce7d51100/public');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 320px 144px;
}

.slide-4.slider-logos {
  background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/81771c22-e32b-46f1-ae9e-c773d741e400/public');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.video-block-ugc {
  width: 296px;
  height: 412px;
}

.marquee-ugc {
  grid-column-gap: 1rem;
  flex-direction: row;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.video-ugc {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  position: static;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.video-ugc.first-ugc {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  position: relative;
}

.privacy-matters {
  width: 1140px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 1px;
}

.slide-nav-2, .right-arrow, .left-arrow {
  display: none;
}

.slide-5.slider-logos {
  background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/32c69c79-964d-46b0-d0e0-632dd66a8b00/public');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-6.slider-logos {
  background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/3d7672b6-b1fb-4d84-03ed-bd53e2bf2c00/public');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7.slider-logos {
  background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/191eb3fc-5220-4712-7b4d-17b17860d200/public');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.container-4 {
  height: 17px;
}

.container-marquee {
  grid-column-gap: 1rem;
  flex: none;
  display: flex;
}

.container-marquee.scroll2 {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex-flow: row;
  overflow: visible;
}

.running-stats {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8vw;
  font-weight: 200;
  display: inline-block;
}

.text-span-7, .text-span-8, .text-span-9 {
  font-weight: 700;
}

.badages-logos {
  width: 70%;
  height: 120px;
  border-radius: 56px;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
  display: flex;
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, .2);
}

.badages-logos-images.mcaffe-logo {
  max-height: 213px;
  max-width: 267px;
}

.badages-logos-images.ssl-logo {
  max-height: 86px;
  max-width: 181px;
}

.badages-logos-images.norton-logo {
  max-height: 126px;
  max-width: 216px;
}

.div-block-9 {
  text-align: center;
  padding-top: 25px;
}

.heading-5.footer-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.div-block-10 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 100px;
  display: flex;
}

.div-block-11 {
  width: auto;
  flex-direction: row;
  justify-content: flex-end;
  display: block;
}

.container-why-matters {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-2 {
  width: 456px;
  height: 456px;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.container-social-proof {
  width: 1140px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-ugc-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.marquee-ugc-content.scroll {
  flex-direction: row;
}

.mask {
  width: 100%;
}

.popup-container {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: auto;
}

.popup-content {
  z-index: 3;
  width: 1108px;
  height: 638px;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.popup-logo {
  align-items: center;
  display: flex;
}

.popup-text {
  justify-content: center;
  align-items: center;
  display: block;
}

.image {
  margin-top: 50px;
}

.popup-text-slogan {
  color: #11bf9d;
  text-align: center;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.popup-text-h1 {
  color: #1fc5a5;
  text-align: center;
  font-size: 48px;
  text-decoration: none;
}

.text-block-3 {
  width: 55vw;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-3.pop-up-text-secondblock {
  padding-top: 43px;
}

.multi-step-container {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  overflow: visible;
}

.multi-step-wraper {
  z-index: 13;
  width: 70vw;
  height: 90vh;
  object-fit: fill;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.multi-step-slider {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
  overflow: visible;
}

.left-arrow-2, .right-arrow-2, .slide-nav-3 {
  display: none;
}

.multi-step-slide-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.multi-step-slide-content {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
}

.multi-step-title {
  width: 99.9998%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3%;
  display: flex;
}

.multi-step-h1 {
  color: #11bf9d;
  font-size: 48px;
}

.multi-step-loader {
  flex-direction: column;
  align-items: center;
  margin-top: 15%;
  display: flex;
}

.background-video-5 {
  width: 250px;
  height: 250px;
}

.multi-step-subtitle {
  margin-top: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}

.multi-step-step1-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 2%;
  display: flex;
}

.multi-step-step1-textblock {
  width: 80%;
  font-size: 20px;
}

.multi-step-step2-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-cat-lover {
  max-height: 219px;
  max-width: 250px;
}

.multi-step-counter {
  width: 70%;
  height: 10px;
  color: #d9d9d9;
  background-color: #d9d9d9;
  border-radius: 47px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multi-step-counter-inner {
  width: 30%;
  height: 9px;
  background-color: #11bf9d;
  border-radius: 47px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
}

.multi-step-counter-inner.counter-40 {
  width: 40%;
}

.multi-step-counter-inner.counter-95 {
  width: 95%;
}

.multi-step-counter-inner.counter-70 {
  width: 70%;
}

.multi-step-counter-inner.counter-60 {
  width: 60%;
}

.multi-step-counter-inner.counter-50 {
  width: 15%;
}

.multi-step-counter-inner.counter-30 {
  width: 30%;
}

.multi-step-counter-inner.counter-20 {
  width: 20%;
}

.slider-right {
  z-index: 1;
  width: 25%;
  height: 40px;
  text-align: center;
  background-color: #11bf9d;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
}

.multi-step-next-button {
  z-index: 50000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.html-embed, .html-embed-2 {
  display: none;
}

.text-span-10 {
  font-size: 15px;
}

.multi-step-exit-button {
  justify-content: flex-end;
  display: flex;
}

.multi-step-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.image-3 {
  max-height: 165px;
  max-width: 216px;
}

.image-4 {
  position: relative;
}

.text-block-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.multi-step-legal-explanation-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.multi-step-legal-explnation-text {
  width: 50%;
  padding-right: 15px;
}

.background-video-6 {
  width: 250px;
  height: 200px;
}

.generate-review-cta {
  width: 40vw;
  color: #11bf9d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #11bf9d;
  border-radius: 40px;
  font-size: 22px;
}

.generate-review-cta.final-cta-button {
  color: #fff;
  background-color: #11bf9d;
  display: none;
}

.exit-button-cta {
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-top: 25px;
  margin-right: 25px;
}

.warning-text {
  margin-left: 15px;
}

.image-google-verified {
  height: 90px;
  margin-right: 15px;
}

.image-clipboard {
  height: 90px;
}

.image-how-it-work {
  height: 150px;
}

.text-span-11 {
  font-style: italic;
  text-decoration: none;
}

.mask-2 {
  width: 100%;
  object-fit: contain;
  overflow: visible;
}

.slide-8, .slide-9, .slide-10, .slide-11, .slide-12 {
  overflow: auto;
}

.uui-heroheader08_image {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-ratings_number {
  color: var(--untitled-ui-gray700);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-right: .5rem;
}

.ratings_stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.uui-avatar-group_item {
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  border-radius: 50%;
  margin-right: -1rem;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-ratings_component {
  align-items: center;
  display: flex;
}

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2.5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .7rem;
  line-height: 1.5;
  display: block;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui-gray500);
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-gray500);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.button-redirect {
  background-color: var(--untitled-ui-primary600);
}

.uui-form_input {
  width: 25rem;
  height: auto;
  max-width: 100%;
  min-height: 2.75rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::-ms-input-placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader08_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader08 {
  background-color: var(--untitled-ui-gray50-501);
}

.text-span-12 {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-13 {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
}

.uui-footer07_legal-link {
  color: var(--untitled-ui-gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui-gray200);
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer07_link {
  color: var(--untitled-ui-gray600);
  text-align: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-button-wrapper.max-width-full-mobile-landscape {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout90_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout90_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.uui-layout90_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 1.4rem;
  padding-bottom: 7rem;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .heading, .heading-2 {
    padding-left: 10px;
    padding-right: 5px;
  }

  .how-it-works {
    margin-right: 15px;
  }

  .start-process {
    width: 100%;
    margin-left: 15px;
  }

  .sections.why-important {
    width: 100%;
  }

  .heading-3 {
    width: 300px;
    padding-left: 10px;
    font-size: 20px;
  }

  .heading-3.ugc-title {
    font-size: 28px;
  }

  .heading-3.why-matters-h2 {
    flex-direction: row;
    display: block;
  }

  .heading-4, .heading-4.why-matters-h4 {
    font-size: 20px;
  }

  .bold-text {
    text-align: right;
    font-size: 28px;
  }

  .text-span-4, .text-span-5 {
    font-size: 28px;
  }

  .counter {
    height: 5vh;
  }

  .social-proof {
    width: 100%;
  }

  .marquee-ugc {
    margin-top: 0;
  }

  .running-stats {
    font-size: 24px;
  }

  .badages-logos {
    height: 60px;
  }

  .div-block-10 {
    padding-right: 10px;
  }

  .background-video-2.video-object {
    width: 300px;
    height: 300px;
  }

  .container-social-proof {
    width: 100%;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .popup-container {
    display: none;
  }

  .popup-content {
    width: 95vw;
    height: 90vh;
  }

  .multi-step-container {
    display: none;
  }

  .multi-step-title {
    justify-content: center;
  }

  .multi-step-h1 {
    text-align: center;
  }

  .image-cat-lover {
    height: 90px;
  }

  .slider-right {
    width: 40%;
  }

  .image-3 {
    height: 115px;
  }

  .background-video-6 {
    width: 230px;
    height: 180px;
  }

  .image-5, .image-6 {
    height: 110px;
  }

  .bold-text-2 {
    font-size: 13px;
  }

  .image-google-verified {
    height: 80px;
  }

  .image-how-it-work {
    height: 100px;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader08_component {
    min-height: auto;
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-layout90_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .cta-buttons {
    padding-top: 0;
  }

  .start-process.popup-section-exit {
    width: auto;
    margin-right: 15px;
  }

  .heading-3 {
    width: 100%;
    padding-left: 30px;
    font-size: 18px;
  }

  .heading-3.why-matters-h2 {
    text-align: center;
  }

  .heading-4.why-matters-h4 {
    font-size: 18px;
  }

  .text-span-4, .text-span-5 {
    font-size: 24px;
  }

  .companies-logos {
    width: 50%;
  }

  .container-3 {
    display: none;
  }

  .badages-logos-images.mcaffe-logo {
    max-height: 89px;
    max-width: 115px;
  }

  .badages-logos-images.ssl-logo {
    max-height: 36px;
    max-width: 78px;
  }

  .badages-logos-images.norton-logo {
    max-height: 53px;
    max-width: 93px;
  }

  .background-video-2.video-object {
    width: 250px;
    height: 250px;
  }

  .popup-container {
    display: none;
  }

  .popup-content {
    height: 100vh;
    overflow: visible;
  }

  .popup-text {
    display: block;
  }

  .text-block-3.pop-up-text-secondblock {
    width: auto;
  }

  .text-block-3.popup-text-firstblock {
    width: auto;
    margin-left: 0;
    padding-left: 50px;
  }

  .multi-step-container {
    display: none;
  }

  .multi-step-h1 {
    margin-top: 5px;
    font-size: 32px;
  }

  .multi-step-subtitle {
    text-align: center;
    font-size: 16px;
  }

  .multi-step-step1-textblock {
    font-size: 14px;
  }

  .image-cat-lover {
    height: 150px;
    padding-right: 5px;
  }

  .multi-step-exit-button {
    height: 50px;
  }

  .multi-step-legal-explnation-text {
    font-size: 12px;
  }

  .generate-review-cta {
    font-size: 18px;
  }

  .exit-button-cta {
    margin-top: 9px;
  }

  .image-5 {
    height: 80px;
  }

  .bold-text-2 {
    font-size: 11px;
  }

  .warning-text {
    padding-left: 5px;
    font-size: 12px;
  }

  .image-google-verified {
    height: 60px;
  }

  .image-clipboard {
    height: 80px;
  }

  .uui-heroheader08_image {
    height: 22rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-form_input {
    max-width: 65vw;
  }

  .uui-heroheader08_form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer07_legal-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_link:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-footer07_link-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-layout90_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout90_component {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-center {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-2 {
    text-align: center;
    background-color: #11bf9d;
    border-radius: 17px;
    display: block;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    font-family: Montserrat, sans-serif;
  }

  .div-block {
    width: 50%;
    height: auto;
    justify-content: flex-end;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .div-block-2 {
    width: 50%;
  }

  .div-block-3 {
    width: 120px;
    height: 49px;
    background-color: #11bf96;
    border-radius: 40px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .text-block {
    color: #fff;
    text-align: center;
    padding-top: 18px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .text-block-2 {
    color: #fff;
    padding-top: 0;
    font-size: 12px;
  }

  .navbar-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-section {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    color: #fff;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
  }

  .div-block-4 {
    justify-content: space-around;
    align-items: flex-start;
    display: block;
  }

  .heading-2 {
    color: #fff;
    padding-left: 12px;
    padding-right: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
  }

  .cta-buttons {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    display: flex;
    overflow: visible;
  }

  .how-it-works {
    width: 100%;
    height: 51px;
    color: #11bf96;
    text-align: center;
    background-color: #fff;
    border-radius: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 9px;
    font-size: 17px;
    font-weight: 700;
    display: flex;
  }

  .start-process {
    width: 100%;
    height: 51px;
    min-width: 0;
    text-align: center;
    background-color: #11bf9d;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    height: 120px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    display: flex;
  }

  .sections {
    height: 55vh;
    padding: 10px 10px 90px;
  }

  .sections.ugc {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sections.privacy {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .sections.social-proof {
    height: auto;
    background-color: #11bf9d;
    margin-top: 20px;
    padding-bottom: 9px;
  }

  .sections.why-important {
    width: 100%;
    height: 102vh;
    margin-top: 0;
  }

  .sections.footer {
    height: auto;
    background-color: #11bf9d;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .main-hero {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/b231ec54-d557-427e-ce33-fc505e488a00/public');
    background-position: 0 0, 50% -40px;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-bottom: 11px solid #b7e7dd;
    padding-bottom: 60px;
  }

  .text-span {
    font-size: 40px;
    font-weight: 700;
  }

  .text-span-2 {
    font-weight: 700;
  }

  .heading-3 {
    width: 100%;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .heading-3.ugc-title {
    color: #11bf9d;
    margin-top: 0;
  }

  .heading-3.why-matters-h2 {
    text-align: center;
  }

  .heading-4 {
    text-align: center;
    padding-bottom: 47px;
    padding-left: 12px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .heading-4.why-matters-h4 {
    text-align: center;
  }

  .bold-text {
    color: #11bf9d;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 29px;
  }

  .text-span-3 {
    font-weight: 700;
    text-decoration: underline;
  }

  .text-span-4, .text-span-5 {
    font-size: 25px;
    font-weight: 800;
  }

  .counter {
    width: 100%;
    text-align: justify;
    background-color: rgba(255, 255, 255, .47);
    border-radius: 0;
    flex-direction: row;
    display: block;
    overflow: hidden;
  }

  .social-proof {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .stats {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    display: inline-block;
    overflow: visible;
  }

  .companies-logos {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 55px;
    padding-right: 0;
    overflow: visible;
  }

  .slide {
    background-image: url('../images/NEMARoofingSolutions-Logo-W.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 260px 70px;
  }

  .slider {
    height: 70px;
    background-color: #535353;
  }

  .slide-nav {
    background-image: url('../images/logo.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-attachment: scroll;
  }

  .slide-2 {
    height: 80px;
    max-height: 80px;
  }

  .slider-2 {
    max-height: 120px;
    background-color: rgba(221, 221, 221, 0);
  }

  .slide-3 {
    height: 144px;
    text-align: left;
    object-fit: fill;
    background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/dcf7e447-7aa4-4166-d75c-70d7c43fe600/public');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 234px 89px;
    position: relative;
  }

  .slide-3.slider-logos {
    width: 100%;
    height: auto;
    background-position: 50% 0;
    background-size: auto 100px;
  }

  .slide-4 {
    height: 144px;
    background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/f449add5-db54-47ba-1956-110ce7d51100/public');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 234px 89px;
    background-attachment: scroll;
  }

  .slide-4.slider-logos {
    width: 100%;
  }

  .video-block-ugc {
    width: 200px;
    height: 289px;
    margin-top: -15px;
    margin-bottom: 0;
  }

  .marquee-ugc {
    object-fit: fill;
    margin-top: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .video-ugc {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .video-ugc.first-ugc {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .description-ugc {
    object-fit: fill;
    background-color: #fff;
    border-radius: 0;
    padding: 10px;
    display: block;
    position: static;
    overflow: visible;
  }

  .name-ugc {
    padding-left: 0;
    font-size: 14px;
  }

  .location-ugc {
    padding-left: 0;
    font-size: 9px;
  }

  .background-video {
    height: 412px;
  }

  .div-block-7 {
    height: 1px;
    background-color: #fff;
    border-radius: 0;
  }

  .container-3 {
    width: 60vw;
    height: 2px;
    background-color: #fff;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .slide-nav-2, .right-arrow, .left-arrow {
    display: none;
  }

  .slide-5 {
    height: 144px;
    background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/1e7c52d0-593c-4695-2dfe-53db51c0aa00/public');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 234px 89px;
  }

  .slide-5.slider-logos {
    width: 100%;
    background-position: 50% 20%;
    background-size: auto 90px;
  }

  .slide-6 {
    height: 144px;
    background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/faf2f6eb-e965-4217-bd5a-079ef8fcc600/public');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 234px 89px;
    background-attachment: scroll;
  }

  .slide-6.slider-logos {
    width: 100%;
    background-position: 50% 10%;
    background-size: auto 90px;
  }

  .slide-7 {
    height: 144px;
    background-image: url('https://imagedelivery.net/kaiSiH2m37JWkiynQqP7qA/815b3744-71e4-488c-468d-620b280c3600/public');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 234px 89px;
  }

  .slide-7.slider-logos {
    width: 100%;
    background-position: 50% 10%;
  }

  .container-4 {
    padding-bottom: 16px;
  }

  .container-marquee {
    width: 420vw;
    height: 50px;
    background-color: #11bf9d;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-marquee.scroll2 {
    width: auto;
    justify-content: space-around;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }

  .running-stats {
    color: #fff;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 34px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1px;
    display: inline-block;
  }

  .text-span-6 {
    font-weight: 300;
  }

  .text-span-7, .text-span-8, .text-span-9 {
    font-weight: 700;
  }

  .badages-logos {
    width: 93.5vw;
    height: 51px;
    background-color: #fff;
    border-radius: 56px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, .2);
  }

  .badages-logos-images {
    width: 100%;
    height: 100%;
    max-height: 86px;
    max-width: 181px;
    object-fit: contain;
  }

  .badages-logos-images.mcaffe-logo {
    width: 100%;
    height: 100%;
    max-height: 213px;
    max-width: 267px;
    min-height: 115px;
    min-width: 89px;
    object-fit: fill;
  }

  .badages-logos-images.ssl-logo {
    min-height: 36px;
    min-width: 78px;
    object-fit: fill;
  }

  .badages-logos-images.norton-logo {
    max-height: 126px;
    max-width: 216px;
    min-height: 53px;
    min-width: 93px;
    object-fit: fill;
  }

  .div-block-8 {
    height: auto;
    background-image: linear-gradient(#f3f3f3, #f3f3f3);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    padding-top: 36px;
    display: flex;
  }

  .heading-5 {
    font-size: 15px;
  }

  .heading-5.footer-text {
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
  }

  .div-block-10 {
    width: 100%;
    padding-right: 0;
  }

  .container-why-matters {
    flex-direction: column;
  }

  .background-video-2 {
    width: 96vw;
    object-fit: contain;
  }

  .background-video-2.video-object {
    z-index: 5;
    width: 100vw;
    height: 45vh;
    object-fit: contain;
    display: block;
    position: relative;
    overflow: visible;
  }

  .container-social-proof {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .mask {
    width: 100%;
    height: 125px;
    overflow: hidden;
  }

  .div-block-12 {
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section {
    height: 100vh;
  }

  .div-block-13 {
    width: auto;
    height: auto;
    object-fit: contain;
    overflow: visible;
  }

  .background-video-3 {
    width: 100%;
    height: 450px;
    object-fit: fill;
  }

  .background-video-4 {
    width: 250px;
    height: 250px;
  }

  .popup-container {
    display: none;
  }

  .popup-text-slogan {
    text-align: center;
  }

  .popup-text-h1 {
    font-size: 24px;
  }

  .text-block-3.pop-up-text-secondblock {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    font-size: 16px;
  }

  .text-block-3.popup-text-firstblock {
    margin-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .italic-text {
    font-size: 8px;
  }

  .multi-step-container {
    display: none;
  }

  .multi-step-wraper {
    width: 92vw;
  }

  .multi-step-title {
    margin-top: 0%;
  }

  .multi-step-h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .background-video-5 {
    width: 190px;
    height: 190px;
  }

  .multi-step-subtitle {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .multi-step-step1-textblock {
    width: 90%;
    font-size: 12px;
    line-height: 17px;
  }

  .slider-right {
    width: 70%;
  }

  .multi-step-image {
    margin-bottom: 10px;
  }

  .image-3 {
    height: 70px;
  }

  .multi-step-legal-explanation-block {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .multi-step-legal-explnation-text {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .background-video-6 {
    width: 120px;
    height: 120px;
  }

  .generate-review-cta {
    width: 60vw;
    font-size: 12px;
  }

  .exit-button-cta {
    width: 30px;
    height: 30px;
  }

  .image-5 {
    height: 60px;
  }

  .bold-text-2 {
    font-size: 9px;
  }

  .warning-text {
    margin-left: 0;
    font-size: 9px;
  }

  .image-google-verified {
    height: 50px;
    margin-right: 0;
  }

  .image-clipboard {
    height: 50px;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .uui-heroheader08_image {
    height: 17.5rem;
  }

  .uui-ratings_number {
    justify-content: flex-start;
    margin-right: 15px;
    padding-right: 0;
  }

  .ratings_wrapper {
    flex-direction: column;
    flex: none;
    margin-left: .75rem;
    display: flex;
  }

  .uui-avatar-group_component {
    flex-direction: row;
  }

  .uui-ratings_component {
    flex-direction: column;
  }

  .uui-form_input {
    width: 25rem;
    max-width: 90vw;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader08_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 2rem;
  }

  .uui-section_heroheader08 {
    overflow: hidden;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 2.2rem;
  }
}
