#es-rc #es-rc-content,
#es-rc #es-rc-content .es-style__title,
#es-rc #es-rc-content .es-style__title--big,
#es-rc #es-rc-content p {
  font-family: HurmeGeometricSans3, sans-serif !important;
}

@font-face {
  font-family: HurmeGeometricSans3;
  src: local('HurmeGeometricSans3'),
    url('../fonts/HurmeGeometricSans3-Bold.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: HurmeGeometricSans3;
  src: local('HurmeGeometricSans3'),
    url('../fonts/HurmeGeometricSans3-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: HurmeGeometricSans3;
  src: local('HurmeGeometricSans3'),
    url('../fonts/HurmeGeometricSans3-Black.woff') format('woff');
  font-weight: 900;
}

@font-face {
  font-family: HurmeGeometricSans3;
  src: local('HurmeGeometricSans3'),
    url('../fonts/HurmeGeometricSans3-Light.woff2') format('woff2');
  font-weight: 300;
}

#es-rc #es-rc-content {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  background-color: #012349;
  max-width: 920px;
  margin: auto;
  container: es-rc-content/inline-size;
  overflow: hidden;
}

#es-rc #es-rc-content ::-moz-selection {
  background-color: #fff;
  color: #012349;
}

#es-rc #es-rc-content ::selection {
  background-color: #fff;
  color: #012349;
}

#es-rc #es-rc-content * {
  box-sizing: border-box;
}

#es-rc #es-rc-content p {
  margin: 0;
}

#es-rc #es-rc-content img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#es-rc #es-rc-content .es-mobile,
#es-rc #es-rc-content button {
  display: block;
}

#es-rc #es-rc-content .es-kv__top,
#es-rc #es-rc-content .es-section {
  padding: 32px;
}

#es-rc #es-rc-content .es-section--last {
  padding-bottom: 0;
}

#es-rc #es-rc-content .es-section-title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-block: 16px;
  text-transform: uppercase;
}

#es-rc #es-rc-content .es-features .es-section-title,
#es-rc #es-rc-content .es-footer .es-section-title,
#es-rc #es-rc-content .es-footer__hashtag--last {
  text-transform: none;
}

#es-rc #es-rc-content .es-desktop,
#es-rc #es-rc-content .es-kv__packshot,
#es-rc #es-rc-content .es-style__container {
  position: relative;
}

#es-rc #es-rc-content .es-kv {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #005bac;
  padding: 0;
}

#es-rc #es-rc-content .es-kv__logo {
  max-width: 300px;
  margin-bottom: 10px;
}

#es-rc #es-rc-content .es-kv__logo--2 {
  max-width: 200px;
}

#es-rc #es-rc-content .es-features,
#es-rc #es-rc-content .es-kv__title {
  text-align: center;
  font-family: HurmeGeometricSans3, sans-serif !important;
}

#es-rc #es-rc-content .es-kv__title--headline {
  margin-bottom: 10px;
  margin-top: 25px;
  font-weight: 700;
  font-size: 25px;
}

#es-rc #es-rc-content .es-kv__title--mint {
  color: #abd3bc;
}

#es-rc #es-rc-content .es-kv__title--bottomline {
  font-weight: 500;
  font-size: 16px;
}

#es-rc #es-rc-content .es-kv__description-title {
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}

#es-rc #es-rc-content .es-kv__packshot__img--desktop {
  display: none;
}

#es-rc #es-rc-content .es-kv__description {
  margin-block-start: 30px;
  margin-block-end: 30px;
}

#es-rc #es-rc-content .es-kv__description__text {
  display: block;
  max-width: 88%;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

@container es-rc-content (min-width:440px) {
  #es-rc #es-rc-content .es-kv__title--bottomline {
    font-size: 18px;
  }
}

@container es-rc-content (min-width:550px) {
  #es-rc #es-rc-content .es-kv__title--headline {
    font-size: 45px;
  }
  #es-rc #es-rc-content .es-kv__title--bottomline {
    font-size: 18px;
  }
  #es-rc #es-rc-content .es-kv__description__text {
    font-size: 18px;
    text-align: center;
  }
}

