@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Manrope:400,700,800");
.screen a {
  display: contents;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

:root {
  --azul-cb: #204382;
  --azul-claro: #39b2e9;
  --azul-extra-claro: #81c4e2;
  --negro-texto: #2d2b2b;
  --azul-cb-alpha: #20438233;
  --azul-cb-alpha2: #20438260;
  --black: #000000;
  --naranja: #eb710a;
  --icon-fondo: #b7e8ff;
  --heavy-metal: #2c2a2a;
  --malibu: #7ed5fd;
  --mercury: #e5e5e5;
  --tundora: #454242;
  --white: #ffffff;
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-s: 14px;
  --font-size-xl: 20px;
  --font-size-xs: 12px;
  --font-size-xxl: 30px;
  --font-size-xxs: 10px;
  --font-family-antique_olive_roman-italic: "Antique Olive Roman-Italic",
    Helvetica;
  --font-family-antique_olive_roman-regular: "Antique Olive Roman-Regular",
    Helvetica;
  --font-family-manrope: "Manrope", Helvetica;
}

body {
  font-family: var(--font-family-manrope);
}

strong {
  font-weight: 700;
}

.container-ra {
  max-width: 1480px;
  margin: auto;
  padding: 0 15px;
}

.headerWrapper {
  background-color: var(--azul-cb);
  padding-top: 15px;
  padding-bottom: 15px;
}
.headerWrapper .cb_logoHolder img {
  width: 239px;
  flex-shrink: 0;
  max-width: 100%;
}
.headerWrapper .ra_logoHolder img {
  width: 194.957px;
  flex-shrink: 0;
  aspect-ratio: 119/47;
  max-width: 100%;
}

.heroWrapper {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
}
.heroWrapper .formWrapper {
  border-radius: 20px;
  background-color: #beeafe;
  width: 407px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 14px 18px;
}
.heroWrapper .formWrapper .hero__form {
  background-color: var(--azul-cb);
  border-radius: 20px;
  padding: 23px 35px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.heroWrapper .formWrapper .hero__form .hero__form-title {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 115% */
  letter-spacing: -1px;
}
.heroWrapper .formWrapper .hero__form .hero__form-title .hero__form-title--large {
  font-size: 50px;
  line-height: 40px;
  letter-spacing: 1px;
}
.heroWrapper .formWrapper .hero__form .hero__form-fields input {
  border-radius: 10px;
}
.heroWrapper .formWrapper .hero__form .hero__form-checkboxes {
  font-size: 12px;
}
.heroWrapper .formWrapper .hero__form .hero__form-submit {
  border-radius: 10px;
  background: var(--naranja);
  padding: 5px 35px;
  font-size: 16px;
  font-weight: 700;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .heroWrapper {
    background-image: url("/sites/default/assets/landing2025/textura_wide.jpg");
    height: 970px;
    margin-bottom: 550px;
  }
  .heroWrapper .wideWrapper {
    display: none;
    position: relative;
  }
  .heroWrapper .mobileWrapper {
    display: block;
    position: relative;
  }
  .heroWrapper .mobileWrapper .claimHolder {
    text-align: center;
    margin: auto;
    max-width: 70%;
  }
  .heroWrapper .mobileWrapper .claimHolder img {
    height: auto;
    max-width: 100%;
  }
  .heroWrapper .mobileWrapper .textHolder {
    text-align: right;
    max-width: 60%;
  }
  .heroWrapper .mobileWrapper .textHolder img {
    height: auto;
    max-width: 100%;
  }
  .heroWrapper .siluetaHolder {
    position: absolute;
    bottom: 0;
    right: 10px;
    text-align: center;
    max-width: 50%;
  }
  .heroWrapper .siluetaHolder img {
    height: auto;
    max-width: 100%;
  }
  .heroWrapper .formWrapper {
    bottom: -540px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 940px) {
  .heroWrapper {
    aspect-ratio: 1/1;
    height: auto;
  }
  .heroWrapper .mobileWrapper .claimHolder {
    max-width: 50%;
    margin-bottom: 10%;
  }
  .heroWrapper .formWrapper {
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  .heroWrapper {
    aspect-ratio: 513/566;
    height: auto;
  }
  .heroWrapper .mobileWrapper .claimHolder {
    width: 250px;
    max-width: 100%;
  }
  .heroWrapper .siluetaHolder {
    bottom: 3%;
  }
  .heroWrapper .formWrapper {
    width: 95%;
  }
}
@media screen and (max-width: 400px) {
  .heroWrapper {
    aspect-ratio: 425/566;
    height: auto;
  }
  .heroWrapper .mobileWrapper .claimHolder {
    width: 250px;
    max-width: 100%;
  }
  .heroWrapper .mobileWrapper .textHolder {
    max-width: 55%;
    padding-left: 5%;
  }
  .heroWrapper .siluetaHolder {
    max-width: 60%;
  }
}
@media screen and (max-width: 340px) {
  .heroWrapper {
    aspect-ratio: 425/666;
  }
}
@media screen and (min-width: 1024px) {
  .heroWrapper {
    background-image: url("/sites/default/assets/landing2025/textura_mobile.jpg");
    height: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .heroWrapper .wideWrapper {
    display: block;
    position: relative;
  }
  .heroWrapper .wideWrapper .claimHolder {
    width: 318px;
  }
  .heroWrapper .wideWrapper .claimHolder img {
    max-width: 100%;
    height: auto;
  }
  .heroWrapper .mobileWrapper {
    display: none;
    position: relative;
  }
  .heroWrapper .siluetaHolder {
    align-self: end;
    width: 358px;
  }
}
@media screen and (min-width: 1480px) {
  .heroWrapper {
    justify-content: center;
  }
  .heroWrapper .wideWrapper .claimHolder {
    width: 378px;
  }
  .heroWrapper .siluetaHolder {
    margin: 0 5%;
    align-self: end;
  }
}
.vector-bck-holder {
  position: relative;
}
.vector-bck-holder .vector-background {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -100%;
  z-index: -1;
}

.introText {
  margin: 150px 0;
}
@media screen and (max-width: 600px) {
  .introText {
    margin: 60px 0;
  }
}
.introText .vector-background {
  top: -800px;
}
.introText .il-tuo-amico-nome-e-2 {
  color: var(--azul-cb);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 48px */
}
.introText .il-tuo-amico-nome-e-2 .nameHolder {
  color: var(--azul-claro);
  font-weight: 700;
}
.introText .lenti-a-contatto-e-occhiali {
  color: var(--azul-cb);
  text-align: center;
  font-family: var(--font-family-antique_olive_roman-italic);
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.introText .lenti-a-contatto-e-occhiali .hero__title--highlight {
  color: var(--azul-claro);
}
@media screen and (max-width: 1440px) {
  .introText .vector-background {
    top: -350px;
  }
}
@media screen and (max-width: 1024px) {
  .introText {
    margin: 100px 0;
    padding-top: 100px;
  }
  .introText .il-tuo-amico-nome-e-2 {
    text-align: center;
    width: 100%;
    font-size: 22px;
  }
  .introText .lenti-a-contatto-e-occhiali {
    display: none;
  }
  .introText .vector-background {
    top: -50px;
  }
}

.evaluation {
  margin: 150px 0;
}
@media screen and (max-width: 600px) {
  .evaluation {
    margin: 60px 0;
  }
}
.evaluation .content-box {
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  background-color: #e4f6ff;
}
.evaluation .image_block {
  background-image: url("/sites/default/assets/landing2025/evaluacion.jpg");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
}
@supports (background-image: url("/sites/default/assets/landing2025/evaluacion.webp")) {
  .evaluation .image_block {
    background-image: url("/sites/default/assets/landing2025/evaluacion.webp");
  }
}
@media screen and (max-width: 1199px) {
  .evaluation .image_block {
    aspect-ratio: 4/3;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .evaluation .image_block {
    aspect-ratio: 3/3;
  }
}
.evaluation__content {
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 70px;
  padding-bottom: 85px;
}
.evaluation__content h2 {
  color: var(--azul-cb);
  margin-bottom: 36px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 100% */
}
@media screen and (max-width: 600px) {
  .evaluation__content h2 {
    font-size: 28px;
  }
}
.evaluation__content p {
  color: var(--negro-texto);
  margin-bottom: 36px;
  text-align: justify;
  font-size: 16px;
  line-height: 160%; /* 25.6px */
}
.evaluation__content p strong {
  color: var(--azul-cb);
}
.evaluation__list {
  list-style-type: none;
  padding-left: 30px;
}
.evaluation__list li {
  position: relative;
  margin-bottom: 15px;
  color: var(--negro-texto);
}
.evaluation__list li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url("/sites/default/assets/landing2025/check_eval.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.evaluation__list li strong {
  color: var(--azul-cb);
}
@media screen and (max-width: 600px) {
  .evaluation .container-ra {
    padding: 0;
  }
  .evaluation .content-box,
  .evaluation .image_block {
    border-radius: 0;
  }
  .evaluation__content {
    padding: 45px 20px;
  }
}

.come-prenotare {
  margin: 150px 0;
}
@media screen and (max-width: 600px) {
  .come-prenotare {
    margin: 60px 0;
  }
}
.come-prenotare .vector-background {
  top: -10%;
}
.come-prenotare .group-2671 {
  max-width: 869px;
  margin: auto;
  padding: 0 15px;
}
.come-prenotare h2.come-prenotare-2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .come-prenotare h2.come-prenotare-2 {
    font-size: 28px;
  }
}
.come-prenotare .preno-row {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: var(--azul-cb) 1px solid;
  display: flex;
  align-items: start;
}
.come-prenotare .preno-row:last-of-type {
  border-bottom: none;
}
.come-prenotare .preno-row .numberHolder {
  width: 90px;
  padding-top: 5px;
}
.come-prenotare .preno-row .rowContent {
  width: calc(100% - 90px);
}
@media screen and (min-width: 600px) {
  .come-prenotare .preno-row .rowContent.colsHolder {
    display: flex;
  }
}
.come-prenotare .preno-row .rowContent .linkHolder {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .come-prenotare .preno-row .rowContent .linkHolder {
    margin: 0 10px;
  }
}
.come-prenotare .preno-row .rowContent .come__cta {
  border-radius: 10px;
  color: #fff;
  background-color: var(--naranja);
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.come-prenotare .preno-row .rowContent .come__cta:hover {
  background-color: var(--azul-claro);
}
@media screen and (max-width: 600px) {
  .come-prenotare .preno-row {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 25px;
  }
}

.defects {
  position: relative;
  margin: 150px 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .defects {
    margin: 60px 0;
  }
}
.defects .container-ra {
  max-width: 1200px;
}
.defects .backgroundHolder {
  position: absolute;
  background-color: var(--azul-cb);
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
  z-index: -1;
}
.defects__title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .defects__title {
    font-size: 28px;
  }
}
.defects__intro {
  max-width: 1100px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 160%; /* 28.8px */
  margin-bottom: 40px;
}
.defects__item {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .defects__item {
    margin-bottom: 30px;
  }
}
.defects__item h3 {
  display: none;
}
.defects__item img {
  margin-bottom: 65px;
}
@media screen and (max-width: 600px) {
  .defects__item img {
    margin-bottom: 20px;
  }
}
.defects__item .defects__item-text {
  max-width: 345px;
  margin: auto;
  color: var(--negro-texto);
  text-align: justify;
  font-size: 16px;
  line-height: 160%; /* 25.6px */
}
.defects__item .defects__item-text strong {
  color: var(--azul-cb);
}
.defects__note {
  margin-top: 80px;
  background-color: var(--azul-extra-claro);
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  color: var(--azul-cb);
  padding: 27px 40px;
  font-size: 20px;
  line-height: 30px; /* 150% */
}
.defects__note p {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .defects__note {
    margin-top: 0;
  }
}

.about {
  margin: 150px 0;
}
@media screen and (max-width: 600px) {
  .about {
    margin: 60px 0;
  }
}
.about__content {
  padding: 30px 0;
}
@media screen and (min-width: 600px) {
  .about__content {
    padding: 50px;
  }
}
.about__title {
  color: #204382;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .about__title {
    font-size: 28px;
  }
}
.about__text {
  color: var(--negro-texto);
  line-height: 160%; /* 25.6px */
  margin-bottom: 25px;
}
.about__text strong {
  color: var(--azul-cb);
}
.about__cta {
  border-radius: 10px;
  color: #fff;
  background-color: var(--naranja);
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.about__cta:hover {
  background-color: var(--azul-claro);
}

.videos {
  position: relative;
  margin: 150px 0;
  --thumb-width: 265px;
}
@media screen and (max-width: 600px) {
  .videos {
    margin: 60px 0;
  }
}
@media screen and (min-width: 500px) {
  .videos {
    --thumb-width: 465px;
  }
}
@media screen and (min-width: 880px) {
  .videos {
    --thumb-width: 265px;
  }
}
@media screen and (min-width: 1480px) {
  .videos {
    --thumb-width: 365px;
  }
}
.videos__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--azul-cb);
  margin-bottom: 95px;
}
@media screen and (max-width: 600px) {
  .videos__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.videos .videoHolder {
  width: var(--thumb-width);
  margin: auto;
  margin-bottom: 60px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .videos .videoHolder {
    margin-bottom: 40px;
  }
}
.videos .videoHolder img {
  width: 100%;
}
.videos .videoHolder .overlap-group {
  position: relative;
}
.videos .videoHolder .videoText {
  align-items: flex-end;
  background-color: var(--azul-cb-alpha);
  border-radius: 10px;
  display: flex;
  height: var(--thumb-width);
  justify-content: center;
  left: 0;
  min-width: var(--thumb-width);
  padding: 26.4px 13.4px;
  position: absolute;
  top: 1px;
  transition: background-color 0.3s ease-in-out;
}
.videos .videoHolder .videoText p {
  text-align: center;
  margin-bottom: 0;
  color: white;
  font-size: 18px;
}
.videos .videoHolder .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.videos .videoHolder:hover .videoText {
  background-color: var(--azul-cb-alpha2);
}

.reasons {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .reasons {
    margin: 60px 0;
  }
}
.reasons .row {
  justify-content: center;
}
.reasons__title {
  color: var(--azul-cb);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .reasons__title {
    font-size: 28px;
  }
}
.reasons__item .reasons__icon {
  position: relative;
  width: 114px;
  height: 114px;
  background-color: var(--icon-fondo);
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reasons__item .reasons__text {
  max-width: 225px;
  margin: auto;
  color: var(--azul-cb);
  font-size: 20px;
  line-height: 160%; /* 32px */
}

.footer {
  background-color: var(--azul-cb);
  color: #fff;
  padding: 80px 0;
  text-align: left;
  font-size: 16px;
  line-height: 160%; /* 25.6px */
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  color: var(--azul-claro);
}
.footer .footer__info {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footer__info {
    text-align: left;
  }
}
.footer .footer__info .footer__logo {
  max-width: 100%;
}
.footer .footer__address {
  font-size: 14px;
  line-height: 1.3rem;
}
.footer .footer__address p {
  margin-bottom: 0;
}
.footer .footer__contact {
  line-height: 1.2rem;
}
.footer .footer__contact .footer__phone_label {
  color: var(--azul-claro);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer .footer__contact .footer__phone {
  color: white;
  font-weight: 700;
  font-size: 20px;
}
.footer .footer__links .footer__links-title {
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 700;
  color: var(--azul-claro);
  margin-bottom: 15px;
}
.footer .footer__links .footer__links-group {
  font-size: 12px;
  line-height: 160%; /* 19.2px */
  margin-bottom: 30px;
}
.footer .footer__links .footer__links-group .footer__links-group-title {
  margin-bottom: 10px;
}
.footer .footer__links .footer__links-group .footer__links-group-title .title {
  font-weight: 700;
}
.footer .footer__links .footer__links-group ul {
  list-style-type: disc;
}
.footer .footer__links .footer__links-group ul li {
  margin-bottom: 5px;
}
.footer .footer__nav {
  font-size: 14px;
}
.footer .footer__nav .links-list {
  justify-content: center;
}
.footer .footer__nav .links-list li {
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .footer .footer__nav .links-list li {
    border-left: 1px solid white;
  }
}
.footer .footer__nav .links-list li:first-of-type {
  border-left: none;
}
.footer .footer__nav .links-list li a {
  text-decoration: underline;
}

/* Video Modal Styles */
.video-modal-content {
  background: #e4f6ff;
  border: none;
  border-radius: 12px;
  padding: 2rem;
  position: relative;
}
.video-modal-content .video-modal-close {
  background: white;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: none;
  opacity: 0.8;
}
.video-modal-content .video-modal-close:before {
  content: "×";
  font-size: 1.5rem;
  color: #000;
  font-weight: 300;
}
.video-modal-content .video-modal-close:hover {
  opacity: 1;
}
.video-modal-content .video-modal-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.video-modal-content .video-modal-header .video-modal-title {
  color: var(--azul-cb);
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-family-manrope);
}
.video-modal-content .video-modal-header .video-modal-subtitle {
  color: var(--azul-cb);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-family-manrope);
}
.video-modal-content .video-modal-body {
  margin-bottom: 1.5rem;
}
.video-modal-content .video-modal-body iframe {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.video-modal-content .video-modal-footer {
  display: flex;
  justify-content: flex-end;
}
.video-modal-content .video-modal-footer .modal-logo {
  height: 40px;
  width: auto;
}

.modal-xl {
  max-width: 900px;
}

/* Styleguide Typography Classes */
.manrope-normal-heavy-metal-16px {
  color: var(--heavy-metal);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.manrope-extra-bold-bay-of-many-20px {
  color: var(--azul-cb);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 800;
}

.manrope-extra-bold-white-20px {
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 800;
}

.manrope-bold-bay-of-many-40px {
  color: var(--azul-cb);
  font-family: var(--font-family-manrope);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

/*# sourceMappingURL=landing_ra.css.map */
