@font-face {
  font-display: swap;
  font-family: HelveticaNeueRegular;
  src: url(./fonts/Helvetica.woff2) format("woff2");
}

.SF {
  --GRID-COL: calc(0.0833333333333333 * 100);
  --COL-01: 8.33%;
  --COL-02: 16.66%;
  --COL-03: 25%;
  --COL-04: 33.33%;
  --COL-05: 41.66%;
  --COL-06: 50%;
  --COL-07: 58.33%;
  --COL-08: 66.66%;
  --COL-09: 75%;
  --COL-10: 83.33%;
  --COL-11: 91.66%;
  --COL-12: 100%;
  --PLAY-FAIR-FONT: "PlayfairDisplay-Regular", arial, serif;
  --PLAY-FAIR-BOLD-FONT: "PlayfairDisplay-Bold", arial, sans-serif;
  --PLAY-FAIR-ITALIC-FONT: "PlayfairDisplay-Italic", arial, sans-serif;
  --HELVETICA-NEUE-LIGHT-FONT: "HelveticaNeueLTW05-45Light";
  --HELVETICA-NEUE-BOLD-FONT: "HelveticaNeueLTW05-75Bold";
  --HELVETICA-NEUE-REGULAR-FONT: "HelveticaNeueRegular";
  --PADDING-HORIZONTAL: calc(24.54545px - 4.54545vw);
  --GUTTER-HORIZONTAL: calc(4.54545vw - 9.54545px);
  font-family: var(--HELVETICA-NEUE-REGULAR-FONT);
  font-weight: 400;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

.SF[data-lang="greek"] {
  --PLAY-FAIR-FONT: inherit;
  --PLAY-FAIR-BOLD-FONT: inherit;
  --PLAY-FAIR-ITALIC-FONT: inherit;
  --HELVETICA-NEUE-LIGHT-FONT: inherit;
  --HELVETICA-NEUE-BOLD-FONT: inherit;
  --HELVETICA-NEUE-REGULAR-FONT: inherit;
}

html[lang="ko"] .SF {
  --PLAY-FAIR-FONT: "Noto Sans KR", HelveticaNeueLTW05-45Light, arial,
    sans-serif;
  --PLAY-FAIR-BOLD-FONT: "Noto Sans KR", HelveticaNeueLTW05-45Light, arial,
    sans-serif;
  --PLAY-FAIR-ITALIC-FONT: "Noto Sans KR", HelveticaNeueLTW05-45Light, arial,
    sans-serif;
  --HELVETICA-NEUE-LIGHT-FONT: "Noto Sans KR", HelveticaNeueLTW05-45Light, arial,
    sans-serif;
  --HELVETICA-NEUE-BOLD-FONT: "Noto Sans KR", HelveticaNeueLTW05-45Light, arial,
    sans-serif;
  --HELVETICA-NEUE-REGULAR-FONT: "Noto Sans KR", HelveticaNeueLTW05-45Light,
    arial, sans-serif;
}

.SF i {
  font-style: normal;
  font-weight: normal;
  font-family: var(--PLAY-FAIR-ITALIC-FONT);
}

.SF strong {
  font-style: normal;
  font-weight: normal;
  font-family: var(--PLAY-FAIR-BOLD-FONT);
}

.SF[data-lang="greek"] strong {
  font-weight: bold;
}

@media screen and (min-width: 48em) {
  .SF {
    --PADDING-HORIZONTAL: calc(44.18182px - 4.54545vw);
    --GUTTER-HORIZONTAL: calc(4.54545vw - 17.18182px);
  }
}

@media screen and (min-width: 80em) {
  .SF {
    --PADDING-HORIZONTAL: calc(108px - 4.54545vw);
    --GUTTER-HORIZONTAL: calc(4.54545vw - 42px);
  }
}

.overlay {
  padding: 0 var(--PADDING-HORIZONTAL);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 1;
  pointer-events: none;
}

.SF * {
  box-sizing: border-box;
}

.SF-italic {
  font-style: italic;
}

.SF-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 175px;
  height: 57px;
  padding: 20px;
  border-radius: 100px;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: fit-content;
  font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
  overflow: hidden;
}

.SF-button-wrapper {
  padding: 0 var(--GUTTER-HORIZONTAL);
  width: var(--COL-02);
}

.SF-title,
h2.SF-title {
  font-family: var(--PLAY-FAIR-BOLD-FONT);
  font-size: 64px;
  line-height: normal;
  color: #fff;
}