@container es-rc-content (min-width:660px) {
  #es-rc #es-rc-content .es-section-title {
    font-size: 48px;
  }
  #es-rc #es-rc-content .es-kv {
    justify-content: space-between;
    padding: 50px 0 0;
    overflow: hidden;
  }
  #es-rc #es-rc-content .es-kv__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #es-rc #es-rc-content .es-kv__logo {
    margin: 0 0 10px;
    max-width: 315px;
  }
  #es-rc #es-rc-content .es-kv__logo--2 {
    max-width: 175px;
  }
  #es-rc #es-rc-content .es-kv__title {
    text-align: left;
    margin-top: 50px;
  }
  #es-rc #es-rc-content .es-kv .es-desktop {
    width: 100%;
  }
  #es-rc #es-rc-content .es-kv__description {
    margin-block: 30px;
    margin-block-start: 24px;
    width: 100%;
  }
  #es-rc #es-rc-content .es-kv__description__text {
    text-align: center;
  }
  #es-rc #es-rc-content .es-kv__description__icon__img {
    width: 100px;
    margin-left: 24px;
    margin-top: 24px;
  }
  #es-rc #es-rc-content .es-kv__packshot {
    align-items: end;
    position: relative;
    margin: 0 0 0 auto;
  }
  #es-rc #es-rc-content .es-kv__packshot__img {
    margin: 0;
    max-height: 520px;
    position: relative;
    z-index: 1;
  }
  #es-rc #es-rc-content .es-kv__packshot__img--shadow {
    position: absolute;
    bottom: -26px;
    right: -43%;
    width: 450px !important;
    z-index: 0;
  }
}

@container es-rc-content (min-width:768px) {
  #es-rc #es-rc-content .es-kv__top {
    padding-bottom: 75px;
  }
  #es-rc #es-rc-content .es-kv__packshot {
    position: relative;
  }
  #es-rc #es-rc-content .es-kv__packshot__img {
    max-height: 600px;
  }
  #es-rc #es-rc-content .es-kv__description__icon__img {
    width: 60%;
  }
}

#es-rc #es-rc-content .es-product {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

#es-rc #es-rc-content .es-product__img {
  max-width: 30%;
  min-width: 150px;
  width: auto;
}

#es-rc #es-rc-content .es-product__img--mobile {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
}

#es-rc #es-rc-content .es-product__img--second {
  min-width: 250px;
  max-width: 35%;
}

#es-rc #es-rc-content .es-product__img--desktop {
  display: none;
}

#es-rc #es-rc-content .es-product__title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

#es-rc #es-rc-content .es-product__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#es-rc #es-rc-content .es-product .es-decoration-2,
#es-rc #es-rc-content .es-product__list--desktop {
  display: none;
}

#es-rc #es-rc-content .es-product__list-item-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

#es-rc #es-rc-content .es-product__list-item {
  text-align: left;
}

#es-rc #es-rc-content .es-eco__right-description,
#es-rc #es-rc-content .es-product__list-item-subtitle {
  font-weight: 400;
  font-size: 16px;
}

#es-rc #es-rc-content .es-product__subtitle {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  max-width: 97%;
  margin: 0 auto;
  display: block;
}

#es-rc #es-rc-content .es-product__description {
  margin: 10px auto;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  min-width: 250px;
}

#es-rc #es-rc-content .es-product__container-title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

#es-rc #es-rc-content .es-pre-design {
  padding-bottom: 50px;
  padding-top: 25px;
}

#es-rc #es-rc-content .es-design {
  padding: 30px;
  background: #005bab;
  position: relative;
  z-index: 0;
}

#es-rc #es-rc-content .es-slider .es-slider__slide__text,
#es-rc #es-rc-content .es-slider__slide__text {
  padding-right: 32px;
}

#es-rc #es-rc-content .es-design__title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 25px;
  text-align: center;
}

#es-rc #es-rc-content .es-design__saturator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  background-color: #71b6a0;
}

#es-rc #es-rc-content .es-design__img {
  max-width: 40%;
  width: auto;
}

#es-rc #es-rc-content .es-design__img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-block: 48px;
}

#es-rc #es-rc-content .es-design__description-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#es-rc #es-rc-content .es-design__subtitle {
  display: block;
  max-width: 94%;
  margin: 0 auto 25px;
  text-align: center;
  font-size: 18px;
}

