#es-rc #es-rc-content {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  background-color: #ffffff;
  max-width: 982px;
  margin: auto;
  container: es-rc-main/inline-size;
}
#es-rc #es-rc-content ::-moz-selection {
  background-color: #a5603f;
  color: #faf6f1;
}
#es-rc #es-rc-content ::selection {
  background-color: #a5603f;
  color: #faf6f1;
}
#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 button {
  display: block;
}
#es-rc #es-rc-content .es-section {
  padding-inline: 24px;
  margin-block: 24px;
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-section {
    padding-inline: 32px;
    margin-block: 32px;
  }
}
#es-rc #es-rc-content .es-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  text-wrap: balance;
  margin-block: 16px;
  text-transform: uppercase;
}
#es-rc #es-rc-content .es-section-title--span {
  font-weight: 700;
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-section-title {
    font-size: 24px;
  }
}
@container es-rc-main (min-width: 768px) {
  #es-rc #es-rc-content .es-section-title {
    font-size: 34px;
  }
}
#es-rc #es-rc-content .es-desktop {
  display: none;
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-desktop {
    display: block;
  }
}
#es-rc #es-rc-content .es-mobile {
  display: block;
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-mobile {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  #es-rc #es-rc-content * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
#es-rc #es-rc-content .es-kv__text-wrapper {
  padding: 24px;
  text-align: center;
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
#es-rc #es-rc-content .es-kv__logo {
  max-width: 200px;
}
#es-rc #es-rc-content .es-kv__text {
  text-transform: uppercase;
  font-weight: 700;
}
#es-rc #es-rc-content .es-kv__text--headline {
  font-size: 32px;
}
#es-rc #es-rc-content .es-kv__text--slogan {
  margin-top: 16px;
  font-size: 20px;
}
@container es-rc-main (min-width: 576px) {
  #es-rc #es-rc-content .es-kv {
    position: relative;
  }
  #es-rc #es-rc-content .es-kv__logo {
    width: 50%;
    margin: unset;
  }
  #es-rc #es-rc-content .es-kv__text-wrapper {
    text-align: left;
    align-items: flex-start;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
  }
  #es-rc #es-rc-content .es-kv__text--headline {
    font-size: 16px;
  }
  #es-rc #es-rc-content .es-kv__text--slogan {
    font-size: 10px;
  }
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-kv__text--headline {
    font-size: 20px;
  }
  #es-rc #es-rc-content .es-kv__text--slogan {
    font-size: 12px;
  }
}
@container es-rc-main (min-width: 700px) {
  #es-rc #es-rc-content .es-kv__text-wrapper {
    height: 275px;
  }
}
@container es-rc-main (min-width: 768px) {
  #es-rc #es-rc-content .es-kv__logo {
    width: 55%;
  }
  #es-rc #es-rc-content .es-kv__text--headline {
    font-size: 24px;
  }
  #es-rc #es-rc-content .es-kv__text--slogan {
    font-size: 14px;
  }
  #es-rc #es-rc-content .es-kv__text-wrapper {
    height: 330px;
  }
}
@container es-rc-main (min-width: 880px) {
  #es-rc #es-rc-content .es-kv__logo {
    width: 66%;
  }
  #es-rc #es-rc-content .es-kv__text--headline {
    font-size: 28px;
  }
  #es-rc #es-rc-content .es-kv__text--slogan {
    font-size: 16px;
  }
  #es-rc #es-rc-content .es-kv__text-wrapper {
    height: 375px;
  }
}
@container es-rc-main (min-width: 980px) {
  #es-rc #es-rc-content .es-kv__logo {
    width: 76%;
  }
}
#es-rc #es-rc-content .es-features__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#es-rc #es-rc-content .es-features__list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease-in-out;
}
#es-rc #es-rc-content .es-features__list-item:hover {
  margin-left: -10px;
}
#es-rc #es-rc-content .es-features__list__checkmark {
  width: 22px;
  height: 22px;
  margin: unset;
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-features {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  #es-rc #es-rc-content .es-features__img {
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    margin: unset;
  }
  #es-rc #es-rc-content .es-features__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #es-rc #es-rc-content .es-features__title {
    text-align: left;
    font-size: 24px;
  }
  #es-rc #es-rc-content .es-features__list {
    font-size: 18px;
  }
}
@container es-rc-main (min-width: 768px) {
  #es-rc #es-rc-content .es-features {
    gap: 32px;
  }
  #es-rc #es-rc-content .es-features__title {
    font-size: 32px;
  }
  #es-rc #es-rc-content .es-features__list {
    font-size: 24px;
  }
}
@container es-rc-main (min-width: 880px) {
  #es-rc #es-rc-content .es-features__title {
    font-size: 34px;
  }
  #es-rc #es-rc-content .es-features__list {
    font-size: 25.5px;
  }
}
#es-rc #es-rc-content .es-shades {
  padding-block: 24px;
  color: #3d1e1a;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(
    180deg,
    rgb(61, 30, 26) 0%,
    rgb(146, 96, 70) 25%,
    rgb(181, 138, 117) 50%,
    rgb(213, 178, 161) 75%,
    rgb(245, 219, 207) 100%
  );
}
#es-rc #es-rc-content .es-shades__text-mobile-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
#es-rc #es-rc-content .es-shades__text {
  font-size: 20px;
  text-transform: uppercase;
}
#es-rc #es-rc-content .es-shades__text--span {
  font-size: 16px;
  display: block;
  text-transform: none;
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-shades {
    position: relative;
    color: #ffffff;
    background: unset;
    padding-block: unset;
  }
  #es-rc #es-rc-content .es-shades__text {
    position: absolute;
    transform: translate(50%, -50%);
    font-size: 14px;
  }
  #es-rc #es-rc-content .es-shades__text-mobile-wrapper {
    margin: 0;
  }
  #es-rc #es-rc-content .es-shades__text--span {
    font-size: 12px;
  }
  #es-rc #es-rc-content .es-shades__text--1 {
    top: 11%;
    left: -4.5%;
    width: 16.6666666667%;
  }
  #es-rc #es-rc-content .es-shades__text--2 {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 33.3333333333%;
  }
  #es-rc #es-rc-content .es-shades__text--3 {
    bottom: -4%;
    right: 16%;
    width: 25%;
  }
}
@container es-rc-main (min-width: 880px) {
  #es-rc #es-rc-content .es-shades__text {
    font-size: 18px;
  }
  #es-rc #es-rc-content .es-shades__text--span {
    font-size: 15px;
  }
  #es-rc #es-rc-content .es-shades__text--1 {
    top: 11%;
    left: -5.5%;
  }
  #es-rc #es-rc-content .es-shades__text--3 {
    bottom: -2.5%;
    right: 15%;
  }
}
#es-rc #es-rc-content .es-steps {
  overflow: hidden;
}
#es-rc #es-rc-content .es-steps__bg-image-wrapper {
  overflow: hidden;
}
#es-rc #es-rc-content .es-steps__bg-image {
  width: 175%;
}
#es-rc #es-rc-content .es-steps__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 24px auto;
}
#es-rc #es-rc-content .es-steps__steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#es-rc #es-rc-content .es-steps__step {
  line-height: 1.59;
}
#es-rc #es-rc-content .es-steps__step__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18.176px;
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-steps {
    position: relative;
  }
  #es-rc #es-rc-content .es-steps__bg-image-wrapper {
    overflow: hidden;
  }
  #es-rc #es-rc-content .es-steps__bg-image {
    width: 120%;
    margin-left: -20%;
  }
  #es-rc #es-rc-content .es-steps__text-wrapper {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 50%;
  }
  #es-rc #es-rc-content .es-steps__text-wrapper .es-section-title {
    margin: unset;
    text-align: left;
  }
}
@container es-rc-main (min-width: 880px) {
  #es-rc #es-rc-content .es-steps__bg-image {
    width: 110%;
    margin-left: -10%;
  }
  #es-rc #es-rc-content .es-steps__text-wrapper {
    left: 50%;
    padding-right: 32px;
    height: 80%;
    justify-content: space-evenly;
  }
}
#es-rc #es-rc-content .es-undertones__flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-wrap: wrap;
}
#es-rc #es-rc-content .es-undertones__flex-item {
  flex: 1 1 calc(33.333% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
  padding: 24px;
}
#es-rc #es-rc-content .es-undertones__image {
  transition: all 0.2s ease-in-out;
}
#es-rc #es-rc-content .es-undertones__image:hover {
  transform: scale(1.05);
}
#es-rc #es-rc-content .es-undertones__image-wrapper {
  overflow: hidden;
}
#es-rc #es-rc-content .es-undertones__text {
  text-wrap: balance;
  line-height: 1.6;
  padding-inline: 8px;
}
#es-rc #es-rc-content .es-undertones__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#es-rc #es-rc-content .es-undertones__text--title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18.176px;
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-undertones__flex-wrapper {
    flex-direction: row;
    gap: 0.5%;
  }
  #es-rc #es-rc-content .es-undertones__flex-item {
    width: 33.333%;
    padding: 0;
  }
}
#es-rc #es-rc-content .es-results__bg-img-wrapper {
  overflow: hidden;
}
#es-rc #es-rc-content .es-results__bg-img {
  width: 250%;
  margin-left: -85%;
}
#es-rc #es-rc-content .es-results__flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #f6f9f9;
  background: linear-gradient(
    180deg,
    rgb(246, 249, 249) 0%,
    rgb(250, 252, 249) 38%,
    rgb(250, 252, 248) 66%,
    rgb(234, 235, 237) 100%
  );
  padding: 24px;
}
#es-rc #es-rc-content .es-results__item {
  text-align: center;
  text-wrap: balance;
}
#es-rc #es-rc-content .es-results__item__text {
  font-weight: 700;
  font-size: 18.176px;
}
#es-rc #es-rc-content .es-results__item__text--number {
  font-size: 50.8928px;
  display: block;
}
@container es-rc-main (min-width: 440px) {
  #es-rc #es-rc-content .es-results__bg-img {
    width: 150%;
    margin-left: -25%;
  }
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-results {
    position: relative;
  }
  #es-rc #es-rc-content .es-results__bg-img {
    width: 100%;
    margin-left: unset;
  }
  #es-rc #es-rc-content .es-results__item {
    text-wrap: unset;
  }
  #es-rc #es-rc-content .es-results__item__text--number {
    display: block;
    line-height: 1;
  }
  #es-rc #es-rc-content .es-results__flex-wrapper {
    background: transparent;
    background-color: transparent;
    padding: 0;
    position: absolute;
    margin-top: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 64px);
    height: 300px;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px;
    gap: 8px;
  }
  #es-rc #es-rc-content .es-results__flex-wrapper--left,
  #es-rc #es-rc-content .es-results__flex-wrapper--right {
    flex: 1 1 0;
    height: 80%;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
  }
  #es-rc #es-rc-content .es-results__flex-wrapper--left {
    border-bottom: 1px solid #ffffff;
    justify-content: space-between;
  }
  #es-rc #es-rc-content .es-results__flex-wrapper--left .es-results__item {
    text-align: left;
    color: #ffffff;
  }
  #es-rc #es-rc-content .es-results__flex-wrapper--right {
    border-bottom: 2px solid #000000;
    justify-content: flex-end;
  }
  #es-rc #es-rc-content .es-results__flex-wrapper--right .es-results__item {
    text-align: right;
    color: #000000;
    margin-left: auto;
  }
}
@container es-rc-main (min-width: 880px) {
  #es-rc #es-rc-content .es-results__item {
    width: 80%;
    max-width: 310px;
  }
  #es-rc #es-rc-content .es-results__flex-wrapper {
    padding: 40px 32px;
    height: 350px;
  }
  #es-rc #es-rc-content .es-results__flex-wrapper--left,
  #es-rc #es-rc-content .es-results__flex-wrapper--right {
    height: 70%;
    gap: unset;
    padding-bottom: 16px;
  }
}
#es-rc #es-rc-content .es-cross__flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
#es-rc #es-rc-content .es-cross__flex-item {
  position: relative;
  width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
