@font-face {
  font-family: HurmeGeometricSans3-Bold;
  src: local("HurmeGeometricSans3-Bold"),
    url("../fonts/HurmeGeometricSans3-Bold.woff2") format("woff2");
}
@font-face {
  font-family: HurmeGeometricSans3-Regular;
  src: local("HurmeGeometricSans3-Regular"),
    url("../fonts/HurmeGeometricSans3-Regular.woff2") format("woff2");
}
@font-face {
  font-family: HurmeGeometricSans3-Black;
  src: local("HurmeGeometricSans3-Black"),
    url("../fonts/HurmeGeometricSans3-Black.woff2") format("woff2");
}
@font-face {
  font-family: HurmeGeometricSans3-Light;
  src: local("HurmeGeometricSans3-Light"),
    url("../fonts/HurmeGeometricSans3-Light.woff2") format("woff2");
}
#es-rc #es-rc-content {
  font-family: HurmeGeometricSans3-Regular, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  color: #13294b;
  background: #ebe6e1;
}
#es-rc #es-rc-content * {
  box-sizing: border-box;
}
#es-rc #es-rc-content p {
  line-height: revert;
  margin: 0;
}
#es-rc #es-rc-content h2,
#es-rc #es-rc-content h3,
#es-rc #es-rc-content h4,
#es-rc #es-rc-content h5,
#es-rc #es-rc-content h6 {
  margin: 0;
  padding-inline: 8px;
}
#es-rc #es-rc-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#es-rc #es-rc-content .es-h2 {
  text-align: center;
  font-family: HurmeGeometricSans3-Bold, sans-serif;
  font-size: 25px;
  color: #13294b;
  text-transform: none;
}
#es-rc #es-rc-content .es-bubble h2,
#es-rc #es-rc-content .es-h2-2 {
  color: #fff;
  font-weight: 100;
}
#es-rc #es-rc-content .es-text {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 20px auto 40px;
  line-height: 1.3;
  color: #fff;
}
#es-rc #es-rc-content .es-bold {
  font-family: HurmeGeometricSans3-Bold, sans-serif;
}
#es-rc #es-rc-content .es-change__single,
#es-rc #es-rc-content .es-kv {
  position: relative;
}
#es-rc #es-rc-content .es-kv__logo {
  margin: 40px auto 20px;
  max-width: 300px;
}
#es-rc #es-rc-content .es-change__leaf1,
#es-rc #es-rc-content .es-change__leaf2,
#es-rc #es-rc-content .es-change__leaf3,
#es-rc #es-rc-content .es-change__leaf4,
#es-rc #es-rc-content .es-kv__background-text {
  display: none;
}
#es-rc #es-rc-content .es-kv__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#es-rc #es-rc-content .es-kv__wrapper .es-kv__left {
  font-size: 18px;
  width: 90%;
  text-align: center;
}
#es-rc #es-rc-content .es-kv__wrapper .es-kv__left .es-h1 {
  font-family: HurmeGeometricSans3-Bold, sans-serif;
  font-weight: 100;
  font-size: 30px;
  text-transform: uppercase;
}
#es-rc #es-rc-content .es-kv__wrapper .es-kv__left .es-kv__p {
  margin-top: 30px;
}
#es-rc #es-rc-content .es-kv__wrapper .es-kv__left .es-kv__p--bold {
  font-family: HurmeGeometricSans3-Bold, sans-serif;
  margin-top: 25px;
}
#es-rc #es-rc-content .es-kv__wrapper .es-kv__right {
  width: 45%;
  margin-top: 20px;
}
#es-rc #es-rc-content .es-kv__wrapper .es-kv__right .es-kv__img {
  max-height: 570px;
  margin-left: -15px;
}
#es-rc #es-rc-content .es-change {
  position: relative;
  z-index: 0;
  margin-top: 50px;
  margin-bottom: 45px;
  padding-top: 10px;
  color: #fff;
}

#es-rc #es-rc-content .es-change__title {
  font-weight: 100;
}