#es-rc #es-rc-content .es-design__description {
  font-weight: 400;
  color: #012349;
  flex: 1;
  font-size: 17px;
  max-width: 300px;
  text-align: center;
}

#es-rc #es-rc-content .es-design__description--statement {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 8px;
}

#es-rc #es-rc-content .es-design__description--disclaimer {
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}

#es-rc #es-rc-content .es-design__logo {
  max-width: 150px;
}

#es-rc #es-rc-content .es-design__text-container {
  font-size: 20px;
  text-align: center;
}

#es-rc #es-rc-content .es-design__text--bold,
#es-rc #es-rc-content .es-features__text--bold {
  font-weight: 700;
}

#es-rc #es-rc-content .es-design__text--light {
  font-weight: 300;
}

#es-rc #es-rc-content .es-design__container {
  margin-top: -1px;
  background-color: #005bab;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#es-rc #es-rc-content .es-design__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: 300px;
}

#es-rc #es-rc-content .es-design__single-img {
  width: auto;
  max-width: 125px;
}

#es-rc #es-rc-content .es-design__single-title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

#es-rc #es-rc-content .es-design__single-subtitle {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}

#es-rc #es-rc-content .es-slider .es-slider__slide__title,
#es-rc #es-rc-content .es-slider__slide__title {
  font-weight: 900;
}

#es-rc #es-rc-content .es-slider {
  margin-block: 32px;
  margin-bottom: 0;
  margin-top: 0;
}

#es-rc #es-rc-content .es-slider .swiper-button-next,
#es-rc #es-rc-content .es-slider .swiper-button-prev {
  justify-content: unset;
  display: unset;
}

#es-rc #es-rc-content .es-slider__buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  padding: 32px;
}

#es-rc #es-rc-content .es-slider__buttons--next__img,
#es-rc #es-rc-content .es-slider__buttons--prev__img {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
}

#es-rc #es-rc-content .es-slider__buttons--prev__img {
  transform: rotate(180deg);
}

#es-rc #es-rc-content .es-slider__buttons--next {
  margin-left: auto;
}

#es-rc #es-rc-content .es-slider .es-slider {
  margin-block: 32px;
  position: relative;
}

#es-rc #es-rc-content .es-slider .swiper-button-next:after,
#es-rc #es-rc-content .es-slider .swiper-button-prev:after,
#es-rc #es-rc-content .es-slider .swiper-rtl .swiper-button-next:after {
  content: '';
}

#es-rc #es-rc-content .es-slider .swiper-button-next,
#es-rc #es-rc-content .es-slider .swiper-button-prev {
  width: unset;
  height: unset;
  position: static;
  justify-content: unset;
}

#es-rc #es-rc-content .es-slider .es-swiper {
  position: relative;
  width: 100%;
}

#es-rc #es-rc-content .es-slider .es-swiper-wrapper {
  display: flex;
  transition: transform 0.5s;
}

#es-rc #es-rc-content .es-slider .es-slider__slide {
  flex: 0 0 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

#es-rc #es-rc-content .es-slider .es-slider__buttons label {
  pointer-events: all;
  cursor: pointer;
  background: 0 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#es-rc #es-rc-content .es-slider .es-slider__slide,
#es-rc #es-rc-content .es-slider__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px;
}

#es-rc #es-rc-content .es-slider .es-slider__slide__right,
#es-rc #es-rc-content .es-slider__slide__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

#es-rc #es-rc-content .es-slider .es-slider__slide--1 {
  background-color: #012349;
  z-index: 0;
  color: #eeeae5;
}

#es-rc #es-rc-content .es-slider .es-slider__slide--2 {
  background-color: #005bab;
  color: #13294b;
}

#es-rc #es-rc-content .es-slider .es-slider__slide--2 ::-moz-selection {
  background-color: #13294b;
  color: #eeeae5;
}

#es-rc #es-rc-content .es-slider .es-slider__slide--2 ::selection {
  background-color: #13294b;
  color: #eeeae5;
}

#es-rc #es-rc-content .es-slider__slide--1 {
  background-color: #7fbff5;
  color: #fff;
}

#es-rc #es-rc-content .es-slider__slide--2 {
  background-color: #fff;
  color: #012349;
}

#es-rc #es-rc-content .es-slider__slide--2 ::-moz-selection {
  background-color: #012349;
  color: #fff;
}

