/*********************************************/
.landing-app-header {
  margin: 0 auto;
  box-sizing: border-box;
  --FONT-CLARINS: "ClarinsRegular", "Clarins";
  --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
  --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  --FONT-GOTHAM-LIGHT: 'GothamLight';
  --HOVER: 0 0 7px 0 rgba(0, 0, 0, .15);
  --FOCUS: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
  background-color: #F5EFEB;
  width: 100%;
  overflow: hidden;
}

.landing-app-header * {
  box-sizing: border-box;
}

.landing-app-header__wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  max-width: 1536px;
  min-height: 479px;
  display: flex;
  flex-direction: row-reverse;
}

.landing-app-header__background {
  display: block;
  flex-basis: 50%;
}

.landing-app-header__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.landing-app-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 50%;
  padding: 48px 40px;
}

.landing-app-header__title {
  margin: 0;
  font-family: var(--FONT-GOTHAM-MEDIUM);
  font-weight: normal;
  font-size: 50px;
  line-height: 145%;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}

.landing-app-header__text {
  margin: 0;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 608px;
}

.landing-app-header__link {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
}

.landing-app-header__link:hover {
  box-shadow: var(--HOVER);
}

.landing-app-header__link:focus-visible {
  box-shadow: var(--FOCUS);
}

.landing-app-header__downloads {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.landing-app-header .landing-app-header__downloads {
  padding: 40px 0;
}

@media(max-width:1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .landing-app-header__qrcode {
    display: none;
  }
}

@media(max-width:761px) {
  .landing-app-header__wrapper {
    min-height: unset;
    flex-direction: column;
  }

  .landing-app-header__background {
    flex-basis: unset;
  }

  .landing-app-header__background img {
    width: 100%;
    height: auto;
  }

  .landing-app-header__content {
    flex-basis: unset;
    padding: 24px 16px;
    padding-bottom: 0;
  }

  .landing-app-header__title {
    font-size: 40px;
  }

  .landing-app-header__text {
    font-size: 16px;
  }

  .landing-app-header__downloads {
    padding-top: 40px;
  }

  .landing-app-header__link {
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
  }

  .landing-app-header__link img {
    display: block;
  }

  .landing-app-header__qrcode {
    display: none;
  }
}

/**********************************************/
.page-content,
.pagedesigner-page-content {
  max-width: 1344px !important;
  margin-top: 0 !important;
}

i-reassurance-section.pagedesigner-page-content {
  max-width: 1272px !important;
}

.experience-region .social-proof {
  background-color: #fff;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1344px;
}

@media (min-width: 1024px) {
  .social-proof__info {
    padding: 40px;
  }
}

.experience-region .social-proof__content {
  background-color: #fbf6f3;
  border-radius: 8px;
  overflow: hidden;
}

.experience-region .social-proof__title {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: inline-block;
  padding: 4px 8px;
}

.experience-region .social-proof__subtitle {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 1023px) {
  .experience-region .social-proof__image {
    margin: 40px -16px;
    margin-top: 0;
  }
}

@media(max-width:761px) {
  .experience-region .social-proof {
    padding: 0 16px;
  }

  .experience-region .social-proof__subtitle {
    font-size: 30px;
  }

  .experience-region .social-proof__description {
    margin-bottom: 40px;
  }
}