/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor; }

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important; }

.wp-smiley {
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.8s;
  transition: background-color 0.4s, -webkit-transform 0.8s;
  transition: transform 0.8s, background-color 0.4s;
  transition: transform 0.8s, background-color 0.4s, -webkit-transform 0.8s; }
  header.up {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  header .top_nav {
    padding: 20px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    header .top_nav .btn_menu-container {
      width: 200px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        header .top_nav .btn_menu-container {
          width: 115px; } }
      header .top_nav .btn_menu-container .btn_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        line-height: 100%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        header .top_nav .btn_menu-container .btn_menu .burger {
          margin-top: 2px;
          margin-right: 11px;
          width: 17px;
          height: 9px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-transition: all 0.6s;
          transition: all 0.6s;
          position: relative; }
          header .top_nav .btn_menu-container .btn_menu .burger .line {
            position: absolute;
            left: 0;
            right: 0;
            background-color: #10233F;
            width: 100%;
            height: 1px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s; }
            header .top_nav .btn_menu-container .btn_menu .burger .line.line1 {
              top: 0;
              -webkit-transform-origin: top right;
                      transform-origin: top right; }
            header .top_nav .btn_menu-container .btn_menu .burger .line.line2 {
              bottom: 0;
              -webkit-transform-origin: bottom left;
                      transform-origin: bottom left; }
        header .top_nav .btn_menu-container .btn_menu .btn_menu-text {
          line-height: 100%;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0.8px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            header .top_nav .btn_menu-container .btn_menu .btn_menu-text {
              display: none; } }
        header .top_nav .btn_menu-container .btn_menu:hover .burger {
          height: 17px; }
        header .top_nav .btn_menu-container .btn_menu:hover .burger .line {
          background-color: rgba(16, 35, 63, 0.8); }
        header .top_nav .btn_menu-container .btn_menu:hover .btn_menu-text {
          color: rgba(16, 35, 63, 0.8); }
    header .top_nav .logo {
      width: 200px;
      /* -- @include break(mobile)-- */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (max-width: 768px) {
        header .top_nav .logo {
          width: 115px; } }
      header .top_nav .logo svg {
        width: 113px;
        height: 30px; }
        header .top_nav .logo svg path {
          -webkit-transition: color 0.4s;
          transition: color 0.4s; }
    header .top_nav .link {
      width: 200px;
      /* -- @include break(mobile)-- */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media only screen and (max-width: 768px) {
        header .top_nav .link {
          width: 115px; } }
      header .top_nav .link a {
        line-height: 100%;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.8px;
        text-decoration: none;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          header .top_nav .link a {
            font-size: 12px; } }
        header .top_nav .link a:hover {
          color: rgba(16, 35, 63, 0.8); }
  header.nav_white .top_nav {
    color: #FFFFFF; }
    header.nav_white .top_nav .btn_menu-container .btn_menu .burger .line {
      background-color: #FFFFFF; }
    header.nav_white .top_nav .btn_menu-container .btn_menu:hover .burger .line {
      background-color: #B9D9EB; }
    header.nav_white .top_nav .btn_menu-container .btn_menu:hover .btn_menu-text {
      color: #B9D9EB; }
    header.nav_white .top_nav svg path {
      fill: #FFFFFF; }
    header.nav_white .top_nav .link a:hover {
      color: #B9D9EB; }
  header.nav_open .top_nav .btn_menu-container .btn_menu .burger {
    height: 17px;
    width: 17px; }
    header.nav_open .top_nav .btn_menu-container .btn_menu .burger .line {
      width: 23px; }
      header.nav_open .top_nav .btn_menu-container .btn_menu .burger .line.line1 {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        left: -7px;
        top: 17px; }
      header.nav_open .top_nav .btn_menu-container .btn_menu .burger .line.line2 {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  header.has-sticky {
    background-color: #FFFFFF;
    color: #10233F; }
    header.has-sticky .btn_menu-container .btn_menu .burger .line {
      background-color: #10233F; }
    header.has-sticky .btn_menu-container .btn_menu:hover .burger .line {
      background-color: rgba(16, 35, 63, 0.8); }
    header.has-sticky .btn_menu-container .btn_menu:hover .btn_menu-text {
      color: rgba(16, 35, 63, 0.8); }
    header.has-sticky svg path {
      fill: #10233F; }
    header.has-sticky .link a:hover {
      color: rgba(16, 35, 63, 0.8); }
  header.open_has-sticky {
    background-color: transparent; }

.main_nav {
  position: fixed !important; }

.main_nav {
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  display: none; }
  .main_nav .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none; }
    .main_nav .bg svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 250%;
      stroke-width: 0.05%;
      width: auto;
      -webkit-transition: all 0.8s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      transition: all 0.8s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .main_nav .bg svg {
          height: 160%;
          stroke-width: 0.07%; } }
    .main_nav .bg.anime-init svg {
      height: 300%;
      stroke-width: 0.0%;
      opacity: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .main_nav .bg.anime-init svg {
          height: 200%;
          stroke-width: 0.0%;
          opacity: 0; } }
  .main_nav .top_nav {
    height: 72px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .main_nav .top_nav {
        height: 56px; } }
  .main_nav .nav_bg-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none; }
    .main_nav .nav_bg-container .nav_bg {
      opacity: 0; }
  .main_nav .nav_wrapper {
    top: 1vh;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2vh;
    gap: max(4px, min(1vh, 18px));
    width: 100%;
    height: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-height: 700px) and (min-width: 768px) {
      .main_nav .nav_wrapper {
        top: -5vh;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 10vh; } }
    @media only screen and (max-width: 768px) {
      .main_nav .nav_wrapper {
        top: -4vh;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .main_nav .main-nav-link {
    opacity: 0; }
  .main_nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .main_nav .nav a {
      display: block;
      font-size: max(1.25rem, min(3vw, 2.25rem));
      letter-spacing: 0.1em;
      text-transform: uppercase;
      -webkit-transition: color 0.4s opacity 0.4s;
      transition: color 0.4s opacity 0.4s;
      text-decoration: none;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      padding-top: max(5px, min(0.3vh, 18px));
      padding-bottom: max(5px, min(0.3vh, 18px)); }
      .main_nav .nav a.hover {
        opacity: 1 !important;
        color: #FFFFFF !important; }
  .main_nav .nav-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: max(14px, min(2.8vh, 38px));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .main_nav .nav-sec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 2vh;
        gap: 10px; } }
    .main_nav .nav-sec a {
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: max(0.8rem, min(2vw, 1.25rem));
      margin-left: 2.5em;
      margin-right: 2.5em;
      letter-spacing: 0.05em;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      text-decoration: none;
      -webkit-transition: color 0.4s;
      transition: color 0.4s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .main_nav .nav-sec a {
          margin-left: 0;
          margin-right: 0;
          margin-top: max(10px, min(0.5vh, 18px));
          margin-bottom: max(10px, min(0.5vh, 18px)); } }
      .main_nav .nav-sec a:hover {
        color: rgba(16, 35, 63, 0.6); }
  .main_nav.white {
    color: #FFFFFF; }
    .main_nav.white .top_nav {
      color: #FFFFFF; }
      .main_nav.white .top_nav .btn_menu-container .btn_menu .burger .line {
        background-color: #FFFFFF; }
      .main_nav.white .top_nav svg path {
        fill: #FFFFFF; }
      .main_nav.white .top_nav .link a {
        -webkit-transition: none;
        transition: none; }
    .main_nav.white .nav a {
      opacity: 0.2; }
    .main_nav.white .bg svg {
      height: 300%;
      stroke-width: 0.0%;
      opacity: 0; }
  .main_nav.dark .nav a {
    opacity: 0.2; }
    .main_nav.dark .nav a.hover {
      color: #10233F !important; }
  .main_nav.dark .bg svg {
    height: 300%;
    stroke-width: 0.0%;
    opacity: 0; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: white;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 5%;
  padding-right: 5%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    footer {
      padding-top: 20px; } }
  footer .col {
    width: 30%;
    max-width: 360px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .col {
        width: 100%;
        max-width: 100%; } }
  footer .flex {
    width: 100%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  footer .footer_content {
    border-top: 1px solid rgba(16, 35, 63, 0.1);
    padding-top: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .footer_content {
        padding-top: 30px; } }
  footer .footer_legal {
    margin-top: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  footer .col.col-nav {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .col.col-nav {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 42px; } }
    footer .col.col-nav a {
      display: block;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      text-transform: uppercase;
      text-decoration: none;
      margin-bottom: 20px;
      -webkit-transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98); }
      footer .col.col-nav a:last-of-type {
        margin-bottom: 0; }
      footer .col.col-nav a:hover {
        color: rgba(16, 35, 63, 0.3); }
  footer .col.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .col.logo {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    footer .col.logo svg {
      width: 205px;
      height: 51px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .col.logo svg {
          width: 112px;
          height: 28px; } }
  footer .col.col-sec-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .col.col-sec-nav {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding-top: 60px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    footer .col.col-sec-nav .col_left, footer .col.col-sec-nav .col_right {
      max-width: 45%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .col.col-sec-nav .col_left, footer .col.col-sec-nav .col_right {
          width: 45%; } }
    footer .col.col-sec-nav .col_right {
      margin-left: 15%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .col.col-sec-nav .col_right {
          margin-left: 0%; } }
    footer .col.col-sec-nav a {
      display: block;
      font-size: 16px;
      font-weight: 700;
      line-height: 120%;
      text-transform: uppercase;
      margin-bottom: 22px;
      text-decoration: none;
      -webkit-transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98); }
      footer .col.col-sec-nav a:last-of-type {
        margin-bottom: 0; }
      footer .col.col-sec-nav a:hover {
        color: rgba(16, 35, 63, 0.3); }
  footer .col.legal-text {
    font-size: 12px;
    font-family: "area-normal-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0.6px;
    color: rgba(16, 35, 63, 0.5);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .col.legal-text {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 30px; } }
  footer .col.lotus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .col.lotus {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    footer .col.lotus img {
      width: 40px;
      height: 40px; }
  footer .col.legal-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .col.legal-links {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 30px;
        width: 100%; } }
    footer .col.legal-links .legal-links-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      gap: 10px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .col.legal-links .legal-links-inner {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      footer .col.legal-links .legal-links-inner a {
        font-size: 12px;
        font-family: "area-normal-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height: 140%;
        letter-spacing: 0.6px;
        color: rgba(16, 35, 63, 0.5);
        text-decoration: none;
        display: block;
        margin-left: 10px;
        -webkit-transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
        transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .col.legal-links .legal-links-inner a {
            margin-left: 0px;
            margin-right: 10px; } }
        footer .col.legal-links .legal-links-inner a:hover {
          color: #10233f; }
    footer .col.legal-links p {
      font-size: 12px;
      font-family: "area-normal-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      line-height: 100%;
      letter-spacing: 0.6px;
      color: rgba(16, 35, 63, 0.5);
      text-align: right;
      margin-top: 2px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .col.legal-links p {
          text-align: left; } }
      footer .col.legal-links p a {
        color: rgba(16, 35, 63, 0.5);
        text-decoration: none;
        -webkit-transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
        transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98); }
        footer .col.legal-links p a:hover {
          color: #10233f; }
  footer .footer_inner {
    opacity: 0; }

html {
  overflow-x: hidden;
  background-color: #10233F;
  color: #10233F;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  background-color: #FFFFFF;
  color: #10233F;
  font-size: 16px;
  list-style: 140%;
  /* -- @include break(mobile)-- */
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }

.transition {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  visibility: hidden; }
  .transition .rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #10233F;
    opacity: 0; }
  .transition .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none; }
    .transition .bg svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 250%;
      stroke-width: 0.05%;
      width: auto;
      -webkit-transition: opacity 0.8s cubic-bezier(0.567, -0.013, 0.493, 0.98), height 1s cubic-bezier(0.165, 0.84, 0.44, 1), stroke-width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.8s cubic-bezier(0.567, -0.013, 0.493, 0.98), height 1s cubic-bezier(0.165, 0.84, 0.44, 1), stroke-width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .transition .bg svg {
          height: 160%;
          stroke-width: 0.07%; } }
    .transition .bg.anime-init svg {
      height: 300%;
      stroke-width: 0.0%;
      opacity: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .transition .bg.anime-init svg {
          height: 200%;
          stroke-width: 0.0%;
          opacity: 0; } }

.wrapper {
  background-color: #FFF9F3;
  position: relative;
  z-index: 2;
  margin-bottom: 400px; }

section {
  position: relative; }

.container-full {
  width: 100%; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px; }

.container-small {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .container-small {
      width: 90%; } }

.container-xsmall {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  max-width: 675px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .container-xsmall {
      width: 90%; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex > * {
    width: 50%; }

.text {
  text-align: justify; }

.text-white {
  color: #FFFFFF; }

.text-dark {
  color: #10233F; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #000000; }

.btn {
  display: inline-block;
  position: relative;
  color: #10233F;
  text-decoration: none;
  letter-spacing: 0.8px;
  padding-bottom: 8px;
  cursor: pointer;
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal; }
  .btn::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #10233F;
    opacity: 0.2;
    z-index: 1; }
  .btn::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #10233F;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 2; }
  .btn:hover {
    color: inherit !important; }
  .btn:hover {
    /* -- @include break(mobile)-- */ }
    @media only screen and (min-width: 991px) {
      .btn:hover::before {
        width: 100%; } }
  .btn.btn-white {
    color: #FFFFFF; }
    .btn.btn-white::after {
      background-color: #FFFFFF;
      opacity: 0.2; }
    .btn.btn-white::before {
      background-color: #FFFFFF; }

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none; }

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

.title-h1-big {
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6em;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .title-h1-big {
      font-size: 2.625em; } }

h1, .title-h1 {
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4em;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h1, .title-h1 {
      font-size: 2.25em; } }

h2, .title-h2 {
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h2, .title-h2 {
      font-size: 1.5em; } }

.title-h2-small {
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .title-h2-small {
      font-size: 1.375em; } }

h3, .title-h3 {
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h3, .title-h3 {
      font-size: 1.25em; } }

h4, .title-h4 {
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h4, .title-h4 {
      font-size: 1.25em; } }

h5, .title-h5 {
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h5, .title-h5 {
      font-size: 1em; } }

.title-h5-bold {
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .title-h5-bold {
      font-size: 1em; } }

h6, .title-h6 {
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h6, .title-h6 {
      font-size: 1em; } }

.title-h6-bold {
  font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .title-h6-bold {
      font-size: 1em; } }

.grecaptcha-badge {
  visibility: hidden; }

.bg-white {
  background-color: #FFFFFF; }
  .bg-white a:hover {
    color: #B9D9EB; }

.bg-sand, .bg-default {
  background-color: #FFF9F3; }
  .bg-sand a:hover, .bg-default a:hover {
    color: #B9D9EB; }

.bg-light-blue, .bg-blue {
  background-color: #B9D9EB; }
  .bg-light-blue a:hover, .bg-blue a:hover {
    color: #000000; }

.bg-dark-blue {
  background-color: #10233F;
  color: #FFFFFF; }
  .bg-dark-blue a:hover {
    color: #B9D9EB; }
  .bg-dark-blue a.btn {
    color: #FFFFFF; }
    .bg-dark-blue a.btn::after {
      background-color: #FFFFFF;
      opacity: 0.2; }
    .bg-dark-blue a.btn::before {
      background-color: #FFFFFF; }

.bg-dark {
  color: #FFFFFF; }
  .bg-dark a:hover {
    color: #B9D9EB; }
  .bg-dark a.btn {
    color: #FFFFFF; }
    .bg-dark a.btn::after {
      background-color: #FFFFFF;
      opacity: 0.2; }
    .bg-dark a.btn::before {
      background-color: #FFFFFF; }

.bg-light {
  color: #10233F; }
  .bg-light a.btn {
    color: #10233F; }
    .bg-light a.btn::after {
      background-color: #10233F;
      opacity: 0.2; }
    .bg-light a.btn::before {
      background-color: #FFFFFF; }

.bg_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .bg_media img, .bg_media video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.bg_media-container {
  position: relative; }

.bg_noise {
  display: none; }

.bg-light-blue[\:has\(\%3E\%20.bg_noise\)],
.bg-blue[\:has\(\%3E\%20.bg_noise\)] {
  position: relative;
  isolation: isolate; }

.bg-light-blue:has(> .bg_noise),
.bg-blue:has(> .bg_noise) {
  position: relative;
  isolation: isolate; }
  .bg-light-blue[\:has\(\%3E\%20.bg_noise\)]::after,
  .bg-blue[\:has\(\%3E\%20.bg_noise\)]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: var(--noise);
    background-size: 200px 200px;
    mix-blend-mode: overlay;
    pointer-events: none; }
  .bg-light-blue[\:has\(\%3E\%20.bg_noise\)]::after,
  .bg-blue[\:has\(\%3E\%20.bg_noise\)]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: var(--noise);
    background-size: 200px 200px;
    mix-blend-mode: overlay;
    pointer-events: none; }
  .bg-light-blue:has(> .bg_noise)::after,
  .bg-blue:has(> .bg_noise)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: var(--noise);
    background-size: 200px 200px;
    mix-blend-mode: overlay;
    pointer-events: none; }

.bg-sand[\:has\(\%3E\%20.bg_noise\)],
.bg-default[\:has\(\%3E\%20.bg_noise\)] {
  position: relative;
  isolation: isolate; }

.bg-sand:has(> .bg_noise),
.bg-default:has(> .bg_noise) {
  position: relative;
  isolation: isolate; }
  .bg-sand[\:has\(\%3E\%20.bg_noise\)]::after,
  .bg-default[\:has\(\%3E\%20.bg_noise\)]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: var(--noise);
    background-size: 200px 200px;
    mix-blend-mode: color-burn;
    pointer-events: none; }
  .bg-sand[\:has\(\%3E\%20.bg_noise\)]::after,
  .bg-default[\:has\(\%3E\%20.bg_noise\)]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: var(--noise);
    background-size: 200px 200px;
    mix-blend-mode: color-burn;
    pointer-events: none; }
  .bg-sand:has(> .bg_noise)::after,
  .bg-default:has(> .bg_noise)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: var(--noise);
    background-size: 200px 200px;
    mix-blend-mode: color-burn;
    pointer-events: none; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_top {
      padding-right: 0%; } }
  .title_top .txt {
    /* -- @include break(mobile)-- */ }

.ptop-none {
  padding-top: 0; }

.ptop-small {
  padding-top: 40px; }

.ptop-medium, .ptop-default {
  padding-top: 50px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .ptop-medium, .ptop-default {
      padding-top: 40px; } }

.ptop-large {
  padding-top: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .ptop-large {
      padding-top: 80px; } }

.ptop-xlarge {
  padding-top: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .ptop-xlarge {
      padding-top: 100px; } }

.pbottom-none {
  padding-bottom: 0; }

.pbottom-small {
  padding-bottom: 40px; }

.pbottom-medium, .pbottom-default {
  padding-bottom: 50px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .pbottom-medium, .pbottom-default {
      padding-bottom: 40px; } }

.pbottom-large {
  padding-bottom: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .pbottom-large {
      padding-bottom: 80px; } }

.pbottom-xlarge {
  padding-bottom: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .pbottom-xlarge {
      padding-bottom: 100px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup .inner {
    position: absolute;
    width: 80%;
    height: 80vh;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .popup .video_wrap {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .popup .video_wrap iframe, .popup .video_wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .popup .close span {
      font-style: italic; }
    .popup .close svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .popup .close:hover {
      color: #B9D9EB; }
      .popup .close:hover svg path {
        fill: #B9D9EB;
        stroke: #B9D9EB; }
  .popup .bg {
    background: rgba(16, 35, 63, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.anime-hero-title, .anime-hero-surtitle, .anime-hero-text, .anime-hero-btn, .anime-hero-line, .anime-hero-product-image-bg, .anime-hero-form {
  opacity: 0; }

.anime-hero-product-image {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.anime-hero-btn::after {
  width: 0%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.anime-hero-btn.done::after {
  width: 100%; }

.anime-title, .anime-btn {
  opacity: 0.3; }

.anime-box-media {
  overflow: hidden; }
  .anime-box-media img, .anime-box-media video {
    width: auto !important; }
  .anime-box-media img, .anime-box-media video {
    height: 120%; }

.anime-bg-parallax {
  overflow: hidden; }
  .anime-bg-parallax img, .anime-bg-parallax video {
    width: auto !important; }
  .anime-bg-parallax img, .anime-bg-parallax video {
    height: 130%; }

.anime-box-media_small img, .anime-box-media_small video {
  width: auto !important; }

.anime-box-media_small img, .anime-box-media_small video {
  height: 105%; }

.anime-bg-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 10vw 20vw;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0, #000 0) content-box, linear-gradient(#000 0, #000 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(0, #000));
          mask: linear-gradient(#000 0, #000 0) content-box, linear-gradient(#000 0, #000 0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out; }

.anime-bg-media_content {
  opacity: 0.2; }

.anime-fade {
  opacity: 0.3; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }

.timepieces-info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 8px 5%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
  .timepieces-info .timepieces-info_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .timepieces-info .timepieces-info_content .image {
      width: 55px;
      height: 55px;
      background-color: #FFF9F3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden; }
      .timepieces-info .timepieces-info_content .image img {
        width: 75%; }
    .timepieces-info .timepieces-info_content .text .title {
      font-size: 14px;
      font-style: normal;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 140%;
      text-transform: uppercase;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .timepieces-info .timepieces-info_content .text .title {
          font-size: 10px; } }
    .timepieces-info .timepieces-info_content .text .collection {
      font-size: 10px;
      font-style: normal;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 140%;
      text-transform: uppercase;
      color: #BC9B6A;
      margin-top: 2px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .timepieces-info .timepieces-info_content .text .collection {
          font-size: 8px; } }
  .timepieces-info .timepieces-info_contact {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px; }
    .timepieces-info .timepieces-info_contact .contact_btn {
      font-size: 12px;
      font-style: normal;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      line-height: 100%;
      letter-spacing: 0.6px;
      text-transform: capitalize;
      text-decoration: none;
      border: 1px solid rgba(16, 35, 63, 0.2);
      padding: 12px 26px 14px 26px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .timepieces-info .timepieces-info_contact .contact_btn {
          padding: 10px 20px 12px 20px; } }
      .timepieces-info .timepieces-info_contact .contact_btn:hover {
        background-color: #10233F;
        color: #fff; }
      @media only screen and (max-width: 768px) {
        .timepieces-info .timepieces-info_contact .contact_btn .mobile {
          display: inline; }
        .timepieces-info .timepieces-info_contact .contact_btn .desktop {
          display: none; } }
  .timepieces-info.is-sticky-bottom {
    position: absolute !important;
    top: auto !important; }
  .timepieces-info.is-sticky-bottom {
    z-index: 0;
    -webkit-transition: -webkit-transform 0s ease;
    transition: -webkit-transform 0s ease;
    transition: transform 0s ease;
    transition: transform 0s ease, -webkit-transform 0s ease;
    bottom: 0;
    left: 0;
    right: 0; }
    .timepieces-info.is-sticky-bottom.is-hidden {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
  .timepieces-info.is-hidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }

.page-container {
  position: relative; }

.template-archive-news .page-container {
  position: relative; }

.news-wrapper {
  --news-gap: max(40px, min(5vw, 100px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--news-gap);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .news-wrapper {
      --news-gap: 60px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .news-wrapper .news-item .news-item-image img, .news-wrapper .news-item .news-item-image video {
    width: 100% !important; }
  .news-wrapper .news-item .news-item-image img, .news-wrapper .news-item .news-item-image video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 113%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .news-wrapper .news-item .news-item-content .title-h2 {
    margin-bottom: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .news-wrapper .news-item .news-item-content .title-h2 {
        margin-bottom: 20px; } }
  .news-wrapper .news-item .news-item-content .btn {
    margin-top: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .news-wrapper .news-item .news-item-content .btn {
        margin-top: 20px; } }
  .news-wrapper .news-item:nth-child(6n+1), .news-wrapper .news-item:nth-child(6n+4) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .news-wrapper .news-item:nth-child(6n+1), .news-wrapper .news-item:nth-child(6n+4) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .news-wrapper .news-item:nth-child(6n+1) .news-item-image, .news-wrapper .news-item:nth-child(6n+4) .news-item-image {
      width: 50%;
      position: relative;
      padding-bottom: 55%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .news-wrapper .news-item:nth-child(6n+1) .news-item-image, .news-wrapper .news-item:nth-child(6n+4) .news-item-image {
          margin-bottom: 30px;
          width: 100%;
          padding-bottom: 112%; } }
    .news-wrapper .news-item:nth-child(6n+1) .news-item-content, .news-wrapper .news-item:nth-child(6n+4) .news-item-content {
      width: 50%;
      padding: 0 5.8%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .news-wrapper .news-item:nth-child(6n+1) .news-item-content, .news-wrapper .news-item:nth-child(6n+4) .news-item-content {
          width: 100%;
          padding: 0; } }
      .news-wrapper .news-item:nth-child(6n+1) .news-item-content .title-h2, .news-wrapper .news-item:nth-child(6n+4) .news-item-content .title-h2 {
        margin-bottom: 40px; }
      .news-wrapper .news-item:nth-child(6n+1) .news-item-content .btn, .news-wrapper .news-item:nth-child(6n+4) .news-item-content .btn {
        margin-top: 40px; }
  .news-wrapper .news-item:nth-child(6n+3), .news-wrapper .news-item:nth-child(6n+5) {
    width: calc(50% - var(--news-gap));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .news-wrapper .news-item:nth-child(6n+3), .news-wrapper .news-item:nth-child(6n+5) {
        width: 100%; } }
    .news-wrapper .news-item:nth-child(6n+3) .news-item-image, .news-wrapper .news-item:nth-child(6n+5) .news-item-image {
      width: 100%;
      position: relative;
      padding-bottom: 128.85%;
      margin-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .news-wrapper .news-item:nth-child(6n+3) .news-item-image, .news-wrapper .news-item:nth-child(6n+5) .news-item-image {
          padding-bottom: 112%;
          margin-bottom: 30px; } }
  .news-wrapper .news-item:nth-child(6n+2), .news-wrapper .news-item:nth-child(6n+6) {
    padding-top: 6.55%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .news-wrapper .news-item:nth-child(6n+2), .news-wrapper .news-item:nth-child(6n+6) {
        width: 100%;
        padding-top: 0; } }
    .news-wrapper .news-item:nth-child(6n+2) .news-item-image, .news-wrapper .news-item:nth-child(6n+6) .news-item-image {
      width: 100%;
      position: relative;
      padding-bottom: 57.25%;
      margin-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .news-wrapper .news-item:nth-child(6n+2) .news-item-image, .news-wrapper .news-item:nth-child(6n+6) .news-item-image {
          padding-bottom: 112%;
          margin-bottom: 30px; } }

.load-more_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .load-more_wrapper {
      margin-top: 60px; } }
  .load-more_wrapper .btn-load-more {
    font-size: 16px;
    font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    border: 1px solid rgba(16, 35, 63, 0.2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    padding: 16px 28px 18px 28px; }
    .load-more_wrapper .btn-load-more:hover {
      border: 1px solid #10233f; }

.subscribe-sticky {
  position: fixed;
  bottom: 1vw;
  right: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #10233F;
  color: #fff;
  padding: 16px;
  cursor: pointer;
  z-index: 1000;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .subscribe-sticky {
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .subscribe-sticky .icon {
    width: 30px; }
    .subscribe-sticky .icon svg {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .subscribe-sticky .text {
    font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.6px;
    text-transform: uppercase; }
  .subscribe-sticky.is-sticky-bottom {
    position: absolute !important; }
  .subscribe-sticky.is-sticky-bottom {
    bottom: 1vw; }

.related-news .related-news_title {
  margin-bottom: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .related-news .related-news_title {
      margin-bottom: 100px; } }

.related-news .related-news_list {
  --news-gap: max(40px, min(5vw, 100px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--news-gap);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .related-news .related-news_list {
      --news-gap: 60px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .related-news .related-news_list .news-item .news-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .related-news .related-news_list .news-item .news-item-content .title-h2 {
    margin-bottom: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .related-news .related-news_list .news-item .news-item-content .title-h2 {
        margin-bottom: 20px; } }
  .related-news .related-news_list .news-item .news-item-content .btn {
    margin-top: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .related-news .related-news_list .news-item .news-item-content .btn {
        margin-top: 20px; } }
  .related-news .related-news_list .news-item:nth-child(2n+1) {
    width: calc(50% - var(--news-gap));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .related-news .related-news_list .news-item:nth-child(2n+1) {
        width: 100%; } }
    .related-news .related-news_list .news-item:nth-child(2n+1) .news-item-image {
      width: 100%;
      position: relative;
      padding-bottom: 128.85%;
      margin-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .related-news .related-news_list .news-item:nth-child(2n+1) .news-item-image {
          padding-bottom: 112%;
          margin-bottom: 30px; } }
  .related-news .related-news_list .news-item:nth-child(2n+2) {
    padding-top: 6.55%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .related-news .related-news_list .news-item:nth-child(2n+2) {
        width: 100%;
        padding-top: 0; } }
    .related-news .related-news_list .news-item:nth-child(2n+2) .news-item-image {
      width: 100%;
      position: relative;
      padding-bottom: 57.25%;
      margin-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .related-news .related-news_list .news-item:nth-child(2n+2) .news-item-image {
          padding-bottom: 112%;
          margin-bottom: 30px; } }

.template-contact {
  background-color: #B9D9EB;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .template-contact .bg_lotus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; }
    .template-contact .bg_lotus svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: auto;
      height: 270%;
      stroke-width: 0.05%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .bg_lotus svg {
          height: 200%;
          stroke-width: 0.06%; } }
      @media only screen and (max-width: 768px) {
        .template-contact .bg_lotus svg {
          height: 180%;
          stroke-width: 0.07%; } }
  .template-contact .form_intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 5%;
    z-index: 3;
    text-align: center;
    display: none; }
    .template-contact .form_intro .text {
      margin-top: 40px;
      max-width: 440px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .template-contact .form_intro .btn-container {
      margin-top: 40px; }
  .template-contact .form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
    .template-contact .form fieldset {
      text-align: center;
      outline: none;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 80px 5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .template-contact .form .title-wrapper {
      margin-bottom: max(40px, min(5vw, 80px)); }
      .template-contact .form .title-wrapper p {
        margin-top: 30px; }
    .template-contact .form .frm_checkbox label {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-contact .form .frm_checkbox label {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 8px;
          text-align: left; } }
    .template-contact .form .frm_checkbox input[type="checkbox"] {
      -moz-appearance: none;
           appearance: none;
      -webkit-appearance: none;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 12px;
      height: 12px;
      border: 1px solid rgba(16, 35, 63, 0.6);
      background: transparent;
      cursor: pointer;
      position: relative;
      -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
      transition: border-color 0.3s ease, background-color 0.3s ease;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-contact .form .frm_checkbox input[type="checkbox"] {
          margin-top: 4px; } }
      .template-contact .form .frm_checkbox input[type="checkbox"]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        background-color: #10233F;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
      .template-contact .form .frm_checkbox input[type="checkbox"]:checked::after {
        opacity: 1; }
    .template-contact .form .frm_submit {
      margin-top: max(40px, min(5vw, 80px));
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
    .template-contact .form .frm_opt_container[role="radiogroup"] {
      gap: 20px !important; }
    .template-contact .form .frm_opt_container[role="radiogroup"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 650px;
      margin: 0 auto;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-contact .form .frm_opt_container[role="radiogroup"] {
          gap: 12px !important; } }
      .template-contact .form .frm_opt_container[role="radiogroup"] .frm_radio {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        .template-contact .form .frm_opt_container[role="radiogroup"] .frm_radio input[type=radio]:checked + .frm_label_button_container {
          background-color: #10233F;
          border: 1px solid #10233f;
          color: white; }
      .template-contact .form .frm_opt_container[role="radiogroup"] .frm_label_button_container {
        margin: 0;
        border-radius: 40px;
        border: 1px solid rgba(16, 35, 63, 0.2);
        padding: 16px 28px 18px 28px;
        line-height: 100%;
        font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-contact .form .frm_opt_container[role="radiogroup"] .frm_label_button_container {
            padding: 10px 18px 12px 18px;
            font-size: 11px; } }
    .template-contact .form input[type="text"],
    .template-contact .form input[type="email"],
    .template-contact .form input[type="tel"] {
      margin-top: 40px !important;
      padding-left: 0 !important; }
    .template-contact .form input[type="text"],
    .template-contact .form input[type="email"],
    .template-contact .form input[type="tel"] {
      border: none;
      background-color: transparent;
      border-bottom: 1px solid rgba(16, 35, 63, 0.2);
      padding: 0 0 12px 0;
      font-size: 24px;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 100%;
      text-transform: uppercase;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      text-align: center;
      width: 100%;
      max-width: 300px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-contact .form input[type="text"],
        .template-contact .form input[type="email"],
        .template-contact .form input[type="tel"] {
          font-size: 18px; } }
      .template-contact .form input[type="text"]:first-of-type,
      .template-contact .form input[type="email"]:first-of-type,
      .template-contact .form input[type="tel"]:first-of-type {
        margin-top: 0 !important; }
      .template-contact .form input[type="text"]:hover, .template-contact .form input[type="text"]:focus,
      .template-contact .form input[type="email"]:hover,
      .template-contact .form input[type="email"]:focus,
      .template-contact .form input[type="tel"]:hover,
      .template-contact .form input[type="tel"]:focus {
        outline: none;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-bottom: 1px solid #10233f; }
      .template-contact .form input[type="text"]::-webkit-input-placeholder, .template-contact .form input[type="email"]::-webkit-input-placeholder, .template-contact .form input[type="tel"]::-webkit-input-placeholder {
        color: rgba(16, 35, 63, 0.2); }
      .template-contact .form input[type="text"]::-moz-placeholder, .template-contact .form input[type="email"]::-moz-placeholder, .template-contact .form input[type="tel"]::-moz-placeholder {
        color: rgba(16, 35, 63, 0.2); }
      .template-contact .form input[type="text"]:-ms-input-placeholder, .template-contact .form input[type="email"]:-ms-input-placeholder, .template-contact .form input[type="tel"]:-ms-input-placeholder {
        color: rgba(16, 35, 63, 0.2); }
      .template-contact .form input[type="text"]::-ms-input-placeholder, .template-contact .form input[type="email"]::-ms-input-placeholder, .template-contact .form input[type="tel"]::-ms-input-placeholder {
        color: rgba(16, 35, 63, 0.2); }
      .template-contact .form input[type="text"]::placeholder,
      .template-contact .form input[type="email"]::placeholder,
      .template-contact .form input[type="tel"]::placeholder {
        color: rgba(16, 35, 63, 0.2); }
    .template-contact .form .frm_checkbox {
      margin-top: 20px;
      font-size: 12px; }
    .template-contact .form .frm_error {
      margin-top: 20px; }
    .template-contact .form fieldset.frm-invalid .frm_button_submit {
      opacity: 0.3;
      pointer-events: none; }
    .template-contact .form .frm_button_submit, .template-contact .form .frm_prev_page {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      border: none;
      display: inline-block;
      position: relative;
      color: #10233F;
      text-decoration: none;
      letter-spacing: 0.8px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 8px;
      cursor: pointer;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal; }
      .template-contact .form .frm_button_submit::after, .template-contact .form .frm_prev_page::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #10233F;
        opacity: 0.2;
        z-index: 1; }
      .template-contact .form .frm_button_submit::before, .template-contact .form .frm_prev_page::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 0%;
        height: 1px;
        background-color: #10233F;
        -webkit-transition: width 0.4s;
        transition: width 0.4s;
        z-index: 2; }
      .template-contact .form .frm_button_submit:hover, .template-contact .form .frm_button_submit:focus, .template-contact .form .frm_prev_page:hover, .template-contact .form .frm_prev_page:focus {
        color: inherit !important; }
        .template-contact .form .frm_button_submit:hover::before, .template-contact .form .frm_button_submit:focus::before, .template-contact .form .frm_prev_page:hover::before, .template-contact .form .frm_prev_page:focus::before {
          width: 100%; }
    .template-contact .form .frm_prev_page {
      font-size: 12px;
      position: absolute;
      bottom: 75px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-contact .form .frm_prev_page {
          bottom: 60px; } }
      .template-contact .form .frm_prev_page::after {
        display: none; }
    .template-contact .form .frm_page_num_4 input,
    .template-contact .form .frm_page_num_4 input[type="email"],
    .template-contact .form .frm_page_num_4 input[type="tel"] {
      max-width: 430px; }
    .template-contact .form .frm_forms .iti {
      width: 100%;
      margin-top: 40px; }
    .template-contact .form .iti__country-container {
      display: none; }
    .template-contact .form .steps-indicator {
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      z-index: 4; }
      .template-contact .form .steps-indicator .step {
        width: 40px;
        height: 0;
        border-top: 3px solid rgba(16, 35, 63, 0.3);
        -webkit-transition: border-color 0.4s ease, border-style 0.4s ease, opacity 0.4s ease;
        transition: border-color 0.4s ease, border-style 0.4s ease, opacity 0.4s ease; }
        .template-contact .form .steps-indicator .step.is-active {
          border-top: 3px solid #10233f; }
        .template-contact .form .steps-indicator .step.is-done {
          border-top: 3px solid rgba(16, 35, 63, 0.3); }
    .template-contact .form .frm_forms > .frm_message {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 80px 20%;
      z-index: 3;
      text-transform: uppercase;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3em;
      text-align: center;
      line-height: 120%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-contact .form .frm_forms > .frm_message {
          padding: 18% 5%;
          font-size: 2em; } }
      .template-contact .form .frm_forms > .frm_message .btn {
        font-size: 16px;
        text-transform: none;
        margin-bottom: -150px;
        margin-top: 70px;
        display: block;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-contact .form .frm_forms > .frm_message .btn {
            margin-bottom: -80px !important;
            margin-top: 50px !important; } }

div[\:has\(\%3E\%20input.frm_verify\)] {
  display: none !important; }

div:has(> input.frm_verify) {
  display: none !important; }

@-webkit-keyframes suggestionAppear {
  from {
    opacity: 0.2; }
  to {
    opacity: 1; } }

@keyframes suggestionAppear {
  from {
    opacity: 0.2; }
  to {
    opacity: 1; } }

#field_s33g2.has-suggestion {
  -webkit-animation: suggestionAppear 1s ease forwards;
          animation: suggestionAppear 1s ease forwards; }

@-webkit-keyframes bovetSlideIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes bovetSlideIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes bovetSlideOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes bovetSlideOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes bovetFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes bovetFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.frm-page-enter-next {
  -webkit-animation: bovetSlideIn 1s cubic-bezier(0.567, -0.013, 0.493, 0.98) both;
          animation: bovetSlideIn 1s cubic-bezier(0.567, -0.013, 0.493, 0.98) both; }

.frm-page-enter-prev {
  -webkit-animation: bovetSlideIn 1s cubic-bezier(0.567, -0.013, 0.493, 0.98) both;
          animation: bovetSlideIn 1s cubic-bezier(0.567, -0.013, 0.493, 0.98) both; }

.frm-page-exit {
  -webkit-animation: bovetFadeOut 0.8s ease both;
          animation: bovetFadeOut 0.8s ease both;
  pointer-events: none; }

.module-01-hero {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-01-hero {
      padding: 80px 0; } }
  .module-01-hero .hero-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
    .module-01-hero .hero-content .hero-text {
      text-align: justify; }
    .module-01-hero .hero-content.align-left {
      padding-right: 35%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-hero .hero-content.align-left {
          padding-right: 0; } }
    .module-01-hero .hero-content.align-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 25%;
      padding-right: 25%;
      text-align: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-hero .hero-content.align-center {
          padding-left: 0;
          padding-right: 0; } }
      .module-01-hero .hero-content.align-center .hero-text {
        text-align: center;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; }
    .module-01-hero .hero-content.align-right {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-left: 35%;
      text-align: right;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-hero .hero-content.align-right {
          padding-left: 0; } }
      .module-01-hero .hero-content.align-right .hero-text {
        text-align: right; }
    .module-01-hero .hero-content .subtitle {
      margin-bottom: 10px; }
    .module-01-hero .hero-content .date {
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      margin-bottom: 20px; }
    .module-01-hero .hero-content .hero-text {
      margin-top: 30px; }
    .module-01-hero .hero-content .btn {
      margin-top: 20px; }
  .module-01-hero .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 69px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 3;
    overflow: hidden; }
    .module-01-hero .line .line-inner {
      width: 100%;
      height: 100%;
      background-color: #FFFFFF;
      -webkit-animation: line-animation 2s ease-in-out infinite;
              animation: line-animation 2s ease-in-out infinite; }
  .module-01-hero .hero-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .module-01-hero.hero-type-product .bg_noise {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    mix-blend-mode: color-burn; }
  .module-01-hero.hero-type-product .hero-content {
    padding-left: 0%;
    padding-right: 0%; }
    .module-01-hero.hero-type-product .hero-content .collection-name {
      margin-bottom: 10px; }
  .module-01-hero.hero-type-product .title-h1-big {
    padding-left: 15%;
    padding-right: 15%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-hero.hero-type-product .title-h1-big {
        padding-left: 0;
        padding-right: 0; } }
  .module-01-hero.hero-type-product .product-image {
    margin-left: auto;
    margin-right: auto;
    width: 365px;
    height: 370px;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-hero.hero-type-product .product-image {
        width: 250px;
        height: 255px; } }
    .module-01-hero.hero-type-product .product-image .product-image-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .module-01-hero.hero-type-product .product-image .product-image-bg .img_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0; }
        .module-01-hero.hero-type-product .product-image .product-image-bg .img_bg.bg-color_gradient {
          background: -webkit-gradient(linear, left top, left bottom, from(#E6ECFF), color-stop(70%, #FFF9F3));
          background: linear-gradient(180deg, #E6ECFF 0%, #FFF9F3 70%);
          background-blend-mode: overlay, normal; }
        .module-01-hero.hero-type-product .product-image .product-image-bg .img_bg.bg-color_dark-blue {
          background: -webkit-gradient(linear, left top, left bottom, from(#10233f), color-stop(30%, #10233f), to(rgba(16, 35, 63, 0)));
          background: linear-gradient(to bottom, #10233f 0%, #10233f 30%, rgba(16, 35, 63, 0) 100%); }
        .module-01-hero.hero-type-product .product-image .product-image-bg .img_bg.bg-color_light-blue {
          background: -webkit-gradient(linear, left top, left bottom, from(#b9d9eb), color-stop(30%, #b9d9eb), to(rgba(185, 217, 235, 0)));
          background: linear-gradient(to bottom, #b9d9eb 0%, #b9d9eb 30%, rgba(185, 217, 235, 0) 100%); }
        .module-01-hero.hero-type-product .product-image .product-image-bg .img_bg.bg-color_white {
          background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, white), to(rgba(255, 255, 255, 0)));
          background: linear-gradient(to bottom, white 0%, white 30%, rgba(255, 255, 255, 0) 100%); }
        .module-01-hero.hero-type-product .product-image .product-image-bg .img_bg.bg-color_sand {
          background: -webkit-gradient(linear, left top, left bottom, from(#fff9f3), color-stop(30%, #fff9f3), to(rgba(255, 249, 243, 0)));
          background: linear-gradient(to bottom, #fff9f3 0%, #fff9f3 30%, rgba(255, 249, 243, 0) 100%); }
    .module-01-hero.hero-type-product .product-image .product-image-inner {
      margin: 0 auto;
      width: 83%;
      position: relative;
      padding-bottom: 100%; }
      .module-01-hero.hero-type-product .product-image .product-image-inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .module-01-hero.hero-type-news .hero-content.align-center {
    padding-left: 12%;
    padding-right: 12%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-hero.hero-type-news .hero-content.align-center {
        padding-left: 0;
        padding-right: 0; } }

@-webkit-keyframes line-animation {
  0% {
    height: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes line-animation {
  0% {
    height: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

.module-02-text .subtitle-wrapper {
  margin-top: 10px; }

.module-02-text .text {
  text-align: justify !important; }

.module-02-text .text {
  margin-top: 30px; }
  .module-02-text .text_size-medium {
    font-size: 1.5em; }
  .module-02-text .text_size-big {
    font-size: 2em;
    font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal; }

.module-02-text .link-wrapper {
  margin-top: 20px; }

.module-02-text .lotus-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.module-03-2col .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-03-2col .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-03-2col .flex.txt-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-03-2col .flex.txt-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.module-03-2col .col-content {
  padding: 0 5.8%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-03-2col .col-content {
      padding: 0;
      width: 100%; } }
  .module-03-2col .col-content .text {
    margin-top: 30px;
    text-align: justify; }
  .module-03-2col .col-content .btn {
    margin-top: 30px; }

.module-03-2col .col-media {
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-03-2col .col-media {
      width: 100%;
      margin-top: 40px; } }
  .module-03-2col .col-media.bg_media-container {
    padding-bottom: 55%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-03-2col .col-media.bg_media-container {
        padding-bottom: 112%; } }
  .module-03-2col .col-media .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .module-03-2col .col-media .media-ratio video, .module-03-2col .col-media .media-ratio img {
    width: 100%;
    height: auto; }

.module-03-2col .container-full .col-content {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-03-2col .container-full .col-content {
      padding: 0 5%; } }

.module-04-text2col .flex {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-04-text2col .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.module-04-text2col .col-title {
  width: 45%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-04-text2col .col-title {
      width: 100%; } }
  .module-04-text2col .col-title .subtitle {
    margin-top: 10px; }

.module-04-text2col .col-text {
  width: 45%;
  text-align: justify;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-04-text2col .col-text {
      width: 100%;
      margin-top: 40px; } }
  .module-04-text2col .col-text .btn {
    margin-top: 30px; }

.module-05-content2col .title-section {
  padding-right: 50%;
  margin-bottom: 60px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-05-content2col .title-section {
      padding-right: 30%; } }
  @media only screen and (max-width: 768px) {
    .module-05-content2col .title-section {
      padding-right: 0;
      margin-bottom: 40px; } }

.module-05-content2col .content_flex {
  gap: 14px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05-content2col .content_flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0px; } }
  .module-05-content2col .content_flex .col-left {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .col-left {
        width: 100%; } }
  .module-05-content2col .content_flex .col-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .col-right {
        width: 100%; } }
  .module-05-content2col .content_flex .component:first-of-type {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component:first-of-type {
        padding-top: 0 !important; } }
  .module-05-content2col .content_flex .component.component_ptop-small {
    padding-top: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_ptop-small {
        padding-top: 20px; } }
  .module-05-content2col .content_flex .component.component_ptop-medium {
    padding-top: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_ptop-medium {
        padding-top: 30px; } }
  .module-05-content2col .content_flex .component.component_ptop-large {
    padding-top: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_ptop-large {
        padding-top: 40px; } }
  .module-05-content2col .content_flex .component.component_ptop-none {
    padding-top: 0; }
  .module-05-content2col .content_flex .component.component_mtop-small {
    padding-top: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_mtop-small {
        padding-top: 20px; } }
  .module-05-content2col .content_flex .component.component_mtop-medium {
    padding-top: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_mtop-medium {
        padding-top: 30px; } }
  .module-05-content2col .content_flex .component.component_mtop-large {
    padding-top: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_mtop-large {
        padding-top: 40px; } }
  .module-05-content2col .content_flex .component.component_mtop-none {
    padding-top: 0; }
  .module-05-content2col .content_flex .component.component_pbottom-small {
    padding-bottom: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_pbottom-small {
        padding-bottom: 20px; } }
  .module-05-content2col .content_flex .component.component_pbottom-medium {
    padding-bottom: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_pbottom-medium {
        padding-bottom: 30px; } }
  .module-05-content2col .content_flex .component.component_pbottom-large {
    padding-bottom: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_pbottom-large {
        padding-bottom: 40px; } }
  .module-05-content2col .content_flex .component.component_pbottom-none {
    padding-bottom: 0; }
  .module-05-content2col .content_flex .component.component_mbottom-small {
    padding-bottom: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_mbottom-small {
        padding-bottom: 20px; } }
  .module-05-content2col .content_flex .component.component_mbottom-medium {
    padding-bottom: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_mbottom-medium {
        padding-bottom: 30px; } }
  .module-05-content2col .content_flex .component.component_mbottom-large {
    padding-bottom: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_mbottom-large {
        padding-bottom: 40px; } }
  .module-05-content2col .content_flex .component.component_mbottom-none {
    padding-bottom: 0; }
  .module-05-content2col .content_flex .component.component_pright-padding {
    padding-right: 10%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_pright-padding {
        padding-right: 0; } }
  .module-05-content2col .content_flex .component.component_pleft-padding {
    padding-left: 10%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-content2col .content_flex .component.component_pleft-padding {
        padding-left: 0; } }
  .module-05-content2col .content_flex .component.bg_media-container {
    padding-bottom: 138%; }
  .module-05-content2col .content_flex .component .media-ratio video, .module-05-content2col .content_flex .component .media-ratio img {
    width: 115% !important;
    height: auto !important; }
  .module-05-content2col .content_flex .component .media-ratio video, .module-05-content2col .content_flex .component .media-ratio img {
    margin-left: -8%; }

.module-06-media {
  line-height: 0; }
  .module-06-media.ptop-default {
    padding-top: 0; }
  .module-06-media.pbottom-default {
    padding-bottom: 0; }
  .module-06-media .module-container {
    position: relative;
    pointer-events: none; }
  .module-06-media .media-container {
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-06-media .media-container {
        padding-bottom: 60vh; } }
    .module-06-media .media-container img, .module-06-media .media-container video {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
      pointer-events: all;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-media .media-container img, .module-06-media .media-container video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
    .module-06-media .media-container .filter {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      pointer-events: none; }
    .module-06-media .media-container.has-content {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-media .media-container.has-content {
          padding-bottom: 100vh; } }
  .module-06-media .media-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    overflow: hidden;
    line-height: 120%; }
    .module-06-media .media-content .hero-text {
      text-align: justify; }
    .module-06-media .media-content.align-left {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: justify;
      padding-right: 50%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-media .media-content.align-left {
          padding-right: 0; } }
      .module-06-media .media-content.align-left .hero-text {
        text-align: justify; }
    .module-06-media .media-content.align-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      padding-left: 25%;
      padding-right: 25%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-media .media-content.align-center {
          padding-left: 0;
          padding-right: 0; } }
      .module-06-media .media-content.align-center .hero-text {
        text-align: center;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; }
    .module-06-media .media-content.align-right {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: right;
      padding-left: 50%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-media .media-content.align-right {
          padding-left: 0; } }
      .module-06-media .media-content.align-right .hero-text {
        text-align: right; }
    .module-06-media .media-content .container-text {
      padding-left: 10%;
      padding-right: 10%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-media .media-content .container-text {
          padding-left: 5%;
          padding-right: 5%; } }
    .module-06-media .media-content .subtitle {
      margin-bottom: 10px; }
    .module-06-media .media-content .hero-text {
      margin-top: 30px; }
    .module-06-media .media-content .btn {
      margin-top: 20px;
      pointer-events: all; }
    .module-06-media .media-content .media-icon {
      max-width: 70px; }
  .module-06-media .video-play-pause {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 7;
    cursor: pointer; }
    .module-06-media .video-play-pause .icon {
      width: 14px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      pointer-events: all; }
      .module-06-media .video-play-pause .icon:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); }
    .module-06-media .video-play-pause .icon-pause {
      opacity: 0;
      pointer-events: none; }
    .module-06-media .video-play-pause.playing .icon-play {
      opacity: 0;
      pointer-events: none; }
    .module-06-media .video-play-pause.playing .icon-pause {
      opacity: 1;
      pointer-events: auto; }

.module-07-immersive {
  line-height: 0; }
  .module-07-immersive.ptop-default {
    padding-top: 0; }
  .module-07-immersive.pbottom-default {
    padding-bottom: 0; }
  .module-07-immersive .module-container {
    position: relative;
    min-height: 120vh; }
  .module-07-immersive .immersive-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .module-07-immersive .immersive-container .filter {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  .module-07-immersive .immersive-content {
    position: relative;
    width: 100%;
    min-height: 120vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 120%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-07-immersive .immersive-content {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .module-07-immersive .immersive-content .hero-text {
      text-align: justify; }
    .module-07-immersive .immersive-content.align-left .container {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left;
      padding-right: 50%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-07-immersive .immersive-content.align-left .container {
          padding-right: 0; } }
    .module-07-immersive .immersive-content.align-center .container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      padding-left: 25%;
      padding-right: 25%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-07-immersive .immersive-content.align-center .container {
          padding-left: 0;
          padding-right: 0; } }
      .module-07-immersive .immersive-content.align-center .container .hero-text {
        text-align: center;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; }
    .module-07-immersive .immersive-content.align-right .container {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: right;
      padding-left: 50%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-07-immersive .immersive-content.align-right .container {
          padding-left: 0; } }
      .module-07-immersive .immersive-content.align-right .container .hero-text {
        text-align: right; }
    .module-07-immersive .immersive-content .container-text {
      padding-left: 10%;
      padding-right: 10%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-07-immersive .immersive-content .container-text {
          padding-left: 5%;
          padding-right: 5%; } }
    .module-07-immersive .immersive-content .subtitle {
      margin-bottom: 10px; }
    .module-07-immersive .immersive-content .hero-text {
      margin-top: 30px; }
    .module-07-immersive .immersive-content .btn {
      margin-top: 20px; }
    .module-07-immersive .immersive-content .immersive-icon {
      max-width: 70px; }

.module-08-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-08-gallery .gallery {
      gap: 10px; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-08-gallery .gallery {
      gap: 5vw; } }
  .module-08-gallery .gallery .gallery-item {
    width: calc(33.333% - 13.333px);
    position: relative;
    padding-bottom: 38.4%;
    overflow: hidden;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-08-gallery .gallery .gallery-item {
        width: calc(33.333% - 6.67px); } }
    @media only screen and (max-width: 768px) {
      .module-08-gallery .gallery .gallery-item {
        width: 100%;
        padding-bottom: 118.8%; } }

.module-09-slider {
  overflow: hidden;
  position: relative; }
  .module-09-slider.ptop-default {
    padding-top: 0px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-09-slider.ptop-default {
        padding-top: 0px; } }
  .module-09-slider.pbottom-default {
    padding-bottom: 0px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-09-slider.pbottom-default {
        padding-bottom: 0px; } }
  .module-09-slider .slider-pin {
    position: relative;
    width: 100%;
    height: 100vh;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-09-slider .slider-pin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: auto; } }
  .module-09-slider .slider_container {
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-09-slider .slider_container {
        height: 80vw;
        padding-bottom: 0; } }
    .module-09-slider .slider_container .slide {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: none;
      overflow: hidden;
      pointer-events: none; }
      .module-09-slider .slider_container .slide .content {
        position: absolute;
        bottom: 4vw;
        left: 5vw;
        right: 5vw;
        z-index: 2;
        text-align: right;
        font-size: 1.25em;
        text-transform: uppercase;
        pointer-events: all;
        opacity: 0;
        font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-09-slider .slider_container .slide .content {
            font-size: 0.75em; } }
      .module-09-slider .slider_container .slide:first-of-type {
        display: block; }
        .module-09-slider .slider_container .slide:first-of-type .content {
          opacity: 1; }
  .module-09-slider .arrow_wrapper {
    top: 50%;
    left: 2.5%;
    right: 2.5%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3; }
    .module-09-slider .arrow_wrapper .arrow_right,
    .module-09-slider .arrow_wrapper .arrow_left {
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .module-09-slider .arrow_wrapper .arrow_right {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .module-09-slider .arrow_wrapper .arrow_right:hover {
        -webkit-transform: rotate(-90deg) scale(1.1);
                transform: rotate(-90deg) scale(1.1); }
    .module-09-slider .arrow_wrapper .arrow_left {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .module-09-slider .arrow_wrapper .arrow_left:hover {
        -webkit-transform: rotate(90deg) scale(1.1);
                transform: rotate(90deg) scale(1.1); }
    .module-09-slider .arrow_wrapper.mobile {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-09-slider .arrow_wrapper.mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

.module-10-cards .title-container {
  margin-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-10-cards .title-container {
      margin-bottom: 40px; } }

.module-10-cards .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-10-cards .cards-container {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px; } }
  .module-10-cards .cards-container .item {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 450px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-10-cards .cards-container .item {
        width: calc(50% - 10px); } }
  .module-10-cards .cards-container .card {
    width: 100%;
    border: 1px solid rgba(16, 35, 63, 0.2);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    padding-bottom: 130.3%;
    display: block; }
    .module-10-cards .cards-container .card .card-inner {
      position: absolute;
      top: 5%;
      left: 12.1%;
      right: 12.1%;
      bottom: 5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .module-10-cards .cards-container .card .thumb {
      width: 100%;
      padding-bottom: 121%;
      position: relative;
      margin-bottom: 10%;
      -webkit-transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-10-cards .cards-container .card .thumb {
          padding-bottom: 114%; } }
      .module-10-cards .cards-container .card .thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .module-10-cards .cards-container .card .content {
      text-align: center;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      container-type: inline-size; }
      .module-10-cards .cards-container .card .content .name {
        font-size: 7.45cqw;
        font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-10-cards .cards-container .card .content .name {
            font-size: 12px;
            line-height: 120%; } }
      .module-10-cards .cards-container .card .content .hover-text {
        font-size: 12px;
        letter-spacing: 0.6px;
        opacity: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
        transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
        -webkit-transform: translateY(30%);
                transform: translateY(30%); }
    .module-10-cards .cards-container .card .hover {
      /* -- @include break(mobile)-- */ }
      @media only screen and (min-width: 991px) {
        .module-10-cards .cards-container .card .hover {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(#E6ECFF), color-stop(70%, #FFF9F3));
          background: linear-gradient(180deg, #E6ECFF 0%, #FFF9F3 70%);
          background-blend-mode: overlay, normal;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
          transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98); } }
    .module-10-cards .cards-container .card.hover-color_dark-blue .hover {
      /* -- @include break(mobile)-- */ }
      @media only screen and (min-width: 991px) {
        .module-10-cards .cards-container .card.hover-color_dark-blue .hover {
          -webkit-transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
          transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
          height: 400%;
          -webkit-transform: translateY(-80%);
                  transform: translateY(-80%);
          background: -webkit-gradient(linear, left top, left bottom, from(#10233f), color-stop(30%, #10233f), to(rgba(16, 35, 63, 0)));
          background: linear-gradient(to bottom, #10233f 0%, #10233f 30%, rgba(16, 35, 63, 0) 100%); } }
    .module-10-cards .cards-container .card.hover-color_light-blue .hover {
      /* -- @include break(mobile)-- */ }
      @media only screen and (min-width: 991px) {
        .module-10-cards .cards-container .card.hover-color_light-blue .hover {
          -webkit-transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
          transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
          height: 400%;
          -webkit-transform: translateY(-80%);
                  transform: translateY(-80%);
          background: -webkit-gradient(linear, left top, left bottom, from(#b9d9eb), color-stop(30%, #b9d9eb), to(rgba(185, 217, 235, 0)));
          background: linear-gradient(to bottom, #b9d9eb 0%, #b9d9eb 30%, rgba(185, 217, 235, 0) 100%); } }
    .module-10-cards .cards-container .card.hover-color_white .hover {
      /* -- @include break(mobile)-- */ }
      @media only screen and (min-width: 991px) {
        .module-10-cards .cards-container .card.hover-color_white .hover {
          -webkit-transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
          transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
          height: 400%;
          -webkit-transform: translateY(-80%);
                  transform: translateY(-80%);
          background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, white), to(rgba(255, 255, 255, 0)));
          background: linear-gradient(to bottom, white 0%, white 30%, rgba(255, 255, 255, 0) 100%); } }
    .module-10-cards .cards-container .card.hover-color_sand .hover {
      /* -- @include break(mobile)-- */ }
      @media only screen and (min-width: 991px) {
        .module-10-cards .cards-container .card.hover-color_sand .hover {
          -webkit-transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
          transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
          height: 400%;
          -webkit-transform: translateY(-80%);
                  transform: translateY(-80%);
          background: -webkit-gradient(linear, left top, left bottom, from(#fff9f3), color-stop(30%, #fff9f3), to(rgba(255, 249, 243, 0)));
          background: linear-gradient(to bottom, #fff9f3 0%, #fff9f3 30%, rgba(255, 249, 243, 0) 100%); } }
    .module-10-cards .cards-container .card:hover {
      color: #10233F;
      /* -- @include break(mobile)-- */ }
      @media only screen and (min-width: 991px) {
        .module-10-cards .cards-container .card:hover .thumb {
          -webkit-transform: scale(1.05) translateY(-1%);
                  transform: scale(1.05) translateY(-1%);
          margin-bottom: 5%; }
        .module-10-cards .cards-container .card:hover .hover-text {
          opacity: 1;
          -webkit-transform: translateY(0%);
                  transform: translateY(0%); }
        .module-10-cards .cards-container .card:hover .hover {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .module-10-cards .cards-container .card:hover.hover-color_dark-blue {
          color: #FFFFFF; } }

.module-11-collections {
  overflow: hidden; }
  .module-11-collections .title-container {
    text-align: center;
    margin-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-11-collections .title-container {
        margin-bottom: 40px; } }
    .module-11-collections .title-container .title-h3 {
      font-weight: 400; }
  .module-11-collections .collections {
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-11-collections .collections {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
      .module-11-collections .collections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .module-11-collections .collections .col-content {
      position: relative;
      height: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-11-collections .collections .col-content {
          width: 100%; } }
      .module-11-collections .collections .col-content .collection-item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        max-width: 470px;
        display: none;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-11-collections .collections .col-content .collection-item {
            width: 90%;
            max-width: none; } }
        .module-11-collections .collections .col-content .collection-item .collection-description {
          margin-top: 30px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-11-collections .collections .col-content .collection-item .collection-description {
              margin-top: 20px; } }
        .module-11-collections .collections .col-content .collection-item .collection-link {
          margin-top: 30px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-11-collections .collections .col-content .collection-item .collection-link {
              margin-top: 20px; } }
        .module-11-collections .collections .col-content .collection-item:first-of-type {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
    .module-11-collections .collections .col-media {
      position: relative;
      height: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-11-collections .collections .col-media {
          width: 100%; } }
      .module-11-collections .collections .col-media.bg_media-container {
        padding-bottom: 55%; }
      .module-11-collections .collections .col-media .bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .module-11-collections .collections .col-media .collection-item-media {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        background-color: #10233F;
        display: none; }
        .module-11-collections .collections .col-media .collection-item-media:first-of-type {
          display: block; }

.module-12-faq .faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  .module-12-faq .faq-title img {
    width: 24px;
    height: 24px; }

.module-12-faq .dropdown {
  border-bottom: 1px solid rgba(16, 35, 63, 0.2);
  padding: 40px 0; }
  .module-12-faq .dropdown .dropdown_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .module-12-faq .dropdown .dropdown_title .question {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .module-12-faq .dropdown .dropdown_title .question .title-h3 {
        line-height: 100%; }
    .module-12-faq .dropdown .dropdown_title .plus {
      width: 24px;
      height: 24px;
      position: relative;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .module-12-faq .dropdown .dropdown_title .plus .plus-line {
        width: 100%;
        height: 1px;
        background-color: #10233F;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .module-12-faq .dropdown .dropdown_title .plus .plus-line.plus-line1 {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .module-12-faq .dropdown .dropdown_title .plus .plus-line.plus-line2 {
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
                  transform: translate(-50%, -50%) rotate(90deg); }
      .module-12-faq .dropdown .dropdown_title .plus:hover .plus-line {
        width: 110%; }
  .module-12-faq .dropdown .dropdown_content {
    overflow: hidden;
    height: 0; }
    .module-12-faq .dropdown .dropdown_content-inner {
      padding-top: 40px;
      text-align: justify; }
  .module-12-faq .dropdown.active .dropdown_title .plus .plus-line.plus-line2 {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }

.module-13-review {
  position: relative; }
  .module-13-review .review {
    position: relative;
    z-index: 2;
    padding: 7% 10%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-13-review .review {
        padding: 0; } }
    .module-13-review .review .text {
      text-align: center;
      margin-bottom: 60px;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      font-size: max(1.5rem, min(3vw, 2rem)); }
      .module-13-review .review .text.size_small {
        font-size: max(1.25rem, min(2vw, 1.5rem)); }
      .module-13-review .review .text.size_big {
        font-size: max(2.25rem, min(4vw, 4rem)); }
    .module-13-review .review .name {
      margin-bottom: 20px;
      text-align: center;
      font-size: 1.25em;
      text-transform: uppercase;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-13-review .review .name {
          font-size: 1em; } }
    .module-13-review .review .lotus {
      text-align: center;
      margin-top: 20px; }
      .module-13-review .review .lotus img {
        margin-left: auto;
        margin-right: auto; }

.module-15-contact {
  position: relative;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10; }
  .module-15-contact .bg_lotus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; }
    .module-15-contact .bg_lotus svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 300%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-15-contact .bg_lotus svg {
          width: 200%; } }
  .module-15-contact .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    z-index: 2; }
    .module-15-contact .content .text {
      padding-left: 20%;
      padding-right: 20%;
      margin-top: 30px;
      text-align: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-15-contact .content .text {
          margin-top: 20px;
          padding-left: 0%;
          padding-right: 0%; } }
    .module-15-contact .content .btn {
      margin-top: 40px;
      text-transform: capitalize;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-15-contact .content .btn {
          margin-top: 20px; } }

.module-16-newsletter {
  position: relative;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .module-16-newsletter .bg_lotus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; }
    .module-16-newsletter .bg_lotus svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 300%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-16-newsletter .bg_lotus svg {
          width: 200%; } }
  .module-16-newsletter .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px; }
    .module-16-newsletter .content .text {
      margin-top: 30px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 390px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-16-newsletter .content .text {
          margin-top: 20px;
          padding-left: 0%;
          padding-right: 0%; } }
    .module-16-newsletter .content .newsletter-form {
      max-width: 400px;
      margin-top: 40px; }
      .module-16-newsletter .content .newsletter-form fieldset {
        text-align: center;
        outline: none;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin: 0;
        padding: 0; }
      .module-16-newsletter .content .newsletter-form input[type="email"] {
        outline: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        background-color: transparent !important; }
      .module-16-newsletter .content .newsletter-form input[type="email"] {
        border-radius: 0;
        border: 1px solid rgba(16, 35, 63, 0.2);
        font-size: 16px;
        text-align: center;
        line-height: 100%;
        padding: 8px 0px 10px 0px;
        font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        letter-spacing: 0.8px;
        width: 100%; }
        .module-16-newsletter .content .newsletter-form input[type="email"]:focus, .module-16-newsletter .content .newsletter-form input[type="email"]:active {
          border-color: #10233f !important; }
        .module-16-newsletter .content .newsletter-form input[type="email"]::-webkit-input-placeholder {
          color: rgba(16, 35, 63, 0.4) !important; }
        .module-16-newsletter .content .newsletter-form input[type="email"]::-moz-placeholder {
          color: rgba(16, 35, 63, 0.4) !important; }
        .module-16-newsletter .content .newsletter-form input[type="email"]:-ms-input-placeholder {
          color: rgba(16, 35, 63, 0.4) !important; }
        .module-16-newsletter .content .newsletter-form input[type="email"]::-ms-input-placeholder {
          color: rgba(16, 35, 63, 0.4) !important; }
        .module-16-newsletter .content .newsletter-form input[type="email"]::placeholder {
          color: rgba(16, 35, 63, 0.4) !important; }
      .module-16-newsletter .content .newsletter-form .frm_checkbox {
        font-size: 12px;
        margin-top: 16px; }
      .module-16-newsletter .content .newsletter-form input[type="checkbox"] {
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance: none;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 10px;
        height: 10px;
        margin-right: 5px;
        border: 1px solid rgba(16, 35, 63, 0.6);
        background: transparent;
        cursor: pointer;
        position: relative;
        -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
        transition: border-color 0.3s ease, background-color 0.3s ease; }
        .module-16-newsletter .content .newsletter-form input[type="checkbox"]::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 6px;
          height: 6px;
          background-color: #10233F;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          opacity: 0;
          -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease; }
        .module-16-newsletter .content .newsletter-form input[type="checkbox"]:checked::after {
          opacity: 1; }
      .module-16-newsletter .content .newsletter-form .frm_description {
        font-size: 8px; }
      .module-16-newsletter .content .newsletter-form .frm_error {
        font-size: 12px;
        margin-top: 8px; }
      .module-16-newsletter .content .newsletter-form .frm_submit {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .module-16-newsletter .content .newsletter-form .frm_button_submit, .module-16-newsletter .content .newsletter-form .frm_prev_page {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border: none;
        display: inline-block;
        position: relative;
        color: #10233F;
        text-decoration: none;
        letter-spacing: 0.8px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 8px;
        cursor: pointer;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal; }
        .module-16-newsletter .content .newsletter-form .frm_button_submit::after, .module-16-newsletter .content .newsletter-form .frm_prev_page::after {
          content: "";
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #10233F;
          opacity: 0.2;
          z-index: 1; }
        .module-16-newsletter .content .newsletter-form .frm_button_submit::before, .module-16-newsletter .content .newsletter-form .frm_prev_page::before {
          content: "";
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 0%;
          height: 1px;
          background-color: #10233F;
          -webkit-transition: width 0.4s;
          transition: width 0.4s;
          z-index: 2; }
        .module-16-newsletter .content .newsletter-form .frm_button_submit:hover, .module-16-newsletter .content .newsletter-form .frm_button_submit:focus, .module-16-newsletter .content .newsletter-form .frm_prev_page:hover, .module-16-newsletter .content .newsletter-form .frm_prev_page:focus {
          color: inherit !important; }
          .module-16-newsletter .content .newsletter-form .frm_button_submit:hover::before, .module-16-newsletter .content .newsletter-form .frm_button_submit:focus::before, .module-16-newsletter .content .newsletter-form .frm_prev_page:hover::before, .module-16-newsletter .content .newsletter-form .frm_prev_page:focus::before {
            width: 100%; }

.module-17-anchor {
  z-index: 999;
  position: relative; }
  .module-17-anchor .anchor-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding-top: 14px;
    padding-bottom: 16px;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-padding-inline-start: 5vw;
    -webkit-box-pack: safe center;
        -ms-flex-pack: safe center;
            justify-content: safe center;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .module-17-anchor .anchor-nav::-webkit-scrollbar {
      display: none; }
    .module-17-anchor .anchor-nav a {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 100%;
      text-decoration: none;
      scroll-snap-align: start;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal; }
  .module-17-anchor .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 75px;
    pointer-events: none;
    z-index: 2; }
    .module-17-anchor .overlay.overlay-left {
      left: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(16, 35, 63, 0.9)), to(transparent));
      background-image: linear-gradient(to right, rgba(16, 35, 63, 0.9), transparent); }
    .module-17-anchor .overlay.overlay-right {
      left: auto;
      right: 0;
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(16, 35, 63, 0.9)), to(transparent));
      background-image: linear-gradient(to left, rgba(16, 35, 63, 0.9), transparent); }
    .module-17-anchor .overlay.sand.overlay-left {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 249, 243, 0.9)), to(transparent));
      background-image: linear-gradient(to right, rgba(255, 249, 243, 0.9), transparent); }
    .module-17-anchor .overlay.sand.overlay-right {
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 249, 243, 0.9)), to(transparent));
      background-image: linear-gradient(to left, rgba(255, 249, 243, 0.9), transparent); }
    .module-17-anchor .overlay.light-blue.overlay-left {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(185, 217, 235, 0.9)), to(transparent));
      background-image: linear-gradient(to right, rgba(185, 217, 235, 0.9), transparent); }
    .module-17-anchor .overlay.light-blue.overlay-right {
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(185, 217, 235, 0.9)), to(transparent));
      background-image: linear-gradient(to left, rgba(185, 217, 235, 0.9), transparent); }
    .module-17-anchor .overlay.white.overlay-left {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(transparent));
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), transparent); }
    .module-17-anchor .overlay.white.overlay-right {
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), to(transparent));
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9), transparent); }
  .module-17-anchor.is-sticky-bottom {
    position: absolute !important;
    top: auto !important; }
  .module-17-anchor.is-sticky-bottom {
    bottom: 0;
    left: 0;
    right: 0; }

.module-00-filters .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-00-filters .title-container {
      padding-bottom: 40px; } }

.module-00-filters .filters-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  letter-spacing: 0.64px;
  font-size: 16px;
  cursor: pointer; }

.module-00-filters .filters_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  display: none; }
  .module-00-filters .filters_container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 35, 63, 0.6);
    z-index: 1; }
  .module-00-filters .filters_container .filters {
    position: absolute;
    background-color: #FFFFFF;
    color: #10233F;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100vh;
    max-width: 540px;
    padding: 50px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 2;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-filters .filters_container .filters {
        padding: 40px 5%; } }
    .module-00-filters .filters_container .filters .filters_wrapper {
      height: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      overflow-y: scroll;
      overflow-x: hidden;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none; }
      .module-00-filters .filters_container .filters .filters_wrapper::-webkit-scrollbar {
        width: 0 !important; }
    .module-00-filters .filters_container .filters .filters-cta {
      margin-bottom: 16px; }
    .module-00-filters .filters_container .filters .filter-group-title {
      font-size: 24px;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 120%;
      text-transform: uppercase;
      padding-top: 32px;
      padding-bottom: 16px; }
    .module-00-filters .filters_container .filters .filter-item {
      border-bottom: 1px solid #10233F; }
      .module-00-filters .filters_container .filters .filter-item .filter-btn {
        padding: 24px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px; }
        .module-00-filters .filters_container .filters .filter-item .filter-btn .filter-count {
          opacity: 0.4;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .module-00-filters .filters_container .filters .filter-item .filter-btn.is-dimmed {
          opacity: 0.4; }
        .module-00-filters .filters_container .filters .filter-item .filter-btn.is-active {
          opacity: 1; }
          .module-00-filters .filters_container .filters .filter-item .filter-btn.is-active .filter-count {
            opacity: 1; }
    .module-00-filters .filters_container .filters .filter-apply {
      text-align: center;
      width: 100%;
      font-size: 16px;
      font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      padding-bottom: 18px;
      padding-top: 16px;
      background-color: #10233F;
      color: #FFFFFF;
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .module-00-filters .filters_container .filters .filter-apply:hover {
        background-color: #B9D9EB;
        color: #10233F; }

.module-00-filters .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px; }
  .module-00-filters .cards-container .item {
    width: calc(25% - 15px);
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 382px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-filters .cards-container .item {
        width: calc(50% - 10px); } }
  .module-00-filters .cards-container .card {
    width: 100%;
    border: 1px solid rgba(16, 35, 63, 0.2);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    padding-bottom: 130.3%;
    display: block; }
    .module-00-filters .cards-container .card .card-inner {
      position: absolute;
      top: 5%;
      left: 12.1%;
      right: 12.1%;
      bottom: 5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .module-00-filters .cards-container .card .thumb {
      width: 100%;
      padding-bottom: 121%;
      position: relative;
      margin-bottom: 10%;
      -webkit-transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-00-filters .cards-container .card .thumb {
          padding-bottom: 114%; } }
      .module-00-filters .cards-container .card .thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .module-00-filters .cards-container .card .content {
      text-align: center;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      container-type: inline-size; }
      .module-00-filters .cards-container .card .content .name {
        font-size: 7.45cqw;
        font-family: "area-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-00-filters .cards-container .card .content .name {
            font-size: 12px;
            line-height: 120%; } }
      .module-00-filters .cards-container .card .content .hover-text {
        font-size: 12px;
        letter-spacing: 0.6px;
        opacity: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
        transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
        -webkit-transform: translateY(30%);
                transform: translateY(30%); }
    .module-00-filters .cards-container .card .hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#E6ECFF), color-stop(70%, #FFF9F3));
      background: linear-gradient(180deg, #E6ECFF 0%, #FFF9F3 70%);
      background-blend-mode: overlay, normal;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      transition: all 0.4s cubic-bezier(0.567, -0.013, 0.493, 0.98); }
    .module-00-filters .cards-container .card.hover-color_dark-blue .hover {
      -webkit-transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      height: 400%;
      -webkit-transform: translateY(-80%);
              transform: translateY(-80%);
      background: -webkit-gradient(linear, left top, left bottom, from(#10233f), color-stop(30%, #10233f), to(rgba(16, 35, 63, 0)));
      background: linear-gradient(to bottom, #10233f 0%, #10233f 30%, rgba(16, 35, 63, 0) 100%); }
    .module-00-filters .cards-container .card.hover-color_light-blue .hover {
      -webkit-transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      height: 400%;
      -webkit-transform: translateY(-80%);
              transform: translateY(-80%);
      background: -webkit-gradient(linear, left top, left bottom, from(#b9d9eb), color-stop(30%, #b9d9eb), to(rgba(185, 217, 235, 0)));
      background: linear-gradient(to bottom, #b9d9eb 0%, #b9d9eb 30%, rgba(185, 217, 235, 0) 100%); }
    .module-00-filters .cards-container .card.hover-color_white .hover {
      -webkit-transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      height: 400%;
      -webkit-transform: translateY(-80%);
              transform: translateY(-80%);
      background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to bottom, white 0%, white 30%, rgba(255, 255, 255, 0) 100%); }
    .module-00-filters .cards-container .card.hover-color_sand .hover {
      -webkit-transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      transition: all 0.9s cubic-bezier(0.567, -0.013, 0.493, 0.98);
      height: 400%;
      -webkit-transform: translateY(-80%);
              transform: translateY(-80%);
      background: -webkit-gradient(linear, left top, left bottom, from(#fff9f3), color-stop(30%, #fff9f3), to(rgba(255, 249, 243, 0)));
      background: linear-gradient(to bottom, #fff9f3 0%, #fff9f3 30%, rgba(255, 249, 243, 0) 100%); }
    .module-00-filters .cards-container .card:hover {
      color: #10233F; }
      .module-00-filters .cards-container .card:hover .thumb {
        -webkit-transform: scale(1.05) translateY(-1%);
                transform: scale(1.05) translateY(-1%);
        margin-bottom: 5%; }
      .module-00-filters .cards-container .card:hover .hover-text {
        opacity: 1;
        -webkit-transform: translateY(0%);
                transform: translateY(0%); }
      .module-00-filters .cards-container .card:hover .hover {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .module-00-filters .cards-container .card:hover.hover-color_dark-blue {
        color: #FFFFFF; }

.module-00-specs {
  background: -webkit-gradient(linear, left top, left bottom, from(#10233F), color-stop(20%, #10233F), color-stop(60%, #94A9BE), color-stop(75%, #E6ECFF), to(#FFF9F3));
  background: linear-gradient(180deg, #10233F 0%, #10233F 20%, #94A9BE 60%, #E6ECFF 75%, #FFF9F3 100%);
  background-size: 100% 300%;
  background-position: 0% 100%;
  -webkit-transition: color 0.6s 0.6s ease, background-position 0.6s 0.6s ease;
  transition: color 0.6s 0.6s ease, background-position 0.6s 0.6s ease; }
  .module-00-specs.ptop-default {
    padding-top: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-specs.ptop-default {
        padding-top: 60px; } }
  .module-00-specs.pbottom-default {
    padding-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-specs.pbottom-default {
        padding-bottom: 60px; } }
  .module-00-specs svg path {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .module-00-specs .title-wrapper {
    margin-bottom: 60px;
    text-align: center; }
  .module-00-specs .lotus {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .module-00-specs .subtitle-wrapper {
    margin-bottom: 40px;
    text-align: center;
    padding-left: 33%;
    padding-right: 33%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-specs .subtitle-wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .module-00-specs .image {
    width: 365px;
    height: 505px;
    margin: 0 auto;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-specs .image {
        width: 300px;
        height: 415px; } }
    .module-00-specs .image .image-wrapper {
      width: 100%;
      height: 100%; }
    .module-00-specs .image .back-image, .module-00-specs .image .night-image {
      display: none; }
  .module-00-specs .image-options_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-top: 40px; }
    .module-00-specs .image-options_container .image-option {
      cursor: pointer;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid rgba(16, 35, 63, 0.2);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .module-00-specs .image-options_container .image-option:hover {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-color: #10233f; }
      .module-00-specs .image-options_container .image-option.active {
        border-color: #10233f;
        background-color: #10233f; }
        .module-00-specs .image-options_container .image-option.active svg path {
          fill: #fff;
          stroke: #10233f; }
  .module-00-specs .specs-variations_container {
    margin-top: 40px; }
    .module-00-specs .specs-variations_container .specs-variations-title {
      margin-bottom: 20px;
      text-align: center; }
    .module-00-specs .specs-variations_container .specs-variations-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px; }
      .module-00-specs .specs-variations_container .specs-variations-list .specs-variation {
        cursor: pointer;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border: 1px solid rgba(16, 35, 63, 0.2);
        border-radius: 50%;
        width: 64px;
        height: 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .module-00-specs .specs-variations_container .specs-variations-list .specs-variation img {
          width: 42px; }
        .module-00-specs .specs-variations_container .specs-variations-list .specs-variation:hover {
          border-color: #10233f; }
  .module-00-specs .specs-list {
    margin-top: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-specs .specs-list {
        margin-top: 40px; } }
    .module-00-specs .specs-list .dropdown {
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #10233F;
      -webkit-transition: border-color 0.4s ease;
      transition: border-color 0.4s ease; }
      .module-00-specs .specs-list .dropdown .dropdown_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer; }
        .module-00-specs .specs-list .dropdown .dropdown_title .spec_title {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .module-00-specs .specs-list .dropdown .dropdown_title .spec_title .title-h3 {
            line-height: 100%; }
        .module-00-specs .specs-list .dropdown .dropdown_title .arrow {
          width: 24px;
          height: 24px;
          position: relative;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .module-00-specs .specs-list .dropdown .dropdown_content {
        overflow: hidden;
        height: 0; }
        .module-00-specs .specs-list .dropdown .dropdown_content-inner {
          padding-top: 20px; }
      .module-00-specs .specs-list .dropdown.active .dropdown_title .arrow {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .module-00-specs.night-mode {
    -webkit-transition: color 0.6s 0.6s ease, background-position 0.6s 0.6s ease;
    transition: color 0.6s 0.6s ease, background-position 0.6s 0.6s ease;
    color: #fff;
    background-position: 0% 0%; }
    .module-00-specs.night-mode svg path {
      -webkit-transition: all 0.6s 0.6s ease;
      transition: all 0.6s 0.6s ease;
      fill: #fff; }
    .module-00-specs.night-mode .dropdown {
      -webkit-transition: all 0.6s 0.6s ease;
      transition: all 0.6s 0.6s ease;
      border-color: #FFFFFF; }
    .module-00-specs.night-mode .image-option {
      -webkit-transition: all 0.6s 0.6s ease;
      transition: all 0.6s 0.6s ease;
      border-color: rgba(255, 255, 255, 0.2); }
      .module-00-specs.night-mode .image-option:hover {
        border-color: #FFFFFF; }
      .module-00-specs.night-mode .image-option.active {
        border-color: #FFFFFF;
        background-color: #FFFFFF; }
        .module-00-specs.night-mode .image-option.active svg path {
          fill: #10233F;
          stroke: #10233F; }
    .module-00-specs.night-mode .specs-variations_container .specs-variations-list .specs-variation {
      -webkit-transition: all 0.6s 0.6s ease;
      transition: all 0.6s 0.6s ease;
      border-color: rgba(255, 255, 255, 0.2); }
      .module-00-specs.night-mode .specs-variations_container .specs-variations-list .specs-variation:hover {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-color: #FFFFFF; }
  .module-00-specs .spec-var_container {
    position: relative; }
    .module-00-specs .spec-var_container .spec_var {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      display: none; }

.module-00-hero-arch-news .title-wrapper {
  margin-bottom: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-00-hero-arch-news .title-wrapper {
      margin-bottom: 100px; } }

.module-00-hero-arch-news .top-news-wrapper {
  --news-gap: max(40px, min(5vw, 100px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--news-gap);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-00-hero-arch-news .top-news-wrapper {
      --news-gap: 60px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-00-hero-arch-news .top-news-wrapper .news-item .news-item-image img {
    width: 100% !important; }
  .module-00-hero-arch-news .top-news-wrapper .news-item .news-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 113%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .module-00-hero-arch-news .top-news-wrapper .news-item .news-item-content .title-h2 {
    margin-bottom: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-hero-arch-news .top-news-wrapper .news-item .news-item-content .title-h2 {
        margin-bottom: 20px; } }
  .module-00-hero-arch-news .top-news-wrapper .news-item .news-item-content .btn {
    margin-top: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-hero-arch-news .top-news-wrapper .news-item .news-item-content .btn {
        margin-top: 20px; } }
  .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+1), .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+4) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+1), .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+4) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+1) .news-item-image, .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+4) .news-item-image {
      width: 50%;
      position: relative;
      padding-bottom: 55%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+1) .news-item-image, .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+4) .news-item-image {
          margin-bottom: 30px;
          width: 100%;
          padding-bottom: 112%; } }
    .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+1) .news-item-content, .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+4) .news-item-content {
      width: 50%;
      padding: 0 5.8%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+1) .news-item-content, .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+4) .news-item-content {
          width: 100%;
          padding: 0; } }
      .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+1) .news-item-content .title-h2, .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+4) .news-item-content .title-h2 {
        margin-bottom: 40px; }
      .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+1) .news-item-content .btn, .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+4) .news-item-content .btn {
        margin-top: 40px; }
  .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+2), .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+6) {
    width: calc(50% - var(--news-gap));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+2), .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+6) {
        width: 100%; } }
    .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+2) .news-item-image, .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+6) .news-item-image {
      width: 100%;
      position: relative;
      padding-bottom: 128.85%;
      margin-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+2) .news-item-image, .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+6) .news-item-image {
          padding-bottom: 112%;
          margin-bottom: 30px; } }
  .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+3), .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+5) {
    padding-top: 6.55%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+3), .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+5) {
        width: 100%;
        padding-top: 0; } }
    .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+3) .news-item-image, .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+5) .news-item-image {
      width: 100%;
      position: relative;
      padding-bottom: 57.25%;
      margin-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+3) .news-item-image, .module-00-hero-arch-news .top-news-wrapper .news-item:nth-child(6n+5) .news-item-image {
          padding-bottom: 112%;
          margin-bottom: 30px; } }


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