#es-rc #es-rc-content .es-slider__slide--2 ::selection {
  background-color: #012349;
  color: #fff;
}

@container es-rc-content (min-width:756px) {
  #es-rc #es-rc-content .es-slider__slide__right {
    text-align: left;
    flex: 1 1 0;
  }
  #es-rc #es-rc-content .es-slider__slide__left {
    flex: 1 1 0;
  }
  #es-rc #es-rc-content .es-slider__slide__text {
    padding-right: 48px;
  }
}

#es-rc #es-rc-content .es-steps {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: linear-gradient(180deg, #012349 35%, #fff 35%);
}

#es-rc #es-rc-content .es-steps__img {
  max-width: 500px;
}

#es-rc #es-rc-content .es-steps__title {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #7ebef5;
}

#es-rc #es-rc-content .es-steps__steps__item__text--white,
#es-rc #es-rc-content .es-steps__subtitle--white,
#es-rc #es-rc-content .es-steps__title--white {
  color: #fff;
}

#es-rc #es-rc-content .es-steps__subtitle {
  display: block;
  max-width: 96%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

#es-rc #es-rc-content .es-steps__steps-item-title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}

#es-rc #es-rc-content .es-steps__steps-item-title--white {
  color: #fff;
  font-size: 16px;
}

#es-rc #es-rc-content .es-steps__steps__item__text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

#es-rc #es-rc-content .es-cross__single-description--blue,
#es-rc #es-rc-content .es-cross__single-title--blue {
  color: #012349;
}

#es-rc #es-rc-content .es-steps__disclaimer {
  font-weight: 400;
  color: #012349;
  font-size: 10px;
}

#es-rc #es-rc-content .es-steps__steps__container ::-moz-selection {
  color: #fff;
}

#es-rc #es-rc-content .es-steps__steps__container ::selection {
  color: #fff;
}

#es-rc #es-rc-content .es-steps__steps__title {
  font-weight: 900;
  font-size: 32px;
}

#es-rc #es-rc-content .es-steps__steps__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

#es-rc #es-rc-content .es-steps__steps__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 200px;
}

#es-rc #es-rc-content .es-steps__steps__item__number {
  font-weight: 900;
  font-size: 45px;
  text-align: center;
}

#es-rc #es-rc-content .es-steps__steps__item__image {
  max-width: 250px;
}

#es-rc #es-rc-content .es-steps__steps__item__image--big {
  max-width: 150px;
}

#es-rc #es-rc-content .es-style__title {
  position: absolute;
  top: 30%;
  left: 5%;
  font-size: 25px;
  font-weight: 700;
}

#es-rc #es-rc-content .es-style__title--big {
  font-size: 35px;
}

@container es-rc-content (min-width:500px) {
  #es-rc #es-rc-content .es-style__title {
    top: 5%;
    font-size: 35px;
  }
  #es-rc #es-rc-content .es-style__title--big {
    font-size: 65px;
  }
}

@container es-rc-content (min-width:660px) {
  #es-rc #es-rc-content .es-design__img-container {
    flex-direction: row;
    align-items: flex-start;
    position: relative;
  }
  #es-rc #es-rc-content .es-design__img {
    margin: 0 auto;
    flex: 1;
  }
  #es-rc #es-rc-content .es-design__description-container {
    position: absolute;
    max-width: 200px;
    right: 0;
    top: 0;
  }
  #es-rc #es-rc-content .es-design__logo {
    width: 100px;
    margin-right: 0;
  }
  #es-rc #es-rc-content .es-design__text-container,
  #es-rc #es-rc-content .es-steps__text {
    font-size: 24px;
  }
  #es-rc #es-rc-content .es-slider__slide {
    gap: 48px;
    font-size: 24px;
  }
  #es-rc #es-rc-content .es-slider__slide__right {
    gap: 24px;
  }
  #es-rc #es-rc-content .es-steps {
    background: linear-gradient(180deg, #012349 50%, #fff 50%);
  }
  #es-rc #es-rc-content .es-steps__steps__title {
    font-size: 34px;
  }
  #es-rc #es-rc-content .es-steps__steps__wrapper {
    margin-bottom: 30px;
    flex-direction: row;
    align-items: start;
    justify-content: space-evenly;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  #es-rc #es-rc-content .es-steps__steps__wrapper--second {
    gap: 50px;
  }
  #es-rc #es-rc-content .es-steps__steps__item {
    max-width: 150px;
  }
  #es-rc #es-rc-content .es-style__title {
    font-size: 55px;
  }
  #es-rc #es-rc-content .es-style__title--big {
    font-size: 85px;
  }
}