.SF-paragraph {
  color: #fff;
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 26px;
  font-style: normal;
  line-height: 56px;
}

.SF-color {
  color: #f7e336;
}

@media (max-width: 760px) {
  .SF-title,
  h2.SF-title {
    font-size: 30px;
    line-height: normal;
  }

  .SF-paragraph {
    font-size: 18px;
    line-height: 31px;
  }
}

/************/
/** HEADER **/
/************/

.SF-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vw / (16 / 9));
}

.SF-header::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 80%, #000);
  position: absolute;
}

.SF-header__visual,
.SF-header__visual img {
  width: 100%;
  display: block;
}

.SF-header__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0 var(--PADDING-HORIZONTAL);
  padding-top: calc(232 / 1440 * 100vw);
}

.SF-header__title {
  margin: 0;
  font-size: 110px;
  line-height: 118px;
  font-weight: 400;
  font-family: var(--PLAY-FAIR-FONT);
  color: #fff;
}

.SF[data-lang="greek"] .SF-header__title {
  font-family: "PlayfairDisplay-Regular", arial, serif;
}

.SF-header__title > span {
  color: #f7e336;
}

.SF-header__description {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.SF-header__link {
  margin: 0 auto;
  width: 100%;
}

.SF-header__link-wrapper {
  padding: 0 var(--GUTTER-HORIZONTAL);
  min-width: var(--COL-02);
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) and (min-width: 761px) {
  .SF-header__content {
    padding-top: calc(150 / 820 * 100vw);
  }
}

@media screen and (max-width: 820px) and (min-width: 761px) {
  .SF-header__title {
    font-size: 80px;
    line-height: 120%;
  }
}

@media (max-width: 760px) {
  .SF-header {
    padding-bottom: 48px;
  }

  .SF-header__title {
    font-size: 40px;
    line-height: 50px;
  }

  .SF-header__description {
    font-size: 18px;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .SF-header__content {
    padding-top: calc(308 / 375 * 100vw);
  }

  .SF-header__link {
    max-width: 175px;
  }
}

/*************/
/** BALANCE **/
/*************/

.SF-balance__title {
  margin: 0;
}

h2.SF-balance__title i {
  font-family: var(--PLAY-FAIR-BOLD-FONT);
  font-style: italic;
}

.SF-balance__container {
  margin-left: var(--COL-05);
  width: var(--COL-05);
  padding: 0 var(--GUTTER-HORIZONTAL);
  position: relative;
  margin-right: auto;
}

.SF-balance__wrapper {
  padding: 0 var(--PADDING-HORIZONTAL);
}

.SF-balance__visual {
  max-width: 134px;
  position: absolute;
  left: calc(var(--COL-02) * -1);
  padding-left: calc(var(--GUTTER-HORIZONTAL));
  box-sizing: content-box;
  bottom: 0;
  transform: translateX(-50%);
  backface-visibility: hidden;
  will-change: transform;
}

.SF-balance__visual,
.SF-balance__visual img {
  width: 100%;
  display: block;
}

.SF-balance__description {
  margin: 0;
  margin-top: 70px;
}

.SF-balance__assets {
  display: flex;
  justify-content: center;
  gap: calc(
    var(--COL-01) - var(--GUTTER-HORIZONTAL) - var(--GUTTER-HORIZONTAL)
  );
  padding: 0 var(--PADDING-HORIZONTAL);
  position: relative;
  left: -4%;
}

.SF-balance__asset-container {
  flex-shrink: 0;
  max-width: var(--COL-05);
  padding: 0 var(--GUTTER-HORIZONTAL);
  width: 100%;
}

.SF-balance__asset-visual {
  width: 100%;
}

.SF-balance__assets-wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

.SF-balance__content-2 {
  margin-top: 66px;
  margin: 0 auto;
  margin-top: 66px;
  width: fit-content;
  padding: 0 var(--PADDING-HORIZONTAL);
}

.SF-balance__description-2 {
  max-width: var(--COL-05);
  padding: 0 var(--GUTTER-HORIZONTAL);
  width: 100%;
  margin-left: var(--COL-03);
  margin-right: auto;
}

.SF-balance__link {
  width: 100%;
}

.SF-balance__link-wrapper {
  margin-top: 50px;
  max-width: var(--COL-02);
  padding: 0 var(--GUTTER-HORIZONTAL);
  width: 100%;
  margin-left: var(--COL-03);
}

.SF[data-lang="arabic"] .SF-balance__link-wrapper {
  margin-left: var(--COL-06);
  margin-right: auto;
}

@media (max-width: 1023px) {
  .SF-balance {
    padding-top: 50px;
  }

  .SF-balance__visual {
    padding-left: 0;
    left: calc(var(--COL-04) * -1);
    max-width: 70px;
  }

  .SF-balance__asset-container {
    max-width: var(--COL-08);
  }

  .SF-balance__assets--ready .SF-balance__asset-container {
    scroll-snap-align: center;
  }

  .SF-balance__assets {
    left: 0;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: var(--COL-01);
  }

  .SF-balance__assets--ready {
    overflow-x: scroll;
    scroll-snap-type: x;
    overflow-y: hidden;
  }

  .SF-balance__content-2 {
    line-height: 38px;
    margin-top: 47px;
  }

  .SF-balance__assets::-webkit-scrollbar {
    display: none;
  }

  .SF-balance__container {
    width: var(--COL-07);
  }

  .SF-balance__description-2 {
    max-width: var(--COL-12);
    margin-left: 0;
  }

  .SF-balance__link-wrapper {
    max-width: 175px;
    margin-left: 0;
  }

  .SF[data-lang="arabic"] .SF-balance__link-wrapper {
    margin-left: auto;
    margin-right: 0;
  }

  .SF-balance__description {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 761px) {
  .SF-balance__container {
    padding-top: calc(100 / 820 * 100vw);
  }

  .SF-balance__visual {
    max-width: 134px;
    left: calc(var(--COL-04) * -1);
  }
}

/*************/
/** FORMULA **/
/*************/

.SF-formula {
  margin-top: 185px;
  padding: 0 var(--PADDING-HORIZONTAL);
  padding-bottom: 205px;
  display: flex;
  justify-content: flex-start;
}

.SF-formula__title {
  margin: 0;
  margin-top: 98px;
  position: relative;
  margin-left: calc(var(--COL-05) * -1);
  padding: 0 var(--GUTTER-HORIZONTAL);
}

.SF[data-lang="arabic"] .SF-formula__title {
  margin-right: calc(var(--COL-05) * -1);
  margin-left: auto;
}

.SF-formula__visual-container {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  margin-left: calc(var(--PADDING-HORIZONTAL) * -1);
  max-width: calc(var(--COL-06) + var(--PADDING-HORIZONTAL));
}

.SF[data-lang="arabic"] .SF-formula__visual-container {
  margin-right: calc(var(--PADDING-HORIZONTAL) * -1);
  margin-left: auto;
}

.SF-formula__visual {
  padding-right: calc(var(--GUTTER-HORIZONTAL));
  position: relative;
}

.SF[data-lang="arabic"] .SF-formula__visual {
  padding-left: calc(var(--GUTTER-HORIZONTAL));
  padding-right: 0;
}

.SF-formula__visual,
.SF-formula__visual img {
  width: 100%;
  display: block;
}

.SF-formula__content {
  max-width: var(--COL-06);
  width: 100%;
  padding-right: var(--GUTTER-HORIZONTAL);
  margin-left: var(--COL-01);
}

.SF[data-lang="arabic"] .SF-formula__content {
  padding-left: var(--GUTTER-HORIZONTAL);
  margin-right: var(--COL-01);
  padding-right: 0;
  margin-left: auto;
}

.SF-formula__description {
  margin: 0;
  padding: 0 var(--GUTTER-HORIZONTAL);
  margin-top: 92px;
}

.SF-formula__link {
  width: 100%;
}

.SF-formula__link-wrapper {
  margin-top: 50px;
  max-width: 42%;
  padding: 0 var(--GUTTER-HORIZONTAL);
  width: 100%;
}

.SF-formula__visual-description {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
  width: 100%;
  margin: 0;
  margin-top: 43px;
  margin-left: auto;
  font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
  padding: 0 calc(var(--GUTTER-HORIZONTAL));
  padding-left: calc(var(--GUTTER-HORIZONTAL) + var(--PADDING-HORIZONTAL));
}

.SF-formula__visual-description strong {
  font-family: var(--HELVETICA-NEUE-BOLD-FONT);
}

h2.SF-formula__title i {
  font-family: var(--PLAY-FAIR-BOLD-FONT);
  font-style: italic;
}

@media (max-width: 1023px) {
  .SF-formula {
    margin-top: 0;
    padding: 0;
    padding-top: 100px;
    padding-bottom: 90px;
    flex-direction: column;
  }

  .SF-formula__link-wrapper {
    max-width: 175px;
  }

  .SF-formula__visual-description {
    display: none;
  }

  .SF-formula__description {
    line-height: 38px;
    margin-top: 0;
  }

  .SF-formula__content {
    position: relative;
    padding: 0 var(--GUTTER-HORIZONTAL);
    max-width: var(--COL-12);
    margin-left: 0;
  }

  .SF[data-lang="arabic"] .SF-formula__content {
    margin-right: 0;
  }

  h2.SF-formula__title {
    font-size: 38px;
    line-height: normal;
    margin-left: var(--COL-02);
    margin-top: -61px;
    transform: translateY(-50%);
  }

  .SF[data-lang="arabic"] h2.SF-formula__title {
    margin-right: var(--COL-02);
  }

  .SF-formula__visual-container {
    max-width: var(--COL-10);
  }

  .SF-formula__title br {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 761px) {
  .SF-formula__visual-container {
    max-width: var(--COL-07);
    margin-left: 0;
  }

  .SF[data-lang="arabic"] .SF-formula__visual-container {
    margin-right: 0;
  }

  h2.SF-formula__title {
    margin-top: 0;
    position: absolute;
    margin-left: calc(var(--COL-05));
    padding-left: 0;
    top: -300px;
    font-size: 50px;
    line-height: 57.6px;
  }

  .SF[data-lang="arabic"] h2.SF-formula__title {
    margin-right: calc(var(--COL-05));
    padding-right: 0;
  }

  .SF-formula__title br {
    display: block;
  }

  .SF-formula__content {
    margin-top: 53px;
  }
}

/************/
/** TARGET **/
/************/

.SF-target {
  background-color: #616161;
  font-family: var(--PLAY-FAIR-FONT);
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  min-height: 810px;
}

.SF-target__text-question {
  color: #fff;
  font-size: 50px;
  font-family: var(--PLAY-FAIR-BOLD-FONT);
  line-height: 57.6px;
  margin: 15px 0;
}

.SF-target__text-answer {
  font-size: 22px;
  line-height: 44px;
  margin: 15px 0;
  margin-bottom: 40px;
}

.SF-target__text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 var(--PADDING-HORIZONTAL);
  min-width: 1440px;
}

.SF-target__text-container-inner {
  padding: 0 var(--GUTTER-HORIZONTAL);
  margin-left: var(--COL-01);
  max-width: var(--COL-04);
  width: 100%;
  margin-right: auto;
}

.SF-target__video {
  min-width: 1440px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  min-width: 1440px;
  right: 0;
  top: 0;
  width: 100%;
}

.SF-target__link {
  max-width: 43%;
  width: 100%;
}

@media (max-width: 1023px) and (min-width: 761px) {
  .SF-target__text-container-inner {
    margin-left: 0;
  }

  .SF-target__video {
    right: -14%;
  }
}

@media (max-width: 760px) {
  .SF-target__link {
    max-width: 175px;
  }

  .SF-target {
    min-width: auto;
    min-height: auto;
    padding: 0;
  }

  .SF-target__text-container {
    justify-content: flex-start;
    min-width: auto;
  }

  .SF-target__text-question {
    font-size: 30px;
    line-height: normal;
  }

  .SF-target__text-answer {
    font-size: 18px;
    line-height: 38px;
  }

  .SF-target__text-container-inner {
    margin-left: 0;
    max-width: var(--COL-12);
    padding-top: 25px;
  }

  .SF-target__video {
    min-width: auto;
    position: relative;
  }
}

/***************/
/** QUOTATION **/
/***************/

.SF-quotation {
  background-image: url(./images/quotation_background.jpg);
  background-image: -webkit-image-set(
    url(./images/quotation_background.jpg) 1x,
    url(./images/quotation_background@2x.jpg) 2x
  );
  background-image: image-set(
    url(./images/quotation_background.jpg) 1x,
    url(./images/quotation_background@2x.jpg) 2x
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 104px;
  padding: 77px var(--PADDING-HORIZONTAL);
  min-height: 100vh;
}

.SF-quotation__visual {
  max-width: calc(var(--COL-06) + 3%);
  margin-left: -3%;
}

.SF-quotation__visual,
.SF-quotation__visual img {
  display: block;
  width: 100%;
}

.SF-quotation__text {
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
  margin: 0;
}

.SF-quotation__text a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
}

.SF-quotation__text a:hover {
  text-decoration: none;
}

.SF-quotation__quote {
  max-width: 82px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}

.SF-quotation__author {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 53px;
  font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
}

.SF-quotation__author > span {
  font-weight: 500;
  font-family: var(--HELVETICA-NEUE-BOLD-FONT);
}

.SF-quotation__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  margin-top: 53px;
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.3s;
  font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
}

.SF-quotation__text-container {
  text-align: center;
  width: 100%;
  margin-left: var(--COL-01);
  max-width: var(--COL-05);
  padding: var(--GUTTER-HORIZONTAL);
  flex-shrink: 0;
}

.SF-quotation__link:hover {
  text-decoration: none;
  opacity: 1;
}

@media (max-width: 1023px) and (min-width: 761px) {
  .SF-quotation__visual {
    max-width: var(--COL-07);
    left: auto;
  }
}

@media (max-width: 1023px) {
  .SF-quotation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    padding-top: 54px;
    gap: 20px;
    background-image: url(./images/quotation_background.jpg);
    background-image: -webkit-image-set(
      url(./images/quotation_background.jpg) 1x,
      url(./images/quotation_background.jpg) 2x
    );
    background-image: image-set(
      url(./images/quotation_background.jpg) 1x,
      url(./images/quotation_background.jpg) 2x
    );
  }

  .SF-quotation__visual {
    width: 148%;
    position: relative;
    left: -8%;
  }

  .SF-quotation__text,
  .SF-quotation__text a {
    font-size: 20px;
    line-height: 38px;
  }

  .SF-quotation__text {
    padding: 0 20px;
  }

  .SF-quotation__author {
    margin-top: 32px;
    margin-bottom: 53px;
  }

  .SF-quotation__text-container {
    margin-left: 0;
    max-width: var(--COL-12);
  }
}

@media (max-width: 760px) {
  .SF-quotation {
    background-position: bottom left 36%;
    position: relative;
  }

  .SF-quotation::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.2), transparent);
  }

  .SF-quotation__visual {
    z-index: 1;
  }

  .SF-quotation__text-container {
    z-index: 1;
  }
}