#es-rc #es-rc-content .es-change__background {
  background-color: #dbcbbf;
  position: absolute;
  width: 140%;
  height: 102%;
  top: -1%;
  left: -20%;
  right: 0;
  z-index: -1;
}
#es-rc #es-rc-content .es-change__background2 {
  background-color: #e23343;
}
#es-rc #es-rc-content .es-change2__img-1 {
  max-width: 340px;
  margin-left: -40px;
}
#es-rc #es-rc-content .es-change__single-group {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#es-rc #es-rc-content .es-change2__single-description {
  max-width: 230px;
  font-family: HurmeGeometricSans3-Regular, sans-serif;
  margin-bottom: 50px;
  color: #13294b;
  font-size: 14px;
  text-align: center;
}
#es-rc #es-rc-content .es-change__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#es-rc #es-rc-content .es-change__wrapper .es-change__single {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  max-width: 300px;
  margin-bottom: 25px;
}
#es-rc #es-rc-content .es-change__single-img3 {
  width: 360px;
  margin-left: 60px;
}
#es-rc #es-rc-content .es-change__wrapper .es-change__single-dot {
  width: 20px;
  height: 20px;
  background-color: #dc141f;
  border: 1px solid #dc141f;
  border-radius: 10px;
  margin: 10px;
}
#es-rc #es-rc-content .es-change__wrapper .es-change__single-title {
  text-align: center;
  font-family: HurmeGeometricSans3-Bold, sans-serif;
  margin-bottom: 50px;
  color: #13294b;
}
#es-rc #es-rc-content .es-change__wrapper .es-change__single-title2 {
  font-size: 25px;
  margin-bottom: 10px;
}
#es-rc #es-rc-content .es-one-soda {
  padding-top: 30px;
  padding-bottom: 60px;
}
#es-rc #es-rc-content .es-one-soda__h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: HurmeGeometricSans3-Black, sans-serif;
  font-weight: 100;
  font-size: 25px;
}
#es-rc #es-rc-content .es-one-soda__wrapper-outer {
  position: relative;
  margin-top: 20px;
}
#es-rc #es-rc-content .es-one-soda__wrapper-outer .es-one-soda__background {
  background-color: #13294b;
  position: absolute;
  width: 140%;
  height: 110%;
  top: -5%;
  left: -20%;
  right: 0;
  z-index: 0;
}
#es-rc #es-rc-content .es-one-soda__wrapper-outer .es-one-soda__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 60px;
}
#es-rc
  #es-rc-content
  .es-one-soda__wrapper-outer
  .es-one-soda__wrapper
  .es-one-soda__single {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
#es-rc
  #es-rc-content
  .es-one-soda__wrapper-outer
  .es-one-soda__wrapper
  .es-one-soda__single-img {
  max-width: 250px;
}
#es-rc
  #es-rc-content
  .es-one-soda__wrapper-outer
  .es-one-soda__wrapper
  .es-one-soda__single-title {
  font-family: HurmeGeometricSans3-Bold, sans-serif;
  font-size: 25px;
  margin-top: 20px;
  color: #fff;
}
#es-rc #es-rc-content .es-one-soda__wrapper-outer .es-one-soda__text {
  width: 90%;
}
#es-rc #es-rc-content .es-perfect {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
#es-rc #es-rc-content .es-perfect__title {
  font-weight: 100;
}
#es-rc #es-rc-content .es-perfect__text {
  width: 80%;
  margin-bottom: 30px;
  color: #13294b;
}
#es-rc #es-rc-content .es-perfect__background-text {
  font-family: HurmeGeometricSans3-Bold, sans-serif;
  color: #e2d7ce;
  font-size: 125px;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 0;
  display: none;
}
#es-rc #es-rc-content .es-perfect__wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
#es-rc #es-rc-content .es-perfect__wrapper .es-perfect__single {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 90%;
}
#es-rc #es-rc-content .es-perfect__wrapper .es-perfect__single-number {
  font-family: HurmeGeometricSans3-Black, sans-serif;
  font-size: 60px;
  margin-bottom: 20px;
}
#es-rc #es-rc-content .es-perfect__wrapper .es-perfect__single-img {
  max-width: 150px;
}
#es-rc #es-rc-content .es-perfect__wrapper .es-perfect__single-text {
  text-align: center;
  margin-top: 25px;
}
#es-rc #es-rc-content .es-perfect__disclaimer {
  font-size: 13px;
  text-align: center;
}
#es-rc #es-rc-content .es-perfect__disclaimer2 {
  color: #13294b;
}
#es-rc #es-rc-content .es-bottle {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #fff;
}
#es-rc #es-rc-content .es-bottle__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  gap: 25px;
}
#es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #e23343;
  border: 1px solid #e23343;
  border-radius: 50%;
  font-family: HurmeGeometricSans3-Bold, sans-serif;
  text-align: center;
  width: 320px;
  height: 320px;
}
#es-rc
  #es-rc-content
  .es-bottle__wrapper
  .es-bottle__single-wrapper
  .es-bottle__h2 {
  font-size: 30px;
  text-transform: none;
}
#es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single-third {
  position: relative;
}
#es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single-third-image {
  position: absolute;
  bottom: 0;
  width: 75px;
  right: 20px;
}
#es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single:first-child,
#es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single:nth-child(3) {
  position: relative;
  z-index: 1;
}
#es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single:nth-child(2) {
  width: 320px;
  height: 320px;
  position: relative;
  z-index: 0;
}
#es-rc
  #es-rc-content
  .es-bottle__wrapper
  .es-bottle__single:nth-child(3)
  .es-bottle__single-wrapper {
  width: 320px;
  height: 320px;
}
#es-rc
  #es-rc-content
  .es-bottle__wrapper
  .es-bottle__single:nth-child(3)
  .es-bottle__single-wrapper
  .es-bottle__text {
  padding: 0 45px;
}
#es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single .es-bottle__leaf1 {
  position: absolute;
  display: none;
  bottom: 3%;
  left: -5%;
  max-width: 130px;
  z-index: -1;
}
#es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single .es-bottle__leaf2 {
  position: absolute;
  display: none;
  top: -1%;
  right: -18%;
  max-width: 165px;
  z-index: -1;
}
#es-rc #es-rc-content .es-day__title {
  font-weight: 100;
}
#es-rc #es-rc-content .es-day__text {
  width: 80%;
  color: #0e1b62;
}
#es-rc #es-rc-content .es-day__wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1;
  padding-top: 50px;
}
#es-rc #es-rc-content .es-day__wrapper-background {
  position: absolute;
  background-color: #e2d7ce;
  border: 1px solid #e2d7ce;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#es-rc #es-rc-content .es-day__wrapper .es-day__single {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  max-width: 300px;
  margin-bottom: 20px;
}
#es-rc #es-rc-content .es-adventure__wrapper .es-adventure__leaf1,
#es-rc #es-rc-content .es-adventure__wrapper .es-adventure__leaf2,
#es-rc
  #es-rc-content
  .es-day__wrapper
  .es-day__single
  .es-day__single-sun
  .es-day__single-background {
  display: none;
}
#es-rc #es-rc-content .es-day__wrapper .es-day__single .es-day__single-sun {
  position: relative;
  margin-bottom: 10px;
}
#es-rc #es-rc-content .es-day__wrapper .es-day__single .es-day__single-sun img {
  width: 70%;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