@container es-rc-content (min-width:700px) {
  #es-rc #es-rc-content .es-style__title {
    font-size: 60px;
  }
  #es-rc #es-rc-content .es-style__title--big {
    font-size: 125px;
  }
}

@container es-rc-content (min-width:900px) {
  #es-rc #es-rc-content .es-style__title {
    font-size: 70px;
  }
  #es-rc #es-rc-content .es-style__title--big {
    font-size: 140px;
  }
}

#es-rc #es-rc-content .es-features__wrapper {
  margin-top: 64px;
}

#es-rc #es-rc-content .es-features__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-block: 32px;
}

#es-rc #es-rc-content .es-features__container__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  max-width: 300px;
}

#es-rc #es-rc-content .es-features__container__item__img {
  max-width: 300px;
}

#es-rc #es-rc-content .es-eco__right-description--bold,
#es-rc #es-rc-content .es-features__container__item__text--bold {
  font-weight: 700;
}

@container es-rc-content (min-width:660px) {
  #es-rc #es-rc-content .es-features__text {
    font-size: 24px;
  }
  #es-rc #es-rc-content .es-features__container {
    position: relative;
  }
  #es-rc #es-rc-content .es-features__container__img {
    margin-block: 150px;
    max-width: 90%;
  }
  #es-rc #es-rc-content .es-features__container__item {
    position: absolute;
    max-width: 290px;
  }
  #es-rc #es-rc-content .es-features__container__item--1 {
    top: 0;
    left: 1%;
  }
  #es-rc #es-rc-content .es-features__container__item--2 {
    right: -3%;
    top: 9%;
  }
  #es-rc #es-rc-content .es-features__container__item--3 {
    bottom: 2%;
    left: 11%;
  }
}

@container es-rc-content (min-width:880px) {
  #es-rc #es-rc-content .es-kv__logo {
    max-width: 330px;
    margin-bottom: 16px;
  }
  #es-rc #es-rc-content .es-kv__logo--2 {
    max-width: 180px;
  }
  #es-rc #es-rc-content .es-kv__title--headline {
    font-size: 35px;
    margin-bottom: 10px;
  }
  #es-rc #es-rc-content .es-kv__title--bottomline {
    font-size: 18px;
  }
  #es-rc #es-rc-content .es-kv__packshot {
    margin-right: 0;
  }
  #es-rc #es-rc-content .es-kv__packshot__img {
    max-height: 650px;
  }
  #es-rc #es-rc-content .es-kv__description__text {
    font-size: 18px;
    text-align: center;
  }
  #es-rc #es-rc-content .es-kv__description__icon__img {
    width: 60%;
  }
  #es-rc #es-rc-content .es-design__description-container {
    right: 4%;
    top: 6%;
  }
  #es-rc #es-rc-content .es-design__description--statement {
    font-size: 32px;
  }
  #es-rc #es-rc-content .es-design__description--disclaimer {
    font-size: 18px;
  }
  #es-rc #es-rc-content .es-features__container__item--1 {
    left: 1%;
  }
  #es-rc #es-rc-content .es-features__container__item--2 {
    right: 2%;
  }
  #es-rc #es-rc-content .es-features__container__item--3 {
    left: 13%;
  }
}

#es-rc #es-rc-content .es-eco {
  background: #005bab;
  padding-top: 50px;
  padding-bottom: 50px;
}

#es-rc #es-rc-content .es-eco__bottom-title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

#es-rc #es-rc-content .es-eco__img {
  max-width: 100%;
  width: auto;
}

#es-rc #es-rc-content .es-eco__right-title {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 20px;
}

#es-rc #es-rc-content .es-cross__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#es-rc #es-rc-content .es-cross__single {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#es-rc #es-rc-content .es-cross__single-title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

#es-rc #es-rc-content .es-cross__single-description {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

#es-rc #es-rc-content .es-cross__img {
  max-width: 55%;
  width: auto;
}

