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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

body {
  color: #4a4a4a;
  background-color: #f2f2f2;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #7b61ff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section {
  padding: 100px 20px;
  overflow: hidden;
}

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

.section.first {
  padding-top: 150px;
}

.section.st {
  overflow: visible;
}

.container {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.main-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 2fr 1fr;
}

.main-screen {
  background-color: #fff;
  background-image: url('../images/background.svg');
  background-position: -110% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  padding: 150px 70px;
  position: relative;
  overflow: hidden;
}

.main-screen-txt {
  max-width: 51%;
}

.ms-p {
  max-width: 460px;
  margin-top: 30px;
  margin-bottom: 45px;
  font-size: 18px;
}

.main-btn {
  text-align: center;
  background-color: #7b61ff;
  border-radius: 20px;
  padding: 18px 43px;
  font-size: 18px;
  transition: all .2s;
}

.main-btn:hover {
  color: #4a4a4a;
  background-color: #1ce7c2;
}

.main-img {
  width: 38%;
  height: auto;
  max-width: none;
  object-fit: fill;
  display: block;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: auto;
  right: 5%;
}

.featured-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 50px 70px;
  display: flex;
}

.featured-txt {
  width: 60%;
}

.txt-m {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.featured-img {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.featured-img.mrg-btm {
  margin-bottom: 0;
}

.featured-logos {
  width: 170px;
}

.third-main {
  background-color: #fff;
  background-image: url('../images/back-third.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  padding: 50px 70px;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto minmax(300px, .25fr);
  grid-template-columns: .5fr 1fr 1fr;
  margin-top: 50px;
}

.treat-block {
  min-height: 300px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.treat-block:hover {
  box-shadow: 0 2px 20px rgba(190, 190, 190, .2);
}

.treat-block.thrid {
  min-height: 200px;
}

.treat-block.overflow-visible {
  overflow: visible;
}

.table {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: radial-gradient(circle at 100% 100%, #eefafd, #fff 36%);
  border-radius: 50px;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-flow: row dense;
  margin-top: 50px;
  padding: 65px;
}

.table-row {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  align-items: center;
  display: flex;
}

.table-column-txt {
  width: 60%;
  height: 90px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.table-column-img {
  width: 20%;
  height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.none {
  width: 18px;
}

.check {
  width: 26px;
}

.navbar {
  z-index: 999999;
  width: 100%;
  margin-top: 10px;
  position: fixed;
}

.navbar.tablet {
  z-index: 999;
  background-color: rgba(221, 221, 221, 0);
  display: block;
}

.navbar.desktop {
  display: none;
}

.navbar-wrapper {
  border-radius: 50px;
  justify-content: space-between;
  padding: 20px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
}

.nav-logo-link.w--current {
  width: 120px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.menu-item {
  color: #4a4a4a;
  padding: 0;
  font-size: 18px;
  transition: all .2s;
}

.menu-item.w--current {
  color: #7b61ff;
}

.scnd-btn-menu {
  background-color: #4a4a4a;
  border-radius: 20px;
  margin-left: 40px;
  padding: 13px 40px;
  font-size: 18px;
  transition: all .2s;
}

.scnd-btn-menu:hover {
  background-color: #7b61ff;
}

.grid-block {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: stretch;
  align-items: start;
  justify-items: start;
  margin-top: 50px;
  display: grid;
}

.card {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 60px 90px;
  display: flex;
}

.card.mrg-btm {
  margin-bottom: 0;
}

.text-m.max-width {
  width: 380px;
}

.text-m.mrg-top {
  margin-top: 20px;
}

.heading {
  margin-top: 0;
  margin-bottom: 15px;
}

.wrapper-lottie {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 14%;
}

.image-phone {
  max-width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-phone.tablet {
  display: none;
}

.wrapper-card {
  height: 3000px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 250px;
  padding-bottom: 250px;
  display: flex;
}

.grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  font-weight: 200;
}

.text-field {
  min-height: 55px;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-bottom: 25px;
}

.input {
  width: 100%;
  margin-right: 20px;
}

.input.mrg-right {
  margin-right: 0;
}

.wrapper-input {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0;
}

.textarea {
  min-height: 137px;
  color: #b7b7b7;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-bottom: 25px;
  font-weight: 200;
}

.form-btn {
  text-align: center;
  background-color: #7b61ff;
  border-radius: 20px;
  padding: 18px 80px;
  transition: all .2s;
}

.form-btn:hover {
  color: #4a4a4a;
  background-color: #1ce7c2;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
}

.link {
  color: #000;
  text-decoration: underline;
}

.checkbox {
  width: 18px;
  height: 18px;
  background-color: #f9f9f9;
  border-color: #ededed;
  border-radius: 5px;
  margin-top: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  width: 18px;
  height: 18px;
  color: #000;
  background-color: #7b61ff;
  background-size: 10px;
  border: 0 #ededed;
  border-radius: 5px;
  font-size: 14px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 25px;
  padding-left: 20px;
  display: flex;
}

.large-cad {
  background-color: #fff;
  border-radius: 30px;
  padding: 70px 50px;
  position: relative;
  overflow: hidden;
}

.large-cad.radial-bg {
  background-image: radial-gradient(circle at 100% 100%, #eefafd 22%, #fff);
}

.success-message {
  background-color: rgba(123, 97, 255, .24);
  border-radius: 10px;
}

.text-block {
  font-weight: 400;
}

.error-message {
  border-radius: 10px;
  margin-top: 25px;
}

.text-block-2 {
  font-weight: 400;
}

.footer {
  background-color: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 85px 50px 60px;
}

.wrapper-logo {
  margin-bottom: 40px;
}

.flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: #4a4a4a;
  margin-bottom: 15px;
  display: block;
}

.link-footer.mrg-btm {
  margin-bottom: 0;
}

.colomn-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.image-2 {
  width: 90px;
  max-width: 100%;
  margin-right: 20px;
}

.image-3 {
  width: 60px;
}

.wrapper-image {
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.colomn-1 {
  margin-right: 100px;
}

.link-block {
  margin-right: 20px;
}

.link-block.mrg-left {
  margin-right: 0;
}

.colomn-3 {
  margin-right: 20px;
}

.button {
  background-color: #4a4a4a;
  border-radius: 20px;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 200;
  transition: all .2s;
}

.button:hover {
  background-color: #7b61ff;
}

.remodal {
  z-index: 2147483647;
  width: 600px;
  height: auto;
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 50px;
  display: none;
  position: relative;
}

.remodal.talk {
  width: 100%;
  max-width: 560px;
  background-color: #4a4a4a;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.image-absolute {
  cursor: pointer;
  transform-style: preserve-3d;
  margin-top: 20px;
  margin-right: 20px;
  transition: all .4s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-absolute:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}

.image-absolute.white {
  filter: invert();
}

.wrapper-remodal-content {
  padding: 0;
  position: static;
}

.hand-to-scroll {
  display: none;
}

.ucsf-logo {
  width: 200px;
  max-width: none;
}

.crun-logo {
  width: 230px;
}

.flex-logo {
  width: 40%;
  height: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.form-img {
  position: absolute;
  top: auto;
  bottom: -1%;
  left: 0%;
  right: 0%;
}

.form-img.pills {
  z-index: 2;
  color: #1ce7c2;
}

.form-img.pills-back {
  z-index: 0;
}

.form-img.phone {
  z-index: 1;
}

.wrapper-logos {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.image-9 {
  width: 80%;
  position: absolute;
  top: auto;
  bottom: -22%;
  left: auto;
  right: 2%;
}

.image-10 {
  width: 112%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: auto;
  right: -25%;
}

.image-11 {
  width: 70%;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: auto;
  right: -8%;
}

.image-12 {
  width: 75%;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: auto;
  right: 6%;
}

.image-13 {
  width: 85%;
  position: absolute;
  top: auto;
  bottom: -17%;
  left: auto;
  right: -12%;
}

.image-14 {
  width: 70%;
  position: absolute;
  top: auto;
  bottom: -58%;
  left: auto;
  right: -4%;
}

.image-15 {
  width: 60%;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: auto;
  right: 2%;
}

.image-16 {
  width: 93%;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: auto;
  right: -15%;
}

.image-17 {
  width: 58%;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: -13.5%;
}

.image-18 {
  width: 79%;
  position: absolute;
  top: auto;
  bottom: -34%;
  left: auto;
  right: 0%;
}

.dna {
  z-index: 1;
  width: 110%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -20px;
  right: auto;
}

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

.utility-page-content {
  width: 100%;
  max-width: 410px;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  flex-direction: column;
  padding: 40px 60px;
  display: flex;
}

.heading-404 {
  text-align: left;
}

.txt-404 {
  text-align: left;
  margin-bottom: 40px;
}

._404-img {
  width: 100%;
  max-width: none;
}

.logo-404 {
  width: 180px;
  margin-top: 40px;
}

.white {
  color: #fff;
}

.white.label {
  font-weight: 300;
}

.talk-form {
  margin-top: 30px;
}

.dark-field {
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #4a4a4a;
  border: 1px solid #707070;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.treat-img {
  width: 56%;
  position: absolute;
  top: auto;
  bottom: -28%;
  left: auto;
  right: 3%;
}

.treat-img.image-9 {
  width: 80%;
  bottom: -22%;
  right: 2%;
}

.treat-img.image-10 {
  width: 112%;
  bottom: 1%;
  right: -25%;
}

.treat-img.image-11 {
  width: 70%;
  bottom: -3%;
  right: -8%;
}

.treat-img.image-12 {
  width: 75%;
  bottom: -9%;
  right: 6%;
}

.treat-img.image-13 {
  width: 85%;
  bottom: -17%;
  right: -12%;
}

.treat-img.image-14 {
  width: 70%;
  bottom: -58%;
  right: -4%;
}

.treat-img.image-15 {
  width: 60%;
  bottom: -28%;
  right: 2%;
}

.treat-img.image-16 {
  width: 93%;
  bottom: 9%;
  right: -15%;
}

.treat-img.image-17 {
  width: 58%;
  bottom: 3%;
  right: -13%;
}

.treat-img.image-18 {
  width: 79%;
  bottom: -32%;
  right: 0%;
}

.legal-wrapper {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
}

.cookie-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 800px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  align-items: center;
  padding: 30px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: 1%;
  right: auto;
}

.cookie-preferences {
  color: #4a4a4a;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #4a4a4a;
  padding: 4px 5px;
}

.cookie-txt {
  max-width: 600px;
}

.cookie-deny {
  color: #4a4a4a;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 13px 20px;
}

.cookie-accept {
  color: #f2f2f2;
  white-space: nowrap;
  background-color: #7b61ff;
  border-radius: 10px;
  padding: 13px 20px;
}

.cookie-preferences-menu {
  z-index: 5;
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: 1%;
  right: auto;
}

.cookie-checkbox {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  border-bottom: 1px solid #ececec;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 200;
  display: block;
  position: relative;
}

.cookie-checkbox-label {
  text-align: left;
  font-size: 16px;
  font-weight: 200;
  display: block;
}

.cookie-checkbox-label.req {
  opacity: .45;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cookie-checkbox-a {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  flex: 0 auto;
  margin-left: 190px;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cookie-checkbox-a.w--redirected-checked {
  background-color: #7b61ff;
  background-size: 12px;
}

.save-preferences {
  background-color: #7b61ff;
  border-radius: 10px;
  padding: 10px 20px;
}

.allow-all {
  color: #7b61ff;
  background-color: #fff;
  border: 1px solid #7b61ff;
  border-radius: 10px;
  margin-right: 20px;
  padding: 10px 20px;
}

.reject-all {
  color: #adadad;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 20px;
}

.cookie-form {
  margin-top: 30px;
  display: inline-block;
}

.heading-406 {
  width: 260px;
  display: block;
}

.cc-close {
  width: 60px;
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.checkbox-label-2 {
  display: none;
}

.cookie-btns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.sticky-headline {
  z-index: -1;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}

.rich-text-block {
  margin-bottom: 0;
}

.rich-text-block h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text-block ul {
  margin-top: 20px;
  margin-bottom: 40px;
}

.rich-text-block li {
  margin-bottom: 10px;
}

.rich-text-block p {
  margin-bottom: 20px;
}

.rich-text-block h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.div-block {
  width: 6%;
  background-color: #fff;
  border-radius: 50%;
}

.nobr {
  white-space: nowrap;
  overflow-wrap: normal;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h4 {
    font-size: 20px;
  }

  .section {
    padding: 60px 40px;
  }

  .section.main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.first {
    padding-top: 130px;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid {
    grid-template-columns: 2fr;
  }

  .main-screen {
    padding-top: 70px;
    padding-bottom: 250px;
  }

  .main-screen-txt {
    max-width: none;
  }

  .main-btn {
    text-align: center;
  }

  .main-img {
    width: 300px;
    right: 7%;
  }

  .featured-txt {
    width: 58%;
  }

  .txt-m {
    font-size: 16px;
  }

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

  .table {
    padding: 20px 30px 60px;
  }

  .table-row {
    justify-content: space-between;
    padding-bottom: 10px;
  }

  .table-column-txt {
    width: 45%;
    align-items: flex-end;
  }

  .table-column-img {
    width: 20%;
  }

  .none {
    width: 16px;
  }

  .check {
    width: 23px;
  }

  .navbar {
    background-color: rgba(221, 221, 221, 0);
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .navbar.tablet {
    display: block;
  }

  .navbar.desktop {
    display: none;
  }

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

  .nav-logo-link {
    width: 120px;
  }

  .navbar-menu {
    z-index: 9999999;
    background-color: #fff;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
    padding-left: 70px;
    padding-right: 70px;
    display: block;
  }

  .menu-item {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    padding: 20px 20px 0 0;
    display: block;
    position: relative;
  }

  .scnd-btn-menu {
    margin-top: 40px;
    margin-left: 0;
    display: block;
  }

  .grid-block {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: center;
  }

  .card {
    margin-bottom: 30px;
    padding: 50px 70px;
  }

  .text-m.max-width {
    width: 550px;
  }

  .wrapper-lottie {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: 0%;
  }

  .image-phone {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-phone.desktop {
    display: none;
  }

  .image-phone.tablet {
    display: block;
  }

  .wrapper-card {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    margin-top: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr;
  }

  .large-cad {
    padding: 40px 30px;
  }

  .large-cad.radial-bg {
    min-height: 540px;
    padding-bottom: 60%;
  }

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

  .wrapper-logo {
    margin-bottom: 50px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .link-footer {
    margin-right: 10px;
  }

  .colomn-2 {
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .wrapper-image {
    align-items: center;
    margin-bottom: 20px;
  }

  .colomn-1 {
    margin-right: 0;
  }

  .colomn-3 {
    flex: none;
  }

  .colomn-4 {
    width: 50%;
  }

  .button {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .line {
    width: 30px;
    height: 3px;
    background-color: #4a4a4a;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line.mrg-btm {
    margin-bottom: 0;
  }

  .image-4 {
    width: 90%;
  }

  .text-block-3 {
    margin-bottom: 50px;
  }

  .form-img {
    max-width: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-logos {
    margin-top: 20%;
  }

  .image-9 {
    width: 85%;
    bottom: -5%;
    right: -8%;
  }

  .image-10 {
    width: 85%;
    bottom: -1%;
    right: -11%;
  }

  .image-11 {
    width: 67%;
    bottom: 3%;
    right: 3%;
  }

  .image-12 {
    width: 90%;
    bottom: -8%;
    right: 0%;
  }

  .image-13 {
    bottom: -20%;
    right: -3%;
  }

  .image-14 {
    width: 98%;
    bottom: -31%;
    right: -1%;
  }

  .image-15 {
    width: 85%;
    bottom: -22%;
  }

  .image-16 {
    width: 70%;
    bottom: 8%;
    right: -11%;
  }

  .image-17 {
    width: 70%;
    right: -17.5%;
  }

  .image-18 {
    width: 95%;
    bottom: -29%;
    right: -9%;
  }

  .treat-img.image-9 {
    width: 87%;
    bottom: -13%;
  }

  .treat-img.image-10 {
    width: 93%;
  }

  .treat-img.image-11 {
    width: 80%;
    bottom: -2%;
    right: 4%;
  }

  .treat-img.image-12 {
    width: 85%;
    bottom: 2%;
  }

  .treat-img.image-13 {
    bottom: 0%;
    right: -6%;
  }

  .treat-img.image-14 {
    width: 100%;
    bottom: -20%;
    right: -3%;
  }

  .treat-img.image-15 {
    width: 77%;
    bottom: -4%;
    right: -2%;
  }

  .treat-img.image-16 {
    width: 80%;
    bottom: 1%;
  }

  .treat-img.image-17 {
    width: 70%;
  }

  .treat-img.image-18 {
    width: 90%;
    bottom: -11%;
  }

  .cookie-wrapper, .cookie-preferences-menu {
    z-index: 5;
  }

  .sticky-headline {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 34px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h4 {
    font-size: 18px;
  }

  .section, .section.main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 100%;
  }

  .main-screen {
    padding: 80px 30px 270px;
    overflow: hidden;
  }

  .main-screen-txt {
    max-width: 85%;
    margin-bottom: 20px;
  }

  .main-btn {
    text-align: center;
  }

  .main-img {
    width: 250px;
  }

  .featured-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .featured-txt {
    width: 100%;
  }

  .txt-m {
    font-size: 14px;
    line-height: 18px;
  }

  .featured-img {
    width: 100%;
    justify-content: flex-start;
  }

  .third-main {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .table {
    padding-left: 30px;
    padding-right: 30px;
  }

  .table-row {
    padding-bottom: 10px;
  }

  .none {
    width: 14px;
  }

  .check {
    width: 20px;
  }

  .navbar.tablet {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-menu {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scnd-btn-menu {
    margin-top: 40px;
  }

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

  .card {
    width: auto;
    margin-bottom: 20px;
    padding: 40px 30px;
  }

  .text-m.max-width, .wrapper-lottie {
    width: auto;
  }

  .image-phone {
    max-width: 60%;
  }

  .wrapper-card {
    width: auto;
  }

  .form-btn {
    width: 100%;
  }

  .large-cad {
    padding: 40px 30px;
  }

  .large-cad.radial-bg {
    min-height: 440px;
    padding-bottom: 100%;
  }

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

  .wrapper-logo {
    margin-bottom: 20px;
  }

  .link-footer {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .colomn-2 {
    width: 100%;
    flex-direction: row;
    margin-bottom: 20px;
    display: flex;
  }

  .image-2 {
    width: 70px;
  }

  .image-3 {
    width: 40px;
  }

  .wrapper-image {
    margin-bottom: 20px;
  }

  .colomn-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .colomn-4 {
    width: 80%;
  }

  .remodal {
    width: 100%;
    padding: 40px 30px;
  }

  .text-block-3 {
    margin-bottom: 50px;
  }

  .heading-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .flex-logo {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-img {
    max-width: 100%;
    margin-top: 0;
  }

  .wrapper-logos {
    margin-top: 20px;
  }

  .image-9 {
    width: 90%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-10 {
    width: 87%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: -12%;
  }

  .image-12 {
    bottom: -6%;
  }

  .image-13 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-14 {
    top: auto;
    bottom: -5%;
    left: auto;
    right: -8%;
  }

  .image-15 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-17 {
    bottom: 10%;
    right: -16%;
  }

  .image-18 {
    bottom: 0%;
  }

  .treat-img {
    width: 70%;
    max-width: none;
  }

  .treat-img.image-9 {
    width: 110%;
    right: -1%;
  }

  .treat-img.image-10 {
    width: 110%;
  }

  .treat-img.image-11 {
    width: 90%;
  }

  .treat-img.image-12 {
    width: 100%;
    right: 0%;
  }

  .treat-img.image-13 {
    width: 95%;
    right: -4%;
  }

  .treat-img.image-14 {
    width: 110%;
    bottom: -10%;
    right: -5%;
  }

  .treat-img.image-15 {
    width: 90%;
  }

  .treat-img.image-16 {
    width: 90%;
    bottom: 3%;
  }

  .treat-img.image-17 {
    width: 80%;
  }

  .treat-img.image-18 {
    width: 100%;
    right: -10%;
  }

  .legal-wrapper {
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cookie-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-btns {
    margin-top: 10px;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 26px;
  }

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

  .section.overflowing-scroll {
    overflow: auto;
  }

  .container {
    overflow: visible;
  }

  .main-screen {
    padding: 60px 30px 310px;
  }

  .main-screen-txt {
    max-width: none;
  }

  .main-btn {
    width: 81.4063%;
    text-align: center;
  }

  .main-img {
    margin-left: 0;
    margin-right: auto;
    top: auto;
    bottom: -1%;
    left: auto;
    right: auto;
  }

  .featured-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .featured-logos {
    width: 150px;
  }

  .third-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto minmax(200px, .25fr);
    grid-template-columns: 1fr;
  }

  .treat-block {
    min-height: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .table {
    width: 455px;
    margin-top: 20px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    left: 0;
    overflow: visible;
  }

  .table-row {
    padding-bottom: 20px;
  }

  .table-column-txt {
    width: 40%;
    align-items: flex-end;
  }

  .table-column-img {
    width: 22%;
    flex: none;
    justify-content: center;
  }

  .none {
    width: 12px;
  }

  .check {
    width: 15px;
  }

  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-logo-link {
    width: 100px;
    padding-left: 0;
  }

  .navbar-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card {
    padding: 30px;
  }

  .text-m.mrg-top {
    margin-top: 0;
  }

  .wrapper-lottie {
    width: 100%;
  }

  .image-phone {
    max-width: 100%;
  }

  .image-phone.tablet {
    width: 90%;
  }

  .wrapper-input {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkbox {
    flex: none;
  }

  .large-cad {
    padding-left: 30px;
    padding-right: 30px;
  }

  .large-cad.radial-bg {
    min-height: 450px;
    padding-bottom: 100%;
  }

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

  .wrapper-logo {
    margin-bottom: 15px;
  }

  .colomn-2 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .image-2 {
    margin-right: 10px;
  }

  .wrapper-image {
    align-items: center;
    margin-bottom: 20px;
  }

  .wrapper-social-media {
    align-items: center;
    display: flex;
  }

  .colomn-4 {
    width: 100%;
  }

  .remodal {
    width: 100%;
    padding: 30px;
  }

  .image-4 {
    width: 100%;
  }

  .text-block-3 {
    margin-bottom: 40px;
  }

  .heading-5 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .image-5 {
    display: block;
  }

  .hand-to-scroll {
    justify-content: flex-end;
    margin-top: 50px;
    display: flex;
  }

  .logo-img {
    width: 125px;
  }

  .form-img {
    max-width: 100%;
    margin-top: 0;
  }

  .image-9 {
    width: 50%;
    bottom: -4%;
    right: 2%;
  }

  .image-10 {
    width: 57%;
    right: 1%;
  }

  .image-11 {
    width: 50%;
  }

  .image-12 {
    width: 65%;
    bottom: -8%;
  }

  .image-13 {
    width: 50%;
  }

  .image-14 {
    width: 72%;
    bottom: -31%;
  }

  .image-15 {
    width: 60%;
    bottom: -20%;
  }

  .image-16 {
    width: 50%;
    right: -9%;
  }

  .image-17 {
    width: 48%;
    bottom: 4%;
    right: 5%;
  }

  .image-18 {
    width: 65%;
    bottom: -28%;
    right: 2%;
  }

  .utility-page-content {
    padding: 30px 30px 40px;
  }

  .logo-404 {
    width: 160px;
    margin-top: 30px;
  }

  .treat-img.image-9 {
    width: 70%;
    bottom: -13%;
    right: 0%;
  }

  .treat-img.image-10 {
    width: 78%;
    bottom: -5%;
    right: -10%;
  }

  .treat-img.image-11 {
    width: 60%;
    bottom: -4%;
    right: -7%;
  }

  .treat-img.image-12 {
    width: 66%;
  }

  .treat-img.image-13 {
    width: 70%;
    bottom: -8%;
    right: -6%;
  }

  .treat-img.image-14 {
    width: 74%;
  }

  .treat-img.image-15 {
    width: 64%;
  }

  .treat-img.image-16 {
    width: 70%;
    right: -10%;
  }

  .treat-img.image-17 {
    width: 60%;
    right: -14%;
  }

  .treat-img.image-18 {
    width: 75%;
    bottom: -25%;
    right: -5%;
  }

  .legal-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-wrapper {
    overflow: hidden;
  }

  .cookie-preferences {
    margin-right: 100%;
  }

  .cookie-preferences-menu {
    overflow: hidden;
  }

  .save-preferences {
    margin-top: 20px;
  }

  .cookie-btns {
    flex-wrap: wrap;
  }
}

#w-node-_99a3eeaf-2a40-53d1-81e7-17aea2a39fa0-2c5fec1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a203a61c-349f-c304-6b2e-8c39d7bbdf21-2c5fec1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_631eafbd-ed3c-1633-9487-6cecd55cf108-2c5fec1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-faf92d4d-c499-5119-0faa-293acc5a0b03-2c5fec1a, #w-node-fc043909-4315-b6e0-3aef-f5f5790fa29f-2c5fec1a, #w-node-_74f779e4-6c94-9d9b-283e-db1de799f73c-2c5fec1a, #w-node-_4f1c6fd7-dff8-ebf3-3c77-6227cc2527e4-2c5fec1a, #w-node-c722be0d-dc7b-9462-ff01-4c8436f20f68-2c5fec1a, #w-node-c03f95c6-fde1-a684-b7eb-1caa7619533b-2c5fec1a, #w-node-bc3c5647-7bd7-658f-6efe-afe510689ec2-2c5fec1a, #w-node-_01859570-4bc5-a0c5-1fac-0598c6b3938f-2c5fec1a, #w-node-_1ba712a2-c2b4-62bd-1ca2-ad476ea8ee49-2c5fec1a, #w-node-_6aac67da-2fc3-46ad-5833-aec33f432154-2c5fec1a, #w-node-_5877a436-2c93-c2b4-6c9e-4f02ded93588-2c5fec1a, #w-node-_45c4cdeb-6594-4495-62fd-2f74af67c1b7-2c5fec1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_99a3eeaf-2a40-53d1-81e7-17aea2a39fa0-2c5fec1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d5fad8d-2683-8fd2-a01a-c10cf3c2c147-2c5fec1a {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_631eafbd-ed3c-1633-9487-6cecd55cf108-2c5fec1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