#es-rc #es-rc-content .es-day__wrapper .es-day__single .es-day__single-text {
  max-width: 300px;
  margin-bottom: 25px;
}
#es-rc
  #es-rc-content
  .es-day__wrapper
  .es-day__single:nth-child(2)
  .es-day__single-sun
  .es-day__single-background {
  background-color: #fbea71;
  top: -7px;
  left: 20px;
}
#es-rc
  #es-rc-content
  .es-day__wrapper
  .es-day__single:nth-child(3)
  .es-day__single-sun
  .es-day__single-background {
  background-color: #f7b800;
  top: -7px;
  left: -10px;
}
#es-rc
  #es-rc-content
  .es-day__wrapper
  .es-day__single:nth-child(3)
  .es-day__single-sun
  img {
  margin-top: 0;
}
#es-rc
  #es-rc-content
  .es-day__wrapper
  .es-day__single:nth-child(4)
  .es-day__single-sun
  .es-day__single-background {
  background-color: #415e8b;
  top: -7px;
  left: -17px;
}
#es-rc #es-rc-content .es-day__wrapper .es-day__wrapper-blue-background {
  background-color: #13294b;
  border: 1px solid #13294b;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: -50%;
  right: 0;
  width: 200%;
  height: 145%;
  z-index: 0;
  display: none;
}
#es-rc #es-rc-content .es-bubble {
  margin-top: 30px;
  margin-bottom: 60px;
  color: #ebe6e1;
  position: relative;
  text-align: center;
  z-index: 1;
}
#es-rc #es-rc-content .es-bubble__background {
  background-color: #13294b;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 60px);
  z-index: -1;
  display: block;
}
#es-rc #es-rc-content .es-bubble__text {
  margin: 25px auto;
  width: 69%;
  z-index: 1;
}
#es-rc #es-rc-content .es-adventure {
  margin-top: 30px;
  margin-bottom: 20px;
}
#es-rc #es-rc-content .es-adventure .es-h2 {
  margin: 30px 0;
  padding-top: 20px;
}
#es-rc
  #es-rc-content
  .es-adventure__wrapper
  .es-adventure__bottom-row__single-text,