#es-rc #es-rc-content .es-cross__single--2 {
  background-color: #f6c641;
}

#es-rc #es-rc-content .es-cross__single--3 {
  background-color: #e25d5f;
}

#es-rc #es-rc-content .es-footer {
  background-color: #005bab;
}

#es-rc #es-rc-content .es-footer__hashtag {
  padding-top: 20px;
  margin-top: 0;
  font-size: 25px;
}

#es-rc #es-rc-content .es-footer__headline {
  font-size: 24px;
}

#es-rc #es-rc-content .es-footer__logo {
  max-width: 200px;
  padding-bottom: 50px;
}

@container es-rc-content (min-width:660px) {
  #es-rc #es-rc-content .es-footer__headline {
    font-size: 32px;
  }
}

@media screen and (min-width: 650px) {
  #es-rc #es-rc-content .es-design__saturator {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }
  #es-rc #es-rc-content .es-design__img {
    max-width: 30%;
  }
  #es-rc #es-rc-content .es-faq__title {
    font-weight: 700;
    margin: 0 auto 30px;
    font-size: 21px;
    text-align: center;
    color: #012349 !important;
  }
  #es-rc #es-rc-content .es-faq .es-accordion {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  #es-rc #es-rc-content .es-faq .es-accordion__title {
    font-size: 18px;
  }
  #es-rc #es-rc-content .es-faq .es-accordion__element-content p {
    font-size: 16px;
  }
  #es-rc #es-rc-content .es-product__list {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  #es-rc #es-rc-content .es-pre-design {
    padding-bottom: 45px;
    padding-top: 25px;
  }
  #es-rc #es-rc-content .es-design {
    padding-bottom: 115px;
    background-color: #005bab;
  }
  #es-rc #es-rc-content .es-design__img {
    margin-top: -150px;
  }
  #es-rc #es-rc-content .es-design__wrapper {
    background: #005bab;
    border-radius: 50%;
    width: 125%;
    height: 40%;
    top: -8%;
    left: -12%;
    right: 0;
    z-index: -1;
    position: absolute;
  }
  #es-rc #es-rc-content .es-design__container {
    margin-top: 20px;
    flex-direction: row;
    justify-content: space-around;
  }
  #es-rc #es-rc-content .es-design__single {
    max-width: 230px;
  }
  #es-rc #es-rc-content .es-eco {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #es-rc #es-rc-content .es-eco__img {
    max-width: 75%;
  }
  #es-rc #es-rc-content .es-eco__container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 40px;
  }
  #es-rc #es-rc-content .es-eco__bottom-title {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
  }
  #es-rc #es-rc-content .es-eco__left,
  #es-rc #es-rc-content .es-eco__right {
    max-width: 50%;
  }
  #es-rc #es-rc-content .es-slider {
    position: relative;
    z-index: 0;
  }
  #es-rc #es-rc-content .es-slider__slide--1,
  #es-rc #es-rc-content .es-slider__slide--2 {
    position: relative;
  }
  #es-rc #es-rc-content .es-slider__wrapper {
    border-radius: 50%;
    width: 108%;
    height: 47%;
    top: -15%;
    left: -4%;
    right: 0;
    z-index: -1;
    position: absolute;
  }
  #es-rc #es-rc-content .es-slider__wrapper--2 {
    background-color: #005bab;
  }
  #es-rc #es-rc-content .es-product {
    background: #012349;
    position: relative;
    z-index: 0;
  }
  #es-rc #es-rc-content .es-product__container-title {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
  }
  #es-rc #es-rc-content .es-product__wrapper {
    background: #012349;
    border-radius: 50%;
    width: 137%;
    height: 40%;
    top: -8%;
    left: -19%;
    right: 0;
    z-index: -1;
    position: absolute;
  }
  #es-rc #es-rc-content .es-product__wrapper--2 {
    background: #012349;
    border-radius: 50%;
    width: 125%;
    height: 40%;
    bottom: -10%;
    left: -12%;
    right: 0;
    z-index: -1;
    position: absolute;
  }
  #es-rc #es-rc-content .es-product__title {
    font-weight: 700;
    text-align: center;
  }
  #es-rc #es-rc-content .es-product__img,
  #es-rc #es-rc-content .es-product__list--mobile {
    display: none;
  }
  #es-rc #es-rc-content .es-product__img--second {
    display: block;
    min-width: 275px;
  }
  #es-rc #es-rc-content .es-product__img--desktop {
    display: block;
    max-width: 50%;
  }
  #es-rc #es-rc-content .es-product__container {
    gap: 20px;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
    position: relative;
  }
  #es-rc #es-rc-content .es-product__container .es-decoration-2 {
    display: block;
    position: absolute;
    bottom: -95px;
    left: -20px;
    width: 180px;
  }
  #es-rc #es-rc-content .es-product__list--desktop {
    display: block;
  }
  #es-rc #es-rc-content .es-product__list-item-title {
    position: absolute;
    width: 24%;
    text-align: left;
  }
  #es-rc #es-rc-content .es-product__list-item-title--1 {
    top: 16%;
    right: 3%;
  }
  #es-rc #es-rc-content .es-product__list-item-title--2 {
    top: 33%;
    left: 14%;
  }
  #es-rc #es-rc-content .es-product__list-item-title--3 {
    top: 45%;
    right: 3%;
  }
  #es-rc #es-rc-content .es-product__list-item-title--4 {
    top: 56%;
    left: 14%;
  }
  #es-rc #es-rc-content .es-product__list-item-title--5 {
    top: 73%;
    right: 2%;
    width: 25%;
  }
  #es-rc #es-rc-content .es-product__list-item-title--6 {
    top: 80%;
    left: 14%;
  }
  #es-rc #es-rc-content .es-cross__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
  #es-rc #es-rc-content .es-cross__single-title {
    min-height: 40px;
  }
  #es-rc #es-rc-content .es-cross__single-description {
    min-height: 210.5px;
  }
  #es-rc #es-rc-content .es-cross__single {
    max-width: 33.3%;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #es-rc #es-rc-content .es-steps__steps-item-title {
    font-size: 35px;
  }
  #es-rc #es-rc-content .es-steps__steps__item__text {
    font-size: 19px;
  }
  #es-rc #es-rc-content .es-steps__steps__item {
    max-width: 200px;
  }
}

