@import url(normalise.css);
@font-face {
  font-family: "HoeflerText";
  src: url("asset/font/HoeflerText.svg#asset/font/HoeflerText") format("svg"), url("asset/font/HoeflerText.ttf") format("truetype"), url("asset/font/HoeflerText.woff") format("woff"), url("asset/font/HoeflerText.eot"), url("asset/font/HoeflerText.eot?#iefix") format("embedded-opentype"), url("asset/font/HoeflerText.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HoeflerText";
  src: url("asset/font/HoeflerText-Italic.svg#asset/font/HoeflerText-Italic") format("svg"), url("asset/font/HoeflerText-Italic.ttf") format("truetype"), url("asset/font/HoeflerText-Italic.woff") format("woff"), url("asset/font/HoeflerText-Italic.eot"), url("asset/font/HoeflerText-italic.eot?#iefix") format("embedded-opentype"), url("asset/font/HoeflerText-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "GT America";
  src: url("asset/font/GT-America-Extended-Regular.eot"), url("asset/font/GT-America-Extended-Regular.eot?#iefix") format("embedded-opentype"), url("asset/font/GT-America-Extended-Regular.woff2") format("woff2"), url("asset/font/GT-America-Extended-Regular.svg#asset/font/GT-America-Extended-Regular") format("svg"), url("asset/font/GT-America-Extended-Regular.ttf") format("truetype"), url("asset/font/GT-America-Extended-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GT America";
  src: url("asset/font/GT-America-Extended-Medium.eot"), url("asset/font/GT-America-Extended-Medium.eot?#iefix") format("embedded-opentype"), url("asset/font/GT-America-Extended-Medium.woff2") format("woff2"), url("asset/font/GT-America-Extended-Medium.svg#asset/font/GT-America-Extended-Medium") format("svg"), url("asset/font/GT-America-Extended-Medium.ttf") format("truetype"), url("asset/font/GT-America-Extended-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("asset/font/ACaslonPro-Regular.eot");
  src: url("asset/font/ACaslonPro-Regular.eot?#iefix") format("embedded-opentype"), url("asset/font/ACaslonPro-Regular.svg#ACaslonPro-Regular") format("svg"), url("asset/font/ACaslonPro-Regular.ttf") format("truetype"), url("asset/font/ACaslonPro-Regular.woff") format("woff"), url("asset/font/ACaslonPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("asset/font/ACaslonPro-Italic.eot");
  src: url("asset/font/ACaslonPro-Italic.eot?#iefix") format("embedded-opentype"), url("asset/font/ACaslonPro-Italic.svg#ACaslonPro-Italic") format("svg"), url("asset/font/ACaslonPro-Italic.ttf") format("truetype"), url("asset/font/ACaslonPro-Italic.woff") format("woff"), url("asset/font/ACaslonPro-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("asset/font/ACaslonPro-Bold.eot");
  src: url("asset/font/ACaslonPro-Bold.eot?#iefix") format("embedded-opentype"), url("asset/font/ACaslonPro-Bold.svg#ACaslonPro-Bold") format("svg"), url("asset/font/ACaslonPro-Bold.ttf") format("truetype"), url("asset/font/ACaslonPro-Bold.woff") format("woff"), url("asset/font/ACaslonPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("asset/font/ACaslonPro-BoldItalic.eot");
  src: url("asset/font/ACaslonPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("asset/font/ACaslonPro-BoldItalic.svg#ACaslonPro-BoldItalic") format("svg"), url("asset/font/ACaslonPro-BoldItalic.ttf") format("truetype"), url("asset/font/ACaslonPro-BoldItalic.woff") format("woff"), url("asset/font/ACaslonPro-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
:root {
  --trans-fast: all 200ms ease-in-out;
  --trans-normal: all 400ms ease-in-out;
  --trans-slow: all 800ms ease-in-out;
  --trans-extra-slow: all 1600ms ease-in-out;
  --trans-duration-slow: 1600ms;
  --header-h: 64px;
  --section--w-max: 420px;
  --title-w-max: 250px;
  --title-padding-y: 4rem;
  --color-grey: #d8d8d8;
  --desktop--section-full-min-height: 800px;
}

@media screen and (max-width: 768px) {
  :root {
    --title-padding-y: 3rem;
    --mobile--section-mid-height: calc(100vh - var(--header-h) - var(--title-padding-y) * 4);
  }
}
@media screen and (max-width: 576px) {
  :root {
    --title-padding-y: 2rem;
    --header-h: 50px;
    --mobile--section-mid-height: calc(100vh - var(--header-h) - var(--title-padding-y) * 4);
  }
}
body {
  font-family: "GT America", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1rem 0;
}

h1 {
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 1px;
}

h2 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 1.3px;
}
h2.super-extra-large {
  font-size: 30px;
  line-height: 1.5;
}
h2.extra-large {
  font-size: 22px;
  line-height: 26px;
}
h2.large {
  font-size: 20px;
  letter-spacing: 1px;
}
h2.small {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

h3 {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
}
h3.large {
  font-size: 25px;
}

h4 {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}
h4.large {
  font-size: 23px;
}
h4.small {
  font-size: 19px;
  font-weight: 400;
}

h5 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
h5.small {
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 1px;
}

p {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
p.small {
  font-size: 12px;
}

i {
  font-family: "Adobe Caslon Pro", serif;
}

.text-size--small p {
  font-size: 14px;
}

.text-underline {
  text-decoration: underline;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-font--serif {
  font-family: "Adobe Caslon Pro", serif;
}

.text-font--sans-serif {
  font-family: "GT America", sans-serif;
}

i {
  letter-spacing: 0;
}

b,
strong {
  font-weight: 500;
}

a {
  outline: 0;
}
a:focus, a:active {
  outline: 0;
}

@media screen and (max-width: 1024px) {
  h2.large {
    font-size: 15px;
  }
  h2.small {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 17px;
    line-height: 1.3;
  }
  h2 {
    font-size: 17px;
    letter-spacing: 1px;
  }
  h2.super-extra-large {
    font-size: 30px;
  }
  h2.extra-large {
    font-size: 19px;
    line-height: 1.3;
  }
  h2.large {
    font-size: 13px;
    line-height: 1.3;
  }
  h2.small {
    font-size: 11px;
    line-height: 1.1;
  }
  h3 {
    font-size: 14px;
  }
  h3.large {
    font-size: 22px;
  }
  h4 {
    font-size: 12px;
  }
  h5 {
    font-size: 10px;
  }
  h5.large {
    font-size: 13px;
  }
  p {
    font-size: 13px;
  }
  .text-size--small p {
    font-size: 12px;
  }
  .text-font--sans-serif-mobile {
    font-family: "GT America", sans-serif;
    font-style: normal;
    letter-spacing: 1px;
  }
  .text-font--sans-serif-mobile i {
    font-family: "GT America", sans-serif;
    font-style: normal;
  }
}
body.body--overflow {
  overflow: hidden;
}

.main {
  margin-top: var(--header-h);
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: var(--trans-normal);
  -o-transition: var(--trans-normal);
  transition: var(--trans-normal);
}
.main.active {
  opacity: 1;
}

.section {
  display: block;
  position: relative;
  min-height: calc(100vh - var(--header-h));
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 576px) {
  .section {
    min-height: calc(var(--data-max-height) - var(--header-h));
  }
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: var(--trans-normal);
  -o-transition: var(--trans-normal);
  transition: var(--trans-normal);
}
a.text-underline {
  -webkit-transition: var(--trans-normal);
  -o-transition: var(--trans-normal);
  transition: var(--trans-normal);
}
a:hover {
  opacity: 0.7;
}

.button,
button {
  position: relative;
  display: inline-block;
  -webkit-transition: var(--trans-normal);
  -o-transition: var(--trans-normal);
  transition: var(--trans-normal);
  -webkit-tap-highlight-color: transparent;
}
.button.button--rect-border,
button.button--rect-border {
  border: 1px solid #000;
}
.button.button--rect-border span,
button.button--rect-border span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.75rem 2.1rem;
}
.button.button--rect-border::after,
button.button--rect-border::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  -webkit-transition: var(--trans-fast);
  -o-transition: var(--trans-fast);
  transition: var(--trans-fast);
}
.button.button--rect-border.button--rect-border--white,
button.button--rect-border.button--rect-border--white {
  border: 1px solid #fff;
  color: #fff;
}
.button.button--rect-border.button--rect-border--white:after,
button.button--rect-border.button--rect-border--white:after {
  background-color: #fff;
}
.button.button--rect-border.button--rect-border--white:hover,
button.button--rect-border.button--rect-border--white:hover {
  color: #000;
}
.button.button--rect-border.button--rect-border--small span,
button.button--rect-border.button--rect-border--small span {
  padding: 0.5rem 1.5rem;
  font-size: 10px;
  letter-spacing: 1px;
}
.button.button--rect-border:hover,
button.button--rect-border:hover {
  opacity: 1;
  color: #fff;
}
.button.button--rect-border:hover:after,
button.button--rect-border:hover:after {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .button.button.button--rect-border span {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0.75rem 1.5rem;
  }
  .button.button.button--rect-border--small span {
    padding: 0.5rem 1.5rem;
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 13vh !important;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-image: url(asset/svg/global/swiper-pagination-dots-black.svg);
  background-position: center center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(asset/svg/global/swiper-pagination-dots-black-solid.svg);
}

.swiper-pagination-white.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-image: url(asset/svg/global/swiper-pagination-dots-white.svg);
}
.swiper-pagination-white.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(asset/svg/global/swiper-pagination-dots-white-solid.svg);
}

@media screen and (max-width: 576px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-size: 8px auto;
    margin: 2px !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 70px !important;
  height: 70px !important;
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: var(--trans-normal);
  -o-transition: var(--trans-normal);
  transition: var(--trans-normal);
  -webkit-tap-highlight-color: transparent;
}
.swiper-button-next:focus, .swiper-button-next:active,
.swiper-button-prev:focus,
.swiper-button-prev:active {
  outline: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2 !important;
}

.swiper-button-next {
  background-image: url(asset/svg/global/swiper-button-next.svg);
  margin-right: 1.5rem;
}
.swiper-button-next:hover {
  margin-right: 1rem;
}

.swiper-button-prev {
  background-image: url(asset/svg/global/swiper-button-prev.svg);
  margin-left: 1.5rem;
}
.swiper-button-prev:hover {
  margin-left: 1rem;
}

.swiper-button-next--white {
  background-image: url(asset/svg/global/swiper-button-next-white.svg);
}

.swiper-button-prev--white {
  background-image: url(asset/svg/global/swiper-button-prev-white.svg);
}

@media screen and (max-width: 992px) {
  .swiper-button-next,
.swiper-button-prev {
    background-size: 24px;
    width: 65px !important;
    height: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
.swiper-button-prev {
    background-size: 12px;
    width: 60px !important;
    height: 60px !important;
  }
  .swiper-button-prev {
    margin-left: 0;
    left: 0 !important;
  }
  .swiper-button-prev:hover {
    margin-left: 0;
  }
  .swiper-button-next {
    margin-right: 0;
    right: 0 !important;
  }
  .swiper-button-next:hover {
    margin-right: 0;
  }
}
input {
  background-color: transparent;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  border: 1px solid #fff;
}

button {
  text-transform: uppercase;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 0.5rem 0.75rem;
  -webkit-transition: var(--trans-normal);
  -o-transition: var(--trans-normal);
  transition: var(--trans-normal);
}
button:hover {
  background-color: #fff;
  color: #000;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: var(--header-h);
  top: 0;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: var(--trans-normal);
  -o-transition: var(--trans-normal);
  transition: var(--trans-normal);
  -webkit-animation: fadeIn var(--trans-duration-slow) 400ms ease forwards;
          animation: fadeIn var(--trans-duration-slow) 400ms ease forwards;
}
header[aria-expanded=true] {
  height: 480px;
  height: 100vh;
  mix-blend-mode: difference;
}
header[aria-expanded=true] .header__nav {
  opacity: 0;
  pointer-events: none;
}
header[aria-expanded=true] .header__extended__menu {
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
header .header__inner {
  padding: 1rem 2rem 0.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 11px;
}
header .header__inner .header__nav {
  margin-right: auto;
  width: calc((100% - 50px - 80px - 2rem) / 2);
}
header .header__inner .header__nav ul.nav {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
header .header__inner .header__nav ul.nav .nav__item {
  text-transform: uppercase;
  padding: 0 1.2em;
  letter-spacing: 1px;
}
header .header__inner .header__logo {
  width: 46px;
}
header .header__inner .header__logo .site__logo {
  width: 100%;
}
header .header__inner .header__links {
  width: calc((100% - 50px) / 2);
  letter-spacing: 1.2px;
}
header .header__inner .header__links .header__links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
header .header__inner .header__links .link__item {
  margin: 0 0.75rem;
}
header .header__inner .header__links .link__item.link__item__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header__inner .header__links .link__item.link__item__switcher .switcher__currency {
  border-right: 1px solid #000;
}
header .header__inner .header__links .link__item.link__item__switcher .switcher__currency .currency .currency__item a {
  padding: 0.5rem;
}
header .header__inner .header__links .link__item.link__item__switcher .switcher__langauge .language .language__item a {
  padding: 0.5rem;
}
header .header__inner .header__links .link__item.link__item__login {
  text-transform: uppercase;
}
header .header__inner .header__links .link__item.link__item__search, header .header__inner .header__links .link__item.link__item__cart {
  width: 23px;
  height: 30px;
  display: inline-block;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center center;
}
header .header__inner .header__links .link__item.link__item__search {
  margin-left: 1.5rem;
  background-image: url(asset/svg/global/icon-search.svg);
}
header .header__inner .header__links .link__item.link__item__cart {
  background-size: 22px 22px;
  margin-top: -3px;
  background-image: url(asset/svg/global/icon-cart.svg);
}

@media screen and (max-width: 992px) {
  header .header__inner {
    padding: 0.8rem 1rem 0.25rem;
  }
  header .header__inner .header__nav {
    display: none;
  }
  header .header__inner .header__nav .nav {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
  header .header__inner .header__logo {
    width: 43px;
  }
  header .header__inner .header__links {
    width: calc((100% - 43px) / 2);
  }
  header .header__inner .header__links .link__item {
    margin: 0 1rem;
  }
  header .header__inner .header__links .link__item.link__item__search, header .header__inner .header__links .link__item.link__item__cart {
    background-size: 19px 19px;
    margin: 0 0.5rem;
  }
  header .header__inner .header__links .link__item.link__item__search {
    background-size: 18px 18px;
  }
  header .header__inner .header__links .link__item.link__item__cart {
    background-size: 22px 22px;
    margin: 0 0.5rem 0.1rem 0.5rem;
  }
  header .header__inner .header__links .link__item.link__item__switcher {
    display: none;
  }
  header .header__inner .header__links .link__item.link__item__login {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  header {
    background-color: #FFF;
  }
  header[aria-expanded=true] {
    background-color: #FFF;
    height: 100vh;
    max-height: 100vh;
  }
  header[aria-expanded=true] .header__links .header__links__inner {
    position: relative;
    top: inherit;
    right: inherit;
  }
  header .header__inner {
    position: relative;
    z-index: 2;
  }
  header .header__inner .header__logo .site__logo {
    width: 38px;
  }
}
.nav__icon__container {
  display: block;
  width: 40px;
  margin-right: 1rem;
}
.nav__icon__container .nav__icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav__icon__container .nav__icon[aria-expanded=true] .nav__icon__inner span:first-child {
  width: 0;
}
.nav__icon__container .nav__icon[aria-expanded=true] .nav__icon__inner span:last-child {
  width: 0;
  margin-left: 100%;
}
.nav__icon__container .nav__icon[aria-expanded=true] .nav__icon__inner span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav__icon__container .nav__icon[aria-expanded=true] .nav__icon__inner span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav__icon__container .nav__icon .nav__icon__inner {
  width: 18px;
  height: 18px;
  position: relative;
}
.nav__icon__container .nav__icon .nav__icon__inner span {
  position: absolute;
  width: 18x;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  -webkit-transition: var(--trans-normal);
  -o-transition: var(--trans-normal);
  transition: var(--trans-normal);
}
.nav__icon__container .nav__icon .nav__icon__inner span:first-child {
  bottom: inherit;
}
.nav__icon__container .nav__icon .nav__icon__inner span:last-child {
  top: inherit;
}

@media screen and (max-width: 992px) {
  .nav__icon__container {
    width: calc((100% - 43px) / 2);
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .nav__icon__container {
    width: calc((100% - 43px) / 2);
    margin-right: 0;
  }
  .nav__icon__container .nav__icon {
    width: 34px;
    height: 34px;
  }
}
.header__arch {
  position: fixed;
  width: 100%;
  height: 480px;
  z-index: 99;
  top: 0;
  pointer-events: none;
  background-image: url(asset/svg/global/header-arch-desktop.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1200px auto;
}
.header__arch[aria-expanded=true]:after {
  height: 480px;
  height: 100vh;
  -webkit-transition: var(--trans-normal);
  -o-transition: var(--trans-normal);
  transition: var(--trans-normal);
}
.header__arch::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-image: url(asset/svg/global/header-arch-desktop.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1200px auto;
  background-color: #fff;
}
.header__arch--loaded:after {
  height: var(--header-h);
}

@media screen and (max-width: 576px) {
  .header__arch {
    background-image: url(asset/svg/global/header-arch-mobile.svg);
    background-size: 100% auto;
  }
  .header__arch[aria-expanded=true]:after {
    height: 100vh;
  }
  .header__arch::after {
    background-size: 100% auto;
    background-image: url(asset/svg/global/header-arch-mobile.svg);
  }
}
@media screen and (max-width: 415px) {
  .header__arch {
    background-image: url(asset/svg/global/header-arch-mobile.svg);
    background-size: 415px auto;
  }
  .header__arch[aria-expanded=true]:after {
    height: 100vh;
  }
  .header__arch::after {
    background-size: 415px auto;
    background-image: url(asset/svg/global/header-arch-mobile.svg);
  }
}
@media screen and (min-width: 1200px) {
  .header__arch {
    background-size: 100vw 200px;
    background-image: url(asset/image/global/header-arch-desktop.png);
  }
  .header__arch::after {
    background-size: 100vw 200px;
    background-image: url(asset/image/global/header-arch-desktop.png);
  }
}
.header__extended__menu {
  margin-top: 6rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
.header__extended__menu .header__extended__menu__inner .extended__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group {
  text-transform: uppercase;
  margin-left: 3rem;
  min-width: 165px;
}
.header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group p {
  font-size: 14px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group .extended__menu__group__header p {
  font-weight: 500;
}
.header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group .extended__menu__group__icon {
  width: 50px;
  height: 58px;
  position: relative;
  display: none;
}
.header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group .extended__menu__group__icon:after, .header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group .extended__menu__group__icon:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}
.header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group .extended__menu__group__icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group ul.extended__menu__group__items {
  width: 100%;
  list-style: none;
  margin: 0;
  margin-top: 2rem;
  padding: 0;
}
.header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group ul.extended__menu__group__items .extended__menu__group__item p {
  font-size: 12px;
  line-height: 12px;
}
.header__extended__menu .header__extended__menu__inner .extended__menu__footer__link {
  display: none;
}

@media screen and (max-width: 576px) {
  .header__extended__menu {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
  }
  .header__extended__menu .header__extended__menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group {
    margin-left: 0;
    margin-bottom: 0rem;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 260px;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group[aria-expanded=true] ul.extended__menu__group__items {
    max-height: 1000px;
    -webkit-transition: var(--trans-slow);
    -o-transition: var(--trans-slow);
    transition: var(--trans-slow);
    -webkit-animation: fadeInUp 0.6s ease forwards;
            animation: fadeInUp 0.6s ease forwards;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group[aria-expanded=true] .extended__menu__group__icon:after {
    height: 0;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group .extended__menu__group__header {
    width: calc(100% - 50px);
    display: inline-block;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group .extended__menu__group__header p {
    font-size: 14px;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group .extended__menu__group__icon {
    display: inline-block;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group ul.extended__menu__group__items {
    width: 100%;
    max-height: 0;
    margin-top: -0.75rem;
    overflow: hidden;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu .extended__menu__group ul.extended__menu__group__items .extended__menu__group__item p {
    font-size: 11px;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu__footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px #000 solid;
    width: calc(100% - 4rem);
    padding: 1.5rem 0.5rem;
    margin: 0 2rem 1rem;
    position: absolute;
    bottom: 0;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu__footer__link .link__item {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu__footer__link .link__item.link__item__switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu__footer__link .link__item.link__item__switcher .switcher__currency {
    border-right: 1px solid #000;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu__footer__link .link__item.link__item__switcher .switcher__langauge {
    margin-right: -0.75rem;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu__footer__link .link__item.link__item__switcher .switcher__currency,
.header__extended__menu .header__extended__menu__inner .extended__menu__footer__link .link__item.link__item__switcher .switcher__langauge {
    padding: 0 0.75rem;
  }
  .header__extended__menu .header__extended__menu__inner .extended__menu__footer__link .link__item.link__item__login {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.subcategory__menu_container .subcategory__menu__inner {
  margin-top: 5rem;
  margin-bottom: 1rem;
}
.subcategory__menu_container .subcategory__menu__inner .subcategory__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding-right: 2rem;
  padding-left: 1.5rem;
}
.subcategory__menu_container .subcategory__menu__inner .subcategory__menu .subcategory__menu__item.subcategory__menu__item--active a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.subcategory__menu_container .subcategory__menu__inner .subcategory__menu .subcategory__menu__item a {
  color: var(--color-grey);
  text-transform: uppercase;
}
.subcategory__menu_container .subcategory__menu__inner .subcategory__menu .subcategory__menu__item a:hover {
  color: #000;
}
.subcategory__menu_container .subcategory__menu__inner .subcategory__menu .subcategory__menu__item a h3 {
  letter-spacing: 0;
  margin: 0;
  padding: 1rem 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .subcategory__menu_container .subcategory__menu__inner {
    overflow-x: scroll;
    scrollbar-width: none;
    margin-top: 3.5rem;
    margin-bottom: 0.25rem;
  }
  .subcategory__menu_container .subcategory__menu__inner::-webkit-scrollbar {
    display: none;
  }
  .subcategory__menu_container .subcategory__menu__inner .subcategory__menu {
    display: inline-block;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    margin: 0;
  }
  .subcategory__menu_container .subcategory__menu__inner .subcategory__menu::-webkit-scrollbar {
    display: none;
  }
  .subcategory__menu_container .subcategory__menu__inner .subcategory__menu .subcategory__menu__item {
    display: inline-block;
  }
  .subcategory__menu_container .subcategory__menu__inner .subcategory__menu .subcategory__menu__item a h3 {
    font-size: 13px;
    padding: 1rem 0.5rem;
  }
}
.section__home__hero {
  min-height: calc(100vh - var(--header-h) - 42px);
  overflow: hidden;
}
.section__home__hero .section__inner #swiper-hero .swiper-pagination {
  bottom: 5vh !important;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide.swiper-slide-active .slide__item .slide__item__body .slide__item__info .slide__item__name {
  -webkit-animation: fadeInUp 1200ms ease forwards;
          animation: fadeInUp 1200ms ease forwards;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide.swiper-slide-active .slide__item .slide__item__body .slide__item__info .slide__item__desc {
  -webkit-animation: fadeInUp 1200ms 200ms ease forwards;
          animation: fadeInUp 1200ms 200ms ease forwards;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide.swiper-slide-active .slide__item .slide__item__body .slide__item__action {
  margin-top: 1.5rem;
  -webkit-animation: fadeInUp 1200ms 400ms ease forwards;
          animation: fadeInUp 1200ms 400ms ease forwards;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: auto;
  width: 100%;
  min-height: calc(100vh - var(--header-h) - 42px);
}
.section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  background-color: #dcdcdc;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body {
  position: relative;
  z-index: 2;
  margin-top: 13vh;
  margin-right: 14vw;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__info .slide__item__name {
  opacity: 0;
  text-transform: uppercase;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__info .slide__item__name h2 {
  font-weight: 500;
  font-size: 19px;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__info .slide__item__desc {
  opacity: 0;
}
.section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__action {
  opacity: 0;
}

@media screen and (max-width: 992px) {
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body {
    margin: auto;
  }
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__info .slide__item__name {
    margin-bottom: 60vh;
  }
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__info .slide__item__desc h2.small {
    font-size: 19px;
    line-height: 23px;
  }
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__action a.button--rect-border span {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .section__home__hero .section__inner #swiper-hero .swiper-pagination {
    bottom: 3vh !important;
  }
}
@media screen and (max-width: 768px) {
  .section__home__hero {
    min-height: calc(100vh - var(--header-h) - 42px);
  }
  .section__home__hero .section__inner #swiper-hero .swiper-slide.swiper-slide-active .slide__item .slide__item__body .slide__item__action {
    margin-top: 15px;
  }
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item {
    min-height: calc(100vh - var(--header-h) - 42px);
  }
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body {
    margin: auto;
  }
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__info .slide__item__name {
    margin-bottom: 60vh;
  }
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__info .slide__item__desc h2.small {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0;
  }
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__action {
    margin-top: 15px;
  }
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__action a.button--rect-border span {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .section__home__hero .section__inner #swiper-hero .swiper-pagination {
    bottom: 3vh !important;
  }
}
@media screen and (max-width: 576px) {
  .section__home__hero .section__inner #swiper-hero .swiper-slide .slide__item .slide__item__body .slide__item__info .slide__item__name {
    margin-bottom: 47vh;
  }
}
.section__charity__home .section__inner,
.section__charity .section__inner {
  position: relative;
  color: #fff;
}
.section__charity__home .section__inner.section__inner--black,
.section__charity .section__inner.section__inner--black {
  color: #000;
}
.section__charity__home .section__inner .section__cover,
.section__charity .section__inner .section__cover {
  position: absolute;
  width: 100%;
  z-index: 3;
}
.section__charity__home .section__inner .section__cover .section__action,
.section__charity .section__inner .section__cover .section__action {
  margin-top: 2rem;
}
.section__charity__home .section__inner .section__cover .explore__item__footer,
.section__charity .section__inner .section__cover .explore__item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__charity__home .section__inner .section__cover .explore__item__footer img,
.section__charity .section__inner .section__cover .explore__item__footer img {
  margin-left: 0.5rem;
  max-height: 25px;
}
.section__charity__home .section__inner .section__cover__mobile,
.section__charity .section__inner .section__cover__mobile {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 100px;
  display: none;
}
.section__charity__home .section__inner .section__explore__item,
.section__charity .section__inner .section__explore__item {
  z-index: 2;
  position: relative;
}
.section__charity__home .section__inner .section__explore__item .explore__item,
.section__charity .section__inner .section__explore__item .explore__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn {
  text-align: left;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left, .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right {
  width: calc((100% - 52px - 3.5rem) / 2);
  opacity: 0;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2, .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2 {
  font-size: 16px;
  line-height: 20px;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2.small, .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2.small,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2.small,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2.small {
  font-size: 15px;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2,
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h3, .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2,
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h3,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h3,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h3 {
  margin: 0.3rem 0;
  font-weight: 500;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2 br,
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h3 br, .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2 br,
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h3 br,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2 br,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h3 br,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2 br,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h3 br {
  display: none;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2.small,
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h3.small, .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2.small,
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h3.small,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2.small,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h3.small,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2.small,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h3.small {
  margin-right: 0;
  white-space: nowrap;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left {
  text-align: right;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-mid,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-mid {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-mid img,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-mid img {
  width: 52px;
  margin-top: 1.5rem;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__left,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__left {
  margin-right: 0;
  margin-top: 2rem;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__left img,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__left img {
  width: 70px;
  display: inline-block;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__right,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__right {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__right img,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__right img {
  max-width: 87px;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__footer,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__footer {
  position: relative;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__footer p,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__footer p {
  font-size: 14px;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__footer img,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__footer img {
  margin-left: 0.5rem;
  max-height: 25px;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__bg,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__bg img,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.section__charity__home .section__inner .section__cover {
  margin-top: 12vh;
}
.section__charity__home .section__inner .section__cover .explore__item__footer {
  display: none;
}
.section__charity__home .section__inner .section__explore__item .explore__item {
  min-height: calc(100vh - var(--header-h));
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body {
  margin-top: 30vh;
}
.section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__footer {
  z-index: 2;
}
.section__charity__home .section__inner .section__swiper #swiper-charity .swiper-charity-button-next {
  background-image: url(asset/svg/global/swiper-button-next-grey.svg);
}
.section__charity__home .section__inner .section__swiper #swiper-charity .swiper-charity-button-prev {
  background-image: url(asset/svg/global/swiper-button-prev-grey.svg);
}
.section__charity__home .section__inner .section__swiper #swiper-charity .swiper-wrapper {
  overflow: hidden;
}
.section__charity__home .section__inner .section__swiper #swiper-charity .swiper-wrapper .swiper-slide.swiper-slide-active .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left {
  -webkit-animation: fadeInUp var(--trans-duration-slow) 800ms forwards;
          animation: fadeInUp var(--trans-duration-slow) 800ms forwards;
}
.section__charity__home .section__inner .section__swiper #swiper-charity .swiper-wrapper .swiper-slide.swiper-slide-active .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-mid {
  -webkit-animation: fadeInUp var(--trans-duration-slow) 1200ms forwards;
          animation: fadeInUp var(--trans-duration-slow) 1200ms forwards;
}
.section__charity__home .section__inner .section__swiper #swiper-charity .swiper-wrapper .swiper-slide.swiper-slide-active .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right {
  -webkit-animation: fadeInUp var(--trans-duration-slow) 1600ms forwards;
          animation: fadeInUp var(--trans-duration-slow) 1600ms forwards;
}

.section__charity {
  min-height: inherit;
}
.section__charity .section__inner .section__cover {
  margin-top: calc(var(--title-padding-y) + 12vw);
}
.section__charity .section__inner .section__cover .section__title h2 {
  margin-bottom: 0;
}
.section__charity .section__inner .section__explore__item .explore__item {
  min-height: calc(100vh - var(--header-h) + 8.8vw);
}
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body {
  margin-top: calc(140px + 2vw);
}
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left, .section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-mid, .section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2.small br,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2.small br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .section__charity__home .section__inner .section__cover,
.section__charity .section__inner .section__cover {
    margin-top: calc(var(--title-padding-y) * 2 + 22vw);
  }
  .section__charity__home .section__inner .section__explore__item .explore__item,
.section__charity .section__inner .section__explore__item .explore__item {
    min-height: calc(100vh - var(--header-h));
  }
}
@media screen and (max-width: 576px) {
  .section__charity__home .section__inner .section__cover,
.section__charity .section__inner .section__cover {
    margin-top: 100px;
  }
  .section__charity__home .section__inner .section__cover .section__title,
.section__charity .section__inner .section__cover .section__title {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .section__charity__home .section__inner .section__cover .section__title h1,
.section__charity .section__inner .section__cover .section__title h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section__charity__home .section__inner .section__cover .section__action,
.section__charity .section__inner .section__cover .section__action {
    display: none;
  }
  .section__charity__home .section__inner .section__cover .explore__item__footer,
.section__charity .section__inner .section__cover .explore__item__footer {
    margin-top: 0rem;
  }
  .section__charity__home .section__inner .section__cover .explore__item__footer p,
.section__charity .section__inner .section__cover .explore__item__footer p {
    font-size: 14px;
  }
  .section__charity__home .section__inner .section__cover .explore__item__footer img,
.section__charity .section__inner .section__cover .explore__item__footer img {
    max-height: 20px;
  }
  .section__charity__home .section__inner .section__cover__mobile,
.section__charity .section__inner .section__cover__mobile {
    display: block;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left, .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right {
    width: calc((100% - 35px) / 2);
    padding: 0rem;
    text-align: center;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2, .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2.small, .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2.small,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2.small,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2.small {
    font-size: 13px;
    line-height: 16px;
    min-height: 28px;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2.small br, .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2.small br,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2.small br,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-right h2.small br {
    display: block;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-left h2 {
    margin-right: 0;
    white-space: nowrap;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-mid,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-mid {
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-mid img,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn.cloumn-mid img {
    width: 35px;
    margin-top: inherit;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__left,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__left {
    margin-right: 0;
    margin-top: 0;
    text-align: center;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__left img,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__left img {
    width: 50px;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__right,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__right {
    text-align: center;
    margin-top: 0;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__right img,
.section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body .row .cloumn .explore__item__icon__right img {
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .section__charity__home .section__inner .section__cover .explore__item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body {
    margin-top: 15.5vh;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__footer {
    display: none;
  }
  .section__charity__home .section__inner .section__swiper #swiper-charity .swiper-charity-button-next,
.section__charity__home .section__inner .section__swiper #swiper-charity .swiper-charity-button-prev {
    top: 40%;
  }
  .section__charity .section__inner .section__cover {
    margin-top: calc(100px + 22vw);
  }
  .section__charity .section__inner .section__explore__item .explore__item {
    min-height: calc(var(--mobile--section-mid-height) + 22vw);
  }
  .section__charity .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body {
    margin-top: 66vw;
  }
}
@media screen and (min-width: 993px) and (max-height: 720px) {
  .section__charity__home .section__inner .section__cover {
    margin-top: 2rem;
  }
  .section__charity__home .section__inner .section__cover .section__action {
    margin-top: 1rem;
  }
  .section__charity__home .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body {
    margin-top: 40vh;
  }
  .section__charity .section__inner .section__cover {
    margin-top: calc(var(--title-padding-y) + 6rem);
  }
}
.section__explore__item {
  position: relative;
}
.section__explore__item .testing {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__explore__item .testing .line {
  width: 100%;
  height: 1px;
  background-color: red;
}

.icon__bg__music {
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  cursor: pointer;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(/asset/svg/global/icon-unmute.svg);
}
.icon__bg__music.icon__bg__music--on {
  background-position: left center;
}
.icon__bg__music:before {
  z-index: 2;
  inset: 0;
  background-color: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  content: "";
  display: inline-block;
}
.icon__bg__music::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 65px;
  inset: 0;
  border: 1px solid #FFF;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto auto;
  z-index: 2;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  display: none;
}
.icon__bg__music:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@keyframes ripple {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@media screen and (max-width: 576px) {
  .icon__bg__music {
    width: 30px;
    height: 30px;
    right: 1rem;
    bottom: 1.7rem;
  }
}
.section__home__instagram {
  background-color: #cbcbcb;
  min-height: inherit;
  width: 100vw;
  overflow: hidden;
}
.section__home__instagram .section__inner .section__title {
  padding-top: calc(var(--title-padding-y) * 1.5);
  margin-bottom: 0rem;
}
.section__home__instagram .section__inner .section__title h2 {
  font-size: 38px;
  line-height: 1;
  margin-bottom: -0.3rem;
}
.section__home__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper .swiper-slide {
  width: 20vw;
}
.section__home__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper .swiper-slide .ig_item__thumb img {
  width: 100%;
}
.section__home__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper .swiper-slide p,
.section__home__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper .swiper-slide h5 {
  margin-top: 0.25rem;
  text-align: left;
  font-style: italic;
}
.section__home__instagram .section__inner .swiper-button-next,
.section__home__instagram .section__inner .swiper-button-prev {
  top: 45%;
}
.section__home__instagram .section__inner .section__action {
  padding-top: 3rem;
  padding-bottom: calc(var(--title-padding-y) * 3);
}

@media screen and (max-width: 768px) {
  .section__home__instagram .section__inner .section__swiper #swiper__instagram {
    overflow: hidden;
    width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
  }
  .section__home__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper {
    height: calc(((100vw - 6rem) / 4 - 10px + 50px) * 2);
  }
  .section__home__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper .swiper-slide {
    height: calc((100vw - 6rem) / 4 - 10px + 40px);
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .section__home__instagram .section__inner .section__title {
    padding-top: 4rem;
    margin-bottom: -0.5rem;
  }
  .section__home__instagram .section__inner .section__title h2 {
    font-size: 32px;
    margin-bottom: 0.2rem;
  }
  .section__home__instagram .section__inner .section__swiper #swiper__instagram {
    width: calc(100% - 6rem);
  }
  .section__home__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper {
    height: 370px;
  }
  .section__home__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper .swiper-slide {
    height: 170px;
  }
  .section__home__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper .swiper-slide p {
    margin-top: 0;
  }
  .section__home__instagram .section__inner .swiper-button-next,
.section__home__instagram .section__inner .swiper-button-prev {
    top: 38%;
  }
}
.section__message {
  height: 42px;
  min-height: 42px;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  overflow: hidden;
}
.section__message .section__innner .message__marquee {
  -webkit-font-smoothing: antialiased;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.section__message .section__innner .message__marquee .message__marquee__item {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-smooth: always;
}
.section__message .section__innner .message__marquee .message__marquee__item p,
.section__message .section__innner .message__marquee .message__marquee__item h5 {
  margin: 0 0;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-smooth: always;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.5rem;
}

.section__testimonial {
  background-color: #000;
  color: #fff;
  min-height: inherit;
  width: 100vw;
  overflow: hidden;
}
.section__testimonial .section__label {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section__testimonial .section__label h2 {
  line-height: 1.1;
}
.section__testimonial .section__label .open__quote,
.section__testimonial .section__label .close__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 1.5rem;
}
.section__testimonial .section__label .open__quote h2,
.section__testimonial .section__label .close__quote h2 {
  font-family: "Adobe Garamond Pro", sans-serif;
  margin: 0;
  height: 30px;
}
.section__testimonial .section__body {
  padding-bottom: 9rem;
}
.section__testimonial .section__body .testimonial__marquee {
  display: block;
}
.section__testimonial .section__body .testimonial__marquee .testimonial__marquee__group .testimonial__marquee__group__inner .testimonial__marquee__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__testimonial .section__body .testimonial__marquee .testimonial__marquee__group .testimonial__marquee__group__inner .testimonial__marquee__item.swiper-slide-active {
  opacity: 1;
}
.section__testimonial .section__body .testimonial__marquee .testimonial__marquee__group .testimonial__marquee__group__inner .testimonial__marquee__item.swiper-slide-active img {
  border-bottom: 1px solid #fff;
}
.section__testimonial .section__body .testimonial__marquee .testimonial__marquee__group .testimonial__marquee__group__inner .testimonial__marquee__item img {
  max-width: 180px;
  max-height: 30px;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  -webkit-transform: var(--trans-extra-slow);
      -ms-transform: var(--trans-extra-slow);
          transform: var(--trans-extra-slow);
}

@media screen and (max-width: 576px) {
  .section__testimonial .section__innner .section__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section__testimonial .section__innner .section__label h2 {
    padding: 0.75rem 3rem;
    line-height: 1.4;
  }
  .section__testimonial .section__innner .section__label h2.extra-large {
    font-size: 50px;
  }
  .section__testimonial .section__innner .section__body .testimonial__marquee .testimonial__marquee__group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section__testimonial .section__innner .section__body .testimonial__marquee .testimonial__marquee__group .testimonial__marquee__item {
    width: auto;
    opacity: 0.4;
  }
  .section__testimonial .section__innner .section__body .testimonial__marquee .testimonial__marquee__group .testimonial__marquee__item.swiper-slide-active {
    opacity: 1;
  }
  .section__testimonial .section__innner .section__body .testimonial__marquee .testimonial__marquee__group .testimonial__marquee__item img {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.section__products,
.section__boxset {
  min-height: inherit;
}
.section__products .section__inner .section__title,
.section__boxset .section__inner .section__title {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-top: 5.5rem;
}
.section__products .section__inner .section__swiper,
.section__boxset .section__inner .section__swiper {
  background-image: url(asset/image/product_background/ode_ona_product_stage_normal-2.jpg);
  background-position: center center;
  background-size: auto 100%;
  z-index: 1;
}
.section__products .section__inner .section__swiper #swiper-product,
.section__products .section__inner .section__swiper #swiper-boxset,
.section__boxset .section__inner .section__swiper #swiper-product,
.section__boxset .section__inner .section__swiper #swiper-boxset {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.section__products .section__inner .section__swiper #swiper-product .swiper-button-next,
.section__products .section__inner .section__swiper #swiper-product .swiper-button-prev,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-button-next,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-button-prev,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-button-next,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-button-prev,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-button-next,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-button-prev {
  top: 54%;
}
.section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 14rem;
  margin-bottom: 6rem;
}
.section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail {
  width: 86px;
  margin-left: auto;
  margin-right: auto;
}
.section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail img,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail img,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail img,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail img {
  width: 100%;
}
.section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5 {
  margin-top: 2rem;
  margin-bottom: 0;
}
.section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name {
  max-width: 250px;
}
.section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3 {
  font-size: 15px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__price {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__action,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__action,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__action,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__action {
  margin-top: auto;
}

.section__boxset .section__inner .section__swiper {
  background-image: url(asset/image/product_background/ode_ona_product_stage_normal-2-boxset.jpg);
  background-size: auto 100%;
}
.section__boxset .section__inner .section__swiper #swiper-boxset {
  max-width: 650px;
}
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-button-next,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-button-prev {
  top: 52%;
}
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 350px;
  margin-top: 15rem;
}
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name {
  min-height: 65px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__price {
  margin-top: auto;
}
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .section__products,
.section__boxset {
    background-color: #e8e8e6;
    position: relative;
  }
  .section__products .section__inner .section__title,
.section__boxset .section__inner .section__title {
    position: relative;
    padding-top: calc(var(--title-padding-y) * 1.5);
    margin-bottom: calc(var(--title-padding-y) * -1);
    margin-left: auto;
    margin-right: auto;
  }
  .section__products .section__inner .section__swiper,
.section__boxset .section__inner .section__swiper {
    background-image: none;
    overflow: hidden;
  }
  .section__products .section__inner .section__swiper #swiper-product,
.section__products .section__inner .section__swiper #swiper-boxset,
.section__boxset .section__inner .section__swiper #swiper-product,
.section__boxset .section__inner .section__swiper #swiper-boxset {
    overflow: hidden;
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-product-button-prev,
.section__products .section__inner .section__swiper #swiper-product .swiper-product-button-next,
.section__products .section__inner .section__swiper #swiper-product .swiper-boxset-button-next,
.section__products .section__inner .section__swiper #swiper-product .swiper-boxset-button-prev,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-product-button-prev,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-product-button-next,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-boxset-button-next,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-boxset-button-prev,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-product-button-prev,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-product-button-next,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-boxset-button-next,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-boxset-button-prev,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-product-button-prev,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-product-button-next,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-boxset-button-next,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-boxset-button-prev {
    top: 0;
    -webkit-transition-duration: 1s !important;
         -o-transition-duration: 1s !important;
            transition-duration: 1s !important;
    opacity: 0;
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-product-button-prev.active,
.section__products .section__inner .section__swiper #swiper-product .swiper-product-button-next.active,
.section__products .section__inner .section__swiper #swiper-product .swiper-boxset-button-next.active,
.section__products .section__inner .section__swiper #swiper-product .swiper-boxset-button-prev.active,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-product-button-prev.active,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-product-button-next.active,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-boxset-button-next.active,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-boxset-button-prev.active,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-product-button-prev.active,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-product-button-next.active,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-boxset-button-next.active,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-boxset-button-prev.active,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-product-button-prev.active,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-product-button-next.active,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-boxset-button-next.active,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-boxset-button-prev.active {
    opacity: 1;
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-product-button-next,
.section__products .section__inner .section__swiper #swiper-product .swiper-boxset-button-next,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-product-button-next,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-boxset-button-next,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-product-button-next,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-boxset-button-next,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-product-button-next,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-boxset-button-next {
    left: inherit !important;
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper {
    height: calc((370px + 3rem + 3rem) * 3);
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide {
    overflow: hidden;
    height: auto;
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item {
    background-image: url(asset/image/product_background/ode_ona_product_stage_mobile.jpg);
    background-size: auto auto;
    background-position: center center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin: 0;
    height: 370px;
    width: 100%;
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail {
    width: 105px;
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info {
    max-width: var(--title-w-max);
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 16px;
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 1rem;
  }
  .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__price {
    margin-bottom: 0.75rem;
  }
  .section__boxset .section__inner .section__title {
    margin-bottom: calc(var(--title-padding-y) * -2.2);
  }
  .section__boxset .section__inner .section__swiper #swiper-boxset {
    max-width: inherit;
  }
  .section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper {
    height: calc((370px + 4.6rem + 2rem) * 2);
  }
  .section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item {
    height: 370px;
    padding-top: 4.6rem;
    padding-bottom: 2rem;
  }
  .section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name {
    min-height: inherit;
  }
  .section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail {
    width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .section__products .section__inner .section__title,
.section__boxset .section__inner .section__title {
    max-width: var(--title-w-max);
    padding-top: calc(var(--title-padding-y) * 2);
    margin-bottom: calc(var(--title-padding-y) * -1.5);
  }
  .section__boxset .section__inner .section__title {
    margin-bottom: calc(var(--title-padding-y) * -3.5);
  }
}
.page-shop .section__products .section__inner .section__swiper .swiper-button-next,
.page-shop .section__products .section__inner .section__swiper .swiper-button-prev {
  top: 40%;
}

.page-shop .section__boxset .section__inner .section__swiper .swiper-button-next,
.page-shop .section__boxset .section__inner .section__swiper .swiper-button-prev {
  top: 45%;
}

@media screen and (max-width: 576px) {
  .page-shop .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item {
    background-position: center 45%;
    background-size: auto auto;
  }
  .page-shop .section__products,
.page-shop .section__boxset {
    min-height: inherit;
    height: inherit;
  }
  .page-shop .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper,
.page-shop .section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper,
.page-shop .section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper,
.page-shop .section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper {
    display: block;
  }
  .page-shop .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item,
.page-shop .section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item,
.page-shop .section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item,
.page-shop .section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-shop .section__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name,
.page-shop .section__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name,
.page-shop .section__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name,
.page-shop .section__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name {
    max-width: var(--title-w-max);
  }
  .page-shop .section__products .section__inner .swiper-button-next,
.page-shop .section__products .section__inner .swiper-button-prev,
.page-shop .section__boxset .section__inner .swiper-button-next,
.page-shop .section__boxset .section__inner .swiper-button-prev {
    display: none;
  }
}
.section__collection {
  min-height: inherit;
  width: 100vw;
  overflow: hidden;
}
.section__collection .section__inner .section__title {
  padding-top: var(--title-padding-y);
}
.section__collection .section__inner .section__body {
  margin-bottom: 8rem;
}
.section__collection .section__inner .section__body .section__marquee__collection {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle {
  -webkit-font-smoothing: antialiased;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__product__group,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__product__group {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-smooth: always;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__candle-group,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__candle-group {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-smooth: always;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__product__item,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__product__item {
  display: inline-block;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__product__item a,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__product__item a {
  width: calc(153px + 1rem);
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__product__item a .marquee__product__item__thumb,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__product__item a .marquee__product__item__thumb {
  width: 63px;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__product__item a .marquee__product__item__thumb img,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__product__item a .marquee__product__item__thumb img {
  width: 100%;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__product__item a .marquee__product__item__name,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__product__item a .marquee__product__item__name {
  width: 90px;
  margin-left: 1rem;
  text-align: left;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__product__item a .marquee__product__item__name h4,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__product__item a .marquee__product__item__name h4 {
  font-weight: 500;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__candle__item,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__candle__item {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-smooth: always;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__candle__item a,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__candle__item a {
  width: calc(175px + 1rem);
  margin-left: 1.8rem;
  margin-right: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__candle__item a .marquee__candle__item__thumb,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__candle__item a .marquee__candle__item__thumb {
  width: 85px;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__candle__item a .marquee__candle__item__thumb img,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__candle__item a .marquee__candle__item__thumb img {
  width: 100%;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__candle__item a .marquee__candle__item__name,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__candle__item a .marquee__candle__item__name {
  width: 90px;
  margin-left: 1rem;
  text-align: left;
}
.section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__candle__item a .marquee__candle__item__name h4,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__candle__item a .marquee__candle__item__name h4 {
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .section__collection .section__inner .section__title {
    max-width: var(--title-w-max);
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }
  .section__collection .section__inner .section__title h2 {
    margin-top: 0;
  }
  .section__collection .section__inner .section__body {
    margin-bottom: 5rem;
  }
  .section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__product__item a,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__product__item a {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__product__item a .marquee__product__item__thumb,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__product__item a .marquee__product__item__thumb {
    width: 60px;
  }
  .section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__product__item a .marquee__product__item__name,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__product__item a .marquee__product__item__name {
    width: 60px;
    margin-bottom: 0.75rem;
  }
  .section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__candle__item a,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__candle__item a {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__candle__item a .marquee__candle__item__thumb,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__candle__item a .marquee__candle__item__thumb {
    width: 70px;
  }
  .section__collection .section__inner .section__body .section__marquee__collection .marquee__product .marquee__candle__item a .marquee__candle__item__name,
.section__collection .section__inner .section__body .section__marquee__collection .marquee__candle .marquee__candle__item a .marquee__candle__item__name {
    width: 60px;
    margin-bottom: 0.75rem;
  }
}
.section__about {
  background-image: url(asset/image/story/desktop/ode001_our_story_banner_L.jpg);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__about .section__inner {
  color: #fff;
}
.section__about .section__inner h1 {
  line-height: 38px;
}
.section__about .section__inner .section__action {
  margin-top: 5rem;
}
.section__about .section__inner .section__action a {
  color: #fff;
}

@media screen and (max-width: 576px) {
  .section__about {
    background-image: url(asset/image/story/mobile/ode001_our_story_banner_S2.jpg);
  }
}
.section__home_gif {
  background: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__home_gif .section__inner {
  color: #fff;
}
.section__home_gif .section__inner .section__title {
  margin-bottom: 1rem;
}
.section__home_gif .section__inner .section__title h2.small {
  font-weight: 100;
}
.section__home_gif .section__inner .section__title h2.small br {
  display: none;
}
.section__home_gif .section__inner .section__body .image__wrapper {
  overflow: hidden;
}
.section__home_gif .section__inner .section__body .image__wrapper img {
  height: 60vh;
  margin: -1px;
}

@media screen and (max-width: 768px) {
  .section__home_gif .section__inner .section__body .image__wrapper img {
    width: 60vw;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .section__home_gif {
    min-height: inherit;
  }
  .section__home_gif .section__inner .section__title {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
  .section__home_gif .section__inner .section__title h1 {
    font-size: 17px;
    padding-top: 100px;
  }
  .section__home_gif .section__inner .section__title h2.small {
    max-width: 210px;
    font-size: 14px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
  }
  .section__home_gif .section__inner .section__title h2.small br {
    display: block;
  }
  .section__home_gif .section__inner .section__body {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 100px;
    z-index: 1;
  }
  .section__home_gif .section__inner .section__body .image__wrapper {
    position: relative;
    width: 100vw;
    height: 75vw;
    overflow: hidden;
  }
  .section__home_gif .section__inner .section__body .image__wrapper img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
  }
}
.section__quiz {
  overflow: hidden;
}
.section__quiz .section__inner {
  position: relative;
}
.section__quiz .section__inner .section__cover {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.section__quiz .section__inner .section__cover .cover {
  position: relative;
  height: 100%;
}
.section__quiz .section__inner .section__cover .cover .cover__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 560px;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  -webkit-transition: var(--trans-extra-slow);
  -o-transition: var(--trans-extra-slow);
  transition: var(--trans-extra-slow);
}
.section__quiz .section__inner .section__cover .cover .cover__item.cover__item--intro p {
  line-height: 25px;
}
.section__quiz .section__inner .section__cover .cover .cover__item.cover__item--action .cover__item__body {
  color: #FFF;
  max-width: 400px;
}
.section__quiz .section__inner .section__cover .cover .cover__item.cover__item--action .cover__item__body h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: var(--title-w-max);
  font-weight: 500;
}
.section__quiz .section__inner .section__cover .cover .cover__item.cover__item--action .cover__item__arch {
  background-image: url(asset/svg/global/graphic-full-arch-white.svg);
}
.section__quiz .section__inner .section__cover .cover .cover__item.cover__item--black .cover__item__body {
  color: #000;
}
.section__quiz .section__inner .section__cover .cover .cover__item.cover__item--black .cover__item__arch {
  background-image: url(asset/svg/global/graphic-full-arch.svg);
}
.section__quiz .section__inner .section__cover .cover .cover__item.cover__item--active {
  opacity: 1;
  pointer-events: inherit;
}
.section__quiz .section__inner .section__cover .cover .cover__item .cover__item__arch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(asset/svg/global/graphic-full-arch-white.svg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section__quiz .section__inner .section__cover .cover .cover__item .cover__item__body {
  position: absolute;
  -webkit-transform: var(--trans-normal);
      -ms-transform: var(--trans-normal);
          transform: var(--trans-normal);
}
.section__quiz .section__inner .section__cover .cover .cover__item .cover__item__body h2 {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.section__quiz .section__inner .section__swiper {
  position: relative;
}
.section__quiz .section__inner .section__swiper #swiper-quiz .swiper-wrapper .swiper-slide {
  width: 100%;
  height: calc(100vh - var(--header-h));
}
.section__quiz .section__inner .section__swiper #swiper-quiz .swiper-wrapper .swiper-slide img {
  inset: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100vw;
  min-height: 100vh;
}

@media screen and (max-width: 576px) {
  .section__quiz .section__inner .section__cover .cover .cover__item {
    width: 100%;
  }
  .section__quiz .section__inner .section__cover .cover .cover__item.cover__item--intro .cover__item__body p {
    line-height: 20px;
  }
  .section__quiz .section__inner .section__cover .cover .cover__item.cover__item--action .cover__item__body h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.section__still-hero {
  background-image: url(asset/image/story/desktop/ode001_our_story_banner_L.jpg);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__still-hero .section__inner {
  color: #fff;
}

@media screen and (max-width: 567px) {
  .section__still-hero {
    background-image: url(asset/image/story/mobile/ode001_our_story_banner_S2.jpg);
  }
}
.section__meaning {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__scent .section__inner {
  color: #fff;
  position: relative;
}
.section__scent .section__inner .section__upper,
.section__scent .section__inner .section__lower {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.section__scent .section__inner .section__upper .sectin__content,
.section__scent .section__inner .section__lower .sectin__content {
  max-width: 360px;
}
.section__scent .section__inner .section__upper {
  background-image: url(asset/image/story/desktop/ode001_our_story_banner_L-2.jpg);
}
.section__scent .section__inner .section__upper .sectin__content {
  margin-bottom: 50vh;
}
.section__scent .section__inner .section__lower {
  background-image: url(asset/image/story/desktop/ode001_our_story_banner_L-3.png);
}
.section__scent .section__inner .section__lower .sectin__content {
  margin-top: 50vh;
}
.section__scent .section__inner .section__middle {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/asset/image/story/desktop//ode001_our_story_banner_L-4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 96% auto;
  width: 80%;
  max-width: 700px;
  pointer-events: none;
}
.section__scent .section__inner .section__middle img {
  width: 100%;
}
.section__scent .section__inner .section__middle p {
  position: absolute;
  max-width: 250px;
  margin-top: 45vh;
}

@media screen and (min-height: 1100px) {
  .section__scent .section__inner .section__middle p {
    margin-top: 35vh;
  }
}
@media screen and (max-width: 768px) {
  .section__scent .section__inner .section__upper p,
.section__scent .section__inner .section__lower p {
    padding: 3rem;
  }
  .section__scent .section__inner .section__middle {
    width: 100%;
  }
  .section__scent .section__inner .section__middle p {
    margin: 0;
    padding: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .section__scent .section__inner .section__upper,
.section__scent .section__inner .section__lower {
    height: 560px;
  }
  .section__scent .section__inner .section__upper .sectin__content,
.section__scent .section__inner .section__lower .sectin__content {
    max-width: 300px;
  }
  .section__scent .section__inner .section__upper .sectin__content p,
.section__scent .section__inner .section__lower .sectin__content p {
    padding: 1rem;
    margin: 0;
  }
  .section__scent .section__inner .section__upper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-image: url(asset/image/story/mobile/ode001_our_story_banner_S-2.jpg);
  }
  .section__scent .section__inner .section__upper .sectin__content {
    margin-top: calc(100px - 1rem);
    margin-bottom: 0;
    max-width: 300px;
  }
  .section__scent .section__inner .section__lower {
    background-image: url(asset/image/story/mobile/ode001_our_story_banner_S-3.png);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-size: auto 100%;
    background-position: 20% center;
  }
  .section__scent .section__inner .section__lower .sectin__content {
    margin-top: 0;
    margin-bottom: calc(100px - 1rem);
  }
}
.section__mother-earth,
.section__doing-good,
.section__global-family {
  background-position: center center;
  background-size: cover;
}
.section__mother-earth .section__inner,
.section__doing-good .section__inner,
.section__global-family .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.section__mother-earth .section__inner .section__header,
.section__doing-good .section__inner .section__header,
.section__global-family .section__inner .section__header {
  position: absolute;
  width: 100%;
  margin-top: 13vh;
  z-index: 2;
  pointer-events: none;
}
.section__mother-earth .section__inner .section__header h3,
.section__doing-good .section__inner .section__header h3,
.section__global-family .section__inner .section__header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
.section__mother-earth .section__inner .section__header h2,
.section__doing-good .section__inner .section__header h2,
.section__global-family .section__inner .section__header h2 {
  margin-top: 0;
  line-height: 1.2;
}
.section__mother-earth .section__inner .section__body,
.section__doing-good .section__inner .section__body,
.section__global-family .section__inner .section__body {
  position: relative;
  z-index: 1;
  width: 100%;
}
.section__mother-earth .section__inner .section__body .swiper-container,
.section__doing-good .section__inner .section__body .swiper-container,
.section__global-family .section__inner .section__body .swiper-container {
  width: 100%;
}
.section__mother-earth .section__inner .section__body .swiper-container .swiper-wrapper,
.section__doing-good .section__inner .section__body .swiper-container .swiper-wrapper,
.section__global-family .section__inner .section__body .swiper-container .swiper-wrapper {
  width: 100%;
}
.section__mother-earth .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide,
.section__doing-good .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide,
.section__global-family .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide {
  height: calc(100vh - var(--header-h));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  opacity: 0 !important;
}
.section__mother-earth .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active,
.section__doing-good .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active,
.section__global-family .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.section__mother-earth .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slide__content,
.section__doing-good .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slide__content,
.section__global-family .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slide__content {
  margin-top: 20vh;
  opacity: 1;
}
.section__mother-earth .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content,
.section__doing-good .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content,
.section__global-family .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content {
  margin-top: 23vh;
  max-width: var(--section--w-max);
  opacity: 0;
  -webkit-transition: var(--trans-extra-slow);
  -o-transition: var(--trans-extra-slow);
  transition: var(--trans-extra-slow);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.section__mother-earth .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide p,
.section__doing-good .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide p,
.section__global-family .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide p {
  text-align: center;
  line-height: 1.6;
}

.section__mother-earth {
  background-image: url(asset/image/story/desktop/about-ode-to-mother-earth.png);
}
.section__mother-earth .section__header {
  color: #fff;
}
.section__mother-earth .slide__content {
  color: #fff;
}

.section__doing-good {
  background-image: url(asset/image/story/desktop/about-ode-to-doing-good.png);
  background-position: center center;
  background-size: cover;
  color: #000;
}

.section__global-family {
  background-image: url(asset/image/story/desktop/about-ode-to-a-global-family.png);
  background-position: center center;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section__mother-earth .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content,
.section__doing-good .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content,
.section__global-family .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content {
    padding: 2rem;
  }
  .section__mother-earth .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content p br,
.section__doing-good .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content p br,
.section__global-family .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content p br {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .section__mother-earth .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content,
.section__doing-good .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content,
.section__global-family .section__inner .section__body .swiper-container .swiper-wrapper .swiper-slide .slide__content {
    max-width: calc(300px - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .section__mother-earth {
    background-image: url(asset/image/story/mobile/about-ode-to-mother-earth.png);
  }
}
@media screen and (max-width: 768px) {
  .section__doing-good {
    background-image: url(asset/image/story/mobile/about-ode-to-doing-good.png);
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .section__global-family {
    background-image: url(asset/image/story/mobile/about-ode-to-a-global-family.png);
  }
}
.section__experience__hero__video_1 {
  height: calc(100vh - var(--header-h));
  position: relative;
  overflow: hidden;
}
.section__experience__hero__video_1 .scroll__icon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  z-index: 2;
  background-image: url(/asset/svg/global/arrow-down-white.svg);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.7;
}
.section__experience__hero__video_1 .section__inner {
  width: 100%;
  height: 100%;
}
.section__experience__hero__video_1 .section__inner .section__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  background-color: #ddd;
}
.section__experience__hero__video_1 .section__inner .section__bg img,
.section__experience__hero__video_1 .section__inner .section__bg video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.section__experience__hero__video_1 .section__inner .section__bg img.mobile,
.section__experience__hero__video_1 .section__inner .section__bg video.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .section__experience__hero__video_1 {
    min-height: 164vw;
    height: 164vw;
  }
  .section__experience__hero__video_1 .scroll__icon {
    bottom: 20px;
    background-size: 20px auto;
  }
  .section__experience__hero__video_1 .section__inner .section__bg img.desktop,
.section__experience__hero__video_1 .section__inner .section__bg video.desktop {
    display: none;
  }
  .section__experience__hero__video_1 .section__inner .section__bg img.mobile,
.section__experience__hero__video_1 .section__inner .section__bg video.mobile {
    display: block;
  }
}
.section__experience__hero__video_2 {
  height: calc(100vh - var(--header-h) + 8.8vw);
  min-height: var(--desktop--section-full-min-height);
}
.section__experience__hero__video_2 .section__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__experience__hero__video_2 .section__inner.section__inner--black .section__body {
  color: #000;
}
.section__experience__hero__video_2 .section__inner .section__body {
  position: relative;
  color: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__experience__hero__video_2 .section__inner .section__body .section__heading {
  text-transform: uppercase;
  margin-bottom: calc(var(--title-padding-y) * 1);
  margin-top: calc(var(--title-padding-y) * -3);
}
.section__experience__hero__video_2 .section__inner .section__body .section__product img {
  width: 136px;
}
.section__experience__hero__video_2 .section__inner .section__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  background-color: #ddd;
}
.section__experience__hero__video_2 .section__inner .section__bg img,
.section__experience__hero__video_2 .section__inner .section__bg video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.section__experience__hero__video_2 .section__inner .section__bg img .mobile,
.section__experience__hero__video_2 .section__inner .section__bg video .mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .section__experience__hero__video_2 {
    min-height: calc(var(--mobile--section-mid-height) + 22vw);
  }
  .section__experience__hero__video_2 .section__inner .section__body .section__heading {
    margin-bottom: calc(var(--title-padding-y) * 2);
    max-width: 260px;
  }
  .section__experience__hero__video_2 .section__inner .section__body .section__product img {
    width: 105px;
  }
  .section__experience__hero__video_2 .section__inner .section__bg img .desktop,
.section__experience__hero__video_2 .section__inner .section__bg video .desktop {
    display: none;
  }
  .section__experience__hero__video_2 .section__inner .section__bg img .mobile,
.section__experience__hero__video_2 .section__inner .section__bg video .mobile {
    display: block;
  }
}
.section__experience__value_1 {
  height: 50vh;
  min-height: 600px;
  position: relative;
}
.section__experience__value_1 .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.section__experience__value_1 .section__inner.section__body--balck .section__body {
  color: #000;
}
.section__experience__value_1 .section__inner .section__body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.section__experience__value_1 .section__inner .section__body .body__innner {
  padding: 2rem;
}
.section__experience__value_1 .section__inner .section__body .body__innner h1 {
  margin-bottom: 0.5rem;
}
.section__experience__value_1 .section__inner .section__body .body__innner h3 {
  margin-top: 0.5rem;
}
.section__experience__value_1 .section__inner .section__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.section__experience__value_1 .section__inner .section__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .section__experience__value_1 {
    height: var(--mobile--section-mid-height);
    min-height: var(--mobile--section-mid-height);
  }
  .section__experience__value_1 .section__inner .section__body .body__innner {
    max-width: 240px;
  }
  .section__experience__value_1 .section__inner .section__body .body__innner h2 {
    font-size: 14px;
  }
  .section__experience__value_1 .section__inner .section__body .body__innner h2 i {
    font-size: 16px;
  }
}
.section__experience__value_2 {
  height: calc(100vh - var(--header-h));
  min-height: 800px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.section__experience__value_2.section__experience__value_2__dawn-earth .section__column__wrapper {
  background-color: #231f20;
}
.section__experience__value_2.section__experience__value_2__everjet .section__column__wrapper {
  background-color: #000;
}
.section__experience__value_2.section__experience__value_2__carte_blanche .section__column__wrapper {
  background-color: #fff;
}
.section__experience__value_2.section__experience__value_2__carte_blanche .section__column__wrapper p {
  color: #000;
}
.section__experience__value_2 .section__column__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  background-color: #000;
}
.section__experience__value_2 .section__column__wrapper .section__column__left {
  width: 50%;
}
.section__experience__value_2 .section__column__wrapper .section__column__left .section__column__left__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.section__experience__value_2 .section__column__wrapper .section__column__left .section__column__left__inner img,
.section__experience__value_2 .section__column__wrapper .section__column__left .section__column__left__inner video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.section__experience__value_2 .section__column__wrapper .section__column__left .section__column__left__inner #mood_video_mobile {
  display: none;
}
.section__experience__value_2 .section__column__wrapper .section__column__left {
  width: 50%;
  height: 100%;
}
.section__experience__value_2 .section__column__wrapper .section__column__right {
  width: 50%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__experience__value_2 .section__column__wrapper .section__column__right .section__column__right__inner {
  padding: 2rem;
  max-width: var(--section--w-max);
  margin-left: auto;
  margin-right: auto;
}
.section__experience__value_2 .section__column__wrapper .section__column__right .section__column__right__inner p {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .section__experience__value_2 {
    height: auto;
  }
  .section__experience__value_2 .section__column__wrapper .section__column__left {
    width: 100%;
    height: var(--mobile--section-mid-height);
  }
  .section__experience__value_2 .section__column__wrapper .section__column__left .section__column__left__inner #mood_video_desktop {
    display: none;
  }
  .section__experience__value_2 .section__column__wrapper .section__column__left .section__column__left__inner #mood_video_mobile {
    display: block;
  }
  .section__experience__value_2 .section__column__wrapper .section__column__right {
    width: 100%;
    height: var(--mobile--section-mid-height);
  }
  .section__experience__value_2 .section__column__wrapper .section__column__right .section__column__right__inner {
    padding: 1rem;
  }
  .section__experience__value_2 .section__column__wrapper .section__column__right .section__column__right__inner p {
    font-size: 12px;
    line-height: 17px;
  }
}
.section__experience__products,
.section__experience__boxset {
  min-height: inherit;
  background-image: url(asset/image/product_background/ode_ona_product_stage_normal.jpg);
  background-position: center center;
  background-size: auto 100%;
}
.section__experience__products .section__inner,
.section__experience__boxset .section__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.section__experience__products .section__inner .section__title,
.section__experience__boxset .section__inner .section__title {
  z-index: 2;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.section__experience__products .section__inner .section__title h2,
.section__experience__boxset .section__inner .section__title h2 {
  margin-left: 3rem;
  margin-top: -4vh;
  max-width: 320px;
}
.section__experience__products .section__inner .section__swiper,
.section__experience__boxset .section__inner .section__swiper {
  background-image: url(asset/image/product_background/ode_ona_product_stage_normal.jpg);
  background-position: center center;
  background-size: auto 100%;
  z-index: 1;
  width: 70%;
}
.section__experience__products .section__inner .section__swiper #swiper-product,
.section__experience__products .section__inner .section__swiper #swiper-boxset,
.section__experience__boxset .section__inner .section__swiper #swiper-product,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  max-width: 800px;
}
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-top: 10rem;
  margin-bottom: 4rem;
}
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail {
  width: 86px;
  margin-left: auto;
  margin-right: auto;
}
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail img,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail img,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail img,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail img {
  width: 100%;
}
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5 {
  margin-top: 1rem;
  margin-bottom: 0;
}
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name {
  max-width: 200px;
  min-height: 43px;
  margin-left: auto;
  margin-right: auto;
}
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 15px;
}
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__price {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-button-next,
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-button-prev,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-button-next,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-button-prev,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-button-next,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-button-prev,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-button-next,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-button-prev {
  top: 42%;
}
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-button-prev,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-button-prev,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-button-prev,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-button-prev {
  left: -2.3rem;
}
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-button-next,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-button-next,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-button-next,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-button-next {
  right: -2.3rem;
}

.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item {
  height: 350px;
  margin-top: 11.5rem;
  margin-bottom: 4rem;
}
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name {
  max-width: 140px;
  min-height: 65px;
}
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .section__experience__products .section__inner .section__title,
.section__experience__boxset .section__inner .section__title {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 1.5rem;
  }
  .section__experience__products .section__inner .section__title h2,
.section__experience__boxset .section__inner .section__title h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .section__experience__products .section__inner .section__swiper,
.section__experience__boxset .section__inner .section__swiper {
    width: 100%;
    background-position: center 70%;
    background-size: auto auto;
  }
  .section__experience__products .section__inner .section__swiper #swiper-product .swiper-button-next,
.section__experience__products .section__inner .section__swiper #swiper-product .swiper-button-prev,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-button-next,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-button-prev,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-button-next,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-button-prev,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-button-next,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-button-prev {
    top: 25%;
  }
  .section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item {
    height: 375px;
    padding-top: 0rem;
    padding-bottom: 3.5rem;
    margin: 0;
  }
  .section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__thumbnail,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail {
    width: 105px;
  }
  .section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__desc h5 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 1rem;
  }
  .section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__name h3 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 16px;
  }
  .section__experience__products .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__experience__products .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__experience__boxset .section__inner .section__swiper #swiper-product .swiper-wrapper .swiper-slide .product__item .item__info .item__price,
.section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__info .item__price {
    margin-bottom: 0.5rem;
  }
  .section__experience__boxset .section__inner .section__swiper {
    background-position: center 69%;
  }
  .section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item {
    height: 350px;
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .section__experience__boxset .section__inner .section__swiper #swiper-boxset .swiper-wrapper .swiper-slide .product__item .item__thumbnail {
    width: 200px;
  }
}
.section__experience__instagram {
  background-color: #cbcbcb;
  min-height: inherit;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.section__experience__instagram .section__inner .section__swiper {
  margin-top: var(--title-padding-y);
}
.section__experience__instagram .section__inner .section__swiper #swiper__instagram {
  max-width: 80vw;
  max-width: calc((100vh - var(--header-h) - var(--title-padding-y) * 1) / 3 * 3 + 20px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.section__experience__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper {
  height: calc(53.3333333333vw + 20px);
  max-height: calc((100vh - var(--header-h) - var(--title-padding-y) * 1) / 3 * 2 + 10px);
}
.section__experience__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper .swiper-slide {
  width: calc(26.6666666667vw - 6.6666666667px);
  height: calc(26.6666666667vw - 6.6666666667px);
  max-width: calc((100vh - var(--header-h) - var(--title-padding-y) * 1) / 3);
  max-height: calc((100vh - var(--header-h) - var(--title-padding-y) * 1) / 3);
}
.section__experience__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper .swiper-slide .ig_item__thumb img {
  width: 100%;
}
.section__experience__instagram .section__inner .swiper-button-next,
.section__experience__instagram .section__inner .swiper-button-prev {
  top: 40.5%;
  z-index: 2;
}
.section__experience__instagram .section__inner .section__action {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

@media screen and (max-width: 1120px) {
  .section__experience__instagram .section__inner .section__swiper #swiper__instagram {
    max-width: 80vw;
  }
}
@media screen and (max-width: 992px) {
  .section__experience__instagram .section__inner .swiper-button-next {
    right: 0;
    margin-right: 0;
  }
  .section__experience__instagram .section__inner .swiper-button-prev {
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .section__experience__instagram .section__inner .section__swiper {
    margin-top: 0;
  }
  .section__experience__instagram .section__inner .section__swiper #swiper__instagram {
    width: 100vw;
    max-width: 100vw;
  }
  .section__experience__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper {
    height: calc(150vw + 3px);
    max-height: calc(150vw + 3px);
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }
  .section__experience__instagram .section__inner .section__swiper #swiper__instagram .swiper-wrapper .swiper-slide {
    height: 50vw;
  }
  .section__experience__instagram .section__inner .swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit !important;
  }
  .section__experience__instagram .section__inner .section__action {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.section__interactive_ingredients {
  z-index: 3;
  position: relative;
  height: 100vh;
  max-height: 76.3vw;
  min-height: 76.3vw;
  -webkit-mask-image: url(/asset/svg/experience/experience-mask.svg);
          mask-image: url(/asset/svg/experience/experience-mask.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100.1% auto;
          mask-size: 100.1% auto;
  margin-top: -8.8vw;
  margin-bottom: -8.8vw;
}
.section__interactive_ingredients .button__control__prev,
.section__interactive_ingredients .button__control__next {
  position: absolute;
  width: 70px;
  height: 70px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: var(--trans-normal);
  -o-transition: var(--trans-normal);
  transition: var(--trans-normal);
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center center;
  cursor: pointer;
}
.section__interactive_ingredients .button__control__prev:hover,
.section__interactive_ingredients .button__control__next:hover {
  opacity: 0.7;
}
.section__interactive_ingredients .button__control__prev {
  left: 0.75rem;
  background-image: url(asset/svg/global/swiper-button-prev-thick-white.svg);
}
.section__interactive_ingredients .button__control__prev:hover {
  left: 0.5rem;
}
.section__interactive_ingredients .button__control__next {
  right: 0.75rem;
  background-image: url(asset/svg/global/swiper-button-next-thick-white.svg);
}
.section__interactive_ingredients .button__control__next:hover {
  right: 0.5rem;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn {
  background-color: #506248;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(1) {
  left: 50%;
  top: -75%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(2) {
  z-index: 1;
  width: 60vw;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(3) {
  width: 70vw;
  top: 85%;
  left: -70%;
  z-index: 3;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(4) {
  width: 70vw;
  left: 50%;
  top: 75%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(5) {
  top: 10%;
  left: -75%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__bg__item {
  background-color: #485337;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(1),
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(1) {
  width: 97vw;
  height: 97vw;
  left: 32%;
  top: -130%;
  z-index: 6;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(2),
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(2) {
  width: 100vw;
  height: 100vw;
  z-index: 1;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(3),
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(3) {
  width: 50vw;
  height: 40vw;
  top: 66%;
  left: -83%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(4),
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(4) {
  width: 35vw;
  height: 32vw;
  right: -80%;
  top: 68%;
  z-index: 3;
}
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(5),
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(5) {
  width: 30vw;
  height: 36vw;
  top: 10%;
  left: -98%;
  z-index: 4;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet {
  background-color: #282828;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(1) {
  width: 60vw;
  left: 0%;
  top: 0%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(2) {
  z-index: 2;
  top: 70%;
  left: -40%;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(3) {
  top: 25%;
  height: 30vw;
  left: -70%;
  z-index: 3;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(4) {
  left: -35%;
  top: -50%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(5) {
  top: -65%;
  left: 65%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(6) {
  top: 40%;
  left: 70%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__bg__item {
  background-color: #484848;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(1),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(1) {
  width: 98vw;
  height: 65vw;
  left: -2%;
  top: 40%;
  z-index: 1;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(2),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(2) {
  width: 38vw;
  height: 35vw;
  left: -50%;
  top: 62%;
  z-index: 3;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(3),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(3) {
  width: 24vw;
  height: 24vw;
  top: 33%;
  left: -83%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(4),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(4) {
  width: 45vw;
  height: 40vw;
  left: -35%;
  top: -56%;
  z-index: 3;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(5),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(5) {
  width: 30vw;
  height: 30vw;
  top: -58%;
  left: 76%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(6),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(6) {
  width: 30vw;
  height: 40vw;
  top: 55%;
  left: 73%;
  z-index: 4;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche {
  background-color: #acacac;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(1) {
  width: 60vw;
  left: 30%;
  top: 40%;
  z-index: 1;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(2) {
  z-index: 2;
  top: 30%;
  left: -30%;
  width: 60vw;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(3) {
  top: -45%;
  height: 30vw;
  left: 50%;
  z-index: 3;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(4) {
  left: -45%;
  top: -80%;
  z-index: 3;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(5) {
  top: 0%;
  left: -70%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(6) {
  top: 30%;
  left: 70%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__bg__item {
  background-color: #5d5c5c;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(1),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(1) {
  width: 100vw;
  height: 100vw;
  left: 5%;
  top: -10%;
  z-index: 4;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(2),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(2) {
  width: 70vw;
  height: 40vw;
  left: -30%;
  top: 25%;
  z-index: 1;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(3),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(3) {
  width: 39vw;
  height: 39vw;
  top: -55%;
  left: 55%;
  z-index: 1;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(4),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(4) {
  width: 35vw;
  height: 42vw;
  left: -55%;
  top: -80%;
  z-index: 3;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(5),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(5) {
  width: 40vw;
  height: 35vw;
  top: -28%;
  left: -85%;
  z-index: 2;
}
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(6),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(6) {
  width: 57vw;
  height: 55vw;
  top: 49%;
  left: 71%;
  z-index: 4;
}
.section__interactive_ingredients .section__title {
  color: #fff;
  position: absolute;
  inset: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  height: 100%;
}
.section__interactive_ingredients .section__title.active {
  height: 60%;
  -webkit-transition: var(--trans-slow);
  -o-transition: var(--trans-slow);
  transition: var(--trans-slow);
}
.section__interactive_ingredients .section__title .section__title__inner {
  margin-top: 0;
}
.section__interactive_ingredients .section__title .section__title__inner h2 {
  text-transform: uppercase;
  margin-bottom: 22px;
}
.section__interactive_ingredients .section__title .section__title__inner p {
  max-width: 500px;
}
.section__interactive_ingredients .section__trigger {
  color: rgb(91, 84, 84);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section__interactive_ingredients .section__trigger .trigger__detection__container {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.section__interactive_ingredients .section__trigger .trigger__detection__container .trigger__detection__item {
  position: absolute;
  margin: auto auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40vw;
  height: 40vw;
  border: 1px solid transparent;
  cursor: pointer;
}
.section__interactive_ingredients .section__trigger .trigger__detection__container .trigger__detection__item:focus, .section__interactive_ingredients .section__trigger .trigger__detection__container .trigger__detection__item.active {
  outline: 0;
}
.section__interactive_ingredients .section__trigger .trigger__front__iamge__container {
  z-index: 2;
}
.section__interactive_ingredients .section__trigger .trigger__front__iamge__container .trigger__image__item {
  -webkit-transition: var(--trans-slow);
  -o-transition: var(--trans-slow);
  transition: var(--trans-slow);
}
.section__interactive_ingredients .section__trigger .trigger__front__iamge__container .trigger__image__item.hide {
  opacity: 0;
}
.section__interactive_ingredients .section__trigger .trigger__front__iamge__container .trigger__image__item.active {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.section__interactive_ingredients .section__trigger .trigger__front__iamge__container .trigger__image__item.hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.section__interactive_ingredients .section__trigger .trigger__back__iamge__container {
  z-index: 1;
  opacity: 0;
}
.section__interactive_ingredients .section__trigger .trigger__back__iamge__container.active {
  opacity: 1;
}
.section__interactive_ingredients .section__trigger .trigger__front__iamge__container,
.section__interactive_ingredients .section__trigger .trigger__back__iamge__container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-transition: var(--trans-slow);
  -o-transition: var(--trans-slow);
  transition: var(--trans-slow);
}
.section__interactive_ingredients .section__trigger .trigger__front__iamge__container .trigger__bg__item,
.section__interactive_ingredients .section__trigger .trigger__back__iamge__container .trigger__bg__item {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  -webkit-filter: none;
          filter: none;
  z-index: 6;
}
.section__interactive_ingredients .section__trigger .trigger__front__iamge__container .trigger__image__item,
.section__interactive_ingredients .section__trigger .trigger__back__iamge__container .trigger__image__item {
  position: absolute;
  margin: auto auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section__interactive_ingredients .section__trigger .trigger__front__iamge__container .trigger__image__item img,
.section__interactive_ingredients .section__trigger .trigger__back__iamge__container .trigger__image__item img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section__interactive_ingredients .section__info {
  color: #fff;
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.section__interactive_ingredients .section__info .section__info__item {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.section__interactive_ingredients .section__info .section__info__item.active {
  opacity: 1;
  -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: var(--trans-slow);
  -o-transition: var(--trans-slow);
  transition: var(--trans-slow);
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__header {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__header h2,
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__header h3 {
  text-transform: uppercase;
}
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__header p {
  line-height: 1.5;
}
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__description {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__description p {
  letter-spacing: 0;
  font-size: 13px;
}
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__description b,
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__description strong {
  font-size: 16px;
  letter-spacing: 1px;
}
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__feature {
  margin-top: 3rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__feature h3 {
  line-height: 1.1;
}

@media screen and (max-width: 1440px) {
  .section__interactive_ingredients .section__info .section__info__item {
    margin-top: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .section__interactive_ingredients .section__info .section__info__item {
    margin-top: 15%;
  }
}
@media screen and (max-width: 992px) {
  .section__interactive_ingredients {
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
  .section__interactive_ingredients .section__info .section__info__item {
    margin-top: 22%;
  }
}
@media screen and (max-width: 768px) {
  .section__interactive_ingredients {
    max-height: calc(100vh - 5rem);
    margin-top: -30vw;
    margin-bottom: -30vw;
  }
  .section__interactive_ingredients .button__control__prev,
.section__interactive_ingredients .button__control__next {
    background-size: 12px;
    width: 40px;
    height: 40px;
  }
  .section__interactive_ingredients .button__control__prev {
    left: 0.4rem;
  }
  .section__interactive_ingredients .button__control__prev:hover {
    left: 0.4rem;
  }
  .section__interactive_ingredients .button__control__next {
    right: 0.4rem;
  }
  .section__interactive_ingredients .button__control__next:hover {
    right: 0.4rem;
  }
  .section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(1) {
    left: 30%;
    top: -75%;
    width: 70vw;
    height: 60vw;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(2) {
    z-index: 1;
    width: 70vw;
    height: 55vw;
    top: -10%;
  }
  .section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(3) {
    width: 70vw;
    height: 60vw;
    top: 55%;
    left: -70%;
    z-index: 3;
  }
  .section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(4) {
    width: 70vw;
    height: 70vw;
    left: 50%;
    top: 60%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(5) {
    top: 0%;
    height: 50vw;
    left: -75%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(1),
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(1) {
    width: 130vw;
    height: 125vw;
    left: 22%;
    top: -80%;
    z-index: 1;
  }
  .section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(2),
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(2) {
    width: 150vw;
    height: 100vw;
    top: -20%;
    left: -33%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(3),
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(3) {
    width: 100vw;
    height: 80vw;
    top: 46%;
    left: -120%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(4),
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(4) {
    width: 80vw;
    height: 80vw;
    right: -95%;
    top: 60%;
    z-index: 1;
  }
  .section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(5),
.section__interactive_ingredients.section__interactive_ingredients__earth_dawn .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(5) {
    width: 50vw;
    height: 55vw;
    top: 5%;
    left: -103%;
    z-index: 4;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet {
    background-color: #282828;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(1) {
    width: 60vw;
    height: 60vw;
    left: 0%;
    top: 20%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(2) {
    z-index: 2;
    top: 80%;
    left: -30%;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(3) {
    top: 35%;
    height: 40vw;
    left: -70%;
    z-index: 3;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(4) {
    left: -45%;
    top: -60%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(5) {
    width: 50vw;
    top: -60%;
    left: 55%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(6) {
    height: 60vw;
    top: 50%;
    left: 60%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(1),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(1) {
    width: 120vw;
    height: 90vw;
    left: -10%;
    top: 50%;
    z-index: 1;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(2),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(2) {
    width: 43vw;
    height: 43vw;
    left: -30%;
    top: 78%;
    z-index: 3;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(3),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(3) {
    width: 34vw;
    height: 34vw;
    top: 33%;
    left: -83%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(4),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(4) {
    width: 60vw;
    height: 60vw;
    left: -55%;
    top: -62%;
    z-index: 3;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(5),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(5) {
    width: 40vw;
    height: 40vw;
    top: -58%;
    left: 60%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(6),
.section__interactive_ingredients.section__interactive_ingredients__everjet .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(6) {
    width: 45vw;
    height: 55vw;
    top: 55%;
    left: 60%;
    z-index: 4;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche {
    background-color: #acacac;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(1) {
    width: 60vw;
    height: 70vw;
    left: 5%;
    top: 70%;
    z-index: 1;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(2) {
    z-index: 2;
    top: 30%;
    left: -40%;
    width: 60vw;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(3) {
    top: -55%;
    width: 50vw;
    height: 50vw;
    left: 50%;
    z-index: 3;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(4) {
    width: 50vw;
    height: 50vw;
    left: -50%;
    top: -70%;
    z-index: 3;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(5) {
    top: 10%;
    left: -70%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__detection__container .trigger__detection__item:nth-child(6) {
    height: 60vw;
    top: 40%;
    left: 70%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(1),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(1) {
    width: 150vw;
    height: 150vw;
    left: -45%;
    top: 27%;
    z-index: 4;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(2),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(2) {
    width: 70vw;
    height: 40vw;
    left: -75%;
    top: 40%;
    z-index: 1;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(3),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(3) {
    width: 50vw;
    height: 50vw;
    top: -50%;
    left: 60%;
    z-index: 1;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(4),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(4) {
    width: 50vw;
    height: 60vw;
    left: -50%;
    top: -80%;
    z-index: 3;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(5),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(5) {
    width: 40vw;
    height: 35vw;
    top: 15%;
    left: -90%;
    z-index: 2;
  }
  .section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__front__iamge__container .trigger__image__item:nth-child(6),
.section__interactive_ingredients.section__interactive_ingredients__carte_blanche .section__trigger .trigger__back__iamge__container .trigger__image__item:nth-child(6) {
    width: 85vw;
    height: 80vw;
    top: 60%;
    left: 55%;
    z-index: 4;
  }
  .section__interactive_ingredients .section__title {
    height: 100vh;
  }
  .section__interactive_ingredients .section__title.active {
    height: 40vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section__interactive_ingredients .section__title.active .section__title__inner {
    margin-top: 100px;
  }
  .section__interactive_ingredients .section__title .section__title__inner {
    margin-top: 0;
    max-width: 300px;
  }
  .section__interactive_ingredients .section__title .section__title__inner h2 {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .section__interactive_ingredients .section__title .section__title__inner p {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    line-height: 17px;
    font-size: 12px;
  }
  .section__interactive_ingredients .section__info .section__info__item {
    margin-top: 0%;
  }
  .section__interactive_ingredients .section__info .section__info__item .section__info__item__inner {
    max-width: 300px;
  }
  .section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__header h3.extra-large {
    font-size: 19px;
  }
  .section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__description {
    margin-top: 13rem;
    max-width: 280px;
  }
  .section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__description p {
    font-size: 12px;
    line-height: 17px;
  }
  .section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__description b,
.section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__description strong {
    font-size: 13px;
  }
  .section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__feature {
    max-width: 200px;
    margin-top: 1.6rem;
  }
  .section__interactive_ingredients .section__info .section__info__item .section__info__item__inner .section__info__item__feature h3 br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section__interactive_ingredients {
    min-height: var(--mobile--section-mid-height);
    max-height: calc(100vh - var(--header-h) * 1);
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
    -webkit-mask-image: url(/asset/svg/experience/experience-mask-mobile.svg);
            mask-image: url(/asset/svg/experience/experience-mask-mobile.svg);
  }
}
.page-single-product .main {
  background-color: #f6f6f6;
  margin-top: 0;
}
.page-single-product .main .main__section {
  padding-top: var(--header-h);
}
.page-single-product .main .section {
  width: 50%;
  min-height: 50vw;
}
.page-single-product .main .section img {
  max-width: 100%;
  display: block;
}
.page-single-product .main .section__product_photo,
.page-single-product .main .section__product_gif,
.page-single-product .main .section__charity--single-product {
  min-height: inherit;
}
.page-single-product .main .section__product_feature_card {
  min-height: 42vw;
}
.page-single-product .main .section__product_feature {
  min-height: 42vw;
}
.page-single-product footer {
  position: relative;
  z-index: 90;
}

@media screen and (max-width: 768px) {
  .page-single-product .main .main__section {
    position: relative;
    z-index: 1;
  }
  .page-single-product .main .section {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .page-single-product .main .section {
    min-height: 145vw;
  }
  .page-single-product .main .section__product_gif,
.page-single-product .main .section__charity {
    min-height: inherit;
  }
}
.page-product-dawn-earth .main__section .section {
  background-color: #eee;
}
.page-product-dawn-earth .main__section .section__product_description {
  background-color: #6d7f43;
  color: #000;
}
.page-product-dawn-earth .main__section .section__product_feature_card {
  background-color: #000;
}

.page-product-carte-blanche .main__section .section {
  background-color: #f0f1f2;
}
.page-product-carte-blanche .main__section .section__product_description {
  background-color: #f0f1f2;
  color: #000;
}
.page-product-carte-blanche .main__section .section__product_feature_card {
  background-color: #9a9a99;
}

.page-product-everjet .main__section .section {
  background-color: #eee;
}
.page-product-everjet .main__section .section__product_description {
  background-color: #000;
  color: #fff;
}
.page-product-everjet .main__section .section__product_feature_card {
  background-color: #000;
}

.page-product-mini-fragance .main__section .section__product_main_shot,
.page-product-travelling-fragance .main__section .section__product_main_shot {
  min-height: inherit;
}

.section__product_main_shot img {
  width: 100%;
}

.section__product_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__product_description .section__inner {
  padding: 1rem;
}
.section__product_description .section__inner h2 {
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 3rem;
}
.section__product_description .section__inner p {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
}

@media screen and (max-width: 576px) {
  .section__product_description .section__inner h2 {
    margin-bottom: 2rem;
    font-size: 21px;
  }
  .section__product_description .section__inner p {
    font-size: 12px;
  }
}
.section__product_feature_card {
  position: relative;
}
.section__product_feature_card .section__inner .section__body {
  z-index: 2;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__product_feature_card .section__inner .section__body--white {
  color: #fff;
}
.section__product_feature_card .section__inner .section__body h3,
.section__product_feature_card .section__inner .section__body h4 {
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
}
.section__product_feature_card .section__inner img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.section__product_feature .section__inner {
  position: relative;
}
.section__product_feature .section__inner .section__body {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__product_feature .section__inner .section__body.section__body--white {
  color: #fff;
}
.section__product_feature .section__inner .section__body h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.25rem;
  line-height: 24px;
}
.section__product_feature .section__inner .section__body p {
  margin-top: 0;
  font-size: 12px;
  line-height: 18px;
}
.section__product_feature .section__inner .section__body p b,
.section__product_feature .section__inner .section__body p strong {
  font-size: 10px;
  font-weight: 500;
}
.section__product_feature .section__inner .section__body img {
  width: 40px;
  margin-bottom: -1rem;
}

@media screen and (max-width: 576px) {
  .section__product_feature .section__inner .section__body h2 {
    font-size: 16px;
  }
  .section__product_feature .section__inner .section__body p {
    font-size: 10px;
    line-height: 16px;
  }
  .section__product_feature .section__inner .section__body p b,
.section__product_feature .section__inner .section__body p strong {
    font-size: 9px;
  }
  .section__product_feature .section__inner .section__body img {
    width: 30px;
  }
}
.page-product-travelling-fragance .section__product_feature .section__inner .section__body img {
  width: 110px;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 576px) {
  .page-product-travelling-fragance .section__product_feature .section__inner .section__body img {
    width: 100px;
  }
}
.section__charity--single-product .section__inner .section__cover {
  margin-top: calc(var(--title-padding-y) * 1.5);
}
.section__charity--single-product .section__inner .section__explore__item .explore__item {
  min-height: 50vw;
}

@media screen and (max-width: 992px) {
  .section__charity--single-product .section__inner .section__explore__item .explore__item {
    min-height: 72.5vw;
  }
}
@media screen and (max-width: 768px) {
  .section__charity--single-product .section__inner .section__explore__item .explore__item {
    min-height: 100vw;
  }
}
@media screen and (max-width: 576px) {
  .section__charity--single-product .section__inner .section__cover {
    margin-top: 0;
  }
  .section__charity--single-product .section__inner .section__cover .section__title {
    margin-top: 100px;
  }
  .section__charity--single-product .section__inner .section__cover .section__title h2 {
    margin-top: 0;
  }
  .section__charity--single-product .section__inner .section__explore__item .explore__item {
    min-height: var(--mobile--section-mid-height);
  }
  .section__charity--single-product .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body {
    margin-top: 34%;
  }
}
@media screen and (max-width: 380px) {
  .section__charity--single-product .section__inner .section__explore__item .explore__item .explore__item__inner .explore__item__body {
    margin-top: 30%;
  }
}
.section__product_video .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section__product_video .section__inner .section__body {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
}
.section__product_video .section__inner .section__body .section__body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.section__product_video .section__inner .section__body .section__body__inner .section__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__product_video .section__inner .section__body .section__body__inner .section__product img {
  width: 200px;
  height: auto;
}
.section__product_video .section__inner .video__container {
  height: 50vw;
  width: 50vw;
  overflow: hidden;
  z-index: 1;
}
.section__product_video .section__inner .video__container #mood_video_desktop,
.section__product_video .section__inner .video__container #mood_video_mobile {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__product_video .section__inner .video__container #mood_video_desktop {
  display: block;
}
.section__product_video .section__inner .video__container #mood_video_mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .section__product_video .section__inner .section__body .section__body__inner .section__product img {
    width: 110px;
  }
  .section__product_video .section__inner .video__container {
    height: 100vw;
    width: 100vw;
  }
  .section__product_video .section__inner .video__container #mood_video_desktop {
    display: none;
  }
  .section__product_video .section__inner .video__container #mood_video_mobile {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .section__product_video .section__inner .video__container {
    height: 145vw;
    width: 100vw;
  }
  .section__product_video .section__inner .video__container #mood_video_desktop {
    display: none;
  }
  .section__product_video .section__inner .video__container #mood_video_mobile {
    display: block;
  }
}
.section__product_photo_1 .section__inner {
  position: relative;
}
.section__product_photo_1 .section__inner h2 {
  position: absolute;
  z-index: 2;
  inset: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -8rem;
}

.aside {
  position: absolute;
  width: 50vw;
  height: 100vh;
  right: 0;
  top: 0;
}
.aside .product__action_panel_wrapper {
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin-left: 3rem;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.aside .product__action_panel_wrapper .product__action_panel {
  margin-top: var(--header-h);
  width: 100%;
  display: block;
  padding: 2rem;
}
.aside .product__action_panel_wrapper .product__action_panel h1 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 0;
}
.aside .product__action_panel_wrapper .product__action_panel h3 {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.aside .product__action_panel_wrapper .product__action_panel h4 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
}
.aside .product__action_panel_wrapper .product__action_panel h5 {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0px;
}
.aside .product__action_panel_wrapper .product__action_panel .product__info {
  position: relative;
}
.aside .product__action_panel_wrapper .product__action_panel .product__info h4,
.aside .product__action_panel_wrapper .product__action_panel .product__info h5 {
  margin-top: 0.5rem;
  font-size: 14px;
  line-height: 18px;
}
.aside .product__action_panel_wrapper .product__action_panel .product__info .icon_best_seller {
  position: absolute;
  right: 0;
  top: -3px;
}
.aside .product__action_panel_wrapper .product__action_panel .product__info .icon_best_seller img {
  width: 36px;
  height: auto;
}
.aside .product__action_panel_wrapper .product__action_panel .product__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aside .product__action_panel_wrapper .product__action_panel .product__action .button {
  border-left-width: 0;
}
.aside .product__action_panel_wrapper .product__action_panel .product__action .button span {
  color: #000;
  padding: 0;
  font-size: 10px;
  line-height: 30px;
}
.aside .product__action_panel_wrapper .product__action_panel .product__action .button:hover span {
  color: #fff;
}
.aside .product__action_panel_wrapper .product__action_panel .product__action .qty_controller {
  width: 50%;
}
.aside .product__action_panel_wrapper .product__action_panel .product__action button {
  width: 50%;
  padding: 0;
}
.aside .product__action_panel_wrapper .product__action_panel .product__price {
  margin-top: 2.5rem;
  margin-bottom: 11px;
}
.aside .product__action_panel_wrapper .product__action_panel .product__price h3,
.aside .product__action_panel_wrapper .product__action_panel .product__price h4,
.aside .product__action_panel_wrapper .product__action_panel .product__price h5 {
  margin: 0;
}

@media screen and (max-width: 1240px) {
  .aside .product__action_panel_wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .aside {
    position: relative;
    width: 100vw;
    height: auto;
    z-index: 3;
    overflow: hidden;
    top: inherit;
  }
  .aside.aside--fixed {
    position: fixed;
    bottom: -140px;
  }
  .aside .product__action_panel_wrapper {
    display: block;
    background-color: #fff;
    margin: 0;
    width: 100vw;
    max-width: 100vw;
    height: inherit;
  }
  .aside .product__action_panel_wrapper .product__action_panel {
    position: relative;
    margin-top: 0;
    padding: 1rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .aside .product__action_panel_wrapper .product__action_panel h1 {
    margin-top: 0;
    font-size: 16px;
  }
  .aside .product__action_panel_wrapper .product__action_panel h4 {
    font-size: 11.5px;
    letter-spacing: 0.5px;
  }
  .aside .product__action_panel_wrapper .product__action_panel h5 {
    font-size: 10.5px;
    letter-spacing: 0.5px;
  }
  .aside .product__action_panel_wrapper .product__action_panel .product__info h4 {
    margin-top: 0.25rem;
    line-height: 15px;
  }
  .aside .product__action_panel_wrapper .product__action_panel .product__info .icon_best_seller {
    top: 1.5rem;
    right: -3px;
  }
  .aside .product__action_panel_wrapper .product__action_panel .product__info .icon_best_seller img {
    width: 30px;
  }
  .aside .product__action_panel_wrapper .product__action_panel .product__price {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 1.1rem;
    margin-right: 1.5rem;
  }
  .aside .product__action_panel_wrapper .product__action_panel .product__price h3,
.aside .product__action_panel_wrapper .product__action_panel .product__price h4,
.aside .product__action_panel_wrapper .product__action_panel .product__price h5 {
    letter-spacing: 1px;
  }
  .aside .product__action_panel_wrapper .product__action_panel .product__action .qty_controller {
    width: 100%;
  }
  .aside .product__action_panel_wrapper .product__action_panel .product__action .button {
    margin-top: 0.5rem;
    width: 100%;
    height: 30px;
    border-left-width: 1px;
  }
}
@media screen and (max-width: 576px) {
  .aside .product__action_panel_wrapper .product__action_panel h1.smaller {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .aside .product__action_panel_wrapper .product__action_panel h3.smaller {
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 768px) and (max-height: 720px) {
  .aside .product__action_panel_wrapper .product__action_panel .product__price {
    margin-top: 1.5rem;
  }
}
.product__accordion__expend_icon {
  width: 100%;
  height: 40px;
  display: block;
  background-image: url(/asset/svg/global/arrow-top-black.svg);
  background-size: 12px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  display: none;
}
.product__accordion__expend_icon[aria-expanded=true] {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

@media screen and (max-width: 768px) {
  .product__accordion__expend_icon {
    display: block;
  }
}
.qty_controller .qty_controller_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #000 1px solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 10px;
}
.qty_controller .qty_controller_wrapper .less,
.qty_controller .qty_controller_wrapper .more {
  width: 35px;
  height: 35px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.qty_controller .qty_controller_wrapper .input-text {
  width: calc(100% - 70px);
  border-width: 0;
  padding: 0;
  text-align: center;
}
.qty_controller .qty_controller_wrapper .input-text:focus {
  outline: 0;
}
.qty_controller .qty_controller_wrapper input::-webkit-outer-spin-button,
.qty_controller .qty_controller_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 576px) {
  .qty_controller .qty_controller_wrapper {
    min-height: 30px;
  }
  .qty_controller .qty_controller_wrapper .less,
.qty_controller .qty_controller_wrapper .more {
    width: 30px;
    height: 30px;
  }
  .qty_controller .qty_controller_wrapper .input-text {
    width: calc(100% - 60px);
  }
}
.product__accordion {
  width: 100%;
  margin-top: 2.5rem;
}
.product__accordion .product__accordion__inner .accordion .accordion___item {
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 0rem;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__icon:after {
  width: 0;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true].accordion__item__hide_open .accordion__item__header {
  opacity: 0;
  z-index: 2;
  position: relative;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true].accordion__item__hide_open .accordion__options {
  margin-top: -1.5rem;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options {
  display: block;
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options a {
  text-decoration: underline;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options h4 {
  margin: 0;
  margin-bottom: 0.5rem;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options h5 {
  margin: 0;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options h5:first-child {
  margin-bottom: 0.75rem;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options ul {
  margin: 0;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options ul li {
  list-style: none;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0;
  margin-bottom: 0.2rem;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options .accordion__option h5:first-child {
  margin-bottom: 5px;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options .accordion__option + .accordion__option {
  margin-top: 1rem;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options .product__feels_icon_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options .product__feels_icon_wrapper h5:first-child {
  width: 100%;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options .product__feels_icon_wrapper .product__feels_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options .product__feels_icon_wrapper .product__feels_icon .icon {
  width: 14px;
  height: 10px;
  background-image: url(asset/svg/global/swiper-pagination-dots-black.svg);
  background-position: center center;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-color: transparent;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options .product__feels_icon_wrapper .product__feels_icon .icon.icon__active {
  background-image: url(asset/svg/global/swiper-pagination-dots-black-solid.svg);
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options .product__feels_icon_wrapper h5 {
  margin-right: 0.5rem;
}
.product__accordion .product__accordion__inner .accordion .accordion___item[aria-expanded=true] .accordion__item__body .accordion__options .product__feels_icon_wrapper h4 {
  margin-right: 0.75rem;
  margin-bottom: 0;
}
.product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: calc(100% - 40px);
  text-transform: uppercase;
}
.product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__header p,
.product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__header h3,
.product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__header h4,
.product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__header h5 {
  font-weight: 500;
  letter-spacing: 1px;
}
.product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__icon {
  width: 40px;
  height: 45px;
  position: relative;
  cursor: pointer;
}
.product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__icon:after, .product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__icon:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 1px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}
.product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__body {
  width: 100%;
}
.product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__body .accordion__options {
  display: none;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .product__accordion {
    margin-top: 0rem;
    -webkit-transition: var(--trans-normal);
    -o-transition: var(--trans-normal);
    transition: var(--trans-normal);
  }
  .product__accordion .product__accordion__inner .accordion .accordion___item {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 0.9rem;
  }
}
@media screen and (min-width: 768px) and (max-height: 900px) {
  .product__accordion {
    margin-top: 2rem;
  }
  .product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__body {
    position: relative;
    overflow: hidden;
  }
  .product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__body::before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 70px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(rgba(246, 246, 246, 0)));
    background: -o-linear-gradient(bottom, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
    background: linear-gradient(0deg, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
  }
  .product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__body .accordion__options {
    max-height: 75px;
    overflow-y: scroll;
    margin-bottom: 0.75rem;
    position: relative;
  }
  .product__accordion .product__accordion__inner .accordion .accordion___item .accordion__item__body .accordion__options .accordion__option:last-child {
    padding-bottom: 2rem;
  }
}
.quiz__container {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.quiz__container .ball__wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.quiz__container .ball__wrapper .ball {
  width: 600px;
  height: 600px;
  border-radius: 100%;
  -webkit-animation: ballRotation 14s ease infinite;
          animation: ballRotation 14s ease infinite;
  -webkit-box-shadow: inset -40px -40px 100px #050403, inset 40px 40px 100px #9fa473, inset -40px 100px 100px #6a7548, inset 40px -100px 100px #313a14, inset -20px -100px 100px #9fa473, inset 0px 40px 100px #6a7548;
          box-shadow: inset -40px -40px 100px #050403, inset 40px 40px 100px #9fa473, inset -40px 100px 100px #6a7548, inset 40px -100px 100px #313a14, inset -20px -100px 100px #9fa473, inset 0px 40px 100px #6a7548;
}
.quiz__container .quiz__wrapper {
  position: relative;
  z-index: 2;
}
.quiz__container .quiz__wrapper #quiz {
  -webkit-animation: blurryAnimation 22s ease infinite;
          animation: blurryAnimation 22s ease infinite;
}
.quiz__container .quiz__wrapper #quiz .quiz__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80vh;
  display: none;
}
.quiz__container .quiz__wrapper #quiz .quiz__page.quiz__page__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__title {
  margin-bottom: 4rem;
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__title.quiz__page__title--close {
  margin-bottom: 0;
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__control {
  max-width: var(--section--w-max);
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__control .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__control a.button.button--rect-border {
  margin: 1rem;
  width: calc(50% - 3rem);
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__control a.button.button--rect-border span {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__control a.button.button--rect-border-full {
  display: block;
  width: 100%;
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__control form {
  position: relative;
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__control form input {
  border: 0px solid #000;
  border-bottom: 1px solid #000;
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__control form button {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: none;
  background-image: url(/asset/svg/global/arrow-right-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__action {
  margin-top: 4rem;
}
.quiz__container .quiz__wrapper #quiz .quiz__page .quiz__page__action a.button {
  display: block;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.page-tnc .section {
  min-height: inherit;
}
.page-tnc .section:nth-child(2n) {
  background-color: #f0f0f0;
}

.section-terms-and-conditions {
  padding-top: calc(var(--title-padding-y) * 1.5);
  padding-bottom: calc(var(--title-padding-y) * 0.5);
}
.section-terms-and-conditions .section__inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section-terms-and-conditions .section__inner__wider {
  max-width: 1120px;
}
.section-terms-and-conditions .section__inner__wider p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section-terms-and-conditions a {
  text-decoration: underline;
}
.section-terms-and-conditions .section__inner .section__page_header {
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}
.section-terms-and-conditions .section__inner .section__page_header h1 {
  font-size: 16px;
  line-height: 1.2;
}
.section-terms-and-conditions .section__inner .section__page_body {
  padding-left: 2rem;
  padding-right: 2rem;
}
.section-terms-and-conditions .section__inner .section__page_body p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  margin-bottom: 1.5rem;
}
.section-terms-and-conditions .section__inner .section__page_body__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  margin: 3rem 0;
}
.section-terms-and-conditions .section__inner .section__page_body__2col .section__page_body__2col__left {
  width: 150px;
}
.section-terms-and-conditions .section__inner .section__page_body__2col .section__page_body__2col__right {
  width: calc(100% - 150px);
}

@media screen and (max-width: 768px) {
  .section-terms-and-conditions .section__inner p {
    text-align: center;
  }
  .section-terms-and-conditions .section__inner .section__page_body__2col .section__page_body__2col__left {
    width: 100%;
    text-align: center;
  }
  .section-terms-and-conditions .section__inner .section__page_body__2col .section__page_body__2col__right {
    width: 100%;
    text-align: center;
  }
}
.tnc__accordion {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.tnc__accordion .tnc__accordion__inner .accordion .accordion__item {
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 0rem;
  text-align: left;
}
.tnc__accordion .tnc__accordion__inner .accordion .accordion__item[aria-expanded=true] .accordion__item__icon:after {
  width: 0;
}
.tnc__accordion .tnc__accordion__inner .accordion .accordion__item[aria-expanded=true] .accordion__item__body {
  display: block;
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
}
.tnc__accordion .tnc__accordion__inner .accordion .accordion__item .accordion__item__header {
  width: calc(100% - 50px);
  text-transform: uppercase;
  cursor: pointer;
}
.tnc__accordion .tnc__accordion__inner .accordion .accordion__item .accordion__item__header h3 {
  font-weight: 500;
}
.tnc__accordion .tnc__accordion__inner .accordion .accordion__item .accordion__item__icon {
  width: 50px;
  height: 50px;
  position: relative;
}
.tnc__accordion .tnc__accordion__inner .accordion .accordion__item .accordion__item__icon:after, .tnc__accordion .tnc__accordion__inner .accordion .accordion__item .accordion__item__icon:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}
.tnc__accordion .tnc__accordion__inner .accordion .accordion__item .accordion__item__icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tnc__accordion .tnc__accordion__inner .accordion .accordion__item .accordion__item__body {
  width: 100%;
  display: none;
}

.stockist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.stockist .stockist__item {
  width: 25%;
  margin: 0 0 1rem 0;
}
.stockist .stockist__item h3 {
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .stockist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stockist .stockist__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .stockist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stockist .stockist__item {
    width: 50%;
  }
}
.from__container {
  font-size: 12px;
  text-align: left;
  margin-bottom: 2rem;
}
.from__container .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.from__container input {
  width: calc(50% - 0.75rem);
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.5rem;
  font-size: 10px;
}
.from__container textarea {
  width: 100%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
}
.from__container .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.from__container button {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  cursor: pointer;
}
.from__container button:hover span {
  color: #fff;
}
.from__container button span {
  color: #000;
  font-size: 10px;
  padding: 0.5rem 1rem;
  min-width: 200px;
}

@media screen and (max-width: 576px) {
  .from__container input {
    width: 100%;
  }
}
footer {
  background-color: #000;
  color: #fff;
}
footer .footer__inner {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__inner .footer__credit {
  width: 50%;
}
footer .footer__inner .footer__credit h2 {
  margin-top: 0;
  margin-bottom: 0.3rem;
  font-size: 17px;
}
footer .footer__inner .footer__credit p {
  margin-top: 0;
  opacity: 0.5;
  font-size: 12px;
}
footer .footer__inner .footer__newsletter {
  width: 50%;
  max-width: 800px;
}
footer .footer__inner .footer__newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}
footer .footer__inner .footer__newsletter input {
  width: 70%;
  color: #fff;
  letter-spacing: 0.5px;
  border-radius: 0;
}
footer .footer__inner .footer__newsletter input::-webkit-input-placeholder {
  color: #777;
}
footer .footer__inner .footer__newsletter input::-moz-placeholder {
  color: #777;
}
footer .footer__inner .footer__newsletter input:-ms-input-placeholder {
  color: #777;
}
footer .footer__inner .footer__newsletter input::-ms-input-placeholder {
  color: #777;
}
footer .footer__inner .footer__newsletter input::placeholder {
  color: #777;
}
footer .footer__inner .footer__newsletter button {
  width: 30%;
  min-width: 120px;
  margin-left: -1px;
  letter-spacing: 0.5px;
}
footer .footer__inner .footer__newsletter .newsletter__control h5 {
  margin-top: 0.5rem;
  opacity: 0.8;
}
footer .footer__inner .footer__links {
  width: 100%;
  margin-top: 3rem;
}
footer .footer__inner .footer__links ul.links {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__inner .footer__links ul.links li.link__item {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
footer .footer__inner .footer__links ul.links li.link__item a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .footer__inner .footer__credit {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  footer .footer__inner .footer__credit p {
    display: none;
  }
  footer .footer__inner .footer__newsletter {
    width: 100%;
    text-align: center;
  }
  footer .footer__inner .footer__newsletter .newsletter__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer__inner .footer__newsletter .newsletter__control form {
    font-size: 12px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0.5rem;
  }
  footer .footer__inner .footer__newsletter .newsletter__control h5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    font-size: 13px;
    line-height: 17px;
  }
  footer .footer__inner .footer__links {
    display: none;
  }
}
.footer__accordion {
  display: none;
  width: 100%;
  margin-top: 2.5rem;
  margin-left: -2rem;
  margin-right: -2rem;
  width: calc(100% + 4rem);
}
.footer__accordion .footer__accordion__inner .accordion .accordion__item {
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 1rem;
}
.footer__accordion .footer__accordion__inner .accordion .accordion__item[aria-expanded=true] .accordion__item__icon:after {
  width: 0;
}
.footer__accordion .footer__accordion__inner .accordion .accordion__item[aria-expanded=true] .accordion__item__body .accordion__options {
  display: block;
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
}
.footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__header {
  width: calc(100% - 50px);
  text-transform: uppercase;
}
.footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__icon {
  width: 50px;
  height: 50px;
  position: relative;
}
.footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__icon:after, .footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__icon:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}
.footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__body {
  width: 100%;
}
.footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__body .accordion__options {
  display: none;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .footer__accordion {
    display: block;
  }
  .footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__icon {
    height: 40px;
  }
  .footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__header h5 {
    margin: 0.75rem 0;
    font-size: 11px;
  }
  .footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__body .accordion__options .accordion__option {
    font-size: 11px;
  }
  .footer__accordion .footer__accordion__inner .accordion .accordion__item .accordion__item__body .accordion__options .accordion__option h5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.footer__credit__mobile {
  margin-bottom: 0;
  margin-top: 0;
  opacity: 0.5;
  text-align: right;
  width: 100%;
}
.footer__credit__mobile p {
  font-size: 10px;
}

@media screen and (max-width: 576px) {
  .footer__credit__mobile {
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 0.5rem;
  }
}
@-webkit-keyframes ballRotation {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.05);
            transform: rotate(180deg) scale(1.05);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes ballRotation {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.05);
            transform: rotate(180deg) scale(1.05);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes blurryAnimation {
  0% {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  50% {
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  100% {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}
@keyframes blurryAnimation {
  0% {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  50% {
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  100% {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}/*# sourceMappingURL=style.css.map */