#es-rc
  #es-rc-content
  .es-adventure__wrapper
  .es-adventure__top-row__single
  .es-adventure__top-row__single-text {
  margin-bottom: 20px;
  margin-top: 20px;
}
#es-rc
  #es-rc-content
  .es-adventure__wrapper
  .es-adventure__top-row__single:nth-child(1)
  img {
  margin-left: 30px;
}

#es-rc
  #es-rc-content
  .es-adventure__wrapper
  .es-adventure__bottom-row__single:nth-child(1)
  img {
  margin-left: -17px;
}

#es-rc
  #es-rc-content
  .es-adventure__wrapper
  .es-adventure__bottom-row__single:nth-child(2)
  img {
  margin-left: 23px;
  max-width: 330px;
}
#es-rc #es-rc-content .es-adventure__title {
  font-weight: 100;
}
#es-rc #es-rc-content .es-adventure__wrapper {
  text-align: center;
  position: relative;
  font-size: 16px;
}
#es-rc #es-rc-content .es-adventure__wrapper .es-adventure__tonic img {
  max-height: 300px;
  margin-bottom: 30px;
}
#es-rc #es-rc-content .es-adventure__wrapper .es-adventure__bottom-row,
#es-rc #es-rc-content .es-adventure__wrapper .es-adventure__top-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
#es-rc #es-rc-content .es-adventure__wrapper .es-adventure__top-row__single {
  display: -webkit-box;
  display: flex;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  max-width: 300px;
}
#es-rc #es-rc-content .es-adventure__wrapper .es-adventure__bottom-row__single {
  display: -webkit-box;
  display: flex;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  max-width: 300px;
}
#es-rc #es-rc-content .es-end {
  padding-top: 120px;
  margin-top: -90px;
}
#es-rc #es-rc-content .es-end__big {
  display: block;
  font-size: 35px;
  margin-bottom: -20px;
}
#es-rc #es-rc-content .es-end__img {
  width: 90%;
  margin: 50px auto;
}
#es-rc #es-rc-content .es-end__logo {
  max-width: 250px;
  margin: 50px auto;
}
#es-rc #es-rc-content .es-end .es-end__hashtag {
  font-size: 17px;
  word-break: break-all;
}
#es-rc
  #es-rc-content
  .es-adventure__wrapper
  .es-adventure__top-row__single-img
  .es-adventure__top-row__single-img-2 {
  max-width: 250px;
}
@media (min-width: 576px) {
  #es-rc #es-rc-content .es-one-soda__wrapper-outer {
    margin-top: -25px;
  }
  #es-rc #es-rc-content .es-end .es-h2.es-end__hashtag {
    font-size: 30px;
    word-break: keep-all;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__right .es-kv__img {
    margin-left: auto;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  #es-rc #es-rc-content .es-change {
    margin-top: 0;
  }
  #es-rc #es-rc-content .es-kv {
    padding-left: 60px;
    margin-bottom: 60px;
  }
  #es-rc #es-rc-content .es-kv__logo {
    margin-left: unset;
    margin-right: unset;
    margin-bottom: unset;
    max-width: 350px;
  }
  #es-rc #es-rc-content .es-kv__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__left {
    margin-top: -50px;
    text-align: left;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__left .es-h1 {
    font-size: 37px;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__left .es-kv__p {
    margin-top: 10px;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__right {
    width: 30%;
    margin-top: -40px;
  }
  #es-rc #es-rc-content .es-change__background {
    background-color: #dbcbbf;
    border: 1px solid #dbcbbf;
    border-radius: 50%;
    width: 140%;
    height: 104%;
    top: -13%;
    left: -20%;
    right: 0;
    z-index: -1;
  }
  #es-rc #es-rc-content .es-change__background2 {
    background-color: #e23343;
    border: 1px solid #e23343;
    top: -50px;
    height: 72%;
  }
  #es-rc #es-rc-content .es-change__wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single {
    width: 25%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    max-width: unset;
    margin-bottom: unset;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single-dot {
    width: 20px;
    height: 20px;
    background-color: #dc141f;
    border: 1px solid #dc141f;
    border-radius: 10px;
    margin: 10px;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single-title {
    text-align: center;
    font-family: HurmeGeometricSans3-Bold, sans-serif;
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 263px;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single:first-child {
    position: relative;
    z-index: 1;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single:nth-child(2) {
    width: 40%;
    margin-top: -20px;
    position: relative;
    z-index: 1;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single:nth-child(4) {
    position: relative;
    z-index: 0;
  }
  #es-rc #es-rc-content .es-one-soda {
    padding-top: 0;
  }
  #es-rc #es-rc-content .es-one-soda__h2 {
    font-size: 30px;
  }
  #es-rc #es-rc-content .es-one-soda__wrapper-outer {
    position: relative;
    margin-top: -50px;
  }
  #es-rc #es-rc-content .es-one-soda__wrapper-outer .es-one-soda__background {
    border-radius: 50%;
    position: absolute;
    width: 140%;
    height: 130%;
    top: -15%;
    left: -20%;
    right: 0;
    z-index: 0;
  }
  #es-rc #es-rc-content .es-one-soda__wrapper-outer .es-one-soda__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 60px;
  }
  #es-rc
    #es-rc-content
    .es-one-soda__wrapper-outer
    .es-one-soda__wrapper
    .es-one-soda__single-img {
    max-width: 180px;
  }
  #es-rc
    #es-rc-content
    .es-one-soda__wrapper-outer
    .es-one-soda__wrapper
    .es-one-soda__single-title {
    font-size: 25px;
    margin-top: 20px;
  }
  #es-rc #es-rc-content .es-one-soda__wrapper-outer .es-one-soda__text {
    width: 58%;
  }
  #es-rc #es-rc-content .es-perfect__text {
    width: 60%;
    margin-bottom: 80px;
  }
  #es-rc #es-rc-content .es-perfect__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
    gap: 90px;
  }
  #es-rc #es-rc-content .es-perfect {
    margin-bottom: 100px;
  }
  #es-rc #es-rc-content .es-perfect__wrapper .es-perfect__single {
    width: 21%;
  }
  #es-rc #es-rc-content .es-perfect__wrapper .es-perfect__single:nth-child(2) {
    width: 27%;
  }
  #es-rc #es-rc-content .es-bottle {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #es-rc #es-rc-content .es-bottle__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: unset;
    align-items: unset;
    gap: unset;
  }
  #es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single-wrapper {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
  }
  #es-rc
    #es-rc-content
    .es-bottle__wrapper
    .es-bottle__single-wrapper
    .es-bottle__h2 {
    font-size: 25px;
  }
  #es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single:first-child {
    align-self: flex-start;
    width: 25%;
    margin-right: -6%;
  }
  #es-rc
    #es-rc-content
    .es-bottle__wrapper
    .es-bottle__single:first-child
    .es-bottle__single-wrapper {
    width: 210px;
    height: 210px;
  }
  #es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single:nth-child(2) {
    align-self: center;
    width: 40%;
    height: unset;
  }
  #es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single:nth-child(3) {
    align-self: flex-end;
    margin-left: -8%;
    margin-bottom: -30px;
  }
  #es-rc
    #es-rc-content
    .es-bottle__wrapper
    .es-bottle__single:nth-child(3)
    .es-bottle__single-wrapper {
    width: 290px;
    height: 290px;
  }
  #es-rc
    #es-rc-content
    .es-bottle__wrapper
    .es-bottle__single:nth-child(3)
    .es-bottle__single-wrapper
    .es-bottle__text {
    padding: 0 35px;
  }
  #es-rc #es-rc-content .es-day__text {
    width: 60%;
  }
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__top-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: end;
    align-items: end;
  }
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__top-row__single {
    align-self: flex-start;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__bottom-row__single {
    align-self: flex-start;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__top-row__single:nth-child(2) {
    gap: 23px;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__bottom-row__single:nth-child(2) {
    gap: 23px;
  }
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__bottom-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: space-around;
  }
  #es-rc #es-rc-content .es-end {
    background-image: url("../img/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 94%;
  }
  #es-rc #es-rc-content .es-change__leaf3 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 95%;
    width: 50px;
    z-index: -1;
  }
  #es-rc #es-rc-content .es-change__single-img3 {
    width: 125%;
  }
  #es-rc #es-rc-content .es-change2__img-1 {
    max-width: 320px;
    margin-left: -40px;
  }
  #es-rc #es-rc-content .es-change2__img-3 {
    max-width: 270px;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__right .es-kv__img {
    padding-right: 0;
    margin-left: -20px;
  }
}
@media (min-width: 880px) {
  #es-rc #es-rc-content .es-change__background {
    top: -17%;
  }
  #es-rc #es-rc-content .es-change__leaf3 {
    bottom: 80%;
    width: 80px;
  }
}
@media (min-width: 980px) {
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__bottom-row img,
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__top-row img {
    max-width: 280px;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__left .es-h1 {
    font-size: 48px;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__left .es-kv__p {
    margin-top: 30px;
    max-width: 84%;
  }
  #es-rc #es-rc-content .es-kv__p--bold {
    max-width: 81%;
  }
  #es-rc #es-rc-content .es-kv__background-text {
    display: block;
    color: #e5dcd3;
    font-family: HurmeGeometricSans3-Black, sans-serif;
    font-size: 200px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
  #es-rc #es-rc-content .es-change__leaf1 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 30%;
    width: 11%;
  }
  #es-rc #es-rc-content .es-change__leaf1-2 {
    bottom: 79%;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single-title {
    font-size: 18px;
    max-width: unset;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single-title2 {
    font-size: 30px;
    max-width: unset;
  }
  #es-rc #es-rc-content .es-change2__single-description {
    max-width: 215px;
  }
  #es-rc #es-rc-content .es-change__single-group-first,
  #es-rc #es-rc-content .es-change__single-group-second {
    position: absolute;
  }
  #es-rc #es-rc-content .es-change__single-group-third {
    position: absolute;
    max-width: 200px;
  }
  #es-rc #es-rc-content .es-change__single-img {
    position: relative;
    z-index: 1;
  }
  #es-rc #es-rc-content .es-change__leaf2 {
    display: block;
    position: absolute;
    left: 34%;
    bottom: 4.5vw;
    width: 200px;
    z-index: -1;
  }
  #es-rc #es-rc-content .es-change__leaf3 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 82%;
    width: 100px;
    z-index: -1;
  }
  #es-rc #es-rc-content .es-change__leaf3-1 {
    bottom: 78%;
  }
  #es-rc #es-rc-content .es-change__leaf4 {
    display: block;
    position: absolute;
    left: 53%;
    bottom: 0;
    width: 200px;
    z-index: -1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #es-rc #es-rc-content .es-one-soda__wrapper-outer {
    position: relative;
    margin-top: -100px;
  }
  #es-rc #es-rc-content .es-perfect__background-text {
    display: block;
  }
  #es-rc #es-rc-content .es-bottle__wrapper {
    -webkit-box-pack: center;
    justify-content: center;
  }
  #es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single .es-bottle__h2 {
    font-size: 30px;
  }
  #es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single:first-child {
    margin-right: -25px;
  }
  #es-rc
    #es-rc-content
    .es-bottle__wrapper
    .es-bottle__single:first-child
    .es-bottle__single-wrapper {
    width: 260px;
    height: 260px;
  }
  #es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single:nth-child(3) {
    margin-left: -100px;
  }
  #es-rc
    #es-rc-content
    .es-bottle__wrapper
    .es-bottle__single:nth-child(3)
    .es-bottle__single-wrapper {
    width: 340px;
    height: 340px;
    font-size: 18px;
  }
  #es-rc
    #es-rc-content
    .es-bottle__wrapper
    .es-bottle__single
    .es-bottle__leaf1,
  #es-rc
    #es-rc-content
    .es-bottle__wrapper
    .es-bottle__single
    .es-bottle__leaf2 {
    display: block;
  }
  #es-rc #es-rc-content .es-day__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding-top: 30px;
  }
  #es-rc #es-rc-content .es-day__wrapper-background {
    border-radius: 50%;
    z-index: 0;
    width: 140%;
    margin-top: -40px;
  }
  #es-rc #es-rc-content .es-bold {
    font-size: 18px;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__single {
    max-width: unset;
    margin-bottom: unset;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__single .es-day__single-sun {
    position: relative;
  }
  #es-rc
    #es-rc-content
    .es-day__wrapper
    .es-day__single
    .es-day__single-sun
    .es-day__single-background {
    display: block;
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    z-index: -2;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__single .es-day__single-text {
    font-size: 14px;
    max-width: 230px;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__single:nth-child(2) {
    width: 30%;
    margin-right: -40px;
  }
  #es-rc
    #es-rc-content
    .es-day__wrapper
    .es-day__single:nth-child(2)
    .es-day__single-sun {
    margin-bottom: 25px;
  }
  #es-rc
    #es-rc-content
    .es-day__wrapper
    .es-day__single:nth-child(2)
    .es-day__single-text {
    margin-bottom: 20px;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__single:nth-child(2) img {
    position: relative;
    z-index: 1;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__single:nth-child(3) {
    width: 40%;
  }
  #es-rc
    #es-rc-content
    .es-day__wrapper
    .es-day__single:nth-child(3)
    .es-day__single-sun {
    margin-bottom: 10px;
  }
  #es-rc
    #es-rc-content
    .es-day__wrapper
    .es-day__single:nth-child(3)
    .es-day__single-text,
  #es-rc
    #es-rc-content
    .es-day__wrapper
    .es-day__single:nth-child(4)
    .es-day__single-sun {
    margin-bottom: 25px;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__single:nth-child(3) img {
    position: relative;
    z-index: 2;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__single:nth-child(4) {
    width: 30%;
    margin-left: -40px;
  }
  #es-rc
    #es-rc-content
    .es-day__wrapper
    .es-day__single:nth-child(4)
    .es-day__single-text {
    margin-bottom: 20px;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__single:nth-child(4) img {
    position: relative;
    z-index: 1;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__wrapper-blue-background {
    display: block;
    height: 135%;
  }
  #es-rc #es-rc-content .es-bubble {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #es-rc #es-rc-content .es-bubble__background {
    display: none;
  }
  #es-rc #es-rc-content .es-adventure {
    padding: 50px 10px 10px;
  }
  #es-rc #es-rc-content .es-adventure .es-h2 {
    margin: 20px 0 30px;
  }
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__tonic {
    width: 470px;
    height: 470px;
    background-color: #e23343;
    border: 1px solid #e23343;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__tonic img {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -25px;
    margin-top: 60px;
    max-height: 400px;
  }
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__top-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: unset;
    align-items: unset;
    margin-bottom: 50px;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
    position: relative;
    z-index: 1;
    margin-left: -30px;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__top-row__single-img
    .es-adventure__top-row__single-img-1 {
    max-width: 320px;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__top-row__single-img
    .es-adventure__top-row__single-img-2 {
    max-width: 260px;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__bottom-row__single-img
    .es-adventure__bottom-row__single-img-3 {
    max-width: 300px;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__bottom-row__single-img
    .es-adventure__bottom-row__single-img-4 {
    max-width: 330px;
  }
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__top-row__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__top-row__single:nth-child(2)
    .es-adventure__top-row__single-text {
    margin-bottom: 40px;
  }
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__bottom-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: space-around;
    -webkit-box-align: unset;
    align-items: unset;
    position: relative;
    z-index: 1;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__bottom-row__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__top-row__single:nth-child(2) {
    gap: 0px;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__bottom-row__single:nth-child(2) {
    gap: 0px;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__bottom-row__single
    .es-adventure__bottom-row__single-text {
    margin-bottom: 0;
    margin-top: 10px;
  }
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__leaf1 {
    display: block;
    width: 250px;
    position: absolute;
    top: 43%;
    right: 1%;
    z-index: 0;
  }
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__leaf2 {
    display: block;
    width: 138px;
    position: absolute;
    top: 32%;
    left: 6%;
    z-index: 0;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single:nth-child(2) {
    width: 32%;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single:first-child {
    margin-right: -10px;
    position: relative;
    z-index: 1;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single:nth-child(4) {
    margin-left: -15px;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__left {
    margin-top: -10px;
  }
}
@media (min-width: 1050px) {
  #es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single:first-child {
    margin-right: -50px;
  }
  #es-rc
    #es-rc-content
    .es-bottle__wrapper
    .es-bottle__single:first-child
    .es-bottle__single-wrapper {
    width: 300px;
    height: 300px;
  }
  #es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single .es-bottle__h2,
  #es-rc #es-rc-content .es-end__big {
    font-size: 40px;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__wrapper-blue-background {
    height: 130%;
  }
  #es-rc
    #es-rc-content
    .es-day__wrapper
    .es-day__wrapper-blue-background
    .es-day__single-text {
    font-size: 16px;
    max-width: 300px;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__right {
    margin-right: 16%;
  }
  #es-rc #es-rc-content .es-kv__wrapper .es-kv__right .es-kv__img {
    margin-left: auto;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__top-row__single:nth-child(1)
    img {
    margin-left: 85px;
  }

  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__bottom-row__single:nth-child(1)
    img {
    margin-left: 40px;
  }

  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__bottom-row__single:nth-child(2)
    img {
    margin-left: 70px;
  }
  #es-rc
    #es-rc-content
    .es-adventure__wrapper
    .es-adventure__bottom-row__single,
  #es-rc #es-rc-content .es-adventure__wrapper .es-adventure__top-row__single {
    max-width: 420px;
  }
  #es-rc #es-rc-content .es-h2 {
    font-size: 30px;
  }
  #es-rc
    #es-rc-content
    .es-one-soda__wrapper-outer
    .es-one-soda__wrapper
    .es-one-soda__single-title {
    font-size: 39px;
  }
  #es-rc #es-rc-content .es-one-soda__wrapper-outer .es-one-soda__text {
    padding-top: 30px;
  }
  #es-rc #es-rc-content .es-one-soda__h2 {
    font-size: 38px;
  }
  #es-rc #es-rc-content .es-day__wrapper .es-day__single .es-day__single-text {
    font-size: 16px;
    max-width: 295px;
  }
  #es-rc #es-rc-content .es-bottle__wrapper .es-bottle__single:nth-child(3) {
    margin-bottom: -75px;
  }
  #es-rc #es-rc-content .es-day {
    padding-top: 50px;
  }
  #es-rc #es-rc-content .es-change__leaf3 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 91%;
    width: 100px;
    z-index: -1;
  }
  #es-rc #es-rc-content .es-change2__img-3 {
    max-width: 320px;
  }
  #es-rc #es-rc-content .es-change2__img-1 {
    max-width: 360px;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single:nth-child(4) {
    margin-left: -25px;
  }
  #es-rc #es-rc-content .es-change__wrapper .es-change__single:first-child {
    margin-right: -10px;
    position: relative;
    z-index: 1;
  }
  #es-rc #es-rc-content .es-change__single-group-third {
    position: absolute;
    max-width: 220px;
  }
  #es-rc #es-rc-content .es-change2__single-description {
    font-size: 16px;
    max-width: 230px;
  }
}
