/*
 Theme Name:   MOB Theme Child
 Theme URI:    http://wordpress.org
 Description:  Ministry of Brands Theme
 Author:       Miyuru Bogoda
 Author URI:   http://saberion.com
 Template:     mob-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  mob-theme-child
*/
* {
  box-sizing: border-box; }

.fullwidth {
  width: 100%;
  float: left; }

.halfwidth {
  width: 100%;
  float: left; }

html {
  scroll-behavior: smooth; }

a {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    color: none; }

p {
  margin-bottom: 0px; }

li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0px; }

body {
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #fff; }
  body::-webkit-scrollbar {
    width: 4px; }
  body::-webkit-scrollbar-thumb {
    background-color: #db0000;
    border-radius: 2px; }
  body .container-mob {
    padding: 0px 15px; }
    @media (min-width: 580px) {
      body .container-mob {
        padding: 0vw 6.25vw; } }

.white {
  color: #fff !important; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }

.section-padding {
  padding-top: 100px; }
  @media (max-width: 768px) {
    .section-padding {
      padding-top: 80px; } }

.section-margin {
  margin-top: 100px; }
  @media (max-width: 768px) {
    .section-margin {
      margin-top: 80px; } }

.over-hero, .home-about, .realm, .gallery-section, .marquee-container, .beauty-purpose {
  position: relative;
  z-index: 2; }

@media (max-width: 992px) {
  .beauty-purpose-about-padding {
    padding: 24px !important; } }

.breadcumb {
  padding: 20px 0px; }
  .breadcumb ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px; }
    .breadcumb ul li, .breadcumb ul a {
      color: #060606;
      font-family: "Haas Grotesk Display Web";
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 12px;
      letter-spacing: -0.24px;
      text-transform: uppercase; }

.scroll-over {
  position: relative;
  z-index: 13;
  margin-top: 100vh;
  background: #fff !important; }

.scroll-over-inner {
  position: relative;
  z-index: 13;
  background: #fff !important; }

.red {
  color: #db0000 !important; }

.cta-discover {
  color: #060606;
  font-family: "Haas Grotesk Display Web";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  border-bottom: 2px solid #060606;
  transition: all 0.3s ease; }
  .cta-discover:hover {
    background-color: trabnsparent;
    color: #db0000;
    border-bottom: 2px solid #db0000; }

.cta-visit-red {
  color: #db0000 !important;
  border-bottom: 2px solid #db0000; }

.cta-visit {
  background-color: transparent;
  border-bottom: 2px solid #000;
  color: #000;
  width: fit-content;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  max-width: 70px;
  width: 100%;
  height: 100%;
  padding-bottom: 6px; }
  .cta-visit:hover {
    background-color: trabnsparent;
    color: #db0000;
    border-bottom: 2px solid #db0000; }

.cta-visit-white {
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
  background: transparent !important;
  max-width: 85px;
  cursor: pointer; }
  .cta-visit-white:hover {
    background-color: transparent;
    color: #db0000 !important;
    border-bottom: 2px solid #db0000 !important; }

.font-bd-90, .hero-title h2 {
  color: #fff;
  font-family: "Haas Grotesk Display Web";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -1.8px; }

.font-bd-80, .about-us-heading, .footer .newsletter h1, .realm .realm-wrapper .realm-top h1, .beauty-purpose .content .beauty-purpose-top h1, .connect-title .connect-header h1, .people-behind-style-header h2, .careers-future-section .careers-future-content .careers-future-title, .world-of-talent-section .world-of-talent-content .world-of-talent-header .world-of-talent-title, .get-connected-section .get-connected-form .form-header .form-title, .world-of-elegance-section .world-of-elegance-content .world-of-elegance-header .world-of-elegance-title {
  color: #060606;
  font-family: "Haas Grotesk Display Web";
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px;
  letter-spacing: -1.6px; }
  @media (max-width: 480px) {
    .font-bd-80, .about-us-heading, .footer .newsletter h1, .realm .realm-wrapper .realm-top h1, .beauty-purpose .content .beauty-purpose-top h1, .connect-title .connect-header h1, .people-behind-style-header h2, .careers-future-section .careers-future-content .careers-future-title, .world-of-talent-section .world-of-talent-content .world-of-talent-header .world-of-talent-title, .get-connected-section .get-connected-form .form-header .form-title, .world-of-elegance-section .world-of-elegance-content .world-of-elegance-header .world-of-elegance-title {
      font-size: 42px;
      font-style: normal;
      line-height: 42px;
      letter-spacing: -0.84px; } }

.font-md-32, .mobile-menu-overlay .mobile-menu-wrapper .mobile-nav .menu li a {
  font-family: "Haas Grotesk Display Web";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.64px; }

.font-reg-24, .hero-title .tagline {
  color: #fff;
  font-family: "Haas Grotesk Display Web";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.48px; }

.font-bd-20, .realm .realm-bottom .realm-single-link h2, .connect-contact-section .contact-single h6, .people-behind-style .peoples-grid .people-card .people-info h4, .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-header .accordion-button, .world-of-talent-section .world-of-talent-content .world-of-talent-locations .talent-location .talent-location-info h3, .get-connected-section .get-connected-info .get-connected-info-bottom .hq-title, .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single h6 {
  color: #db0000;
  font-family: "Haas Grotesk Display Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px; }

.font-reg-16, .footer .newsletter p, .footer .newsletter .signup-container .input-wrapper input, .home-about .container-sm .row .home-about-desc p, .realm .realm-wrapper .realm-top p, .realm .realm-bottom .realm-single-link .single-bottom p, .beauty-purpose .content .beauty-purpose-top p, .beauty-purpose .content .beauty-purpose-bottom p, .connect-title .connect-header p, .about-page-second-section .about-us-second-section-desc .about-us-second-section-inner .bottom-about p, .style-purpose .realm-wrapper .realm-top .real-m-subtitle, .style-purpose .realm-wrapper .realm-bottom p, .people-behind-style-header p, .people-behind-style .peoples-grid .people-card .people-info p, .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-body p, .careers-future-section .careers-future-content .careers-future-text p, .world-of-talent-section .world-of-talent-content .world-of-talent-header .world-of-talent-subtitle, .world-of-talent-section .world-of-talent-content .world-of-talent-locations .talent-location .talent-location-info p, .get-connected-section .get-connected-info .get-connected-info-top .brand-description, .get-connected-section .get-connected-info .get-connected-info-bottom .hq-address, .get-connected-section .get-connected-info .get-connected-info-bottom .hq-address p, .get-connected-section .get-connected-info .get-connected-info-bottom .hq-contact a, .get-connected-section .get-connected-form .form-header .form-subtitle, .get-connected-section .get-connected-form .contact-form .form-group input,
.get-connected-section .get-connected-form .contact-form .form-group select,
.get-connected-section .get-connected-form .contact-form .form-group textarea, .world-of-elegance-section .world-of-elegance-content .world-of-elegance-header .world-of-elegance-subtitle, .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single .contact-top a {
  color: #060606;
  font-family: "Haas Grotesk Display Web";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px; }

.font-semi-md-16, .footer .contact-footer-wrap p, .footer .contact-footer-wrap a, .footer .footer-links a, .beauty-purpose .content .beauty-purpose-bottom h6, .connect-contact-section .contact-single a {
  color: #060606;
  font-family: "Haas Grotesk Display Web";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.8px; }

.font-bd-16, .cta-visit, .get-connected-section .get-connected-form .contact-form .form-group label, .get-connected-section .get-connected-form .contact-form .submit-btn {
  color: #060606;
  font-family: "Haas Grotesk Display Web";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase; }

.font-reg-14, .footer .footer-bottom .privacy-policy a, .footer .footer-bottom .privacy-policy .copy-rights, .footer .footer-bottom .privacy-policy .privacy-policy-link a, .connect-footer .footer-bottom .privacy-policy a, .connect-footer .footer-bottom .privacy-policy .copy-rights, .connect-footer .footer-bottom .privacy-policy .privacy-policy-link a {
  color: #fff;
  font-family: "Haas Grotesk Display Web";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.75px; }

.brand-title {
  color: #db0000;
  font-family: "Haas Grotesk Display Web";
  font-size: 229.023px;
  font-style: normal;
  font-weight: 700;
  line-height: 229.023px;
  margin-bottom: -30px; }
  @media (max-width: 990px) {
    .brand-title {
      font-size: 100.023px;
      line-height: 100.023px; } }
  @media (max-width: 1500px) {
    .brand-title {
      font-size: 171.023px;
      line-height: 171.023px; } }

.font-vietnam-bd-14, .footer .footer-bottom .privacy-policy .copy-rights span, .connect-footer .footer-bottom .privacy-policy .copy-rights span {
  color: #fff;
  font-family: "Be Vietnam Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.75px;
  text-transform: uppercase; }

.w-600 {
  font-weight: 600 !important; }

.about-us-heading {
  color: #db0000;
  line-height: 1;
  margin-bottom: 0;
  max-width: 270px; }
  @media (max-width: 768px) {
    .about-us-heading {
      margin-bottom: 24px; } }

/* Fonts partial: defines the project's webfonts.
 	 These rules compile into the main stylesheet so SASS references
 	 to "Haas Grotesk Display Web" work as-is. Paths are relative to the
 	 theme root (assets/fonts/*.woff2). */
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-15XXThin-Web.woff2") format("woff2");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-16XXThinItalic-Web.woff2") format("woff2");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-35Thin-Web.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-36ThinItalic-Web.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-55Roman-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-56Italic-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-65Medium-Web.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-66MediumItalic-Web.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-75Bold-Web.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-76BoldItalic-Web.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-95Black-Web.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Haas Grotesk Display Web";
  src: url("assets/fonts/NeueHaasGroteskDisplay-96BlackItalic-Web.woff2") format("woff2");
  font-weight: 900;
  font-style: italic; }
.navigation {
  opacity: 0;
  z-index: 999999; }
  .navigation.visible {
    opacity: 1;
    pointer-events: auto; }
  .navigation .navigation-wrap {
    display: flex;
    padding: 12px 0px;
    justify-content: space-between;
    align-items: center; }
    .navigation .navigation-wrap .logo-wrapper img {
      max-width: 120px; }
      @media (max-width: 768px) {
        .navigation .navigation-wrap .logo-wrapper img {
          max-width: 60px; } }
    .navigation .navigation-wrap .menu-links {
      display: flex;
      width: 100%;
      justify-content: end; }
      @media (max-width: 768px) {
        .navigation .navigation-wrap .menu-links {
          display: none; } }
      .navigation .navigation-wrap .menu-links-wrapper {
        width: 100%;
        display: flex; }
        .navigation .navigation-wrap .menu-links-wrapper .menu {
          height: 100%;
          margin-bottom: 0px; }
          @media (min-width: 768px) {
            .navigation .navigation-wrap .menu-links-wrapper .menu {
              display: flex;
              width: 100%;
              justify-content: end; } }
          .navigation .navigation-wrap .menu-links-wrapper .menu li {
            display: flex;
            align-items: center;
            width: auto; }
            .navigation .navigation-wrap .menu-links-wrapper .menu li.active a {
              border-bottom: 2px solid #fff; }
            .navigation .navigation-wrap .menu-links-wrapper .menu li a {
              color: #FFF;
              font-family: "Haas Grotesk Display Web";
              font-size: 16px;
              font-style: normal;
              font-weight: 600;
              line-height: 20px;
              letter-spacing: 0.8px;
              position: relative;
              text-decoration: none;
              transition: color 0.15s;
              padding-bottom: 4px;
              opacity: 1;
              text-transform: capitalize; }
              .navigation .navigation-wrap .menu-links-wrapper .menu li a:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -2px;
                height: 2px;
                background: #fff;
                transform: scaleX(0);
                transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
                transform-origin: left; }
              .navigation .navigation-wrap .menu-links-wrapper .menu li a:hover:after {
                transform: scaleX(1); }
              .navigation .navigation-wrap .menu-links-wrapper .menu li a.active > a:after, .navigation .navigation-wrap .menu-links-wrapper .menu li a.current-menu-item > a:after {
                transform: scaleX(1); }
              .navigation .navigation-wrap .menu-links-wrapper .menu li a.active > a, .navigation .navigation-wrap .menu-links-wrapper .menu li a.current-menu-item > a,
              .navigation .navigation-wrap .menu-links-wrapper .menu li a a:hover {
                font-weight: bold; }
    @media (min-width: 769px) {
      .navigation .navigation-wrap .mobile-menu-toggle {
        display: none; } }

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: -102%;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: #060606;
  transition: all 0.5s; }
  .mobile-menu-overlay.active {
    left: 0%; }
  .mobile-menu-overlay .mobile-menu-wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    height: 90%; }
    .mobile-menu-overlay .mobile-menu-wrapper .mobile-menu-header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .mobile-menu-overlay .mobile-menu-wrapper .mobile-menu-header img {
        max-width: 60px; }
    .mobile-menu-overlay .mobile-menu-wrapper .mobile-nav-body {
      padding-top: 130px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .mobile-menu-overlay .mobile-menu-wrapper .mobile-nav {
      background: none;
      display: flex; }
      .mobile-menu-overlay .mobile-menu-wrapper .mobile-nav .menu {
        display: flex;
        flex-direction: column;
        gap: 26px; }
        .mobile-menu-overlay .mobile-menu-wrapper .mobile-nav .menu li {
          width: fit-content; }
          .mobile-menu-overlay .mobile-menu-wrapper .mobile-nav .menu li a {
            color: #fff;
            text-decoration: none;
            opacity: 1;
            padding: 0;
            display: block;
            padding-bottom: 6px;
            text-transform: capitalize; }
        .mobile-menu-overlay .mobile-menu-wrapper .mobile-nav .menu .active a {
          border-bottom: 2px solid #fff; }
  .mobile-menu-overlay .social-media-icons {
    display: flex;
    gap: 24px;
    margin-top: 20px; }
    .mobile-menu-overlay .social-media-icons a {
      display: block;
      width: 42px;
      height: 42px;
      background: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      .mobile-menu-overlay .social-media-icons a:hover {
        background: #db0000; }
        .mobile-menu-overlay .social-media-icons a:hover svg path {
          fill: #FFFFFF; }

.scrolled {
  background: #fff;
  transition: background 0.3s ease-in-out; }
  .scrolled .navigation-wrap .menu-links-wrapper {
    display: flex; }
    .scrolled .navigation-wrap .menu-links-wrapper .menu {
      height: 100%;
      margin-bottom: 0px; }
      .scrolled .navigation-wrap .menu-links-wrapper .menu li {
        display: flex;
        align-items: center; }
        .scrolled .navigation-wrap .menu-links-wrapper .menu li a {
          color: #000;
          font-family: "Haas Grotesk Display Web";
          font-size: 16px;
          font-style: normal; }
          .scrolled .navigation-wrap .menu-links-wrapper .menu li a:after {
            background: #000; }
        .scrolled .navigation-wrap .menu-links-wrapper .menu li.active a {
          border-bottom: 2px solid #000; }
  .scrolled .mobile-menu-toggle .bar {
    fill: #000; }

.mobile-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  outline: none; }
  .mobile-menu-toggle .bar {
    transition: transform 0.3s, opacity 0.3s; }

.menu-open svg {
  height: 50px; }
.menu-open .bar-top {
  transform: rotate(45deg); }
.menu-open .bar-mid {
  opacity: 0; }
.menu-open .bar-bot {
  transform: translateY(16px) translateX(-16px) rotate(-45deg); }

.inner-nav {
  box-shadow: unset !important;
  color: unset !important;
  padding: unset !important;
  margin: unset !important;
  transform: none !important;
  opacity: 1 !important; }

.footer {
  background: #060606;
  padding: 80px 0px 12px 0px;
  z-index: 13;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .footer {
      padding: 80px 0px 40px 0px; } }
  .footer .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 64px;
    margin-bottom: 80px; }
    @media (max-width: 992px) {
      .footer .footer-top {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 55px; }
        .footer .footer-top .news-letter-wrap {
          order: 1; }
        .footer .footer-top .nav-links {
          order: 2; }
        .footer .footer-top .address-side {
          order: 3; } }
  .footer .footer-logo {
    margin-bottom: 32px; }
  .footer .contact-footer-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .footer .contact-footer-wrap p {
      color: #FFFFFF;
      line-height: 20px;
      letter-spacing: 0.8px; }
    .footer .contact-footer-wrap a {
      display: block;
      color: #FFFFFF;
      line-height: 24px;
      letter-spacing: 0.8px; }
    .footer .contact-footer-wrap .social-media-icons {
      display: flex;
      gap: 24px;
      margin-top: 20px; }
      .footer .contact-footer-wrap .social-media-icons a {
        display: block;
        width: 42px;
        height: 42px;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%; }
        .footer .contact-footer-wrap .social-media-icons a:hover {
          background: #db0000; }
          .footer .contact-footer-wrap .social-media-icons a:hover svg path {
            fill: #FFFFFF; }
  .footer .footer-links li {
    margin-bottom: 24px; }
  .footer .footer-links a {
    display: block;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: -0.4px; }
    .footer .footer-links a:not(:last-child) {
      margin-bottom: 0px; }
  .footer .newsletter {
    max-width: 425px; }
    .footer .newsletter h1 {
      color: #FFFFFF; }
    .footer .newsletter p {
      color: #FFFFFF;
      margin: 16px 0px 32px 0px; }
    .footer .newsletter .signup-container {
      display: flex;
      gap: 16px;
      align-items: flex-end; }
      .footer .newsletter .signup-container .input-wrapper {
        flex: 1; }
        .footer .newsletter .signup-container .input-wrapper input {
          width: 100%;
          padding: 12px 16px;
          border: none;
          border-radius: 0;
          font-size: 16px;
          margin-bottom: 0px;
          background: transparent;
          border-bottom: 2px solid #FFFFFF;
          color: #FFFFFF; }
          .footer .newsletter .signup-container .input-wrapper input:focus {
            outline: none;
            border-bottom: 2px solid #db0000; }
  .footer .footer-bottom .brand-title-wrap {
    padding: 0px 20px; }
    @media (max-width: 768px) {
      .footer .footer-bottom .brand-title-wrap {
        display: none; } }
  .footer .footer-bottom .brand-special-logo {
    margin-bottom: 32px;
    padding: 0px 15px; }
    @media (min-width: 768px) {
      .footer .footer-bottom .brand-special-logo {
        display: none; } }
  .footer .footer-bottom .privacy-policy a {
    padding: 0px 8px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 0.8px; }
  .footer .footer-bottom .privacy-policy .copy-rights {
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 0.8px; }
  .footer .footer-bottom .privacy-policy .privacy-policy-link {
    color: #FFFFFF; }
    @media (max-width: 768px) {
      .footer .footer-bottom .privacy-policy .privacy-policy-link {
        justify-content: flex-start !important; } }
    .footer .footer-bottom .privacy-policy .privacy-policy-link a {
      padding: 0px 8px;
      color: #FFFFFF;
      line-height: 24px;
      letter-spacing: 0.8px; }
      .footer .footer-bottom .privacy-policy .privacy-policy-link a:hover {
        color: #db0000; }
      .footer .footer-bottom .privacy-policy .privacy-policy-link a:first-child {
        padding-left: 0px; }
      .footer .footer-bottom .privacy-policy .privacy-policy-link a:last-child {
        padding-right: 0px; }

.home-about .container-sm {
  max-width: 1020px;
  margin: 0 auto; }
  .home-about .container-sm .row {
    align-items: center; }
    .home-about .container-sm .row .home-about-desc p {
      margin-bottom: 24px;
      color: #060606;
      line-height: 20px;
      letter-spacing: 0.8px; }
      .home-about .container-sm .row .home-about-desc p:last-child {
        margin-bottom: 0px; }
  @media (max-width: 768px) {
    .home-about .container-sm {
      padding: 0 24px; }
      .home-about .container-sm .mob-about-logo {
        max-width: 400px;
        margin-bottom: 32px; } }
  @media (max-width: 480px) {
    .home-about .container-sm .mob-about-logo {
      max-width: 211px;
      margin-bottom: 32px; } }

.realm .realm-glitch-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  height: 100%; }
  .realm .realm-glitch-image img {
    object-fit: cover; }
  .realm .realm-glitch-image:hover .img-lumo {
    animation: glitchAnim 1s 1 cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: both; }
  .realm .realm-glitch-image:hover .img-main {
    animation: glitchAnim3 1s 1 cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: both; }
@keyframes glitchAnim {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(-8px, 0); }
  50% {
    transform: translate(0px, 0); }
  75% {
    transform: translate(-1px, 0); }
  90% {
    transform: translate(0.5px, 0); }
  100% {
    transform: translate(0); } }
@keyframes glitchAnim3 {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(8px, 0); }
  50% {
    transform: translate(0px, 0); }
  75% {
    transform: translate(1px, 0); }
  90% {
    transform: translate(-0.5px, 0); }
  100% {
    transform: translate(0); } }
  .realm .realm-glitch-image .img-main {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block; }
  .realm .realm-glitch-image .img-bw {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    mix-blend-mode: color-dodge; }
  .realm .realm-glitch-image .img-lumo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    mix-blend-mode: luminosity; }
  .realm .realm-glitch-image .square-logo {
    position: absolute;
    bottom: 32px;
    left: 79px;
    width: 80px;
    height: 80px;
    z-index: 4; }
    @media (max-width: 480px) {
      .realm .realm-glitch-image .square-logo {
        width: 29.25px;
        height: 29.25px;
        left: 12px;
        bottom: 12px; } }
.realm .realm-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  height: 100%;
  max-width: 619px; }
  @media (min-width: 1660px) {
    .realm .realm-wrapper {
      padding-left: calc( 137.5px - 15px ); } }
  .realm .realm-wrapper .realm-top h1 {
    margin-bottom: 10px; }
  .realm .realm-wrapper .realm-top p {
    line-height: 24px;
    letter-spacing: 0.8px; }
.realm .realm-bottom .realm-single-link {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  border-bottom: 2px solid rgba(6, 6, 6, 0.2);
  padding-bottom: 24px;
  margin-bottom: 42px; }
  .realm .realm-bottom .realm-single-link:last-child {
    margin-bottom: 0; }
  .realm .realm-bottom .realm-single-link h2 {
    margin-bottom: 16px; }
  .realm .realm-bottom .realm-single-link .single-bottom {
    display: flex;
    align-items: end; }
    .realm .realm-bottom .realm-single-link .single-bottom p {
      line-height: 24px;
      letter-spacing: 0.8px;
      margin-right: 24px; }
@media (max-width: 992px) {
  .realm {
    padding: 80px 12px 0 12px; }
    .realm .realm-wrapper {
      padding: 24px 12px 0 12px; }
    .realm .realm-top {
      margin-bottom: 40px; }
    .realm .realm-bottom .realm-single-link {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(6, 6, 6, 0.2); }
      .realm .realm-bottom .realm-single-link h2 {
        margin-bottom: 12px; }
      .realm .realm-bottom .realm-single-link .single-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px; }
        .realm .realm-bottom .realm-single-link .single-bottom p {
          margin-right: 0; } }

@media (max-width: 768px) {
  .gallery-section {
    padding-left: 12px;
    padding-right: 12px; } }
.gallery-section .gallery-section-wrap {
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .gallery-section .gallery-section-wrap {
      height: calc( 100vh - 144px ); } }
  .gallery-section .gallery-section-wrap .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 100%;
    gap: 0; }
    @media (max-width: 768px) {
      .gallery-section .gallery-section-wrap .gallery-grid {
        display: none; } }
    .gallery-section .gallery-section-wrap .gallery-grid .gallery-item {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      background: #000; }
      .gallery-section .gallery-section-wrap .gallery-grid .gallery-item video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
  .gallery-section .gallery-section-wrap .mobile-slider {
    display: none;
    position: relative;
    width: 100%;
    height: calc( 100vh - 144px );
    overflow: hidden; }
    @media (max-width: 768px) {
      .gallery-section .gallery-section-wrap .mobile-slider {
        display: block; }
        .gallery-section .gallery-section-wrap .mobile-slider .swiper-gallery {
          width: 100vw; }
          .gallery-section .gallery-section-wrap .mobile-slider .swiper-gallery .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block; } }

.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .marquee-container .marquee-content {
    display: flex;
    animation: scroll 30s linear infinite;
    width: fit-content; }
    .marquee-container .marquee-content .brand-group {
      display: flex;
      align-items: center;
      gap: 40px; }
      .marquee-container .marquee-content .brand-group .brand-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.9;
        width: 194.444px;
        height: 100px;
        aspect-ratio: 194.44/100;
        transition: opacity 0.3s ease, transform 0.3s ease; }
        .marquee-container .marquee-content .brand-group .brand-logo:hover {
          opacity: 1;
          transform: scale(1.05); }
        .marquee-container .marquee-content .brand-group .brand-logo img {
          width: 194.444px;
          height: 100px;
          aspect-ratio: 194.44/100; }
@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.beauty-purpose {
  padding-bottom: 100px; }
  .beauty-purpose .content-wrapper {
    border-top: 8px solid #060606;
    border-bottom: 8px solid #060606;
    height: 100%;
    padding: 80px 0px; }
  .beauty-purpose .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
    max-width: 550px; }
    @media (min-width: 1100px) {
      .beauty-purpose .content {
        padding-right: calc( 137.5px - 15px ); } }
    @media (min-width: 1920px) {
      .beauty-purpose .content {
        max-width: 80%; } }
    @media (max-width: 992px) {
      .beauty-purpose .content {
        margin-left: 0px !important; } }
    @media (max-width: 580px) {
      .beauty-purpose .content {
        margin-left: 0px !important; } }
    .beauty-purpose .content .beauty-purpose-top h1 {
      margin-bottom: 16px; }
    .beauty-purpose .content .beauty-purpose-bottom h6 {
      margin-bottom: 24px; }
  .beauty-purpose .image-wrapper {
    width: 100%; }
    @media (min-width: 1280px) {
      .beauty-purpose .image-wrapper img {
        max-width: 685px; } }
    @media (min-width: 1440px) {
      .beauty-purpose .image-wrapper img {
        max-width: 838px; } }
    @media (min-width: 1920px) {
      .beauty-purpose .image-wrapper img {
        max-width: 100%; } }
  @media (max-width: 992px) {
    .beauty-purpose {
      padding: 80px 12px 80px 12px; }
      .beauty-purpose .content {
        padding: 24px 12px 0px 12px; }
        .beauty-purpose .content .beauty-purpose-top {
          margin-bottom: 40px; }
        .beauty-purpose .content .beauty-purpose-bottom h6 {
          margin-bottom: 12px; }
      .beauty-purpose .image-wrapper img {
        max-width: 100%; } }

/* Hero Section */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  z-index: 12;
  position: fixed;
  /* Swiper Navigation Arrows */
  /* Swiper Container */
  /* Media Box Container */ }
  .hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    z-index: 1;
    opacity: 1;
    justify-content: space-between;
    display: flex;
    width: 100%;
    gap: 20px; }
    .hero-text span {
      color: #db0000;
      font-family: "Haas Grotesk Display Web";
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: -0.36px;
      display: inline-block; }
    @media (min-width: 1200px) {
      .hero-text {
        padding: 0vw 6.25vw; } }
  .hero-title {
    position: absolute;
    bottom: 24px;
    transform: translateY(-50%);
    color: white;
    opacity: 0;
    z-index: 20; }
    @media (max-width: 768px) {
      .hero-title h2 {
        color: #fff;
        font-family: "Haas Grotesk Display Web";
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: -0.84px; } }
    @media (max-width: 768px) {
      .hero-title .tagline {
        max-width: 289px;
        color: #fff;
        font-family: "Haas Grotesk Display Web";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.36px; } }
  .hero:hover .swiper-button-prev,
  .hero:hover .swiper-button-next {
    opacity: 0.7; }
  .hero .gradient-hero {
    position: fixed;
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: linear-gradient(to bottom, #060606 0%, rgba(6, 6, 6, 0) 40%, #060606 100%); }
  .hero .swiper-pagination-wrapper {
    z-index: 9999;
    width: 100%; }
    .hero .swiper-pagination-wrapper .swiper-pagination {
      bottom: 50px !important;
      right: 15px !important;
      width: auto !important;
      display: flex;
      gap: 10px;
      left: auto !important;
      opacity: 0;
      z-index: 9999; }
      .hero .swiper-pagination-wrapper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: rgba(255, 255, 255, 0.3);
        opacity: 1;
        transition: background 0.3s; }
        .hero .swiper-pagination-wrapper .swiper-pagination-bullet-active {
          background: white; }
  .hero .swiper-button-prev,
  .hero .swiper-button-next {
    color: white;
    opacity: 0;
    transition: opacity 0.3s; }
    .hero .swiper-button-prev::after,
    .hero .swiper-button-next::after {
      font-size: 30px; }
  .hero .swiper {
    width: 100%;
    height: 100%; }
  .hero .media-box {
    position: absolute;
    bottom: -450px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 360px;
    height: 412px;
    overflow: hidden;
    z-index: 10;
    background: #000; }
    .hero .media-box video,
    .hero .media-box img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-70%, -50%);
      min-width: 50%;
      min-height: 50%;
      width: auto;
      height: 100%;
      object-fit: cover;
      transition: all 1.2s ease; }
    .hero .media-box.landscape video,
    .hero .media-box.landscape img {
      top: 50%;
      left: 70%;
      transform: translate(-70%, -50%);
      min-width: 140%;
      min-height: 110%; }
    .hero .media-box.full-screen video,
    .hero .media-box.full-screen img {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%; }

@media (max-width: 768px) {
  .hero-text {
    font-size: 32px;
    gap: 5px;
    text-align: center; }
  .hero-title {
    color: #fff;
    font-family: "Haas Grotesk Display Web";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 100% */
    letter-spacing: -0.84px; }

  .nav-links {
    gap: 15px;
    font-size: 14px; }

  .swiper-pagination {
    right: 20px !important;
    bottom: 30px !important; } }
.connect-title {
  width: 100%;
  max-width: 600px; }
  .connect-title .connect-header {
    margin-top: 80px; }
    @media (max-width: 999px) {
      .connect-title .connect-header {
        margin-top: 60px; } }
    @media (max-width: 480px) {
      .connect-title .connect-header {
        margin-top: 40px; } }
    .connect-title .connect-header h1 {
      color: #DB0000; }
    .connect-title .connect-header p {
      color: #060606;
      margin-top: 12px;
      letter-spacing: 0.8px; }

.connect-contact-section {
  margin-top: 100px; }
  @media (max-width: 999px) {
    .connect-contact-section {
      margin-top: 60px; } }
  .connect-contact-section .contact-single {
    max-width: 350px; }
    @media (max-width: 1200px) {
      .connect-contact-section .contact-single {
        margin-bottom: 40px; } }
    .connect-contact-section .contact-single h6 {
      color: #db0000;
      margin-bottom: 24px; }
    .connect-contact-section .contact-single .contact-top {
      display: flex;
      flex-direction: column;
      gap: 12px; }
    .connect-contact-section .contact-single .social-media-wrap {
      display: flex;
      gap: 24px;
      margin-top: 32px;
      margin-bottom: 32px; }
      .connect-contact-section .contact-single .social-media-wrap .social-icon {
        border-radius: 6268.03px;
        background: #060606;
        height: 42px;
        width: 42px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .connect-contact-section .contact-single .social-media-wrap .social-icon:hover {
          background: #db0000; }
        .connect-contact-section .contact-single .social-media-wrap .social-icon img {
          width: 14px;
          height: 14px; }

.connect-footer {
  margin-top: 120px; }
  @media (max-width: 999px) {
    .connect-footer {
      margin-top: 60px; } }
  .connect-footer .footer-bottom {
    background: #060606;
    padding: 50px 0px 14px 0px; }
    .connect-footer .footer-bottom .brand-title-wrap {
      padding: 0px 20px; }
      @media (max-width: 768px) {
        .connect-footer .footer-bottom .brand-title-wrap {
          display: none; } }
    .connect-footer .footer-bottom .brand-special-logo {
      margin-bottom: 32px;
      padding: 0px 15px; }
      @media (min-width: 768px) {
        .connect-footer .footer-bottom .brand-special-logo {
          display: none; } }
    .connect-footer .footer-bottom .privacy-policy a {
      padding: 0px 8px;
      color: #FFFFFF;
      line-height: 24px;
      letter-spacing: 0.8px; }
    .connect-footer .footer-bottom .privacy-policy .copy-rights {
      color: #FFFFFF;
      line-height: 24px;
      letter-spacing: 0.8px; }
    .connect-footer .footer-bottom .privacy-policy .privacy-policy-link {
      color: #FFFFFF; }
      @media (max-width: 768px) {
        .connect-footer .footer-bottom .privacy-policy .privacy-policy-link {
          justify-content: flex-start !important; } }
      .connect-footer .footer-bottom .privacy-policy .privacy-policy-link a {
        padding: 0px 8px;
        color: #FFFFFF;
        line-height: 24px;
        letter-spacing: 0.8px; }
        .connect-footer .footer-bottom .privacy-policy .privacy-policy-link a:hover {
          color: #db0000; }
        .connect-footer .footer-bottom .privacy-policy .privacy-policy-link a:first-child {
          padding-left: 0px; }
        .connect-footer .footer-bottom .privacy-policy .privacy-policy-link a:last-child {
          padding-right: 0px; }

.hero-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  .hero-inner-wrap {
    position: relative;
    width: 100%; }
    .hero-inner-wrap img {
      width: 100%;
      height: auto;
      display: block; }
    .hero-inner-wrap .hero-shadow-top {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 200px;
      background: linear-gradient(0deg, rgba(6, 6, 6, 0) 22.37%, #060606 122.81%);
      z-index: 1;
      pointer-events: none; }
    .hero-inner-wrap .hero-shadow-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 200px;
      background: linear-gradient(0deg, rgba(6, 6, 6, 0) 15.86%, #060606 112.14%);
      transform: rotate(180deg);
      z-index: 1;
      pointer-events: none; }

.about-page-second-section .about-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0; }
.about-page-second-section .about-us-second-section-desc {
  background: #db0000;
  padding: 100px 40px 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .about-page-second-section .about-us-second-section-desc .about-us-second-section-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 425px; }
    .about-page-second-section .about-us-second-section-desc .about-us-second-section-inner .top-about h2 {
      font-family: "Neue Haas Grotesk Display Pro";
      font-size: 50.695px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      color: #fff;
      margin-bottom: 24px; }
    .about-page-second-section .about-us-second-section-desc .about-us-second-section-inner .bottom-about p {
      margin-bottom: 24px;
      color: #fff;
      letter-spacing: 0.8px; }
      .about-page-second-section .about-us-second-section-desc .about-us-second-section-inner .bottom-about p:first-child {
        font-weight: 600; }
      .about-page-second-section .about-us-second-section-desc .about-us-second-section-inner .bottom-about p:last-child {
        margin-bottom: 0px; }
.about-page-second-section .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }
@media (max-width: 1199px) {
  .about-page-second-section .about-section-grid {
    grid-template-columns: 1fr 1fr; }
  .about-page-second-section .about-image-2 {
    display: none; }
  .about-page-second-section .about-us-second-section-desc {
    padding: 80px 20px; }
    .about-page-second-section .about-us-second-section-desc .about-us-second-section-inner {
      max-width: 320px; } }
@media (max-width: 768px) {
  .about-page-second-section .about-section-grid {
    grid-template-columns: 1fr; }
  .about-page-second-section .about-us-second-section-desc {
    order: 2;
    padding: 50px 24px; }
    .about-page-second-section .about-us-second-section-desc .about-us-second-section-inner {
      max-width: 100%;
      min-height: 40vh; }
      .about-page-second-section .about-us-second-section-desc .about-us-second-section-inner .bottom-about p {
        margin-bottom: 16px; }
  .about-page-second-section .about-image-1 {
    order: 1; }
  .about-page-second-section .about-image-2 {
    display: none; } }

.style-purpose .realm-glitch-image {
  height: 100%; }
  .style-purpose .realm-glitch-image img {
    max-width: 100%;
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center; }
.style-purpose .borderd {
  border-top: 8px solid #060606;
  border-bottom: 8px solid #060606; }
.style-purpose .realm-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: calc(100.5px - 15px); }
  @media (max-width: 1440px) {
    .style-purpose .realm-wrapper {
      padding-left: calc(100.5px - 15px); } }
  @media (max-width: 1340px) {
    .style-purpose .realm-wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 992px) {
    .style-purpose .realm-wrapper {
      margin-left: 0px !important; } }
  @media (max-width: 768px) {
    .style-purpose .realm-wrapper {
      padding-left: 24px;
      padding-right: 24px; } }
  .style-purpose .realm-wrapper .realm-top h1 {
    color: #db0000; }
  .style-purpose .realm-wrapper .realm-top .real-m-subtitle {
    line-height: 24px;
    letter-spacing: 0.8px; }
  .style-purpose .realm-wrapper .realm-bottom .realm-single-link {
    border-bottom: none; }
  .style-purpose .realm-wrapper .realm-bottom p {
    line-height: 20px;
    letter-spacing: 0.8px;
    border-bottom: none; }

.people-behind-style-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media (max-width: 768px) {
    .people-behind-style-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px; } }
  .people-behind-style-header h2 {
    color: #db0000;
    max-width: 569px; }
  .people-behind-style-header p {
    max-width: 518px;
    letter-spacing: 0.8px; }
.people-behind-style .peoples-grid {
  margin-top: 50px; }
  .people-behind-style .peoples-grid .people-card .people-image {
    width: 100%;
    height: 100%; }
    .people-behind-style .peoples-grid .people-card .people-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block; }
  .people-behind-style .peoples-grid .people-card .people-info {
    padding: 12px 16px; }
    .people-behind-style .peoples-grid .people-card .people-info h4 {
      line-height: 24px;
      color: #060606;
      letter-spacing: -0.4px;
      margin-bottom: 0; }
    .people-behind-style .peoples-grid .people-card .people-info p {
      line-height: 20px;
      letter-spacing: 0.8px; }

.faq-section .content {
  margin-left: 0px; }
.faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item {
  border-bottom: 1px solid rgba(6, 6, 6, 0.2); }
  .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-header {
    padding-top: 16px;
    padding-bottom: 20px; }
    .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-header .accordion-button {
      color: #060606;
      padding: 0px;
      box-shadow: none; }
      .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-header .accordion-button:focus {
        box-shadow: none; }
    .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      background-color: transparent; }
    .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-header .accordion-button::after {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20 10.0282V14.0169H14.0958V20H9.89296V14.0056H4V10.0169H9.89296V4H14.0958V10.0169H20V10.0282Z" fill="black"/></svg>');
      transition: all 0.5s; }
    .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19 10.0279V14.0166H13.8338L10.1563 14.0053H5V10.0166H13.8338H19V10.0279Z" fill="%23060606"/></svg>'); }
    .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-header .accordion-button::after {
      transition: all 0.5s; }
  .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-body {
    padding: 0px 0px 16px 0px; }
    .faq-section .beauty-purpose-bottom .accordion-container .accordion .accordion-item .accordion-body p {
      line-height: 24px;
      letter-spacing: 0.8px; }
.faq-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

.careers-future-section .careers-future-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0; }
.careers-future-section .careers-future-content-main {
  border-top: 8px solid #060606;
  border-bottom: 8px solid #060606; }
.careers-future-section .careers-future-content {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 136px; }
  .careers-future-section .careers-future-content .careers-future-title {
    color: #db0000;
    line-height: 1;
    margin-bottom: 40px;
    max-width: 270px; }
    @media (max-width: 769px) {
      .careers-future-section .careers-future-content .careers-future-title {
        max-width: 100%; } }
  .careers-future-section .careers-future-content .careers-future-text p {
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-bottom: 24px; }
    .careers-future-section .careers-future-content .careers-future-text p:first-child {
      font-weight: 600; }
    .careers-future-section .careers-future-content .careers-future-text p a {
      color: #db0000;
      text-decoration: none; }
      .careers-future-section .careers-future-content .careers-future-text p a:hover {
        text-decoration: underline; }
@media (max-width: 768px) {
  .careers-future-section .careers-future-image {
    padding: 0px 15px; } }
.careers-future-section .careers-future-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }
@media (max-width: 1199px) {
  .careers-future-section .careers-future-grid {
    grid-template-columns: 1fr 1fr; }
  .careers-future-section .careers-image-2 {
    display: none; } }
@media (max-width: 768px) {
  .careers-future-section .careers-future-grid {
    grid-template-columns: 1fr;
    margin-left: 0px !important; }
  .careers-future-section .careers-future-content {
    order: 2;
    padding: 40px 24px; }
    .careers-future-section .careers-future-content .careers-future-title {
      margin-bottom: 24px; }
  .careers-future-section .careers-image-1 {
    order: 1; }
  .careers-future-section .careers-image-2 {
    display: none; } }

.world-of-talent-section {
  padding-bottom: 100px;
  min-height: calc(100vh - 144px); }
  .world-of-talent-section .world-of-talent-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    height: 100%; }
  .world-of-talent-section .world-of-talent-image {
    position: relative; }
    .world-of-talent-section .world-of-talent-image .square-logo {
      position: absolute;
      top: 32px;
      left: 80px;
      width: 80px;
      height: 80px;
      z-index: 4; }
      @media (max-width: 768px) {
        .world-of-talent-section .world-of-talent-image .square-logo {
          width: 29.25px;
          height: 29.25px;
          left: 24px;
          top: 12px; } }
    .world-of-talent-section .world-of-talent-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .world-of-talent-section .world-of-talent-content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 136px;
    border-top: 8px solid #060606;
    border-bottom: 8px solid #060606; }
    @media (max-width: 1440px) {
      .world-of-talent-section .world-of-talent-content {
        padding-left: 100px; } }
    .world-of-talent-section .world-of-talent-content .world-of-talent-content-wrapper {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-content: space-between; }
    .world-of-talent-section .world-of-talent-content .world-of-talent-header {
      margin-bottom: 40px; }
      .world-of-talent-section .world-of-talent-content .world-of-talent-header .world-of-talent-title {
        color: #db0000;
        line-height: 1;
        margin-bottom: 12px; }
      .world-of-talent-section .world-of-talent-content .world-of-talent-header .world-of-talent-subtitle {
        line-height: 24px;
        letter-spacing: 0.8px;
        color: #060606; }
    .world-of-talent-section .world-of-talent-content .world-of-talent-locations .talent-location {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding: 42px 0px 24px 0px;
      border-bottom: 1px solid rgba(6, 6, 6, 0.2);
      gap: 40px; }
      @media (max-width: 1199px) {
        .world-of-talent-section .world-of-talent-content .world-of-talent-locations .talent-location {
          align-items: flex-start; } }
      @media (max-width: 768px) {
        .world-of-talent-section .world-of-talent-content .world-of-talent-locations .talent-location {
          align-items: flex-start;
          gap: 16px; } }
      .world-of-talent-section .world-of-talent-content .world-of-talent-locations .talent-location .talent-location-info {
        flex: 1;
        max-width: 425px; }
        .world-of-talent-section .world-of-talent-content .world-of-talent-locations .talent-location .talent-location-info h3 {
          color: #db0000;
          margin-bottom: 16px; }
        .world-of-talent-section .world-of-talent-content .world-of-talent-locations .talent-location .talent-location-info p {
          line-height: 20px;
          letter-spacing: 0.8px;
          color: #060606;
          margin-bottom: 0; }
  @media (max-width: 1199px) {
    .world-of-talent-section .world-of-talent-content {
      padding: 60px 40px; }
    .world-of-talent-section .world-of-talent-locations .talent-location {
      flex-direction: column;
      gap: 16px; } }
  @media (max-width: 768px) {
    .world-of-talent-section .world-of-talent-grid {
      grid-template-columns: 1fr; }
    .world-of-talent-section .world-of-talent-image {
      order: 1;
      max-height: 400px;
      padding: 0px 12px; }
    .world-of-talent-section .world-of-talent-content {
      order: 2;
      padding: 40px 24px; }
      .world-of-talent-section .world-of-talent-content .world-of-talent-header {
        margin-bottom: 24px; }
    .world-of-talent-section .square-logo {
      width: 29.25px;
      height: 29.25px;
      left: 12px;
      top: 12px; } }

.get-connected-section .get-connected-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0; }
.get-connected-section .get-connected-info {
  background: #db0000;
  padding: 80px 60px 80px 6.25vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px; }
  .get-connected-section .get-connected-info .get-connected-info-top .brand-title {
    font-family: "Haas Grotesk Display Web";
    font-size: 50.695px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-bottom: 22px;
    line-height: normal; }
  .get-connected-section .get-connected-info .get-connected-info-top .brand-description {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.8px;
    max-width: 455.498px; }
  .get-connected-section .get-connected-info .get-connected-info-bottom .hq-title {
    color: #fff;
    margin-bottom: 24px;
    line-height: 24px;
    letter-spacing: -0.4px; }
  .get-connected-section .get-connected-info .get-connected-info-bottom .hq-address {
    margin-bottom: 24px; }
    .get-connected-section .get-connected-info .get-connected-info-bottom .hq-address .address-title {
      color: #fff;
      margin-bottom: 4px; }
    .get-connected-section .get-connected-info .get-connected-info-bottom .hq-address p {
      color: #fff;
      line-height: 24px;
      line-height: 20px;
      letter-spacing: 0.8px;
      margin-bottom: 0; }
  .get-connected-section .get-connected-info .get-connected-info-bottom .hq-contact {
    margin-bottom: 32px; }
    .get-connected-section .get-connected-info .get-connected-info-bottom .hq-contact .tel {
      margin-bottom: 12px; }
    .get-connected-section .get-connected-info .get-connected-info-bottom .hq-contact a {
      display: block;
      color: #fff;
      text-decoration: none;
      line-height: 24px;
      line-height: 20px;
      letter-spacing: 0.8p; }
  .get-connected-section .get-connected-info .get-connected-info-bottom .social-links {
    display: flex;
    gap: 16px; }
    .get-connected-section .get-connected-info .get-connected-info-bottom .social-links .social-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease; }
      .get-connected-section .get-connected-info .get-connected-info-bottom .social-links .social-icon:hover {
        background: #060606; }
        .get-connected-section .get-connected-info .get-connected-info-bottom .social-links .social-icon:hover svg {
          fill: #fff !important; }
      .get-connected-section .get-connected-info .get-connected-info-bottom .social-links .social-icon svg {
        width: 20px;
        height: 20px; }
.get-connected-section .get-connected-form {
  padding: 80px 60px;
  border-top: 8px solid #060606;
  border-bottom: 8px solid #060606; }
  .get-connected-section .get-connected-form-wrapper {
    margin-right: 6.25vw; }
  .get-connected-section .get-connected-form .form-header {
    margin-bottom: 100px; }
    .get-connected-section .get-connected-form .form-header .form-title {
      color: #db0000;
      line-height: 1;
      margin-bottom: 12px; }
    .get-connected-section .get-connected-form .form-header .form-subtitle {
      color: #060606;
      line-height: 24px;
      font-weight: 600;
      max-width: 450px; }
  .get-connected-section .get-connected-form .contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin-bottom: 32px; }
    .get-connected-section .get-connected-form .contact-form .form-row.full-width {
      grid-template-columns: 1fr; }
  .get-connected-section .get-connected-form .contact-form .form-group label {
    display: block;
    color: #060606;
    margin-bottom: 6px;
    padding-left: 8px;
    text-transform: capitalize; }
  .get-connected-section .get-connected-form .contact-form .form-group input,
  .get-connected-section .get-connected-form .contact-form .form-group select,
  .get-connected-section .get-connected-form .contact-form .form-group textarea {
    width: 100%;
    padding: 6px 0px 8px 8px;
    border: none;
    border-bottom: 1px solid rgba(6, 6, 6, 0.2);
    background: transparent;
    color: #060606;
    outline: none;
    margin-bottom: 0px;
    transition: border-color 0.3s ease;
    height: 38px;
    box-sizing: border-box; }
    .get-connected-section .get-connected-form .contact-form .form-group input::placeholder,
    .get-connected-section .get-connected-form .contact-form .form-group select::placeholder,
    .get-connected-section .get-connected-form .contact-form .form-group textarea::placeholder {
      font-style: italic;
      color: rgba(6, 6, 6, 0.4); }
    .get-connected-section .get-connected-form .contact-form .form-group input:focus,
    .get-connected-section .get-connected-form .contact-form .form-group select:focus,
    .get-connected-section .get-connected-form .contact-form .form-group textarea:focus {
      border-bottom-color: #060606; }
  .get-connected-section .get-connected-form .contact-form .form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="%23060606" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0 center; }
    .get-connected-section .get-connected-form .contact-form .form-group select:invalid {
      font-style: italic;
      color: rgba(6, 6, 6, 0.4); }
  .get-connected-section .get-connected-form .contact-form .form-group textarea {
    resize: none;
    min-height: 100px;
    height: auto; }
  .get-connected-section .get-connected-form .contact-form .submit-btn {
    color: #060606;
    background: transparent;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease; }
    .get-connected-section .get-connected-form .contact-form .submit-btn:hover {
      color: #db0000; }
@media (max-width: 1199px) {
  .get-connected-section .get-connected-info {
    padding: 60px 40px; }
  .get-connected-section .get-connected-form {
    padding: 60px 40px; }
    .get-connected-section .get-connected-form .contact-form .form-row {
      gap: 24px; } }
@media (max-width: 991px) {
  .get-connected-section .get-connected-grid {
    grid-template-columns: 1fr; }
  .get-connected-section .get-connected-info {
    min-height: auto;
    padding: 60px 40px;
    gap: 60px; }
  .get-connected-section .get-connected-form {
    border-top: none;
    border-bottom: 8px solid #060606; } }
@media (max-width: 768px) {
  .get-connected-section .get-connected-info {
    padding: 40px 24px; }
    .get-connected-section .get-connected-info .get-connected-info-top {
      margin-bottom: 40px; }
      .get-connected-section .get-connected-info .get-connected-info-top .brand-title {
        font-size: 32px; }
  .get-connected-section .get-connected-form {
    padding: 40px 24px; }
    .get-connected-section .get-connected-form .form-header {
      margin-bottom: 32px; }
    .get-connected-section .get-connected-form .contact-form .form-row {
      grid-template-columns: 1fr;
      gap: 24px;
      margin-bottom: 24px; } }

.world-of-elegance-section {
  padding-bottom: 100px; }
  .world-of-elegance-section .world-of-elegance-wrapper {
    border-top: 8px solid #060606;
    border-bottom: 8px solid #060606; }
    @media (max-width: 991px) {
      .world-of-elegance-section .world-of-elegance-wrapper {
        border-top: none; } }
  .world-of-elegance-section .world-of-elegance-grid {
    display: flex;
    align-items: stretch; }
  .world-of-elegance-section .world-of-elegance-content {
    flex: 1;
    padding: 80px 0px;
    margin-left: 6.25vw; }
    .world-of-elegance-section .world-of-elegance-content .world-of-elegance-header {
      margin-bottom: 60px; }
      .world-of-elegance-section .world-of-elegance-content .world-of-elegance-header .world-of-elegance-title {
        color: #db0000;
        line-height: 1;
        margin-bottom: 16px; }
      .world-of-elegance-section .world-of-elegance-content .world-of-elegance-header .world-of-elegance-subtitle {
        color: #060606;
        line-height: 24px; }
    .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px; }
      .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single {
        max-width: 100%;
        margin-bottom: 0; }
        .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single h6 {
          color: #db0000;
          margin-bottom: 24px; }
        .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single .contact-top {
          display: flex;
          flex-direction: column;
          gap: 12px; }
          .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single .contact-top a {
            color: #060606;
            text-decoration: none;
            line-height: 20px; }
            .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single .contact-top a:hover {
              color: #db0000; }
        .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single .social-media-wrap {
          display: flex;
          gap: 16px;
          margin-top: 32px;
          margin-bottom: 32px; }
          .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single .social-media-wrap .social-icon {
            border-radius: 50%;
            background: #060606;
            height: 36px;
            width: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease; }
            .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single .social-media-wrap .social-icon:hover {
              background: #db0000; }
            .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single .social-media-wrap .social-icon img {
              width: 14px;
              height: 14px; }
  .world-of-elegance-section .world-of-elegance-image {
    flex-shrink: 0; }
    .world-of-elegance-section .world-of-elegance-image img {
      width: auto;
      height: 100%;
      display: block; }
  @media (max-width: 1920px) {
    .world-of-elegance-section .world-of-elegance-content {
      padding-right: 7.14%; } }
  @media (max-width: 1600px) {
    .world-of-elegance-section .world-of-elegance-content {
      padding-right: 8.56%; } }
  @media (max-width: 1440px) {
    .world-of-elegance-section .world-of-elegance-content {
      padding-right: 9.51%; } }
  @media (max-width: 1399px) {
    .world-of-elegance-section .world-of-elegance-content {
      padding: 60px 7.79% 60px 40px; }
      .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations {
        gap: 30px; } }
  @media (max-width: 1199px) {
    .world-of-elegance-section .world-of-elegance-content {
      padding-right: 11.42%; }
      .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations {
        grid-template-columns: repeat(2, 1fr); }
        .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single:last-child {
          grid-column: span 2; } }
  @media (max-width: 1024px) {
    .world-of-elegance-section .world-of-elegance-content {
      padding-right: 13.38%; } }
  @media (max-width: 991px) {
    .world-of-elegance-section {
      margin-left: 0; }
      .world-of-elegance-section .world-of-elegance-grid {
        flex-direction: column; }
      .world-of-elegance-section .world-of-elegance-content {
        order: 2;
        padding: 24px 24px;
        margin-left: 0px;
        border-top: 8px solid #060606; }
      .world-of-elegance-section .world-of-elegance-image {
        padding: 0px 12px;
        order: 1; }
        .world-of-elegance-section .world-of-elegance-image img {
          width: 100%;
          height: auto; } }
  @media (max-width: 579px) {
    .world-of-elegance-section .world-of-elegance-content {
      padding: 24px 24px; } }
  @media (max-width: 768px) {
    .world-of-elegance-section .world-of-elegance-content {
      padding: 40px 24px; }
      .world-of-elegance-section .world-of-elegance-content .world-of-elegance-header {
        margin-bottom: 40px; }
      .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations {
        grid-template-columns: 1fr;
        gap: 40px; }
        .world-of-elegance-section .world-of-elegance-content .world-of-elegance-locations .contact-single:last-child {
          grid-column: span 1; } }

/*# sourceMappingURL=style.css.map */
