img[data-v-08fff50c] {
  max-width: inherit;
}
.banner-wrapper[data-v-08fff50c] {
  color: #fff;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  padding: 0 var(--sidebar-offset-x-desktop);
}
.banner-wrapper h2[data-v-08fff50c] {
  margin-bottom: 0;
}
.banner-wrapper .banner[data-v-08fff50c] {
  background: url("/images/landings/background.webp?v=1") center center/cover no-repeat;
  position: relative;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.banner-wrapper .banner .content[data-v-08fff50c] {
  position: relative;
  z-index: 100;
  width: 50%;
  padding: 80px 0 40px 60px;
  text-align: center;
}
.banner-wrapper .banner .content .title-image[data-v-08fff50c] {
  max-width: 444px;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}
.banner-wrapper .banner .content .title-image[data-v-08fff50c]:last-child {
  max-width: 50%;
  margin: 0 auto;
}
.banner-wrapper .banner .content .subtitle[data-v-08fff50c] {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
}
.banner-wrapper .banner .content .second-subtitle[data-v-08fff50c] {
  margin-top: 50px;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
}
.banner-wrapper .banner .content .second-subtitle .italic[data-v-08fff50c] {
  font-style: italic;
}
.banner-wrapper .banner .content .second-subtitle .blue-subtitle[data-v-08fff50c] {
  color: #5BB5FA;
  display: inline-block;
  margin-left: 10px;
}
.banner-wrapper .banner .content .subtitle-blue[data-v-08fff50c] {
  color: #5BB5FA;
  text-align: center;
  font-size: 54px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
}
.banner-wrapper .banner .content .advantages-list[data-v-08fff50c] {
  margin-top: 50px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-wrapper .banner .content .advantages-list .advantage[data-v-08fff50c] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.banner-wrapper .banner .content .advantages-list .advantage .advantage-text[data-v-08fff50c] {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.banner-wrapper .banner .phone-image[data-v-08fff50c] {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  max-width: 740px;
}
@media (max-width: 1900px) {
.banner-wrapper .banner .phone-image[data-v-08fff50c] {
    right: -100px;
}
}
@media (max-width: 1750px) {
.banner-wrapper .banner .phone-image[data-v-08fff50c] {
    right: -150px;
}
}
@media (max-width: 1600px) {
.banner-wrapper .banner .phone-image[data-v-08fff50c] {
    right: -250px;
}
}
.banner-wrapper.tablet[data-v-08fff50c] {
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
}
.banner-wrapper.tablet .banner[data-v-08fff50c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-wrapper.tablet .banner .content[data-v-08fff50c] {
  padding: 0;
  width: 65%;
}
.banner-wrapper.tablet .banner .content .subtitle-blue[data-v-08fff50c] {
  font-size: 40px;
}
.banner-wrapper.tablet .banner .content .second-subtitle[data-v-08fff50c] {
  margin-top: 40px;
  font-size: 27px;
}
.banner-wrapper.tablet .banner .content .advantages-list[data-v-08fff50c] {
  margin-top: 40px;
}
.banner-wrapper.tablet .banner .title-image[data-v-08fff50c] {
  padding: 0;
  max-width: 100%;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  min-width: unset;
}
.banner-wrapper .form-wrapper[data-v-08fff50c] {
  position: relative;
  width: 100%;
  min-width: 340px;
  padding-bottom: 30px;
}
.banner-wrapper .form-wrapper .sign-up-form[data-v-08fff50c] {
  height: 100%;
}
.image[data-v-08fff50c] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.form-wrapper[data-v-08fff50c] {
  border-radius: 20px;
  overflow: hidden;
}

/* --- mobile version --- */
.banner-wrapper-mobile[data-v-08fff50c] {
  border-radius: 20px;
  background: url("/images/landings/mobile-background.webp?v=1") center center/cover no-repeat;
  padding: 0 10px;
}
.banner-wrapper-mobile .mobile-title-image[data-v-08fff50c] {
  max-width: 330px;
  padding-top: 27px;
  margin: 0 auto 15px;
}
.banner-wrapper-mobile .phone-image[data-v-08fff50c] {
  max-width: 100%;
}
.banner-wrapper-mobile .sign-up-form[data-v-08fff50c] {
  margin: 0 auto 60px;
  border-radius: 20px;
  overflow: hidden;
}

/*# sourceMappingURL=11.01a4c2e2.css.map*/