#es-rc #es-rc-content .es-cross__flex-item:hover .es-cross__image,
#es-rc #es-rc-content .es-cross__flex-item:hover .es-cross__badge {
  transform: scale(1.1);
}
#es-rc #es-rc-content .es-cross__flex-item:hover .es-cross__button {
  background-color: #a5603f;
}
#es-rc #es-rc-content .es-cross__badge {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 20%;
  left: 5%;
  transition: all 0.2s ease-in-out;
}
#es-rc #es-rc-content .es-cross__image {
  transition: all 0.2s ease-in-out;
}
#es-rc #es-rc-content .es-cross__text-wrapper {
  text-align: center;
  line-height: 1.3;
}
#es-rc #es-rc-content .es-cross__text--title {
  font-weight: 700;
}
#es-rc #es-rc-content .es-cross__button {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14.4px;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  padding: 14px;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  width: 100%;
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-cross__badge {
    top: 16%;
    left: 7%;
  }
}
@container es-rc-main (min-width: 920px) {
  #es-rc #es-rc-content .es-cross__flex-wrapper {
    gap: unset;
    justify-content: space-between;
  }
  #es-rc #es-rc-content .es-cross__flex-item {
    width: 19%;
  }
  #es-rc #es-rc-content .es-cross__badge {
    left: -15%;
  }
}
#es-rc #es-rc-content .es-disclaimer {
  text-align: center;
  font-size: 12.8px;
}
@container es-rc-main (min-width: 660px) {
  #es-rc #es-rc-content .es-disclaimer {
    font-size: 9.6px;
  }
}
#es-rc #es-rc-content .es-footer {
  background-color: #000000;
  padding: 24px;
}
#es-rc #es-rc-content .es-footer__logo {
  max-width: 150px;
} /*# sourceMappingURL=styles.css.map */