/*********/
/** DUO **/
/*********/

.SF-duo {
  padding-top: 50px;
}

.SF-duo__wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.SF-duo__word-duo {
  color: #001135;
  text-align: center;
  font-size: 450px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--HELVETICA-NEUE-REGULAR-FONT);
}

.SF-duo__anim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.SF-duo__anim-container {
  max-width: 1440px;
  width: 100%;
}

.SF-duo__visual-spray {
  max-width: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top right;
  z-index: 1;
}

.SF-duo__visual-spray--volume {
  left: calc(50% - 226px);
  max-width: 92px;
  transform: translate(-50%, -50%) rotate(-10deg);
  top: calc(50% + 11px);
}

.SF-duo__visual-spray--fixant {
  left: calc(50% + 213px);
  top: calc(50% - 177px);
  max-width: 115px;
  transform: translate(-50%, -50%) rotate(10deg);
}

.SF-duo__visual-spray,
.SF-duo__visual-spray img {
  width: 100%;
  display: block;
}

.SF-duo__anim-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SF-duo__anim {
  position: relative;
  width: 100%;
  height: 100vh;
}

.SF-duo__spot {
  width: 0;
  height: 0;
  flex-shrink: 0;
  border-radius: 50%;
  position: absolute;
  top: 46%;
  left: 41%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.SF-duo__text-title {
  color: #f1dd2f;
  font-family: var(--PLAY-FAIR-ITALIC-FONT);
  font-size: 80px;
  font-weight: 400;
  line-height: 84.065px;
  margin: 0;
  /* white-space: nowrap; */
  width: 100%;
}

.SF-duo__text-title > span {
  display: block;
  font-style: normal;
  font-family: var(--PLAY-FAIR-FONT);
}

.SF-duo__text-description {
  margin: 0;
  font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
  max-width: 392px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  margin-top: 15px;
}

.SF-duo__text-description a {
  font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  text-decoration: underline;
}

.SF-duo__text-description a:hover {
  text-decoration: none;
}

.SF-duo__text-container {
  position: absolute;
  transform: translateY(-50%);
  left: 50%;
  top: 72.5%;
  width: fit-content;
}

.SF-duo__video-container {
  max-width: 1046px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1023px) and (min-width: 761px) {
  .SF-duo__word-duo {
    font-size: calc(350 / 820 * 100vw);
  }

  .SF-duo__text-title {
    font-size: 50px;
    line-height: 50px;
  }

  .SF-duo__text-description,
  .SF-duo__text-description a {
    font-size: 16px;
    line-height: 30px;
  }

  .SF-duo__text-container {
    max-width: 300px;
    width: 100%;
  }

  .SF-duo__spot {
    width: 770px;
    height: 770px;
  }

  .SF-duo__spot--1 {
    top: 63%;
    left: 22%;
  }

  .SF-duo__word-duo {
    opacity: 0.30000001192092896;
    color: #000;
  }

  .SF-duo__spot--2 {
    top: 62%;
    left: 73%;
  }

  .SF-duo {
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .SF-duo-video {
    min-height: 100vh;
  }

  .SF-duo__anim {
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }

  .SF-duo__anim-wrapper {
    flex-direction: column;
    top: -156px;
  }

  .SF-duo__text-container {
    position: relative;
  }

  .SF-duo__word-duo {
    color: #000;
    text-align: center;
    font-size: 170px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.30000001192092896;
    margin-bottom: 20px;
  }

  .SF-duo__spot {
    border-radius: 420.5px;
    width: 770px;
    height: 770px;
    transform: rotate(69.778deg);
    flex-shrink: 0;
  }

  .SF-duo__spot--1 {
    top: 20%;
    left: -90%;
  }

  .SF-duo__spot--2 {
    top: 20%;
    left: -10%;
  }

  .SF-duo__visual-spray--volume {
    max-width: 52px;
    transform: translate(-50%, -50%) rotate(34deg);
    top: calc(50% + -24px);
    left: calc(50% + 21px);
  }

  .SF-duo__visual-spray--fixant {
    transform: translate(-50%, -50%) rotate(27deg);
    max-width: 65px;
    top: calc(50% + 37px);
    left: calc(50% + 101px);
  }

  .SF-duo__text-container {
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    padding: 0 calc(var(--GUTTER-HORIZONTAL) + var(--PADDING-HORIZONTAL));
    transform: none;
  }

  .SF-duo__text-title {
    font-size: 50px;
    line-height: 50px;
    width: 100%;
  }

  .SF-duo__text-description,
  .SF-duo__text-description a {
    font-size: 16px;
    line-height: 30px;
  }

  .SF-duo-video {
    padding: 0 calc(var(--GUTTER-HORIZONTAL) + var(--PADDING-HORIZONTAL));
    min-height: auto;
  }

  .SF-duo__wrapper {
    padding-bottom: 40px;
    min-height: auto;
  }

  .SF-duo {
    padding-top: 200px;
  }
}

/**************/
/** DISCOVER **/
/**************/

.SF-discover {
  margin-top: 50px;
  padding: 0 var(--PADDING-HORIZONTAL);
  padding-bottom: 200px;
  color: #fff;
}

.SF-discover__title {
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  padding: 0 var(--GUTTER-HORIZONTAL);
  color: #fff;
}

.SF-discover-slider__container {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-top: 41px;
}

.SF-discover-slider__item {
  color: #fff;
  text-decoration: none;
  padding: 0 var(--GUTTER-HORIZONTAL);
  width: var(--COL-04);
  font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
}

.SF-discover-slider__item-title {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-family: var(--PLAY-FAIR-FONT);
  margin: 0;
  margin-top: 1.25rem;
  font-size: 1.6875rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-transform: none;
}

.SF-discover-slider__item-description {
  margin: 0;
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
}

.SF-discover-slider__item-visual {
  width: 100%;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.SF flowplayer-ui {
  display: none !important;
}

.SF-discover-slider__item:hover .SF-discover-slider__item-visual {
  transform: scale(1);
  transition: transform 2s, -webkit-transform 2s;
}

.SF-discover-slider__item-visual-container {
  overflow: hidden;
}

@media (max-width: 760px) {
  .SF-discover-slider__item {
    width: var(--COL-12);
  }

  .SF-discover-slider__container {
    gap: 2.5rem;
  }

  .SF-discover {
    margin-top: 70px;
    padding-bottom: 70px;
  }
}

.SF-duo-video-discover {
  min-height: 100vh;
}
