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

.div-block {
  height: 60px;
  min-width: 33%;
  background-color: #f8f8f8;
  color: #cf7a7a;
}

.footer {
  width: 100%;
}

.footer-link {
  text-align: right;
  color: #f8f8f8;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.home-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6b46ff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(74, 56, 177, 0.32), rgba(70, 209, 214, 0.08)), -webkit-gradient(linear, left top, left bottom, from(#1a68ff), to(rgba(114, 247, 255, 0.53))), -webkit-gradient(linear, left top, left bottom, from(#7c5bff), to(#af71ff));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(74, 56, 177, 0.32), rgba(70, 209, 214, 0.08)), linear-gradient(180deg, #1a68ff, rgba(114, 247, 255, 0.53)), linear-gradient(180deg, #7c5bff, #af71ff);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.tri-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 30px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tri-column.gutter {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.tri-column.pp-column {
  padding-right: 20%;
  padding-left: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8c56ff), color-stop(7%, #5e83e7));
  background-image: linear-gradient(180deg, #8c56ff, #5e83e7 7%);
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content {
  width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.button {
  display: none;
  width: 100%;
  height: 53px;
  max-height: none;
  max-width: none;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fe2c55;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.button.lower-button {
  display: none;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition-property: none;
  transition-property: none;
}

.button.two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 6px 5px rgba(0, 0, 0, 0.09);
}

.logo-text {
  margin-top: 0px;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 2em;
  line-height: 100%;
  font-weight: 700;
}

.logo-text.pink {
  color: #000;
}

.button-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  line-height: 0px;
  font-weight: 600;
  text-decoration: none;
}

.header-text {
  width: 95vw;
  max-width: 300px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 100%;
  font-weight: 900;
  white-space: normal;
}

.header-text.privacy-policy-header {
  width: 100vw;
  max-width: 480px;
  margin-top: 30px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

.lower-header-text {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 30px;
  direction: ltr;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 600;
  text-indent: 9px;
  white-space: normal;
}

.div-block-2 {
  display: none;
  overflow: visible;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  max-width: 8.5rem;
  background-color: #fff;
}

.text-block {
  margin-right: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.tri-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

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

.form-title-text {
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 51px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
}

.lower-form-text {
  max-width: 250px;
  margin-bottom: 40px;
  color: #9d9e9d;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}

.submit-button {
  width: 100%;
  height: 60px;
  margin-top: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 19px;
  background-color: #fe2c55;
  font-size: 17px;
  font-weight: 600;
}

.text-block-3 {
  max-width: 270px;
  margin-top: 20px;
  color: #9d9e9d;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.text-block-3.email-prompt {
  margin-top: 30px;
}

.form-block {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-input {
  height: 60px;
  margin-bottom: 15px;
  padding-left: 25px;
  border: 1px solid #ededed;
  border-radius: 19px;
  background-color: #f5f5f5;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.referrer-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: auto;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  padding-top: 13px;
  padding-right: 166px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: none;
  text-align: center;
}

.text-block-4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

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

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

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reffer-deal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 51px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
}

.aka-text {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

.text-block-6 {
  max-width: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  line-height: 170%;
  font-weight: 300;
}

.body-3 {
  color: #000;
}

.text-block-7 {
  max-width: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  line-height: 190%;
  font-weight: 400;
}

.submit-button-standalone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19px;
  background-color: #fe2c55;
  font-size: 17px;
  font-weight: 600;
}

.submit-button-standalone.black {
  background-color: #602cfe;
}

.div-block-5 {
  width: 80px;
  height: 10px;
}

.referral-link-text {
  margin-bottom: 40px;
  padding: 10px 26px;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #8f8f8f;
  font-size: 23px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

.video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  min-height: 100%;
  opacity: 0.4;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-button {
  width: 110px;
  height: 50px;
  border-radius: 5px;
  background-color: #ff2121;
}

.name-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 50px;
  line-height: 110%;
  font-weight: 500;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.white-apple {
  width: 26px;
  margin-right: 6px;
}

.bottom-column {
  width: 100%;
  height: 50%;
}

.video-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.horizonal-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-section {
  display: none;
  margin-top: 10px;
}

.image-2 {
  width: 70px;
  border-radius: 15px;
}

.person-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 60px;
  background-color: #172aff;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.person-footer-bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 200px;
  background-color: #ddd;
}

.div-block-10 {
  width: 300px;
  height: 60px;
}

.text-block-9 {
  text-align: center;
}

.image-3 {
  width: 30px;
}

.background-video-2 {
  display: none;
}

.background-video-3 {
  display: none;
}

.video-preview-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  display: none;
}

.image-5 {
  display: none;
}

.video-2 {
  position: absolute;
  left: 10%;
  top: 0%;
  right: 10%;
  bottom: auto;
  display: block;
}

.image-6 {
  min-width: 200px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.background-video-4 {
  position: absolute;
  left: 40.5px;
  top: 16%;
  right: 50%;
  bottom: auto;
  z-index: 3;
  width: 220px;
  height: 390px;
  border-radius: 0px;
}

.convo-input {
  position: absolute;
  left: 3%;
  top: auto;
  right: 3%;
  bottom: 6px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.body-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8dcff;
}

.privacy-policy-text {
  margin-top: 60px;
  padding: 24px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 7px 8px rgba(86, 92, 204, 0.06);
  opacity: 1;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000;
  font-size: 16px;
  text-align: justify;
}

.brand-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 53px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #e72b61;
  background-image: none;
  box-shadow: 0 1px 3px 0 rgba(48, 36, 36, 0.41);
  text-decoration: none;
}

.landing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8% 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: url('../images/Mask-Group-1.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
  font-weight: 700;
}

.div-block-11 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  height: 60px;
  max-width: 1020px;
  margin-top: 10px;
  margin-bottom: 65px;
  padding-top: 6px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section {
  display: none;
  padding-top: 40px;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  margin-top: 28px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.brand-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.brand-text.ubb {
  font-size: 18px;
}

.text-block-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-12 {
  max-width: 465px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
  text-align: left;
}

.text-block-13 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.text-block-13.black-login-text {
  color: #000;
}

.image-7 {
  height: 40px;
  border-radius: 5px;
}

.image-8 {
  max-width: 70%;
}

.image-9 {
  display: none;
  max-width: 75%;
  border: 1px none #000;
  border-radius: 5px;
  box-shadow: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  line-height: 24px;
}

.section-2 {
  padding-top: 65px;
  padding-right: 90px;
  padding-left: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#241b85), to(rgba(85, 59, 175, 0.06)));
  background-image: linear-gradient(180deg, #241b85, rgba(85, 59, 175, 0.06));
}

.how-it-works-header {
  margin-top: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.text-block-14 {
  max-width: 400px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.text-block-15.faq-header {
  margin-bottom: 20px;
}

.grid {
  width: 90vw;
  max-width: 920px;
  justify-items: center;
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-2 {
  justify-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block-16 {
  max-width: 700px;
  margin-bottom: -8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 80px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-it-works-sub {
  max-width: none;
  min-width: 160px;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fafafa;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.example-vid {
  z-index: 1;
  border-radius: 10px;
}

.example-vid.top-vid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  border-radius: 10px;
  -webkit-transform: translate(0px, 0px) rotate(6deg);
  -ms-transform: translate(0px, 0px) rotate(6deg);
  transform: translate(0px, 0px) rotate(6deg);
}

.example-vid.top-vid.bottom-left {
  min-width: 150px;
  box-shadow: 1px 1px 9px 6px rgba(0, 0, 0, 0.07);
  -webkit-transform: scale3d(1, 1, 0.8) rotate(6deg);
  transform: scale3d(1, 1, 0.8) rotate(6deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.example-vid.top-vid.diagnol {
  min-width: 140px;
  box-shadow: 1px 1px 9px 6px rgba(0, 0, 0, 0.07);
  -webkit-transform: scale3d(1, 1, 0.9) rotate(6deg);
  transform: scale3d(1, 1, 0.9) rotate(6deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.example-vid.top-vid.top-right {
  box-shadow: 1px 1px 9px 6px rgba(0, 0, 0, 0.07);
  -webkit-transform: scale3d(1, 1, 1.2) rotate(6deg);
  transform: scale3d(1, 1, 1.2) rotate(6deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.example-vid.bottom-video {
  width: 100%;
  max-width: 290px;
}

.right-arrow {
  max-height: 50px;
  margin-bottom: 93px;
}

.grid-3 {
  justify-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr 0.5fr 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.link-block-2 {
  text-decoration: none;
}

.link-block-2.white-login {
  margin-left: 10px;
  padding: 6px 20px;
  border-radius: 30px;
  background-color: #fff;
}

.brand-button-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.big-emoji {
  max-width: none;
  min-width: 160px;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  color: #fafafa;
  font-size: 80px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}

.how-it-works-image {
  display: none;
}

.how-it-works-emoji-image {
  width: 100px;
  height: 100px;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #ac5252;
}

.brand-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #6b46ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#382fb8), to(#ff8181)), -webkit-gradient(linear, left top, left bottom, from(#1a68ff), to(rgba(114, 247, 255, 0.53)));
  background-image: linear-gradient(180deg, #382fb8, #ff8181), linear-gradient(180deg, #1a68ff, rgba(114, 247, 255, 0.53));
}

.bold-text {
  font-size: 20px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-side-top-section {
  max-width: none;
  padding-right: 20px;
}

.right-side-top-section {
  width: 450px;
}

.text-block-17 {
  display: block;
  margin-top: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.grid-4 {
  margin-top: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.proof-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.example-video-top {
  width: 100%;
  height: 240px;
}

.div-block-16 {
  margin-top: 50px;
}

.grid-5 {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  max-width: 1020px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-study-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-6 {
  margin-top: 40px;
  grid-column-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-study-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 190px;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px 7px rgba(0, 0, 0, 0.09);
}

.case-study-image {
  width: 120px;
}

.case-study-title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.case-study-title.section-case-study-header {
  display: none;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.case-study-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #666;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 648px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 9px 8px rgba(0, 0, 0, 0.09);
}

.tiktok-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.tiktok-tag-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.tiktok-tag-subtext {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.faq-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-section.announcement-page {
  padding-top: 20px;
}

.grid-7 {
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.faq-text-div {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.faq-text-div.announcement-faq {
  margin-top: 40px;
}

.faq-header-div {
  margin-top: 40px;
}

.faq-header-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.faq-joke {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.faq-grid-section {
  max-width: 648px;
  margin-top: 40px;
  padding: 0px 24px 24px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #f9f9ff;
  box-shadow: 0 1px 9px 8px rgba(0, 0, 0, 0.09);
}

.text-block-18 {
  max-width: 640px;
  margin-top: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
}

.announcement-subtext {
  max-width: 648px;
  margin-top: 50px;
  margin-bottom: 120px;
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 825px;
  height: 90px;
  max-width: 1020px;
  margin-top: -50px;
  margin-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ff8400;
  background-image: linear-gradient(94deg, #ff8400, #ffa74a);
}

.text-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
}

.read-more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.text-block-20 {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .home-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tri-column {
    width: 100%;
  }

  .tri-column.gutter {
    display: none;
    width: 100%;
  }

  .tri-column.pp-column {
    padding-right: 10%;
    padding-left: 10%;
  }

  .text-div {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tri-panel {
    width: 100%;
  }

  .tri-panel.side-panel {
    display: none;
  }

  .div-block-4 {
    padding-right: 83px;
  }

  .logo-icon {
    width: 30px;
  }

  .image-2 {
    border-radius: 15px;
  }

  .div-block-11 {
    width: 100%;
    max-width: 500px;
    min-width: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .div-block-11.announcement-top {
    max-width: 550px;
  }

  .div-block-12 {
    width: 96%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    padding-top: 25px;
    padding-right: 1%;
    padding-left: 1%;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .brand-text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  }

  .image-9 {
    max-width: 93%;
  }

  .section-2 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .section-3 {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid {
    max-width: 720px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .example-vid.bottom-video {
    height: 395px;
    max-width: 230px;
  }

  .grid-3 {
    grid-column-gap: 60px;
  }

  .image-next {
    max-width: 90px;
  }

  .right-side-top-section {
    display: none;
  }

  .div-block-17 {
    width: 100%;
    max-width: 500px;
  }

  .grid-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-18 {
    width: 550px;
  }

  .faq-grid-section {
    max-width: 550px;
  }

  .announcement-subtext {
    margin-top: 60px;
  }

  .div-block-19 {
    width: 90vw;
  }

  .text-block-19 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .text-div {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-4 {
    padding-right: 62px;
  }

  .text {
    width: 375px;
  }

  .background-video-4 {
    left: 40px;
  }

  .landing-section {
    padding-right: 4%;
    padding-left: 4%;
  }

  .div-block-11.announcement-top {
    width: 90vw;
  }

  .section {
    display: none;
  }

  .text-block-10 {
    line-height: 24px;
  }

  .brand-text {
    font-size: 13px;
    font-weight: 600;
  }

  .brand-text.ubb {
    display: none;
  }

  .text-block-12 {
    max-width: 550px;
    font-size: 45px;
    line-height: 50px;
  }

  .image-9 {
    display: none;
    overflow: visible;
  }

  .section-2 {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-top: 40px;
  }

  .section-3 {
    padding-top: 60px;
  }

  .grid {
    max-width: 480px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-16 {
    max-width: 550px;
  }

  .how-it-works-sub {
    min-width: 110px;
  }

  .right-arrow {
    display: none;
  }

  .grid-3 {
    grid-auto-flow: row;
    grid-column-gap: 40px;
    -ms-grid-columns: 2.5fr 0.5fr 2.5fr 0.5fr 2.5fr;
    grid-template-columns: 2.5fr 0.5fr 2.5fr 0.5fr 2.5fr;
  }

  .big-emoji {
    min-width: 110px;
  }

  .left-side-top-section {
    width: 430px;
    padding-right: 0px;
  }

  .proof-div {
    width: 70px;
  }

  .case-study-section {
    padding-top: 30px;
  }

  .grid-6 {
    grid-column-gap: 12px;
  }

  .case-study-card {
    width: 150px;
  }

  .div-block-18 {
    width: 90vw;
    max-width: 580px;
  }

  .faq-grid-section {
    width: 90vw;
    max-width: 580px;
  }

  .text-block-18 {
    width: 90vw;
    max-width: 580px;
  }

  .announcement-subtext {
    width: 90vw;
    max-width: 580px;
    margin-bottom: 120px;
  }

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

@media screen and (max-width: 479px) {
  .tri-column.pp-column {
    padding-right: 5%;
    padding-left: 5%;
  }

  .main-content {
    width: 300px;
  }

  .div-block-3 {
    width: 300px;
  }

  .referrer-bar {
    height: 60px;
  }

  .div-block-4 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text {
    width: 280px;
  }

  .text-block-6 {
    line-height: 170%;
  }

  .text-block-7 {
    line-height: 170%;
  }

  .video-preview-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: none;
  }

  .image-6 {
    width: auto;
    cursor: none;
  }

  .landing-section {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-11 {
    max-width: 410px;
    margin-bottom: 40px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .div-block-11.announcement-top {
    width: 90vw;
  }

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

  .text-block-12 {
    max-width: 400px;
    font-size: 43px;
    line-height: 45px;
  }

  .text-block-13 {
    font-size: 15px;
    font-weight: 500;
  }

  .image-9 {
    max-width: 97%;
  }

  .text-block-14 {
    max-width: 370px;
    margin-top: 20px;
    font-size: 22px;
  }

  .text-block-15 {
    margin-bottom: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-16 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
  }

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

  .how-it-works-sub {
    margin-top: 0px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .grid-3 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 3px;
    grid-row-gap: 30px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-next {
    max-width: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-2.white-login {
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 12px;
  }

  .big-emoji {
    margin-top: 0px;
    padding-left: 10px;
    font-size: 16px;
  }

  .left-side-top-section {
    width: auto;
  }

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

  .div-block-16 {
    margin-top: 30px;
  }

  .div-block-17 {
    width: auto;
    max-width: none;
  }

  .case-study-section {
    padding-top: 0px;
  }

  .grid-6 {
    grid-row-gap: 21px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .case-study-card {
    width: 250px;
  }

  .div-block-18 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .faq-grid-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-10 {
    margin-left: -4px;
  }

  .text-block-18 {
    font-size: 30px;
  }

  .announcement-subtext {
    margin-top: 60px;
    margin-bottom: 100px;
    font-size: 22px;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    margin-top: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-19 {
    text-align: center;
  }

  .read-more-button {
    height: 50px;
  }

  .text-block-20 {
    font-size: 17px;
  }
}

#w-node-cf787264-bac3-cd88-fbc3-b3c3f4ba39c9-e22cd88e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0ad77632-8577-128e-5537-fe1d1a355383-452cd88f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3a5bf0e9-e14c-5a37-3ebc-5fadae0e597e-452cd88f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0ba6b846-6d69-64ee-59f5-07e90246a2e3-452cd88f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0bdea13a-45ac-ddc2-00e8-526d6b84fe06-452cd88f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_39cd859e-23ce-e956-007d-0156c4efb37f-452cd88f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7c69a81f-a8c2-c9a5-4b3a-aff6e3f5160d-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_984e3014-dccb-fca4-2511-148d7f0ee5bb-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e5295509-99c6-d9a3-effd-b866cf4bcd7c-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-cc13535d-69f1-06d2-7460-dc9a0e19342a-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e9aad526-889c-e7be-2131-f332c30fea3f-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0b6f7f5d-bd36-fbd5-271b-9f02c45c1620-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_99208e4d-095e-2d42-49d2-a3f7bd736fd7-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8d3fa16e-8383-a417-71f4-077758e71850-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a78495b5-7bcd-b368-e0b7-528ef3d78412-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b680ed22-581e-df25-2c48-a5c8ee29a318-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b05810e4-acb3-225b-1e15-5fb76dbf0981-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2464a2d3-429d-b148-a20f-66f1912725c4-452cd88f {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-d4ce3529-f17e-7c08-ff1e-08ef799aa846-452cd88f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6e51129b-88f5-1468-26cd-2970ed344659-452cd88f {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