@media screen and (min-width: 850px) {
  #es-rc #es-rc-content .es-product__container--second {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}

@media screen and (min-width: 998px) {
  #es-rc #es-rc-content .es-faq,
  #es-rc #es-rc-content .es-kv {
    position: relative;
  }
  #es-rc #es-rc-content .es-kv__packshot {
    position: absolute;
    top: 0;
    right: -3.5%;
  }
  #es-rc #es-rc-content .es-kv__packshot__img {
    max-height: 500px;
  }
  #es-rc #es-rc-content .es-kv__title {
    text-align: left;
    margin-top: 10px;
    max-width: 410px;
  }
  #es-rc #es-rc-content .es-design__single-subtitle {
    min-height: 120px;
  }
  #es-rc #es-rc-content .es-cross__single-description {
    min-height: 156.5px;
  }
  #es-rc #es-rc-content .es-design__img {
    margin-top: -250px;
    max-width: 36%;
  }
  #es-rc #es-rc-content .es-design__description {
    margin-top: -100px;
  }
  #es-rc #es-rc-content .es-faq .es-decoration-3 {
    position: absolute;
    display: block;
    top: -75px;
    right: 20px;
    width: 140px;
  }
  #es-rc #es-rc-content .es-product__list-item-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
  }
  #es-rc #es-rc-content .es-design__title,
  #es-rc #es-rc-content .es-eco__bottom-title,
  #es-rc #es-rc-content .es-footer__hashtag,
  #es-rc #es-rc-content .es-kv__description-title,
  #es-rc #es-rc-content .es-product__container-title,
  #es-rc #es-rc-content .es-product__title,
  #es-rc #es-rc-content .es-steps__title {
    font-size: 35px;
  }
  #es-rc #es-rc-content .es-steps__steps__item {
    max-width: 260px;
  }
  #es-rc #es-rc-content .es-kv__packshot__img--mobile,
  #es-rc #es-rc-content .es-mobile {
    display: none;
  }
  #es-rc #es-rc-content .es-desktop,
  #es-rc #es-rc-content .es-kv__packshot__img--desktop {
    display: block;
  }
  #es-rc #es-rc-content .es-design {
    padding-bottom: 75px;
  }
}
