@charset "UTF-8";
/*
  ############################################################
    This file created by METHODDA
  ############################################################
*/
html,
body {
  width: 100%;
  max-width: 100%;
}

html {
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  --site-rgb-red: 255;
  --site-rgb-green: 255;
  --site-rgb-blue: 255;
  --site-rgb-background: rgb(var(--site-rgb-red), var(--site-rgb-green), var(--site-rgb-blue));
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: clip;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: var(--site-rgb-background, #ffffff);
  transition: all 300ms ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Neue Haas Grotesk Display", "Neue Haas Grotesk Text", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.08;
}

h1, h2 {
  color: #000000;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul[class],
ol[class] {
  margin: 0;
  padding: 0;
  list-style: none;
}

input:invalid {
  border-color: #dc3545;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
  .container-wide {
    max-width: min(1800px, 100% - 80px);
  }
}
.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.btn-1,
.btn-2,
.btn-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.btn-1:focus-visible,
.btn-2:focus-visible,
.btn-3:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}
.btn-1:disabled, .btn-1.disabled,
.btn-2:disabled,
.btn-2.disabled,
.btn-3:disabled,
.btn-3.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn-1 img,
.btn-2 img,
.btn-3 img {
  display: block;
  width: 18px;
  aspect-ratio: 1;
  object-fit: contain;
  transition: all 150ms ease-in-out;
}

.btn-1 {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-1 img {
  filter: brightness(0) invert(1);
}
.btn-1 span {
  display: inline-block;
  transition: transform 250ms ease-in-out;
}
.btn-1:hover, .btn-1:focus-visible {
  border-color: #121c34;
  color: #ffffff;
}
.btn-1:hover span, .btn-1:focus-visible span {
  transform: scale(0.93);
}

.btn-2 {
  background-color: transparent;
  border-color: #121c34;
  color: #121c34;
}
.btn-2 span {
  display: inline-block;
  transition: transform 250ms ease-in-out;
}
.btn-2:hover, .btn-2:focus-visible {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-2:hover img, .btn-2:focus-visible img {
  filter: brightness(0) invert(1);
}
.btn-2:hover span, .btn-2:focus-visible span {
  transform: scale(0.93);
}

.btn-3 {
  background-color: #121c34;
  border-color: #121c34;
  color: #ffffff;
}
.btn-3 img {
  filter: brightness(0) invert(1);
}
.btn-3:hover, .btn-3:focus-visible {
  background-color: #0e162a;
  border-color: #0e162a;
  color: #ffffff;
}

html.is-loading,
body.is-loading {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

body.is-loading .site-header,
body.is-loading .hero-section {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
body.is-loading .hero-section .hero-content .hero-vector path,
body.is-loading .hero-section .hero-content .hero-vector circle {
  animation-play-state: paused;
}
body.is-loading .hero-section .hero-content .hero-copy h1,
body.is-loading .hero-section .hero-content .hero-copy p,
body.is-loading .hero-section .hero-content .hero-copy .hero-actions {
  animation-play-state: paused;
}

body.is-loaded .site-header,
body.is-loaded .hero-section {
  animation: pageContentReveal 760ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  overflow: clip;
  color: #000000;
  background: #ffffff;
}
.page-loader::after {
  position: absolute;
  pointer-events: none;
  content: "";
  right: max(-120px, -8vw);
  bottom: max(-150px, -11vw);
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(212, 166, 118, 0.2);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.86);
  animation: pageLoaderSealReveal 1100ms cubic-bezier(0.16, 1, 0.3, 1) 260ms forwards;
}
.page-loader.has-svg .page-loader-fallback {
  display: none;
}
.page-loader.is-leaving {
  pointer-events: none;
  animation: pageLoaderExit 760ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
.page-loader.is-scattering [data-loader-svg] .page-loader-letter,
.page-loader.is-scattering .page-loader-fallback span {
  animation: pageLoaderLetterScatter 920ms cubic-bezier(0.76, 0, 0.24, 1) var(--loader-scatter-delay, 0ms) both;
}
.page-loader.is-scattering [data-loader-svg] .page-loader-mark-path {
  animation: pageLoaderMarkExit 920ms cubic-bezier(0.76, 0, 0.24, 1) both;
}

.page-loader-inner {
  position: relative;
  z-index: 1;
  width: min(86vw, 1120px);
  padding: clamp(22px, 4vw, 54px) 0;
}

.page-loader [data-loader-svg] svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.05));
}
.page-loader [data-loader-svg] path {
  fill: #000000;
  stroke: #000000;
  opacity: 0;
}
.page-loader [data-loader-svg] .page-loader-mark-path {
  transform-box: fill-box;
  transform-origin: center;
  animation: pageLoaderMarkReveal 960ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.page-loader [data-loader-svg] .page-loader-letter {
  transform-box: fill-box;
  transform-origin: center;
  fill: hsl(calc(var(--letter-index, 0) * 27), 72%, 46%);
  stroke: hsl(calc(var(--letter-index, 0) * 27), 72%, 46%);
  animation: pageLoaderLetterDrop 980ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.page-loader [data-loader-svg] .page-loader-hidden {
  opacity: 0;
}

.page-loader-fallback {
  display: grid;
  grid-template-columns: repeat(6, minmax(30px, 1fr));
  gap: clamp(14px, 4vw, 44px);
  align-items: center;
  justify-items: center;
  color: #000000;
}
.page-loader-fallback span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(36px, 8vw, 86px);
  font-weight: 600;
  line-height: 1;
  opacity: 0;
  color: #0f4c6b;
  transform: translate3d(0, -120vh, 0) rotate(-8deg) scale(1.16);
}
.show-fallback .page-loader-fallback span {
  animation: pageLoaderLetterDrop 980ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.page-loader-fallback span:nth-child(1) {
  animation-delay: 160ms;
}
.page-loader-fallback span:nth-child(2) {
  animation-delay: 232ms;
}
.page-loader-fallback span:nth-child(3) {
  animation-delay: 304ms;
}
.page-loader-fallback span:nth-child(4) {
  animation-delay: 376ms;
}
.page-loader-fallback span:nth-child(5) {
  animation-delay: 448ms;
}
.page-loader-fallback span:nth-child(6) {
  animation-delay: 520ms;
}
.page-loader-fallback span:nth-child(7) {
  animation-delay: 592ms;
}
.page-loader-fallback span:nth-child(8) {
  animation-delay: 664ms;
}
.page-loader-fallback span:nth-child(9) {
  animation-delay: 736ms;
}
.page-loader-fallback span:nth-child(10) {
  animation-delay: 808ms;
}
.page-loader-fallback span:nth-child(11) {
  animation-delay: 880ms;
}
.page-loader-fallback span:nth-child(12) {
  animation-delay: 952ms;
}
.page-loader-fallback span:nth-child(13) {
  animation-delay: 1024ms;
}
.page-loader-fallback span:nth-child(14) {
  animation-delay: 1096ms;
}
.page-loader-fallback span:nth-child(15) {
  animation-delay: 1168ms;
}
.page-loader-fallback span:nth-child(16) {
  animation-delay: 1240ms;
}
.page-loader-fallback span:nth-child(17) {
  animation-delay: 1312ms;
}

.page-loader.is-scattering [data-loader-svg] .page-loader-letter,
.page-loader.is-scattering .page-loader-fallback span {
  animation: pageLoaderLetterScatter 920ms cubic-bezier(0.76, 0, 0.24, 1) var(--loader-scatter-delay, 0ms) both;
}

.page-loader.is-scattering [data-loader-svg] .page-loader-mark-path {
  animation: pageLoaderMarkExit 920ms cubic-bezier(0.76, 0, 0.24, 1) both;
}

@media (max-width: 767px) {
  .page-loader::after {
    right: -42vw;
    bottom: -24vw;
    width: 86vw;
  }
  .page-loader-inner {
    width: min(92vw, 520px);
  }
  .page-loader-fallback {
    grid-template-columns: repeat(4, minmax(28px, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-loader {
    display: none;
  }
  html.is-loading,
  body.is-loading {
    height: auto;
    overflow: auto;
    overscroll-behavior: auto;
  }
  body.is-loading .site-header,
  body.is-loading .hero-section {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  body.is-loading .hero-section .hero-content .hero-vector path {
    stroke-dashoffset: 0;
  }
  body.is-loading .hero-section .hero-content .hero-vector circle {
    opacity: 1;
  }
  body.is-loading .hero-section .hero-content .hero-copy h1,
  body.is-loading .hero-section .hero-content .hero-copy p,
  body.is-loading .hero-section .hero-content .hero-copy .hero-actions {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }
}
.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100dvh;
  overflow: clip;
  isolation: isolate;
}
.hero-section .hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 80px 72px;
  overflow: hidden;
}
.hero-section .hero-content .hero-vector {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  height: 88%;
  pointer-events: none;
  color: #000000;
  opacity: 1;
  transform: translate3d(0, -50%, 0) rotate(-8deg);
}
.hero-section .hero-content .hero-vector.hero-vector-right {
  left: auto;
  right: 0;
  transform: translate3d(0, -50%, 0) rotate(8deg) scaleX(-1);
}
.hero-section .hero-content .hero-vector svg {
  display: block;
  height: 100%;
  width: auto;
  overflow: visible;
  opacity: 0.2;
  transform-origin: 44% 52%;
}
.hero-section .hero-content .hero-vector path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: heroVectorPathDraw 1400ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-section .hero-content .hero-vector path:nth-of-type(1) {
  animation-delay: 80ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(2) {
  animation-delay: 150ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(3) {
  animation-delay: 220ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(4) {
  animation-delay: 290ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(5) {
  animation-delay: 360ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(6) {
  animation-delay: 430ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(7) {
  animation-delay: 500ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(8) {
  animation-delay: 570ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(9) {
  animation-delay: 640ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(10) {
  animation-delay: 710ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(11) {
  animation-delay: 780ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(12) {
  animation-delay: 850ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(13) {
  animation-delay: 920ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(14) {
  animation-delay: 990ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(15) {
  animation-delay: 1060ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(16) {
  animation-delay: 1130ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(17) {
  animation-delay: 1200ms;
}
.hero-section .hero-content .hero-vector path:nth-of-type(18) {
  animation-delay: 1270ms;
}
.hero-section .hero-content .hero-vector circle {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: heroVectorDotPop 620ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-section .hero-content .hero-vector .geo-marker {
  opacity: 1;
  transform-box: fill-box;
  transform-origin: center;
}
.hero-section .hero-content .hero-vector circle:nth-of-type(1) {
  animation-delay: 980ms;
}
.hero-section .hero-content .hero-vector circle:nth-of-type(2) {
  animation-delay: 1070ms;
}
.hero-section .hero-content .hero-vector circle:nth-of-type(3) {
  animation-delay: 1160ms;
}
.hero-section .hero-content .hero-vector circle:nth-of-type(4) {
  animation-delay: 1250ms;
}
.hero-section .hero-content .hero-vector circle:nth-of-type(5) {
  animation-delay: 1340ms;
}
.hero-section .hero-content .hero-vector circle:nth-of-type(6) {
  animation-delay: 1430ms;
}
.hero-section .hero-content .hero-vector circle:nth-of-type(7) {
  animation-delay: 1520ms;
}
.hero-section .hero-content .hero-vector circle:nth-of-type(8) {
  animation-delay: 1610ms;
}
.hero-section .hero-content .hero-vector circle:nth-of-type(9) {
  animation-delay: 1700ms;
}
.hero-section .hero-content .hero-vector circle:nth-of-type(10) {
  animation-delay: 1790ms;
}
.hero-section .hero-content .hero-copy {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.hero-section .hero-content .hero-copy h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.04;
  color: #000000;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(34px);
  filter: blur(8px);
  animation: heroCopyReveal 960ms cubic-bezier(0.16, 1, 0.3, 1) 240ms forwards;
}
.hero-section .hero-content .hero-copy p {
  font-size: 16px;
  font-weight: 400;
  color: #41495d;
  line-height: 1.75;
  margin-bottom: 44px;
  max-width: 800px;
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  animation: heroCopyReveal 960ms cubic-bezier(0.16, 1, 0.3, 1) 420ms forwards;
}
.hero-section .hero-content .hero-copy .hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0;
  transform: translateY(22px);
  filter: blur(7px);
  animation: heroCopyReveal 900ms cubic-bezier(0.16, 1, 0.3, 1) 620ms forwards;
}
@media (max-width: 991px) {
  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-section .hero-content {
    justify-content: flex-start;
    padding: 30px 24px 54px;
  }
  .hero-section .hero-content .hero-vector {
    left: -12vw;
    height: 78%;
    opacity: 0;
  }
  .hero-section .hero-content .hero-copy {
    max-width: 100%;
  }
  .hero-section .hero-content .hero-copy h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-content {
    padding: 24px 20px 42px;
  }
  .hero-section .hero-content .hero-vector {
    top: 46%;
    left: -22vw;
    height: 70%;
  }
  .hero-section .hero-content .hero-vector svg {
    opacity: 0.2;
  }
  .hero-section .hero-content .hero-copy h1 {
    font-size: 36px;
  }
  .hero-section .hero-content .hero-copy .hero-actions {
    flex-wrap: wrap;
  }
}
@keyframes heroVectorPathDraw {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes heroVectorDotPop {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  70% {
    opacity: 1;
    transform: scale(1.18);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes heroCopyReveal {
  0% {
    opacity: 0;
    transform: translateY(34px);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes pageContentReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pageLoaderSealReveal {
  0% {
    opacity: 0;
    transform: scale(0.86);
  }
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
}
@keyframes pageLoaderRuleRun {
  0% {
    transform: scaleX(0);
  }
  72% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes pageLoaderMarkReveal {
  0% {
    opacity: 0;
    transform: translate3d(-24px, 18px, 0) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes pageLoaderLetterDrop {
  0% {
    opacity: 0;
    transform: translate3d(0, -120vh, 0) rotate(-8deg) scale(1.16);
  }
  68% {
    opacity: 1;
    transform: translate3d(0, 10px, 0) rotate(1deg) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
}
@keyframes pageLoaderLetterScatter {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--loader-scatter-x, 34vw), var(--loader-scatter-y, -24vh), 0) rotate(var(--loader-scatter-rotate, 16deg)) scale(0.82);
  }
}
@keyframes pageLoaderMarkExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(-12vw, 6vh, 0) scale(0.94);
  }
}
@keyframes pageLoaderExit {
  0% {
    opacity: 1;
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes heroLayerReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroStudioTitleReveal {
  0% {
    opacity: 0;
    transform: translateY(42px) scale(0.985);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes heroStudioMediaReveal {
  0% {
    opacity: 0;
    transform: translateY(46px);
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes heroStudioMediaDrift {
  0% {
    transform: scale(1.035) translate3d(0, 0, 0);
    filter: saturate(0.88) contrast(1.02) brightness(0.86);
  }
  100% {
    transform: scale(1.075) translate3d(-1.4%, 1%, 0);
    filter: saturate(0.96) contrast(1.06) brightness(0.92);
  }
}
@keyframes heroStudioPlayReveal {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0.78);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    filter: blur(0);
  }
}
@keyframes heroStudioPlayRevealMobile {
  0% {
    opacity: 0;
    transform: translate(50%, -50%) scale(0.78);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(50%, -50%) scale(1);
    filter: blur(0);
  }
}
@keyframes heroStudioPlayPulse {
  0%, 100% {
    box-shadow: 0 22px 56px rgba(4, 6, 10, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.58);
  }
  50% {
    box-shadow: 0 26px 70px rgba(4, 6, 10, 0.24), 0 0 0 10px rgba(212, 166, 118, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.58);
  }
}
@keyframes heroBackdropDrift {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1) translate3d(-1.4%, 1.2%, 0);
  }
}
@keyframes heroTitleReveal {
  0% {
    opacity: 0;
    transform: translateY(42px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes heroAccentReveal {
  0% {
    opacity: 0;
    transform: translateY(18px) skewY(-4deg);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) skewY(0);
    filter: blur(0);
  }
}
@keyframes heroTextReveal {
  0% {
    opacity: 0;
    transform: translateY(26px);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes heroFilmReveal {
  0% {
    opacity: 0;
    transform: translateY(56px) scale(0.96);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes heroVideoReveal {
  0% {
    opacity: 0;
    clip-path: inset(9% round 20px);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 round 20px);
  }
}
@keyframes heroVideoFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, -12px, 0) rotate(-0.45deg);
  }
}
@keyframes heroFrameReveal {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes heroVideoGlow {
  0% {
    opacity: 0.2;
    transform: translate3d(-2%, -2%, 0) scale(1);
  }
  100% {
    opacity: 0.82;
    transform: translate3d(2%, 2%, 0) scale(1.05);
  }
}
@keyframes heroVideoMediaDrift {
  0% {
    transform: scale(1.035) translate3d(0, 0, 0);
    filter: saturate(0.88) contrast(1.04) brightness(0.88);
  }
  100% {
    transform: scale(1.085) translate3d(-1.8%, 1.2%, 0);
    filter: saturate(0.96) contrast(1.08) brightness(0.94);
  }
}
@keyframes heroOrnamentFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(0, 10px, 0) scale(1.02);
  }
}
@keyframes heroOrnamentTrace {
  0% {
    opacity: 0;
    stroke-dashoffset: 1200;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes heroOrnamentDotReveal {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes heroOrnamentFlowReveal {
  0% {
    opacity: 0;
    stroke-dashoffset: 1200;
  }
  100% {
    opacity: 0.9;
    stroke-dashoffset: 0;
  }
}
@keyframes heroOrnamentFlowRun {
  0% {
    stroke-dashoffset: 1200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.section-01 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 70px 0 82px;
  background-color: #000000;
  background-image: none;
}
.section-01 .container {
  position: relative;
  z-index: 2;
  max-width: min(1740px, 100% - 184px);
}
.section-01 .section-ornament,
.section-01 .section-curve {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  user-select: none;
  color: #fbf4ec;
}
.section-01 .section-ornament path,
.section-01 .section-curve path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.section-01 .section-ornament circle,
.section-01 .section-curve circle {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.section-01 .section-ornament .geo-marker,
.section-01 .section-curve .geo-marker {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 180ms ease-in-out;
}
.section-01 .section-ornament {
  opacity: 0;
  filter: contrast(0.82);
  transform: translateY(34px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-01 .section-ornament-left {
  left: 0;
  bottom: -118px;
  width: min(28vw, 400px);
}
.section-01 .section-ornament-right {
  top: 70px;
  right: 0;
  width: min(20vw, 260px);
}
.section-01 .section-curve {
  top: 19%;
  left: 22%;
  width: 86vw;
  max-width: 1380px;
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-01 .section-01-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.43fr) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}
.section-01 .section-01-intro {
  position: relative;
  z-index: 3;
  max-width: 340px;
  padding-top: 54px;
  opacity: 0;
  transform: translateY(34px);
  filter: blur(8px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-01 .section-01-intro h2 {
  margin: 0 0 42px;
  color: #fbf4ec;
  font-size: 80px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.02;
}
.section-01 .section-01-intro p {
  margin: 0;
}
.section-01 .section-01-intro p:first-of-type {
  color: #e2bd89;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.section-01 .section-01-intro p:last-of-type {
  max-width: 330px;
  margin-top: 58px;
  color: #f5e7d5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}
.section-01 .section-01-intro .btn-2 {
  margin-top: 40px;
  border-color: #fbf4ec;
  color: #fbf4ec;
}
.section-01 .section-01-intro .btn-2 img {
  filter: brightness(0) invert(1);
}
.section-01 .section-01-intro .btn-2:hover, .section-01 .section-01-intro .btn-2:focus-visible {
  background-color: #fbf4ec;
  border-color: #fbf4ec;
  color: #04060a;
}
.section-01 .section-01-intro .btn-2:hover img, .section-01 .section-01-intro .btn-2:focus-visible img {
  filter: none;
}
.section-01 .section-projects-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: stretch;
}
.section-01 .section-project-card {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #04060a;
  opacity: 0;
  transform: translateY(44px);
  filter: blur(10px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-01 .section-project-card a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: inherit;
  color: #ffffff;
}
.section-01 .section-project-card a::before, .section-01 .section-project-card a::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-01 .section-project-card a::before {
  background: linear-gradient(to top, rgba(4, 6, 10, 0.66), rgba(4, 6, 10, 0.16) 58%, rgba(4, 6, 10, 0.04)), linear-gradient(to right, rgba(4, 6, 10, 0.18), rgba(4, 6, 10, 0));
}
.section-01 .section-project-card a::after {
  background-color: rgba(184, 137, 88, 0.12);
  mix-blend-mode: multiply;
}
.section-01 .section-project-card a:hover img, .section-01 .section-project-card a:focus-visible img {
  transform: scale(1.045);
  filter: saturate(0.74) sepia(0.2) contrast(1.04) brightness(0.9);
}
.section-01 .section-project-card a:hover::before, .section-01 .section-project-card a:focus-visible::before {
  background: linear-gradient(to top, rgba(4, 6, 10, 0.74), rgba(4, 6, 10, 0.22) 58%, rgba(4, 6, 10, 0.06)), linear-gradient(to right, rgba(4, 6, 10, 0.24), rgba(4, 6, 10, 0));
}
.section-01 .section-project-card a:hover div, .section-01 .section-project-card a:focus-visible div {
  transform: translateY(-8px);
}
.section-01 .section-project-card img {
  display: block;
  width: 100%;
  aspect-ratio: inherit;
  object-fit: cover;
  filter: saturate(0.7) sepia(0.22) contrast(1.03) brightness(0.88);
  transform: scale(1.01);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-01 .section-project-card div {
  position: absolute;
  right: 42px;
  bottom: 30px;
  left: 42px;
  z-index: 2;
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-01 .section-project-card span {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Neue Haas Grotesk Display", "Neue Haas Grotesk Text", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.section-01 .section-project-card span::after {
  display: block;
  width: 78px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.46);
  content: "";
}
.section-01 .section-project-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.04;
}
.section-01 .section-project-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Neue Haas Grotesk Display", "Neue Haas Grotesk Text", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.section-01 .section-project-card-category {
  aspect-ratio: 4/5;
}
.section-01 .section-project-card-category img {
  object-position: center;
}
.section-01 .section-project-card-category div {
  bottom: 42px;
}
.section-01 .section-project-card-category h3 {
  font-size: 56px;
}
.section-01.is-visible .section-ornament {
  opacity: 0.28;
  transform: translateY(0);
}
.section-01.is-visible .section-ornament path {
  animation: sectionVectorDraw 2000ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section-01.is-visible .section-ornament circle {
  animation: sectionVectorDotPop 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section-01.is-visible .section-ornament .geo-marker {
  opacity: 1;
}
.section-01.is-visible .section-ornament-left path:nth-of-type(1) {
  animation-delay: 0ms;
}
.section-01.is-visible .section-ornament-left path:nth-of-type(2) {
  animation-delay: 70ms;
}
.section-01.is-visible .section-ornament-left path:nth-of-type(3) {
  animation-delay: 140ms;
}
.section-01.is-visible .section-ornament-left path:nth-of-type(4) {
  animation-delay: 210ms;
}
.section-01.is-visible .section-ornament-left path:nth-of-type(5) {
  animation-delay: 280ms;
}
.section-01.is-visible .section-ornament-left path:nth-of-type(6) {
  animation-delay: 350ms;
}
.section-01.is-visible .section-ornament-left path:nth-of-type(7) {
  animation-delay: 420ms;
}
.section-01.is-visible .section-ornament-left path:nth-of-type(8) {
  animation-delay: 490ms;
}
.section-01.is-visible .section-ornament-left path:nth-of-type(9) {
  animation-delay: 560ms;
}
.section-01.is-visible .section-ornament-left path:nth-of-type(10) {
  animation-delay: 630ms;
}
.section-01.is-visible .section-ornament-left circle:nth-of-type(1) {
  animation-delay: 820ms;
}
.section-01.is-visible .section-ornament-left circle:nth-of-type(2) {
  animation-delay: 900ms;
}
.section-01.is-visible .section-ornament-left circle:nth-of-type(3) {
  animation-delay: 980ms;
}
.section-01.is-visible .section-ornament-left circle:nth-of-type(4) {
  animation-delay: 1060ms;
}
.section-01.is-visible .section-ornament-left circle:nth-of-type(5) {
  animation-delay: 1140ms;
}
.section-01.is-visible .section-ornament-right path:nth-of-type(1) {
  animation-delay: 180ms;
}
.section-01.is-visible .section-ornament-right path:nth-of-type(2) {
  animation-delay: 250ms;
}
.section-01.is-visible .section-ornament-right path:nth-of-type(3) {
  animation-delay: 320ms;
}
.section-01.is-visible .section-ornament-right path:nth-of-type(4) {
  animation-delay: 390ms;
}
.section-01.is-visible .section-ornament-right path:nth-of-type(5) {
  animation-delay: 460ms;
}
.section-01.is-visible .section-ornament-right path:nth-of-type(6) {
  animation-delay: 530ms;
}
.section-01.is-visible .section-ornament-right path:nth-of-type(7) {
  animation-delay: 600ms;
}
.section-01.is-visible .section-ornament-right path:nth-of-type(8) {
  animation-delay: 670ms;
}
.section-01.is-visible .section-ornament-right circle:nth-of-type(1) {
  animation-delay: 960ms;
}
.section-01.is-visible .section-ornament-right circle:nth-of-type(2) {
  animation-delay: 1040ms;
}
.section-01.is-visible .section-ornament-right circle:nth-of-type(3) {
  animation-delay: 1120ms;
}
.section-01.is-visible .section-ornament-right circle:nth-of-type(4) {
  animation-delay: 1200ms;
}
.section-01.is-visible .section-ornament-right circle:nth-of-type(5) {
  animation-delay: 1280ms;
}
.section-01.is-visible .section-curve {
  opacity: 0.32;
  transform: translateY(0) scale(1);
}
.section-01.is-visible .section-curve path {
  animation: sectionVectorDraw 2400ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section-01.is-visible .section-curve circle {
  animation: sectionVectorDotPop 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section-01.is-visible .section-curve path:nth-of-type(1) {
  animation-delay: 300ms;
}
.section-01.is-visible .section-curve path:nth-of-type(2) {
  animation-delay: 520ms;
}
.section-01.is-visible .section-curve circle:nth-of-type(1) {
  animation-delay: 1000ms;
}
.section-01.is-visible .section-curve circle:nth-of-type(2) {
  animation-delay: 1100ms;
}
.section-01.is-visible .section-01-intro,
.section-01.is-visible .section-project-card {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.section-01.is-visible .section-project-card-category {
  transition-delay: 120ms;
}
.section-01.is-visible .section-project-card:nth-child(2) {
  transition-delay: 250ms;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-01 .section-01-layout {
    gap: 42px;
  }
  .section-01 .section-01-intro h2 {
    font-size: 96px;
  }
  .section-01 .section-projects-grid {
    gap: 34px;
  }
  .section-01 .section-project-card-category {
    aspect-ratio: 5/6;
  }
  .section-01 .section-project-card-category h3 {
    font-size: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-01 {
    padding: 98px 0;
  }
  .section-01 .section-01-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 32px;
  }
  .section-01 .section-01-intro h2 {
    font-size: 70px;
  }
  .section-01 .section-01-intro p:last-of-type {
    margin-top: 38px;
  }
  .section-01 .section-projects-grid {
    gap: 28px;
  }
  .section-01 .section-project-card h3 {
    font-size: 36px;
  }
  .section-01 .section-project-card p {
    font-size: 20px;
  }
  .section-01 .section-project-card-category {
    aspect-ratio: 5/6;
  }
  .section-01 .section-project-card-category h3 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .section-01 {
    padding: 88px 0;
    background-size: 420px auto;
  }
  .section-01 .container {
    max-width: calc(100% - 48px);
  }
  .section-01 .section-ornament-left {
    width: 280px;
    bottom: -92px;
    left: -84px;
  }
  .section-01 .section-ornament-right {
    width: 176px;
    top: 90px;
    right: -70px;
  }
  .section-01 .section-curve {
    top: 16%;
    left: -22%;
    width: 150vw;
  }
  .section-01 .section-01-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .section-01 .section-01-intro {
    max-width: 620px;
    padding-top: 0;
  }
  .section-01 .section-01-intro h2 {
    font-size: 70px;
  }
  .section-01 .section-01-intro p:last-of-type {
    max-width: 500px;
    margin-top: 32px;
  }
  .section-01 .section-01-intro .btn-2 {
    margin-top: 34px;
  }
  .section-01 .section-projects-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section-01 .section-project-card {
    aspect-ratio: 16/10;
  }
  .section-01 .section-project-card-category {
    aspect-ratio: 4/5;
  }
}
@media (max-width: 767px) {
  .section-01 {
    padding: 72px 0;
    background-size: 320px auto;
  }
  .section-01 .section-ornament-left {
    width: 210px;
    bottom: -72px;
  }
  .section-01 .section-ornament-right {
    width: 132px;
    top: 74px;
  }
  .section-01 .section-01-intro h2 {
    font-size: 48px;
    line-height: 1;
  }
  .section-01 .section-01-intro p:last-of-type {
    font-size: 14px;
  }
  .section-01 .section-01-intro .btn-2 {
    width: 100%;
  }
  .section-01 .section-project-card div {
    right: 24px;
    bottom: 28px;
    left: 24px;
  }
  .section-01 .section-project-card span {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .section-01 .section-project-card span::after {
    width: 56px;
  }
  .section-01 .section-project-card h3 {
    font-size: 36px;
  }
  .section-01 .section-project-card p {
    font-size: 20px;
  }
  .section-01 .section-project-card-category {
    aspect-ratio: 4/5;
  }
  .section-01 .section-project-card-category h3 {
    font-size: 36px;
  }
}
@keyframes sectionVectorDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes sectionVectorDotPop {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  70% {
    opacity: 1;
    transform: scale(1.18);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-01 .section-ornament,
  .section-01 .section-curve,
  .section-01 .section-01-intro,
  .section-01 .section-project-card,
  .section-01 .section-project-card a,
  .section-01 .section-project-card img,
  .section-01 .section-project-card div {
    transition: none;
  }
  .section-01 .section-ornament path,
  .section-01 .section-curve path {
    animation: none;
    stroke-dashoffset: 0;
  }
  .section-01 .section-ornament circle,
  .section-01 .section-curve circle {
    animation: none;
    opacity: 1;
  }
}

.section-02 {
  position: relative;
  isolation: isolate;
  padding: 80px 0;
}
.section-02 > .container {
  position: relative;
  z-index: 1;
}
.section-02 .s02-ornament {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
  user-select: none;
  color: #000000;
  opacity: 0;
  transform: translateY(28px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-02 .s02-ornament path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.section-02 .s02-ornament circle {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.section-02 .s02-ornament .geo-marker {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 180ms ease-in-out;
}
.section-02 .s02-ornament .geo-marker {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 180ms ease-in-out;
}
@media (max-width: 991px) {
  .section-02 .s02-ornament {
    display: none;
  }
}
.section-02 .s02-ornament-tr {
  top: 0;
  right: 0;
  width: min(22vw, 300px);
}
.section-02 .services-header {
  margin-bottom: 42px;
  opacity: 0;
  transform: translateY(28px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-02 .services-header h2 {
  margin: 0;
  color: #000000;
  font-size: 80px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.02;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-02 .services-header h2 {
    font-size: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-02 .services-header h2 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .section-02 .services-header h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .section-02 .services-header h2 {
    font-size: 48px;
    line-height: 1.06;
  }
}
.section-02 .services-layout {
  position: relative;
}
.section-02 .services-list {
  position: relative;
  z-index: 1;
}
.section-02 .services-actions {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  opacity: 0;
  transform: translateY(18px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 460ms;
}
.section-02 .service-item {
  position: relative;
  border-top: 1px solid #a0a4ae;
  opacity: 0;
  transform: translateY(16px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-02 .service-item:last-child {
  border-bottom: 1px solid #a0a4ae;
}
.section-02 .service-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.section-02 .service-item a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  color: #121c34;
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-02 .service-item span {
  flex-shrink: 0;
  width: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #717785;
  line-height: 1;
}
.section-02 .service-item h3 {
  margin: 0;
  font-size: 45px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.04;
  color: #000000;
}
.section-02 .service-item.hovered::before {
  transform: scaleY(1);
}
.section-02 .service-item.hovered a {
  color: #ffffff;
  transform: translateX(35px);
}
.section-02 .service-item.hovered span,
.section-02 .service-item.hovered h3 {
  color: #ffffff;
}
@media (max-width: 991px) {
  .section-02 .service-item a {
    gap: 16px;
    padding: 20px 0;
  }
  .section-02 .service-item h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .section-02 .service-item span {
    width: 32px;
    font-size: 14px;
  }
  .section-02 .service-item h3 {
    font-size: 36px;
  }
}
.section-02 .services-visual {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: min(34%, 460px);
  aspect-ratio: 3/4;
  pointer-events: none;
  overflow: hidden;
  transition: bottom 380ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-02 .service-visual-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 500ms ease;
}
.section-02 .service-visual-item.active {
  opacity: 1;
}
.section-02 .service-visual-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-02.is-visible .services-header {
  opacity: 1;
  transform: translateY(0);
}
.section-02.is-visible .service-item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 160ms;
}
.section-02.is-visible .service-item:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 220ms;
}
.section-02.is-visible .service-item:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 280ms;
}
.section-02.is-visible .service-item:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 340ms;
}
.section-02.is-visible .service-item:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 400ms;
}
.section-02.is-visible .service-item:nth-child(6) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 460ms;
}
.section-02.is-visible .service-item:nth-child(7) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 520ms;
}
.section-02.is-visible .service-item:nth-child(8) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 580ms;
}
.section-02.is-visible .services-actions {
  opacity: 1;
  transform: translateY(0);
}
.section-02.is-visible .s02-ornament {
  opacity: 0.22;
  transform: translateY(0);
}
.section-02.is-visible .s02-ornament path {
  animation: sectionVectorDraw 2000ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section-02.is-visible .s02-ornament circle {
  animation: sectionVectorDotPop 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section-02.is-visible .s02-ornament .geo-marker {
  opacity: 1;
}
.section-02.is-visible .s02-ornament-tr path:nth-of-type(1) {
  animation-delay: 0ms;
}
.section-02.is-visible .s02-ornament-tr path:nth-of-type(2) {
  animation-delay: 90ms;
}
.section-02.is-visible .s02-ornament-tr path:nth-of-type(3) {
  animation-delay: 180ms;
}
.section-02.is-visible .s02-ornament-tr path:nth-of-type(4) {
  animation-delay: 270ms;
}
.section-02.is-visible .s02-ornament-tr path:nth-of-type(5) {
  animation-delay: 360ms;
}
.section-02.is-visible .s02-ornament-tr path:nth-of-type(6) {
  animation-delay: 450ms;
}
.section-02.is-visible .s02-ornament-tr circle:nth-of-type(1) {
  animation-delay: 580ms;
}
.section-02.is-visible .s02-ornament-tr circle:nth-of-type(2) {
  animation-delay: 660ms;
}
.section-02.is-visible .s02-ornament-tr circle:nth-of-type(3) {
  animation-delay: 740ms;
}
.section-02.is-visible .s02-ornament-tr circle:nth-of-type(4) {
  animation-delay: 820ms;
}
.section-02.is-visible .s02-ornament-tr circle:nth-of-type(5) {
  animation-delay: 900ms;
}
@media (prefers-reduced-motion: reduce) {
  .section-02 .s02-ornament {
    transition: none;
  }
  .section-02 .s02-ornament path {
    animation: none;
    stroke-dashoffset: 0;
  }
  .section-02 .s02-ornament circle {
    animation: none;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .section-02 .services-visual {
    display: none;
  }
}

.section-03 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 132px 0 148px;
}
.section-03 > .container {
  position: relative;
  z-index: 2;
}
.section-03 .s03-ornament {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  user-select: none;
  color: #000000;
  opacity: 0;
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-03 .s03-ornament path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.section-03 .s03-ornament circle {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.section-03 .s03-ornament .geo-marker {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 180ms ease-in-out;
}
.section-03 .s03-ornament-left {
  top: 12%;
  left: -96px;
  width: min(24vw, 330px);
  transform: translateY(32px);
}
.section-03 .s03-ornament-tr {
  top: -70px;
  right: -90px;
  width: min(58vw, 900px);
  transform: translateY(-20px);
}
.section-03 .s03-dark-form {
  position: absolute;
  z-index: 0;
  bottom: -40px;
  left: 50%;
  width: min(24vw, 360px);
  pointer-events: none;
  color: #04060a;
  opacity: 0;
  transform-origin: center bottom;
  transform: translateX(-50%) translateY(34px) scale(0.94);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 300ms;
}
@media (max-width: 991px) {
  .section-03 .s03-dark-form {
    display: none;
  }
}
.section-03 .s03-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(460px, 0.82fr);
  gap: 96px;
  align-items: center;
}
.section-03 .s03-layout-centered {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.section-03 .s03-layout-centered .s03-content h2 {
  margin-left: auto;
  margin-right: auto;
}
.section-03 .s03-layout-centered .s03-content .s03-copy {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.section-03 .s03-layout-centered .s03-content .s03-actions {
  display: flex;
  justify-content: center;
}
.section-03 .s03-ornament-br {
  bottom: -64px;
  right: -80px;
  width: min(26vw, 340px);
  transform: translateY(24px);
}
.section-03 .s03-ornament-center {
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(46vw, 620px);
  transform: translate(-50%, -46%);
}
@media (max-width: 767px) {
  .section-03 .s03-ornament-br {
    width: min(40vw, 220px);
  }
  .section-03 .s03-ornament-center {
    width: min(70vw, 320px);
  }
}
.section-03 .s03-content {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(32px);
  filter: blur(8px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-03 .s03-content h2 {
  max-width: 620px;
  margin: 0;
  color: #000000;
  font-size: 80px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.04;
  text-wrap: balance;
}
.section-03 .s03-content .s03-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  max-width: 860px;
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(212, 166, 118, 0.2);
  opacity: 0;
  transform: translateY(24px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 120ms;
}
.section-03 .s03-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
  color: #41495d;
  text-wrap: pretty;
}
.section-03 .s03-content .s03-actions {
  margin-top: 46px;
  opacity: 0;
  transform: translateY(24px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 220ms;
}
.section-03 .s03-media {
  position: relative;
  z-index: 1;
  min-height: 660px;
  opacity: 0;
  transform: translateX(44px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 160ms;
}
.section-03 .s03-media::before {
  position: absolute;
  top: 8%;
  left: -12%;
  z-index: 0;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(212, 166, 118, 0.2);
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.82);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 280ms;
}
.section-03 .s03-photo {
  position: absolute;
  top: 34px;
  right: 86px;
  z-index: 2;
  width: min(70%, 470px);
  overflow: hidden;
  aspect-ratio: 4/5;
  background-color: #f5e7d5;
  transform: translateY(28px) scale(0.96);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 120ms;
}
.section-03 .s03-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) sepia(0.12) contrast(1.02);
  transform: scale(1.04);
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-03 .s03-secondary-photo {
  position: absolute;
  right: 0;
  bottom: 22px;
  z-index: 3;
  width: min(56%, 390px);
  overflow: hidden;
  aspect-ratio: 16/11;
  background-color: #04060a;
  opacity: 0;
  transform: translateY(34px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 260ms;
}
.section-03 .s03-secondary-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) sepia(0.16) contrast(1.06) brightness(0.86);
}
.section-03.is-visible .s03-ornament {
  opacity: 0.3;
  transform: translateY(0);
}
.section-03.is-visible .s03-ornament path {
  animation: sectionVectorDraw 2200ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section-03.is-visible .s03-ornament circle {
  animation: sectionVectorDotPop 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section-03.is-visible .s03-ornament .geo-marker {
  opacity: 1;
}
.section-03.is-visible .s03-ornament-left path:nth-of-type(1) {
  animation-delay: 0ms;
}
.section-03.is-visible .s03-ornament-left path:nth-of-type(2) {
  animation-delay: 80ms;
}
.section-03.is-visible .s03-ornament-left path:nth-of-type(3) {
  animation-delay: 160ms;
}
.section-03.is-visible .s03-ornament-left path:nth-of-type(4) {
  animation-delay: 240ms;
}
.section-03.is-visible .s03-ornament-left path:nth-of-type(5) {
  animation-delay: 320ms;
}
.section-03.is-visible .s03-ornament-left path:nth-of-type(6) {
  animation-delay: 400ms;
}
.section-03.is-visible .s03-ornament-left path:nth-of-type(7) {
  animation-delay: 480ms;
}
.section-03.is-visible .s03-ornament-left path:nth-of-type(8) {
  animation-delay: 560ms;
}
.section-03.is-visible .s03-ornament-left path:nth-of-type(9) {
  animation-delay: 640ms;
}
.section-03.is-visible .s03-ornament-left circle:nth-of-type(1) {
  animation-delay: 820ms;
}
.section-03.is-visible .s03-ornament-left circle:nth-of-type(2) {
  animation-delay: 900ms;
}
.section-03.is-visible .s03-ornament-left circle:nth-of-type(3) {
  animation-delay: 980ms;
}
.section-03.is-visible .s03-ornament-left circle:nth-of-type(4) {
  animation-delay: 1060ms;
}
.section-03.is-visible .s03-ornament-left circle:nth-of-type(5) {
  animation-delay: 1140ms;
}
.section-03.is-visible .s03-ornament-tr {
  opacity: 0.55;
}
.section-03.is-visible .s03-ornament-tr path:nth-of-type(1) {
  animation-delay: 280ms;
}
.section-03.is-visible .s03-ornament-tr path:nth-of-type(2) {
  animation-delay: 560ms;
}
.section-03.is-visible .s03-dark-form {
  opacity: 0.35;
  transform: translateX(-50%) translateY(0) scale(1);
}
@media (max-width: 991px) {
  .section-03.is-visible .s03-dark-form {
    display: none;
  }
}
.section-03.is-visible .s03-content {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.section-03.is-visible .s03-content .s03-copy,
.section-03.is-visible .s03-content .s03-actions {
  opacity: 1;
  transform: translateY(0);
}
.section-03.is-visible .s03-media {
  opacity: 1;
  transform: translateX(0);
}
.section-03.is-visible .s03-media::before {
  opacity: 1;
  transform: scale(1);
}
.section-03.is-visible .s03-photo {
  transform: translateY(0) scale(1);
}
.section-03.is-visible .s03-photo img {
  transform: scale(1);
}
.section-03.is-visible .s03-secondary-photo {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .section-03 .s03-ornament {
    transition: none;
  }
  .section-03 .s03-ornament path {
    animation: none;
    stroke-dashoffset: 0;
  }
  .section-03 .s03-ornament circle {
    animation: none;
    opacity: 1;
  }
  .section-03 .s03-dark-form,
  .section-03 .s03-content,
  .section-03 .s03-content .s03-copy,
  .section-03 .s03-content .s03-actions,
  .section-03 .s03-media,
  .section-03 .s03-media::before,
  .section-03 .s03-photo,
  .section-03 .s03-photo img,
  .section-03 .s03-secondary-photo {
    transition: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-03 .s03-content h2 {
    font-size: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-03 .s03-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.8fr);
    gap: 54px;
  }
  .section-03 .s03-content h2 {
    font-size: 80px;
  }
  .section-03 .s03-content .s03-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .section-03 .s03-media {
    min-height: 590px;
  }
}
@media (max-width: 991px) {
  .section-03 {
    padding: 100px 0;
  }
  .section-03 .s03-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .section-03 .s03-media {
    width: min(100%, 620px);
    min-height: 620px;
    margin: 0 auto;
    transform: translateX(0);
  }
  .section-03 .s03-content h2 {
    font-size: 80px;
  }
  .section-03 .s03-ornament-left {
    width: min(34vw, 240px);
  }
  .section-03 .s03-ornament-tr {
    width: min(72vw, 520px);
  }
  .section-03 .s03-dark-form {
    width: min(42vw, 260px);
  }
  .section-03 .s03-content .s03-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .section-03 {
    padding: 80px 0;
  }
  .section-03 .s03-content h2 {
    font-size: 48px;
    line-height: 1;
  }
  .section-03 .s03-content .s03-copy {
    margin-top: 34px;
    padding-top: 28px;
  }
  .section-03 .s03-content .s03-actions {
    margin-top: 34px;
  }
  .section-03 .s03-media {
    min-height: auto;
    padding-top: 24px;
    background-size: 130%;
  }
  .section-03 .s03-photo,
  .section-03 .s03-secondary-photo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .section-03 .s03-photo {
    aspect-ratio: 4/5;
  }
  .section-03 .s03-secondary-photo {
    margin-top: 18px;
    aspect-ratio: 16/10;
  }
}

.brand-slider {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  background-color: rgb(var(--site-rgb-red), var(--site-rgb-green), var(--site-rgb-blue));
  isolation: isolate;
}
.brand-slider::before, .brand-slider::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(18vw, 220px);
  pointer-events: none;
  content: "";
}
.brand-slider::before {
  left: 0;
  background: linear-gradient(90deg, rgb(var(--site-rgb-red), var(--site-rgb-green), var(--site-rgb-blue)) 0%, transparent 100%);
}
.brand-slider::after {
  right: 0;
  background: linear-gradient(270deg, rgb(var(--site-rgb-red), var(--site-rgb-green), var(--site-rgb-blue)) 0%, transparent 100%);
}
.brand-slider .brand-slider-row {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.brand-slider .brand-slider-row + .brand-slider-row {
  margin-top: 34px;
}
.brand-slider .brand-slider-track {
  display: flex;
  min-width: max-content;
  animation: brandSliderMoveLeft 90s linear infinite;
  will-change: transform;
}
.brand-slider .brand-slider-row-right .brand-slider-track {
  animation-name: brandSliderMoveRight;
}
.brand-slider .brand-slider-group {
  display: flex;
  align-items: center;
  gap: clamp(34px, 5vw, 82px);
  padding-right: clamp(34px, 5vw, 82px);
  flex: 0 0 auto;
  min-width: max-content;
}
.brand-slider .brand-slider-group img {
  display: block;
  width: clamp(42px, 4vw, 72px);
  height: auto;
  flex: 0 0 auto;
  opacity: 0.86;
}
@media (max-width: 991px) {
  .brand-slider {
    padding: 58px 0;
  }
  .brand-slider::before, .brand-slider::after {
    width: 110px;
  }
  .brand-slider .brand-slider-row + .brand-slider-row {
    margin-top: 26px;
  }
  .brand-slider .brand-slider-track {
    animation-duration: 73s;
  }
}
@media (max-width: 767px) {
  .brand-slider {
    padding: 46px 0;
  }
  .brand-slider::before, .brand-slider::after {
    width: 64px;
  }
  .brand-slider .brand-slider-row + .brand-slider-row {
    margin-top: 20px;
  }
  .brand-slider .brand-slider-track {
    animation-duration: 32s;
  }
}
@keyframes brandSliderMoveLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes brandSliderMoveRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-slider .brand-slider-track {
    animation-play-state: paused;
  }
}

.section-04 {
  position: relative;
  overflow: visible;
  padding: 118px 0 0px;
}
.section-04 .s04-vector {
  position: absolute;
  top: 54px;
  right: 0;
  z-index: 0;
  width: min(44vw, 690px);
  color: #04060a;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8%) translateY(28px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-04 .s04-vector path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.section-04 .s04-vector circle {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.section-04 .container {
  position: relative;
  z-index: 1;
}
.section-04 .s04-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.48fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 52px;
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-04 .s04-header h2 {
  margin: 0;
  color: #000000;
  font-size: 80px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.02;
}
.section-04 .s04-header p {
  margin: 0;
  color: #41495d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
.section-04 .portfolio-list {
  display: grid;
  align-items: start;
  gap: 28px;
  padding-bottom: 18px;
}
.section-04 .portfolio-item {
  position: sticky;
  top: 112px;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.66);
  opacity: 0;
  transform: translateY(46px) scale(0.985);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-04 .portfolio-item:nth-child(1) {
  top: 104px;
  z-index: 1;
}
.section-04 .portfolio-item:nth-child(2) {
  top: 128px;
  z-index: 2;
}
.section-04 .portfolio-item:nth-child(3) {
  top: 152px;
  z-index: 3;
}
.section-04 .portfolio-item:nth-child(4) {
  top: 176px;
  z-index: 4;
}
.section-04 .portfolio-item > div {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(320px, 1fr);
  gap: 36px;
  align-items: center;
  padding: 30px;
  color: #04060a;
}
.section-04 .portfolio-item::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent 42%), linear-gradient(315deg, rgba(245, 231, 213, 0.18), transparent 54%);
  content: "";
  pointer-events: none;
}
.section-04 .portfolio-item > div {
  position: relative;
  z-index: 1;
}
.section-04 .portfolio-item:hover, .section-04 .portfolio-item:focus-within {
  border-color: rgba(255, 255, 255, 0.52);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
.section-04 .portfolio-item:hover .portfolio-visual img, .section-04 .portfolio-item:focus-within .portfolio-visual img {
  transform: scale(1.05);
  filter: saturate(0.78) sepia(0.16) contrast(1.04) brightness(0.92);
}
.section-04 .portfolio-item:hover h3, .section-04 .portfolio-item:focus-within h3 {
  transform: translateX(14px);
}
.section-04 .portfolio-item .portfolio-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/8;
  background-color: #070b15;
}
.section-04 .portfolio-item .portfolio-visual img {
  display: block;
  width: 100%;
  aspect-ratio: inherit;
  object-fit: cover;
  filter: saturate(0.68) sepia(0.16) contrast(1.02) brightness(0.86);
  transform: scale(1.01);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-04 .portfolio-item h3 {
  margin: 0;
  color: #000000;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.08;
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-04 .portfolio-item p {
  max-width: 520px;
  margin: 14px 0 0;
  color: #41495d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  margin-bottom: 10px;
}
.section-04 .portfolio-item .btn-2 {
  margin-top: 28px;
}
.section-04 .s04-actions {
  display: flex;
  justify-content: center;
  margin-top: 54px;
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section-04.is-visible .s04-vector {
  opacity: 0.18;
  transform: translateX(8%) translateY(0);
}
.section-04.is-visible .s04-vector path {
  animation: sectionVectorDraw 2200ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section-04.is-visible .s04-vector circle {
  animation: sectionVectorDotPop 780ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section-04.is-visible .s04-vector .geo-marker {
  opacity: 1;
}
.section-04.is-visible .s04-vector path:nth-of-type(1) {
  animation-delay: 0ms;
}
.section-04.is-visible .s04-vector path:nth-of-type(2) {
  animation-delay: 110ms;
}
.section-04.is-visible .s04-vector path:nth-of-type(3) {
  animation-delay: 220ms;
}
.section-04.is-visible .s04-vector path:nth-of-type(4) {
  animation-delay: 330ms;
}
.section-04.is-visible .s04-vector circle:nth-of-type(1) {
  animation-delay: 820ms;
}
.section-04.is-visible .s04-vector circle:nth-of-type(2) {
  animation-delay: 910ms;
}
.section-04.is-visible .s04-vector circle:nth-of-type(3) {
  animation-delay: 1000ms;
}
.section-04.is-visible .s04-vector circle:nth-of-type(4) {
  animation-delay: 1090ms;
}
.section-04.is-visible .s04-vector circle:nth-of-type(5) {
  animation-delay: 1180ms;
}
.section-04.is-visible .s04-vector circle:nth-of-type(6) {
  animation-delay: 1270ms;
}
.section-04.is-visible .s04-header {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.section-04.is-visible .portfolio-item {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.section-04.is-visible .s04-actions {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition-delay: 560ms;
}
.section-04.is-visible .portfolio-item:nth-child(1) {
  transition-delay: 120ms;
}
.section-04.is-visible .portfolio-item:nth-child(2) {
  transition-delay: 205ms;
}
.section-04.is-visible .portfolio-item:nth-child(3) {
  transition-delay: 290ms;
}
.section-04.is-visible .portfolio-item:nth-child(4) {
  transition-delay: 375ms;
}
.section-04.is-visible .portfolio-item:nth-child(5) {
  transition-delay: 460ms;
}
.section-04.is-visible .portfolio-item:nth-child(6) {
  transition-delay: 545ms;
}
@media (max-width: 991px) {
  .section-04 {
    padding: 90px 0 112px;
  }
  .section-04 .s04-vector {
    top: 44px;
    width: min(66vw, 560px);
  }
  .section-04 .s04-header {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .section-04 .s04-header h2 {
    font-size: 80px;
  }
  .section-04 .portfolio-item {
    top: 92px;
  }
  .section-04 .portfolio-item:nth-child(1), .section-04 .portfolio-item:nth-child(2), .section-04 .portfolio-item:nth-child(3), .section-04 .portfolio-item:nth-child(4) {
    top: 92px;
  }
  .section-04 .portfolio-item > div {
    grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
    gap: 22px;
    padding: 24px;
  }
  .section-04 .portfolio-item h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-04 {
    overflow: clip;
    padding: 72px 0;
  }
  .section-04 .s04-vector {
    top: 70px;
    right: -18vw;
    width: 92vw;
    opacity: 0.1;
    transform: translateY(18px);
  }
  .section-04.is-visible .s04-vector {
    transform: translateY(0);
  }
  .section-04 .s04-header h2 {
    font-size: 48px;
    line-height: 1;
  }
  .section-04 .portfolio-item {
    position: sticky;
    top: 84px;
  }
  .section-04 .portfolio-item:nth-child(1) {
    top: 84px;
  }
  .section-04 .portfolio-item:nth-child(2) {
    top: 96px;
  }
  .section-04 .portfolio-item:nth-child(3) {
    top: 108px;
  }
  .section-04 .portfolio-item:nth-child(4) {
    top: 120px;
  }
  .section-04 .portfolio-item > div {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }
  .section-04 .portfolio-item .portfolio-visual {
    aspect-ratio: 16/10;
  }
  .section-04 .portfolio-item h3 {
    font-size: 28px;
  }
  .section-04 .s04-actions {
    justify-content: flex-start;
    margin-top: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-04 .s04-vector,
  .section-04 .s04-vector path,
  .section-04 .s04-vector circle,
  .section-04 .s04-header,
  .section-04 .s04-actions,
  .section-04 .portfolio-item,
  .section-04 .portfolio-item h3,
  .section-04 .portfolio-item .portfolio-visual img {
    transition: none;
    animation: none;
  }
  .section-04 .s04-header,
  .section-04 .s04-actions,
  .section-04 .portfolio-item {
    opacity: 1;
    transform: none;
    filter: none;
  }
  .section-04 .s04-vector {
    opacity: 0.18;
    transform: translateX(8%) translateY(0);
    filter: none;
  }
  .section-04 .s04-vector path {
    stroke-dashoffset: 0;
  }
  .section-04 .s04-vector circle {
    opacity: 1;
  }
}

.project-section-01 {
  position: relative;
  padding: 110px 0 86px;
  overflow: hidden;
  isolation: isolate;
}
.project-section-01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 42vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
}
.project-section-01 .container {
  position: relative;
  z-index: 2;
}
.project-section-01 .project-filter-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(42px, 6vw, 112px);
  align-items: end;
  padding-bottom: 58px;
  border-bottom: 1px solid #a0a4ae;
}
.project-section-01 .project-filter-copy {
  max-width: 680px;
}
.project-section-01 .project-filter-copy h2 {
  margin: 0;
  color: #121c34;
  font-size: clamp(34px, 4.2vw, 64px);
  font-weight: 800;
  line-height: 1.02;
  text-wrap: balance;
}
.project-section-01 .project-filter-copy p {
  max-width: 560px;
  margin: 28px 0 0;
  color: #41495d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.68;
  text-wrap: pretty;
}
.project-section-01 .project-filter-panel {
  display: grid;
  gap: 18px;
  justify-items: end;
}
.project-section-01 .project-filter-list {
  --filter-left: 6px;
  --filter-width: 72px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 820px;
  min-height: 64px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.project-section-01 .project-filter-list::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  z-index: 0;
  width: var(--filter-width);
  background: #000000;
  transform: translateX(var(--filter-left));
  transition: width 420ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-section-01 .project-filter-list button {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
  min-height: 52px;
  padding: 0 18px;
  background: transparent;
  border: 0;
  color: #121c34;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
  cursor: pointer;
  transition: color 260ms cubic-bezier(0.16, 1, 0.3, 1), transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-section-01 .project-filter-list button:hover {
  transform: translateY(-1px);
}
.project-section-01 .project-filter-list button.is-active {
  color: #ffffff;
}
.project-section-01 .project-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
  margin-top: 66px;
  align-items: stretch;
}
.project-section-01 .project-card {
  grid-column: span 4;
  min-height: 520px;
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition: opacity 420ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1), filter 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-section-01 .project-card a {
  position: relative;
  display: grid;
  min-height: 100%;
  color: #ffffff;
  overflow: hidden;
  background: #000000;
}
.project-section-01 .project-card figure {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}
.project-section-01 .project-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.58) 100%);
  opacity: 0.92;
  transition: opacity 420ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-section-01 .project-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  transform: scale(1.04);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), filter 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-section-01 .project-card:hover figure::after {
  opacity: 0.78;
}
.project-section-01 .project-card:hover figure img {
  filter: grayscale(0.35) contrast(1.08);
  transform: scale(1.1);
}
.project-section-01 .project-card div {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: clamp(24px, 3vw, 42px);
  transform: translateY(12px);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-section-01 .project-card h3 {
  max-width: 520px;
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  text-wrap: balance;
}
.project-section-01 .project-card p {
  max-width: 500px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.58;
  text-wrap: pretty;
}
.project-section-01 .project-card:hover div {
  transform: translateY(0);
}
.project-section-01 .project-card.is-filter-hidden {
  display: none;
}
.project-section-01 .project-card.is-filter-entering {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  filter: blur(8px);
}
.project-section-01 .project-card-wide {
  grid-column: span 8;
  min-height: 560px;
}
.project-section-01 .project-card-tall {
  grid-row: span 2;
  min-height: 680px;
}
.project-section-01.is-ready .project-filter-copy,
.project-section-01.is-ready .project-filter-panel,
.project-section-01.is-ready .project-card {
  opacity: 0;
  filter: blur(8px);
}
.project-section-01.is-ready .project-filter-copy {
  transform: translateX(-34px);
}
.project-section-01.is-ready .project-filter-panel {
  transform: translateX(34px);
}
.project-section-01.is-ready .project-card {
  transform: translateY(42px);
}
.project-section-01.is-visible .project-filter-copy,
.project-section-01.is-visible .project-filter-panel {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), filter 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-section-01.is-visible .project-filter-panel {
  transition-delay: 80ms;
}
.project-section-01.is-visible .project-card {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), filter 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-section-01.is-visible .project-card:nth-child(1) {
  transition-delay: 145ms;
}
.project-section-01.is-visible .project-card:nth-child(2) {
  transition-delay: 190ms;
}
.project-section-01.is-visible .project-card:nth-child(3) {
  transition-delay: 235ms;
}
.project-section-01.is-visible .project-card:nth-child(4) {
  transition-delay: 280ms;
}
.project-section-01.is-visible .project-card:nth-child(5) {
  transition-delay: 325ms;
}
.project-section-01.is-visible .project-card:nth-child(6) {
  transition-delay: 370ms;
}
.project-section-01.is-visible .project-card:nth-child(7) {
  transition-delay: 415ms;
}
.project-section-01.is-visible .project-card:nth-child(8) {
  transition-delay: 460ms;
}
@media (prefers-reduced-motion: reduce) {
  .project-section-01.is-ready .project-filter-copy,
  .project-section-01.is-ready .project-filter-panel,
  .project-section-01.is-ready .project-card {
    opacity: 1;
    filter: none;
    transform: none;
  }
  .project-section-01 .project-filter-list::before {
    transition: none;
  }
  .project-section-01 .project-filter-list button {
    transition: none;
  }
  .project-section-01 .project-card,
  .project-section-01 .project-card div {
    transition: none;
  }
}
@media (max-width: 991px) {
  .project-section-01 {
    padding: 86px 0 72px;
  }
  .project-section-01::before {
    width: 54vw;
  }
  .project-section-01 .project-filter-shell {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .project-section-01 .project-filter-panel {
    justify-items: stretch;
  }
  .project-section-01 .project-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .project-section-01 .project-card,
  .project-section-01 .project-card-wide,
  .project-section-01 .project-card-tall {
    grid-column: span 3;
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .project-section-01 {
    padding: 62px 0 56px;
  }
  .project-section-01::before {
    display: none;
  }
  .project-section-01 .project-filter-shell {
    padding-bottom: 38px;
  }
  .project-section-01 .project-filter-copy h2 {
    font-size: 36px;
  }
  .project-section-01 .project-filter-copy p {
    margin-top: 22px;
    font-size: 16px;
  }
  .project-section-01 .project-filter-list {
    justify-content: flex-start;
    max-width: none;
    min-height: 58px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .project-section-01 .project-filter-list button {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 16px;
    font-size: 12px;
  }
  .project-section-01 .project-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 42px;
  }
  .project-section-01 .project-card,
  .project-section-01 .project-card-wide,
  .project-section-01 .project-card-tall {
    grid-column: auto;
    min-height: 420px;
  }
  .project-section-01 .project-card h3,
  .project-section-01 .project-card-wide h3,
  .project-section-01 .project-card-tall h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.project-detail-section-01 {
  position: relative;
  padding: 96px 0 104px;
  overflow: hidden;
  isolation: isolate;
}
.project-detail-section-01::after {
  content: "";
  position: absolute;
  right: clamp(28px, 7vw, 132px);
  top: 86px;
  z-index: 0;
  width: clamp(140px, 16vw, 260px);
  height: 1px;
  background: #000000;
  transform-origin: right center;
}
.project-detail-section-01 .container {
  position: relative;
  z-index: 1;
}
.project-detail-section-01 .project-detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.52fr);
  gap: clamp(46px, 6vw, 112px);
  align-items: center;
  padding: clamp(42px, 5.6vw, 86px) 0 76px;
  border-top: 1px solid #000000;
}
.project-detail-section-01 .project-detail-intro > div {
  max-width: 880px;
}
.project-detail-section-01 .project-detail-intro > div h2 {
  margin: 0;
  color: #121c34;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  text-wrap: balance;
}
.project-detail-section-01 .project-detail-intro aside {
  position: relative;
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  min-height: 360px;
  padding: 0;
  background: #000000;
  color: #ffffff;
  overflow: hidden;
}
.project-detail-section-01 .project-detail-intro aside::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.42);
  pointer-events: none;
}
.project-detail-section-01 .project-detail-intro aside figure {
  position: relative;
  z-index: 1;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}
.project-detail-section-01 .project-detail-intro aside figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.82));
}
.project-detail-section-01 .project-detail-intro aside figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.12);
  transform: scale(1.05);
}
.project-detail-section-01 .project-detail-intro dl {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 0;
  margin: 0;
  padding: clamp(30px, 3vw, 52px);
}
.project-detail-section-01 .project-detail-intro dl div {
  position: relative;
  display: block;
  padding: 24px 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.project-detail-section-01 .project-detail-intro dl div:last-child {
  border-bottom: 0;
}
.project-detail-section-01 .project-detail-intro dl div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 2px;
  background: #ffffff;
  transform-origin: left center;
}
.project-detail-section-01 .project-detail-intro dt {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}
.project-detail-section-01 .project-detail-intro dd {
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}
.project-detail-section-01 .project-detail-hero {
  position: relative;
  height: clamp(520px, 54vw, 820px);
  margin: 0;
  overflow: hidden;
  background: #000000;
}
.project-detail-section-01 .project-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 52%);
}
.project-detail-section-01 .project-detail-hero::after {
  content: "";
  position: absolute;
  right: clamp(22px, 4vw, 72px);
  bottom: clamp(22px, 4vw, 72px);
  z-index: 2;
  width: clamp(86px, 10vw, 156px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.88) 0 5px, rgba(255, 255, 255, 0) 6px 100%);
}
.project-detail-section-01 .project-detail-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(0.2) contrast(1.06);
  transform: scale(1.02);
}
.project-detail-section-01 .project-detail-story {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(42px, 6vw, 112px);
  align-items: start;
  margin-top: 96px;
}
.project-detail-section-01 .project-detail-story > article {
  position: sticky;
  top: 126px;
  max-width: 560px;
}
.project-detail-section-01 .project-detail-story > article h3 {
  margin: 0;
  color: #121c34;
  font-size: clamp(30px, 3.2vw, 54px);
  font-weight: 800;
  line-height: 1.04;
  text-wrap: balance;
}
.project-detail-section-01 .project-detail-story > article p {
  margin: 28px 0 0;
  color: #41495d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  text-wrap: pretty;
}
.project-detail-section-01 .project-detail-points {
  display: grid;
  gap: 16px;
}
.project-detail-section-01 .project-detail-points article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  column-gap: 26px;
  align-items: start;
  padding: clamp(26px, 3vw, 42px) 0;
  border-top: 1px solid #a0a4ae;
}
.project-detail-section-01 .project-detail-points article:last-child {
  border-bottom: 1px solid #a0a4ae;
}
.project-detail-section-01 .project-detail-points article span {
  display: grid;
  place-items: center;
  width: 52px;
  aspect-ratio: 1;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.project-detail-section-01 .project-detail-points article h3 {
  margin: 0;
  color: #121c34;
  font-size: clamp(24px, 2.3vw, 38px);
  font-weight: 800;
  line-height: 1.06;
}
.project-detail-section-01 .project-detail-points article p {
  grid-column: 2;
  max-width: 620px;
  margin: 16px 0 0;
  color: #41495d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.64;
  text-wrap: pretty;
}
.project-detail-section-01 .project-detail-gallery {
  margin-top: 108px;
}
.project-detail-section-01 .project-detail-gallery .slick-list,
.project-detail-section-01 .project-detail-gallery .slick-track {
  height: 560px;
}
.project-detail-section-01 .project-detail-gallery figure {
  height: 560px;
  margin: 0;
  overflow: hidden;
  background: #000000;
}
.project-detail-section-01 .project-detail-gallery figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.04);
  transform: scale(1.025);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1), filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-detail-section-01 .project-detail-gallery figure:hover img {
  filter: grayscale(0) contrast(1.08);
  transform: scale(1.08);
}

/* Galeri slider — ok/nokta navigasyonu (site buton diliyle uyumlu) */
.project-detail-section-01 .project-detail-gallery .slick-arrow {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  background-image: url(../assets/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border: 1px solid #000000;
  border-radius: 0;
  opacity: 1;
  z-index: 2;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
.project-detail-section-01 .project-detail-gallery .slick-arrow:before {
  content: none;
}
.project-detail-section-01 .project-detail-gallery .slick-prev {
  left: 16px;
  transform: translate(0, -50%) rotate(180deg);
}
.project-detail-section-01 .project-detail-gallery .slick-next {
  right: 16px;
}
.project-detail-section-01 .project-detail-gallery .slick-arrow:hover,
.project-detail-section-01 .project-detail-gallery .slick-arrow:focus-visible {
  background-color: #121c34;
  background-image: url(../assets/icons/arrow-right-white.svg);
  border-color: #121c34;
}
.project-detail-section-01 .project-detail-gallery .slick-arrow.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.project-detail-section-01 .project-detail-gallery .slick-dots {
  position: relative;
  bottom: auto;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
}
.project-detail-section-01 .project-detail-gallery .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.project-detail-section-01 .project-detail-gallery .slick-dots li button {
  width: 28px;
  height: 4px;
  padding: 0;
  background-color: rgba(4, 6, 10, 0.18);
  transition: background-color 200ms ease-in-out;
}
.project-detail-section-01 .project-detail-gallery .slick-dots li button:before {
  content: none;
}
.project-detail-section-01 .project-detail-gallery .slick-dots li:hover button {
  background-color: rgba(4, 6, 10, 0.4);
}
.project-detail-section-01 .project-detail-gallery .slick-dots li.slick-active button {
  background-color: #d4a676;
}
@media (max-width: 767px) {
  .project-detail-section-01 .project-detail-gallery .slick-arrow {
    width: 38px;
    height: 38px;
    background-size: 16px 16px;
  }
  .project-detail-section-01 .project-detail-gallery .slick-prev {
    left: 10px;
  }
  .project-detail-section-01 .project-detail-gallery .slick-next {
    right: 10px;
  }
}
.project-detail-section-01 .project-detail-video {
  margin-top: 108px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.project-detail-section-01 .project-detail-video .project-detail-video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000000;
  overflow: hidden;
}
.project-detail-section-01 .project-detail-video .project-detail-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.project-detail-section-01.is-ready .project-detail-intro,
.project-detail-section-01.is-ready .project-detail-hero,
.project-detail-section-01.is-ready .project-detail-story > article,
.project-detail-section-01.is-ready .project-detail-gallery figure,
.project-detail-section-01.is-ready .project-detail-video {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(42px);
}
.project-detail-section-01.is-ready::after {
  transform: scaleX(0);
}
.project-detail-section-01.is-ready .project-detail-points article {
  opacity: 0;
  filter: blur(8px);
  transform: translateX(72px);
}
.project-detail-section-01.is-visible .project-detail-intro,
.project-detail-section-01.is-visible .project-detail-hero,
.project-detail-section-01.is-visible .project-detail-story > article,
.project-detail-section-01.is-visible .project-detail-gallery figure,
.project-detail-section-01.is-visible .project-detail-video {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition: opacity 540ms cubic-bezier(0.16, 1, 0.3, 1), filter 540ms cubic-bezier(0.16, 1, 0.3, 1), transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-detail-section-01.is-visible .project-detail-hero {
  transition-delay: 80ms;
}
.project-detail-section-01.is-visible .project-detail-story > article {
  transition-delay: 120ms;
}
.project-detail-section-01.is-visible::after {
  transform: scaleX(1);
  transition: transform 680ms cubic-bezier(0.16, 1, 0.3, 1) 80ms;
}
.project-detail-section-01.is-visible .project-detail-points article.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
  transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms cubic-bezier(0.16, 1, 0.3, 1), transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-detail-section-01.is-visible .project-detail-gallery figure {
  transition-delay: 230ms;
}
@media (prefers-reduced-motion: reduce) {
  .project-detail-section-01.is-ready .project-detail-intro,
  .project-detail-section-01.is-ready .project-detail-hero,
  .project-detail-section-01.is-ready .project-detail-story > article,
  .project-detail-section-01.is-ready .project-detail-points article,
  .project-detail-section-01.is-ready .project-detail-gallery figure {
    opacity: 1;
    filter: none;
    transform: none;
  }
  .project-detail-section-01.is-ready::after {
    transform: none;
  }
  .project-detail-section-01 .project-detail-gallery figure img {
    transition: none;
  }
}
@media (max-width: 1199px) {
  .project-detail-section-01 .project-detail-intro {
    grid-template-columns: 1fr;
  }
  .project-detail-section-01 .project-detail-intro aside {
    max-width: 820px;
  }
  .project-detail-section-01 .project-detail-story {
    grid-template-columns: 1fr;
  }
  .project-detail-section-01 .project-detail-story > article {
    position: static;
    max-width: 760px;
  }
}
@media (max-width: 991px) {
  .project-detail-section-01 {
    padding: 88px 0 82px;
  }
  .project-detail-section-01 .project-detail-gallery figure {
    height: 460px;
  }
}
@media (max-width: 767px) {
  .project-detail-section-01 {
    padding: 62px 0 58px;
  }
  .project-detail-section-01::after {
    display: none;
  }
  .project-detail-section-01 .project-detail-intro {
    gap: 34px;
    padding-bottom: 42px;
  }
  .project-detail-section-01 .project-detail-intro > div h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .project-detail-section-01 .project-detail-intro aside {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .project-detail-section-01 .project-detail-intro aside figure {
    min-height: 170px;
  }
  .project-detail-section-01 .project-detail-intro dl {
    padding: 30px 22px;
  }
  .project-detail-section-01 .project-detail-intro dl div {
    padding: 18px 0 20px;
  }
  .project-detail-section-01 .project-detail-intro dd {
    font-size: 20px;
  }
  .project-detail-section-01 .project-detail-hero {
    height: 420px;
  }
  .project-detail-section-01 .project-detail-hero::after {
    width: 86px;
  }
  .project-detail-section-01 .project-detail-story {
    gap: 34px;
    margin-top: 58px;
  }
  .project-detail-section-01 .project-detail-story > article h3 {
    font-size: 36px;
  }
  .project-detail-section-01 .project-detail-story > article p {
    margin-top: 20px;
    font-size: 16px;
  }
  .project-detail-section-01 .project-detail-points article {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .project-detail-section-01 .project-detail-points article p {
    grid-column: auto;
    margin-top: 0;
  }
  .project-detail-section-01 .project-detail-gallery {
    margin-top: 58px;
  }
  .project-detail-section-01 .project-detail-gallery figure {
    height: 320px;
  }
}

.contact-section-01 {
  position: relative;
  padding: 112px 0 96px;
  overflow: hidden;
  isolation: isolate;
}
.contact-section-01::before {
  content: "";
  position: absolute;
  top: 82px;
  right: 0;
  z-index: 0;
  width: 34vw;
  height: 420px;
  background: #f4f7f7;
}
.contact-section-01::after {
  content: "";
  position: absolute;
  left: clamp(24px, 6vw, 118px);
  bottom: 134px;
  z-index: 0;
  width: clamp(120px, 13vw, 240px);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 50%;
}
.contact-section-01 .container {
  position: relative;
  z-index: 1;
}
.contact-section-01 .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.62fr);
  gap: clamp(42px, 6vw, 112px);
  align-items: start;
}
.contact-section-01 .contact-copy {
  max-width: 920px;
  padding-top: 22px;
}
.contact-section-01 .contact-copy h1 {
  margin: 0;
  color: #121c34;
  font-size: clamp(42px, 5.4vw, 88px);
  font-weight: 400;
  line-height: 0.98;
  text-wrap: balance;
}
.contact-section-01 .contact-copy > p {
  max-width: 680px;
  margin: 28px 0 0;
  color: #41495d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  text-wrap: pretty;
}
.contact-section-01 .contact-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: #000000;
}
.contact-section-01 .contact-quick article {
  min-height: 150px;
  padding: 24px;
  background: #ffffff;
}
.contact-section-01 .contact-quick article h3 {
  margin: 0 0 18px;
  color: #717785;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}
.contact-section-01 .contact-quick article a,
.contact-section-01 .contact-quick article p {
  margin: 0;
  color: #121c34;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.contact-section-01 .contact-quick article a {
  transition: color 220ms cubic-bezier(0.16, 1, 0.3, 1);
}
.contact-section-01 .contact-quick article a:hover {
  color: #000000;
}
.contact-section-01 .contact-form-panel {
  position: relative;
  margin-top: -34px;
  padding: clamp(28px, 3.2vw, 54px);
  background: #000000;
  color: #ffffff;
}
.contact-section-01 .contact-form-panel::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}
.contact-section-01 .contact-form-panel form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  margin: 0;
}
.contact-section-01 .contact-form-panel .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.contact-section-01 .contact-form-panel .form-field {
  display: grid;
  gap: 10px;
}
.contact-section-01 .contact-form-panel label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}
.contact-section-01 .contact-form-panel input,
.contact-section-01 .contact-form-panel textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  transition: border-color 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms cubic-bezier(0.16, 1, 0.3, 1);
}
.contact-section-01 .contact-form-panel input {
  min-height: 48px;
}
.contact-section-01 .contact-form-panel textarea {
  min-height: 142px;
  resize: vertical;
}
.contact-section-01 .contact-form-panel input:focus,
.contact-section-01 .contact-form-panel textarea:focus {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.04);
}
.contact-section-01 .contact-form-panel .form-consent {
  display: block;
}
.contact-section-01 .contact-form-panel .form-consent .wpcf7-form-control-wrap,
.contact-section-01 .contact-form-panel .form-consent .wpcf7-acceptance,
.contact-section-01 .contact-form-panel .form-consent .wpcf7-list-item {
  display: block;
}
.contact-section-01 .contact-form-panel .form-consent label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.contact-section-01 .contact-form-panel .form-consent input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
  border: 0;
  accent-color: #ffffff;
}
.contact-section-01 .contact-form-panel .form-consent .wpcf7-list-item-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.contact-section-01 .contact-form-panel .form-consent .wpcf7-list-item-label a {
  color: #ffffff;
  text-decoration: underline;
}
.contact-section-01 .contact-form-panel .form-footer {
  padding-top: 8px;
}
.contact-section-01 .contact-form-panel .form-footer button,
.contact-section-01 .contact-form-panel .form-footer input[type=submit] {
  min-width: 180px;
  border-color: #ffffff;
}
.contact-section-01 .contact-form-panel .form-footer button:hover,
.contact-section-01 .contact-form-panel .form-footer input[type=submit]:hover {
  border-color: #ffffff;
}
.contact-section-01.is-ready .contact-copy,
.contact-section-01.is-ready .contact-form-panel {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(42px);
}
.contact-section-01.is-visible .contact-copy,
.contact-section-01.is-visible .contact-form-panel {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), filter 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}
.contact-section-01.is-visible .contact-form-panel {
  transition-delay: 80ms;
}
@media (prefers-reduced-motion: reduce) {
  .contact-section-01.is-ready .contact-copy,
  .contact-section-01.is-ready .contact-form-panel {
    opacity: 1;
    filter: none;
    transform: none;
  }
  .contact-section-01 .contact-form-panel input,
  .contact-section-01 .contact-form-panel textarea {
    transition: none;
  }
}
@media (max-width: 1199px) {
  .contact-section-01 .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-section-01 .contact-form-panel {
    max-width: 820px;
  }
}
@media (max-width: 991px) {
  .contact-section-01 {
    padding: 86px 0 78px;
  }
  .contact-section-01::before {
    width: 46vw;
    height: 340px;
  }
  .contact-section-01 .contact-quick {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .contact-section-01 {
    padding: 62px 0 58px;
  }
  .contact-section-01::before, .contact-section-01::after {
    display: none;
  }
  .contact-section-01 .contact-copy {
    padding-top: 0;
  }
  .contact-section-01 .contact-copy h1 {
    font-size: 36px;
    line-height: 1.05;
  }
  .contact-section-01 .contact-copy > p {
    margin-top: 20px;
    font-size: 16px;
  }
  .contact-section-01 .contact-quick {
    margin-top: 36px;
  }
  .contact-section-01 .contact-quick article {
    min-height: auto;
    padding: 22px;
  }
  .contact-section-01 .contact-form-panel {
    margin-top: 0;
    padding: 28px 22px;
  }
  .contact-section-01 .contact-form-panel::before {
    inset: 10px;
  }
  .contact-section-01 .contact-form-panel .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-section-01 .contact-form-panel .form-footer button,
  .contact-section-01 .contact-form-panel .form-footer input[type=submit] {
    width: 100%;
  }
}

.seo-content-section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .seo-content-section {
    padding: 30px 0;
  }
}
.seo-content-section .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-border-color: transparent;
}
.seo-content-section .accordion .accordion-item {
  border: none;
  background-color: transparent;
}
.seo-content-section .accordion .accordion-button {
  display: flex;
  align-items: center;
  padding: 15px 0;
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  border: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-button {
    padding: 10px 0;
    font-size: 14px;
  }
}
.seo-content-section .accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.seo-content-section .accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.seo-content-section .accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("../assets/icons/angle-down.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: all 300ms ease-in-out;
}
.seo-content-section .accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.seo-content-section .accordion .accordion-body {
  padding: 30px 25px;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-body {
    padding: 25px 20px;
  }
}
.seo-content-section .accordion .accordion-body h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-body h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.seo-content-section .accordion .accordion-body h4 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #121c34;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-body h4 {
    font-size: 14px;
    margin-top: 20px;
  }
}
.seo-content-section .accordion .accordion-body h4:first-of-type {
  margin-top: 0;
}
.seo-content-section .accordion .accordion-body p {
  font-size: 14px;
  line-height: 1.8;
  color: #41495d;
  margin-bottom: 12px;
}
.seo-content-section .accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.seo-content-section .accordion .accordion-body p strong {
  font-weight: 700;
}

.page-default {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .page-default {
    padding: 40px 0px;
  }
}
.page-default .page-content .page-header {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #a0a4ae;
}
.page-default .page-content .page-header h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 767px) {
  .page-default .page-content .page-header h1 {
    font-size: 28px;
  }
}
.page-default .page-content .page-header .last-updated {
  font-size: 14px;
  color: #41495d;
  opacity: 0.7;
  margin: 0;
}
.page-default .page-content .page-header .last-updated time {
  font-weight: 500;
}
.page-default .page-content .page-body h1 {
  font-size: 48px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #000000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h1 {
    font-size: 36px;
  }
}
.page-default .page-content .page-body h1:first-child {
  margin-top: 0;
}
.page-default .page-content .page-body h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 22px;
  color: #000000;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h2 {
    font-size: 28px;
  }
}
.page-default .page-content .page-body h2:first-child {
  margin-top: 0;
}
.page-default .page-content .page-body h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h3 {
    font-size: 24px;
  }
}
.page-default .page-content .page-body h4 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 18px;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h4 {
    font-size: 20px;
  }
}
.page-default .page-content .page-body h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h5 {
    font-size: 18px;
  }
}
.page-default .page-content .page-body h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #000000;
  line-height: 1.4;
}
.page-default .page-content .page-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #41495d;
  opacity: 0.85;
  margin-bottom: 18px;
}
.page-default .page-content .page-body p:last-of-type {
  margin-bottom: 0;
}
.page-default .page-content .page-body ul,
.page-default .page-content .page-body ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.page-default .page-content .page-body ul li,
.page-default .page-content .page-body ol li {
  font-size: 16px;
  line-height: 1.8;
  color: #41495d;
  opacity: 0.85;
  margin-bottom: 10px;
}
.page-default .page-content .page-body ul li:last-child,
.page-default .page-content .page-body ol li:last-child {
  margin-bottom: 0;
}
.page-default .page-content .page-body ul li {
  list-style-type: disc;
}
.page-default .page-content .page-body ol li {
  list-style-type: decimal;
}
.page-default .page-content .page-body a {
  color: #000000;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
}
.page-default .page-content .page-body a:hover {
  opacity: 0.8;
}
.page-default .page-content .page-body strong,
.page-default .page-content .page-body b {
  font-weight: 700;
  color: #000000;
}
.page-default .page-content .page-body blockquote, .page-default .page-content .page-body .single-post .post-content .main-content .main-content-text .wp-block-quote, .single-post .post-content .main-content .main-content-text .page-default .page-content .page-body .wp-block-quote {
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 4px solid #000000;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: normal;
  color: #41495d;
  font-size: 16px;
  line-height: 1.8;
}
.page-default .page-content .page-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  border-radius: 8px;
  overflow: hidden;
}
.page-default .page-content .page-body table th {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid #a0a4ae;
  font-size: 14px;
  color: #000000;
}
.page-default .page-content .page-body table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #41495d;
}
.page-default .page-content .page-body table tr:last-child td {
  border-bottom: none;
}

.sperator {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 480px;
}
.sperator > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  animation: seperatorBreath 16s ease-in-out infinite alternate;
}
.sperator::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(4, 6, 10, 0.62);
}
.sperator .sperator-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.sperator p {
  margin: 0;
  max-width: 780px;
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 300;
  font-style: normal;
  line-height: 1.25;
  color: #ffffff;
  opacity: 0;
  transform: translateY(32px);
}
.sperator.is-visible p {
  animation: seperatorFadeUp 960ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}
@media (prefers-reduced-motion: reduce) {
  .sperator > img {
    animation: none;
    transform: scale(1);
  }
  .sperator p {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes seperatorBreath {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes seperatorFadeUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .sperator {
    height: 360px;
  }
}

.blog-page .blog-hero {
  text-align: center;
  padding: 50px 20px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .blog-page .blog-hero {
    padding: 40px 20px 0;
  }
}
.blog-page .blog-hero .big-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-page .blog-hero .big-title {
    margin-bottom: 30px;
  }
}
.blog-page .blog-hero .big-title h1,
.blog-page .blog-hero .big-title h4 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #121c34;
}
@media (max-width: 991px) {
  .blog-page .blog-hero .big-title h1,
  .blog-page .blog-hero .big-title h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-page .blog-hero .big-title h1,
  .blog-page .blog-hero .big-title h4 {
    font-size: 28px;
  }
}
.blog-page .blog-hero .big-title p {
  font-size: 18px;
  font-weight: 600;
  opacity: 0.7;
  color: #41495d;
}
@media (max-width: 767px) {
  .blog-page .blog-hero .big-title p {
    font-size: 16px;
  }
}
.blog-page .blog-posts {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-page .blog-posts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.blog-page .post-card {
  border: 1px solid #717785;
  border-radius: 12px;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  transition: all 300ms ease-in-out;
}
.blog-page .post-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #121c34;
}
.blog-page .post-card-link {
  text-decoration: none;
  color: inherit;
}
.blog-page .post-image {
  margin: 20px 20px 0 20px;
  border-radius: 8px;
  overflow: hidden;
  height: 250px;
}
.blog-page .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.blog-page .post-body {
  padding: 20px;
}
.blog-page .post-body .post-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.blog-page .post-body .category-tag {
  display: inline-block;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  background-color: #f4f7f7;
  color: #121c34;
  padding: 4px 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.blog-page .post-body .category-tag:hover {
  background-color: #a0a4ae;
  color: #121c34;
}
.blog-page .post-body .meta-data {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #41495d;
}
.blog-page .post-body .meta-data .time,
.blog-page .post-body .meta-data .date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-page .post-body .meta-data img {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}
.blog-page .post-body .post-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #000000;
}
.blog-page .post-body .post-excerpt {
  font-size: 14px;
  color: #41495d;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-page .pagination-nav {
  margin-top: 40px;
  text-align: center;
}
.blog-page .pagination-nav .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 15px;
  color: #41495d;
  text-decoration: none;
  border: 1px solid #717785;
  border-radius: 6px;
  transition: all 300ms ease-in-out;
}
.blog-page .pagination-nav .page-numbers:hover {
  background-color: #f4f7f7;
  border-color: #000000;
}
.blog-page .pagination-nav .page-numbers.current {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.single-post .post-content {
  padding: 80px;
}
@media (max-width: 991px) {
  .single-post .post-content {
    padding: 50px 0;
  }
}
.single-post .post-content .main-content .breadcrumb {
  margin-bottom: 30px;
}
.single-post .post-content .main-content .breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}
.single-post .post-content .main-content .breadcrumb li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #41495d;
}
.single-post .post-content .main-content .breadcrumb li:not(:last-child)::after {
  content: "/";
  color: #717785;
  font-weight: 300;
}
.single-post .post-content .main-content .breadcrumb li:last-child span {
  color: #000000;
  font-weight: 500;
}
.single-post .post-content .main-content .breadcrumb a {
  color: #41495d;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .breadcrumb a:hover {
  color: #000000;
}
.single-post .post-content .main-content .toc-box {
  margin-bottom: 30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #a0a4ae;
}
.single-post .post-content .main-content .toc-box .accordion-item {
  background: transparent;
  border: none;
}
.single-post .post-content .main-content .toc-box .accordion-header {
  margin: 0;
}
.single-post .post-content .main-content .toc-box .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #121c34;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .single-post .post-content .main-content .toc-box .accordion-button {
    font-size: 14px;
    padding: 10px;
  }
}
.single-post .post-content .main-content .toc-box .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #121c34;
  box-shadow: none;
}
.single-post .post-content .main-content .toc-box .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.single-post .post-content .main-content .toc-box .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 20px;
  font-weight: 400;
  width: auto;
  height: auto;
  background-size: auto;
}
.single-post .post-content .main-content .toc-box .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.single-post .post-content .main-content .toc-box .accordion-body {
  padding: 0 25px 20px 25px;
}
.single-post .post-content .main-content .toc-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #121c34;
}
.single-post .post-content .main-content .toc-box ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .post-content .main-content .toc-box .toc-list {
  counter-reset: main-counter;
}
.single-post .post-content .main-content .toc-box .toc-list > li {
  counter-increment: main-counter;
  margin-bottom: 8px;
}
.single-post .post-content .main-content .toc-box .toc-list > li::before {
  content: counter(main-counter) ". ";
  font-weight: 600;
  color: #121c34;
}
.single-post .post-content .main-content .toc-box .toc-list > li > a {
  color: #41495d;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > a:hover {
  color: #121c34;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol {
  counter-reset: sub-counter;
  padding-left: 20px;
  margin-top: 8px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li {
  counter-increment: sub-counter;
  margin-bottom: 6px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) " ";
  font-weight: 600;
  color: #121c34;
  opacity: 0.85;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > a {
  font-size: 14px;
  line-height: 1.5;
  color: #41495d;
  text-decoration: none;
  opacity: 0.9;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > a:hover {
  color: #121c34;
  opacity: 1;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol {
  counter-reset: subsub-counter;
  padding-left: 20px;
  margin-top: 6px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li {
  counter-increment: subsub-counter;
  margin-bottom: 5px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) "." counter(subsub-counter) " ";
  font-weight: 600;
  color: #121c34;
  opacity: 0.75;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > a {
  font-size: 14px;
  line-height: 1.4;
  color: #41495d;
  text-decoration: none;
  opacity: 0.85;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > a:hover {
  color: #121c34;
  opacity: 1;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol {
  counter-reset: level4-counter;
  padding-left: 20px;
  margin-top: 5px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li {
  counter-increment: level4-counter;
  margin-bottom: 4px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) "." counter(subsub-counter) "." counter(level4-counter) " ";
  font-weight: 600;
  color: #121c34;
  opacity: 0.65;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > a {
  font-size: 12px;
  line-height: 1.3;
  color: #41495d;
  text-decoration: none;
  opacity: 0.8;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > a:hover {
  color: #121c34;
  opacity: 1;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol {
  counter-reset: level5-counter;
  padding-left: 20px;
  margin-top: 4px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li {
  counter-increment: level5-counter;
  margin-bottom: 3px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) "." counter(subsub-counter) "." counter(level4-counter) "." counter(level5-counter) " ";
  font-weight: 600;
  color: #121c34;
  opacity: 0.55;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li > a {
  font-size: 12px;
  line-height: 1.3;
  color: #41495d;
  text-decoration: none;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li > a:hover {
  color: #121c34;
  opacity: 1;
}
.single-post .post-content .main-content .post-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 14px;
  margin-top: 15px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .single-post .post-content .main-content .post-meta {
    align-items: flex-start;
    gap: 15px;
  }
}
.single-post .post-content .main-content .post-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.6;
  font-size: 14px;
}
.single-post .post-content .main-content .post-meta a {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.6;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .post-meta a:hover {
  opacity: 1;
}
.single-post .post-content .main-content .post-meta img {
  width: 20px;
  height: 20px;
}
.single-post .post-content .main-content .post-meta .post-share {
  margin-left: auto;
}
@media (max-width: 991px) {
  .single-post .post-content .main-content .post-meta .post-share {
    margin-left: 0;
    width: 100%;
  }
}
.single-post .post-content .main-content .post-header {
  margin-bottom: 50px;
}
.single-post .post-content .main-content .post-header h1 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 767px) {
  .single-post .post-content .main-content .post-header h1 {
    font-size: 28px;
  }
}
.single-post .post-content .main-content .post-meta .post-share {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.single-post .post-content .main-content .post-meta .post-share .share-label {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #a0a4ae;
  color: #000000;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn img {
  font-size: 14px;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn:hover {
  transform: translateY(-2px);
}
.single-post .post-content .main-content .post-meta .post-share .share-btn:hover img {
  filter: invert(1);
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.facebook:hover {
  background-color: #d4a676;
  color: #ffffff;
  border-color: #d4a676;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.twitter:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.linkedin:hover {
  background-color: #b88958;
  color: #ffffff;
  border-color: #b88958;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.whatsapp:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.single-post .post-content .main-content .post-image-lg {
  margin-bottom: 20px;
}
.single-post .post-content .main-content .post-image-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.single-post .post-content .main-content .main-content-text {
  margin-bottom: 30px;
}
.single-post .post-content .main-content .main-content-text h1,
.single-post .post-content .main-content .main-content-text h2,
.single-post .post-content .main-content .main-content-text h3,
.single-post .post-content .main-content .main-content-text h4,
.single-post .post-content .main-content .main-content-text h5,
.single-post .post-content .main-content .main-content-text h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
}
.single-post .post-content .main-content .main-content-text h1 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .single-post .post-content .main-content .main-content-text h1 {
    font-size: 28px;
  }
}
.single-post .post-content .main-content .main-content-text h2 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .single-post .post-content .main-content .main-content-text h2 {
    font-size: 24px;
  }
}
.single-post .post-content .main-content .main-content-text h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .single-post .post-content .main-content .main-content-text h3 {
    font-size: 20px;
  }
}
.single-post .post-content .main-content .main-content-text h4 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .single-post .post-content .main-content .main-content-text h4 {
    font-size: 18px;
  }
}
.single-post .post-content .main-content .main-content-text h5 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .single-post .post-content .main-content .main-content-text h5 {
    font-size: 16px;
  }
}
.single-post .post-content .main-content .main-content-text h6 {
  font-size: 16px;
  font-weight: 600;
}
.single-post .post-content .main-content .main-content-text p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.8;
  font-weight: 400;
  margin-bottom: 15px;
}
.single-post .post-content .main-content .main-content-text p:last-of-type {
  margin-bottom: 0;
}
.single-post .post-content .main-content .main-content-text a {
  color: #000000;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .main-content-text a:hover {
  opacity: 0.8;
}
.single-post .post-content .main-content .main-content-text strong,
.single-post .post-content .main-content .main-content-text b {
  font-weight: 700;
  color: #000000;
}
.single-post .post-content .main-content .main-content-text em,
.single-post .post-content .main-content .main-content-text i {
  font-style: normal;
}
.single-post .post-content .main-content .main-content-text ul,
.single-post .post-content .main-content .main-content-text ol {
  line-height: 1.8;
}
.single-post .post-content .main-content .main-content-text ul li,
.single-post .post-content .main-content .main-content-text ol li {
  margin-bottom: 8px;
  font-size: 16px;
  opacity: 0.8;
}
.single-post .post-content .main-content .main-content-text ul li:last-child,
.single-post .post-content .main-content .main-content-text ol li:last-child {
  margin-bottom: 0;
}
.single-post .post-content .main-content .main-content-text ul li {
  list-style-type: disc;
}
.single-post .post-content .main-content .main-content-text blockquote, .single-post .post-content .main-content .main-content-text .wp-block-quote {
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 4px solid #000000;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: normal;
  opacity: 0.85;
  font-size: 16px;
  line-height: 1.8;
}
.single-post .post-content .main-content .main-content-text blockquote p, .single-post .post-content .main-content .main-content-text .wp-block-quote p {
  margin-bottom: 0;
}
.single-post .post-content .main-content .main-content-text blockquote p:first-child, .single-post .post-content .main-content .main-content-text .wp-block-quote p:first-child {
  margin-top: 0;
}
.single-post .post-content .main-content .main-content-text blockquote footer, .single-post .post-content .main-content .main-content-text .wp-block-quote footer {
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  opacity: 0.7;
}
.single-post .post-content .main-content .main-content-text blockquote footer::before, .single-post .post-content .main-content .main-content-text .wp-block-quote footer::before {
  content: "— ";
}
.single-post .post-content .main-content .main-content-text pre {
  background-color: #04060a;
  color: #d0d2d6;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 25px 0;
  font-size: 14px;
  line-height: 1.6;
}
.single-post .post-content .main-content .main-content-text pre code {
  background-color: transparent;
  color: inherit;
  padding: 0;
}
.single-post .post-content .main-content .main-content-text code {
  background-color: rgba(0, 0, 0, 0.05);
  color: #dc3545;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
}
.single-post .post-content .main-content .main-content-text hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #a0a4ae;
}
.single-post .post-content .main-content .main-content-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
}
.single-post .post-content .main-content .main-content-text img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 40%;
}
@media (max-width: 767px) {
  .single-post .post-content .main-content .main-content-text img.alignleft {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}
.single-post .post-content .main-content .main-content-text img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 40%;
}
@media (max-width: 767px) {
  .single-post .post-content .main-content .main-content-text img.alignright {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
}
.single-post .post-content .main-content .main-content-text img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-post .post-content .main-content .main-content-text img.wp-smiley {
  max-width: 20px;
  height: auto;
  display: inline;
  margin: 0;
}
.single-post .post-content .main-content .main-content-text figure {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text figure img {
  margin: 0;
}
.single-post .post-content .main-content .main-content-text figure figcaption {
  font-size: 14px;
  opacity: 0.6;
  font-style: normal;
  margin-top: 10px;
  text-align: center;
}
.single-post .post-content .main-content .main-content-text figure.wp-block-table {
  margin: 25px 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single-post .post-content .main-content .main-content-text figure.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: none;
}
.single-post .post-content .main-content .main-content-text figure.wp-block-table table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.single-post .post-content .main-content .main-content-text figure.wp-block-table table thead td,
.single-post .post-content .main-content .main-content-text figure.wp-block-table table th {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  border: none;
}
.single-post .post-content .main-content .main-content-text figure.wp-block-table table thead td:not(:last-child),
.single-post .post-content .main-content .main-content-text figure.wp-block-table table th:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.single-post .post-content .main-content .main-content-text figure.wp-block-table table tbody td {
  padding: 13px 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: middle;
  border: none;
}
.single-post .post-content .main-content .main-content-text figure.wp-block-table table tbody td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.single-post .post-content .main-content .main-content-text figure.wp-block-table table tbody tr:last-child td {
  border-bottom: none;
}
.single-post .post-content .main-content .main-content-text figure.wp-block-table table tbody tr {
  transition: background-color 0.15s ease;
}
.single-post .post-content .main-content .main-content-text figure.wp-block-table table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.single-post .post-content .main-content .main-content-text table:not(.wp-block-table table) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text table:not(.wp-block-table table) th,
.single-post .post-content .main-content .main-content-text table:not(.wp-block-table table) thead td {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single-post .post-content .main-content .main-content-text table:not(.wp-block-table table) td {
  padding: 13px 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: middle;
}
.single-post .post-content .main-content .main-content-text table:not(.wp-block-table table) tr:last-child td {
  border-bottom: none;
}
.single-post .post-content .main-content .main-content-text table:not(.wp-block-table table) tbody tr {
  transition: background-color 0.15s ease;
}
.single-post .post-content .main-content .main-content-text table:not(.wp-block-table table) tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.single-post .post-content .main-content .main-content-text .wp-block-image {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-image img {
  margin: 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-video {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-video video {
  max-width: 100%;
  height: auto;
  display: block;
}
.single-post .post-content .main-content .main-content-text .wp-block-audio {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-pullquote {
  border-left: 5px solid #000000;
  padding: 30px 20px;
  margin: 30px 0;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  background-color: #f4f7f7;
  border-radius: 8px;
  line-height: 1.6;
}
.single-post .post-content .main-content .main-content-text .wp-block-pullquote p {
  margin-bottom: 10px;
  font-size: 18px;
}
.single-post .post-content .main-content .main-content-text .wp-block-pullquote cite {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-style: normal;
  opacity: 0.7;
}
.single-post .post-content .main-content .main-content-text .wp-block-embed {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-embed iframe {
  max-width: 100%;
  height: auto;
}
.single-post .post-content .main-content .main-content-text .wp-block-separator {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #a0a4ae;
  opacity: 1;
}
.single-post .post-content .main-content .main-content-text .wp-block-columns {
  display: grid;
  gap: 20px;
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-columns .wp-block-column {
  min-width: 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-button {
  display: inline-block;
  margin: 15px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-button a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  font-size: 16px;
}
.single-post .post-content .main-content .main-content-text .wp-block-button a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.single-post .post-content .main-content .main-content-text .wp-block-button.is-style-outline a {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
}
.single-post .post-content .main-content .main-content-text .wp-block-list {
  margin-bottom: 15px;
}
.single-post .post-content .main-content .main-content-text .wp-block-heading:not(:first-child) {
  margin-top: 30px;
}
.single-post .post-content .main-content .main-content-text .wp-block-heading {
  margin-bottom: 15px;
  font-weight: 700;
}
.single-post .post-content .main-content .main-content-text .wp-block-paragraph {
  margin-bottom: 15px;
}
.single-post .post-content .main-content .main-content-text .wp-block-group {
  margin: 25px 0;
  padding: 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-group.has-background {
  padding: 20px;
  border-radius: 8px;
}
.single-post .post-content .main-content .main-content-text .wp-block-cover {
  margin: 25px 0;
  border-radius: 8px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .single-post .post-content .main-content .main-content-text .wp-block-cover {
    min-height: 200px;
  }
}
.single-post .post-content .main-content .main-content-text .wp-block-gallery {
  margin: 25px 0;
  display: grid;
  gap: 15px;
}
.single-post .post-content .main-content .main-content-text .wp-block-gallery figcaption {
  font-size: 14px;
  opacity: 0.6;
}
.single-post .post-content .sidebar-toc {
  width: 280px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .single-post .post-content .sidebar-toc {
    width: 0px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .single-post .post-content .post-content .container {
    flex-direction: column;
  }
  .single-post .post-content .main-content {
    width: 100%;
    padding-top: 0;
  }
}
.single-post .post-content .post-footer-meta {
  padding-top: 20px;
  border-top: 1px solid #a0a4ae;
  margin-top: 40px;
}
.single-post .post-content .post-footer-meta .meta-section {
  margin-bottom: 25px;
}
.single-post .post-content .post-footer-meta .meta-title {
  font-size: 16px;
  font-weight: 500;
  color: #41495d;
  margin-bottom: 10px;
}
.single-post .post-content .post-footer-meta .meta-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-post .post-content .post-footer-meta .meta-tag {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  border: 1px solid #000000;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.single-post .post-content .post-footer-meta .meta-tag:hover {
  background-color: #000000;
  color: #ffffff;
}
.single-post .post-content .post-footer-meta .copy-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #000000;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  background-color: transparent;
  color: #000000;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .post-footer-meta .copy-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.single-post .post-content .post-footer-meta .copy-button:hover {
  border-color: #000000;
  color: #000000;
}
.single-post .post-content .mini-title {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .single-post .post-content .mini-title {
    margin-left: 0;
    margin-top: 60px;
  }
}
.single-post .post-content .mini-title h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.single-post .post-content .blog-item {
  margin-bottom: 40px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .single-post .post-content .blog-item {
    margin-left: 0;
  }
}
.single-post .post-content .blog-item .blog-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .blog-item .blog-link:hover {
  opacity: 0.8;
}
.single-post .post-content .blog-item .image {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
}
.single-post .post-content .blog-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.single-post .post-content .blog-item .text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  flex: 1;
}
.single-post .post-content .blog-item .text h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.single-post .post-content .blog-item .text span {
  color: #41495d;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.single-post .post-content .blog-item .text span.date img, .single-post .post-content .blog-item .text span.reading img {
  width: 15px;
  height: 15px;
}
.single-post .post-content .post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #a0a4ae;
}
@media (max-width: 991px) {
  .single-post .post-content .post-navigation {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.single-post .post-content .post-navigation .nav-prev a,
.single-post .post-content .post-navigation .nav-next a {
  display: block;
  padding: 20px;
  border: 1px solid #a0a4ae;
  border-radius: 12px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .post-navigation .nav-prev a:hover,
.single-post .post-content .post-navigation .nav-next a:hover {
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
}
.single-post .post-content .post-navigation .nav-prev a {
  text-align: left;
}
.single-post .post-content .post-navigation .nav-next a {
  text-align: right;
}
.single-post .pagination-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
  padding: 40px 0;
}
.single-post .pagination-nav .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid #a0a4ae;
  border-radius: 8px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}
.single-post .pagination-nav .page-numbers:hover {
  border-color: #000000;
  color: #000000;
}
.single-post .pagination-nav .page-numbers.current {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.single-post .pagination-nav .page-numbers.dots {
  border: none;
  cursor: default;
}
.single-post .pagination-nav .page-numbers.dots:hover {
  border: none;
  color: #000000;
}
.single-post .pagination-nav .page-numbers.prev, .single-post .pagination-nav .page-numbers.next {
  padding: 0 15px;
}
.single-post .pagination-nav .page-numbers.prev:hover, .single-post .pagination-nav .page-numbers.next:hover {
  background-color: rgba(15, 76, 107, 0.1);
}
@media (max-width: 767px) {
  .single-post .pagination-nav {
    gap: 4px;
    font-size: 14px;
  }
  .single-post .pagination-nav .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 6px;
  }
  .single-post .pagination-nav .page-numbers.prev, .single-post .pagination-nav .page-numbers.next {
    padding: 0 10px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .banner-head {
  position: relative;
  z-index: 2;
  padding: 112px 0 34px;
  text-align: center;
}
.banner .banner-head h1 {
  font-size: 96px;
  font-weight: 400;
  line-height: 0.92;
  color: #000000;
  margin: 0;
  opacity: 0;
  transform: translateY(22px);
  text-transform: uppercase;
}
.banner .banner-media {
  height: 620px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .banner-media .banner-media-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
  border-radius: 0;
  background-color: #000000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  clip-path: inset(15% 18% 15% 18%);
  will-change: opacity, transform, clip-path;
}
.banner .banner-media .banner-media-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.24) 100%);
  opacity: 0.72;
}
.banner .banner-media .banner-media-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.1) translate3d(0, -1.5%, 0);
  transform-origin: center;
  will-change: transform;
}
body.is-loaded .banner .banner-head h1 {
  animation: bannerTitleReveal 520ms cubic-bezier(0.16, 1, 0.3, 1) 50ms forwards;
}
body.is-loaded .banner .banner-head p {
  animation: bannerCopyReveal 480ms cubic-bezier(0.16, 1, 0.3, 1) 110ms forwards;
}
body.is-loaded .banner .banner-media .banner-media-inner {
  animation: bannerMediaReveal 620ms cubic-bezier(0.16, 1, 0.3, 1) 140ms forwards;
}
@media (max-width: 991px) {
  .banner .banner-head {
    padding: 88px 0 30px;
  }
  .banner .banner-head h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .banner .banner-head {
    padding: 42px 0 26px;
  }
  .banner .banner-head h1 {
    font-size: 42px;
  }
  .banner .banner-media {
    height: auto;
  }
  .banner .banner-media .banner-media-inner {
    width: 100%;
    height: 420px;
    border-radius: 0;
    clip-path: inset(20% 0% 20% 0%);
    will-change: opacity, transform, clip-path;
  }
  .banner .banner-media .banner-media-inner img {
    transform: scale(1.16) translate3d(0, -2%, 0);
  }
}

@keyframes bannerTitleReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bannerCopyReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bannerMediaReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.about-section-02 {
  position: relative;
  padding: 120px 0;
  border-top: 1px solid #a0a4ae;
  overflow: hidden;
  isolation: isolate;
}
.about-section-02 .container {
  position: relative;
  z-index: 2;
}
.about-section-02 .about-s02-ornament {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
  user-select: none;
  color: #000000;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms cubic-bezier(0.16, 1, 0.3, 1), transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}
.about-section-02 .about-s02-ornament path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.about-section-02 .about-s02-ornament circle {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.about-section-02 .about-s02-ornament .geo-marker {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 180ms ease-in-out;
}
.about-section-02 .about-s02-ornament-route {
  top: 26px;
  right: -86px;
  width: min(54vw, 760px);
}
.about-section-02 .about-s02-ornament-form {
  bottom: -134px;
  left: -110px;
  width: min(32vw, 420px);
}
.about-section-02 .about-s02-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.about-section-02 .about-s02-item {
  padding: 0 60px;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1), transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
.about-section-02 .about-s02-item:first-child {
  padding-left: 0;
}
.about-section-02 .about-s02-item:last-child {
  padding-right: 0;
}
.about-section-02 .about-s02-item:not(:last-child) {
  border-right: 1px solid #a0a4ae;
}
.about-section-02 .about-s02-item:nth-child(2) {
  transition-delay: 80ms;
}
.about-section-02 .about-s02-item:nth-child(3) {
  transition-delay: 160ms;
}
.about-section-02 .about-s02-item h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  color: #121c34;
  margin: 0 0 20px;
  text-wrap: balance;
}
.about-section-02 .about-s02-item p {
  font-size: 16px;
  line-height: 1.8;
  color: #41495d;
  margin: 0;
}
.about-section-02.is-visible .about-s02-ornament {
  opacity: 0.18;
  transform: translateY(0);
}
.about-section-02.is-visible .about-s02-ornament path {
  animation: sectionVectorDraw 1300ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.about-section-02.is-visible .about-s02-ornament circle {
  animation: sectionVectorDotPop 520ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.about-section-02.is-visible .about-s02-ornament .geo-marker {
  opacity: 1;
}
.about-section-02.is-visible .about-s02-ornament-route path:nth-of-type(1) {
  animation-delay: 0ms;
}
.about-section-02.is-visible .about-s02-ornament-route path:nth-of-type(2) {
  animation-delay: 70ms;
}
.about-section-02.is-visible .about-s02-ornament-route path:nth-of-type(3) {
  animation-delay: 140ms;
}
.about-section-02.is-visible .about-s02-ornament-route circle:nth-of-type(1) {
  animation-delay: 360ms;
}
.about-section-02.is-visible .about-s02-ornament-route circle:nth-of-type(2) {
  animation-delay: 420ms;
}
.about-section-02.is-visible .about-s02-ornament-route circle:nth-of-type(3) {
  animation-delay: 480ms;
}
.about-section-02.is-visible .about-s02-ornament-route circle:nth-of-type(4) {
  animation-delay: 540ms;
}
.about-section-02.is-visible .about-s02-ornament-form {
  animation-delay: 100ms;
}
.about-section-02.is-visible .about-s02-ornament-form path:nth-of-type(1) {
  animation-delay: 100ms;
}
.about-section-02.is-visible .about-s02-ornament-form path:nth-of-type(2) {
  animation-delay: 175ms;
}
.about-section-02.is-visible .about-s02-ornament-form path:nth-of-type(3) {
  animation-delay: 250ms;
}
.about-section-02.is-visible .about-s02-ornament-form circle:nth-of-type(1) {
  animation-delay: 440ms;
}
.about-section-02.is-visible .about-s02-ornament-form circle:nth-of-type(2) {
  animation-delay: 505ms;
}
.about-section-02.is-visible .about-s02-ornament-form circle:nth-of-type(3) {
  animation-delay: 570ms;
}
.about-section-02.is-visible .about-s02-item {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .about-section-02 .about-s02-ornament {
    opacity: 0.12;
    transform: none;
  }
  .about-section-02 .about-s02-ornament path {
    stroke-dashoffset: 0;
    animation: none;
  }
  .about-section-02 .about-s02-ornament circle,
  .about-section-02 .about-s02-ornament .geo-marker {
    opacity: 1;
    animation: none;
  }
  .about-section-02 .about-s02-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 991px) {
  .about-section-02 {
    padding: 80px 0;
  }
  .about-section-02 .about-s02-ornament-route {
    top: 18px;
    right: -220px;
    width: 700px;
  }
  .about-section-02 .about-s02-ornament-form {
    display: none;
  }
  .about-section-02 .about-s02-layout {
    grid-template-columns: 1fr;
  }
  .about-section-02 .about-s02-item {
    padding: 48px 0;
  }
  .about-section-02 .about-s02-item:first-child {
    padding-top: 0;
  }
  .about-section-02 .about-s02-item:last-child {
    padding-bottom: 0;
  }
  .about-section-02 .about-s02-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #a0a4ae;
  }
}
@media (max-width: 767px) {
  .about-section-02 {
    padding: 60px 0;
  }
  .about-section-02 .about-s02-ornament {
    display: none;
  }
  .about-section-02 .about-s02-item {
    padding: 36px 0;
  }
  .about-section-02 .about-s02-item h3 {
    font-size: 28px;
  }
}

.about-section-03 {
  padding: 120px 0;
  border-top: 1px solid #a0a4ae;
}
.about-section-03 .about-s03-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 52px;
  margin-bottom: 52px;
  border-bottom: 1px solid #a0a4ae;
  opacity: 0;
  transform: translateY(20px);
}
.about-section-03 .about-s03-header h2 {
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  color: #121c34;
  margin: 0;
}
.about-section-03 .about-s03-header p {
  font-size: 18px;
  line-height: 1.7;
  color: #d4a676;
  margin: 0;
  max-width: 360px;
  flex-shrink: 0;
}
.about-section-03 .about-s03-card {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4/5;
  opacity: 0;
  transform: translateY(32px);
}
.about-section-03 .about-s03-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.about-section-03 .about-s03-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}
.about-section-03 .about-s03-card:hover img {
  transform: scale(1.04);
}
@media (prefers-reduced-motion: reduce) {
  .about-section-03 .about-s03-header {
    opacity: 1;
    transform: none;
  }
  .about-section-03 .about-s03-card {
    opacity: 1;
    transform: none;
  }
  .about-section-03 .about-s03-card img {
    transition: none;
  }
}
@media (max-width: 991px) {
  .about-section-03 {
    padding: 80px 0;
  }
  .about-section-03 .about-s03-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .about-section-03 .about-s03-header h2 {
    font-size: 42px;
  }
  .about-section-03 .about-s03-header p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-section-03 {
    padding: 60px 0;
  }
  .about-section-03 .about-s03-header {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .about-section-03 .about-s03-header h2 {
    font-size: 48px;
  }
  .about-section-03 .about-s03-header p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .banner .banner-head h1,
  .banner .banner-head p {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .banner .banner-media .banner-media-inner {
    opacity: 1;
    transform: none;
    clip-path: inset(0 0 0 0);
    animation: none;
  }
  .banner .banner-media .banner-media-inner img {
    transform: none;
  }
}
.about-section-01 {
  padding: 120px 0;
  border-top: 1px solid #a0a4ae;
  overflow: hidden;
}
.about-section-01 .about-s01-layout {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.about-section-01 .about-s01-content {
  max-width: 720px;
  text-align: center;
}
.about-section-01 .about-s01-content h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 36px;
  text-wrap: balance;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1), transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
.about-section-01 .about-s01-content p {
  font-size: 18px;
  line-height: 1.75;
  color: #41495d;
  max-width: 560px;
  margin: 0 auto 20px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1), transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 50ms;
}
.about-section-01 .about-s01-content p:last-of-type {
  margin-bottom: 0;
  transition-delay: 90ms;
}
.about-section-01 .about-s01-content .about-s01-actions {
  margin-top: 48px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 440ms cubic-bezier(0.16, 1, 0.3, 1), transform 440ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 130ms;
}
.about-section-01.is-visible .about-s01-content h2,
.about-section-01.is-visible .about-s01-content p,
.about-section-01.is-visible .about-s01-content .about-s01-actions {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .about-section-01 .about-s01-content h2,
  .about-section-01 .about-s01-content p,
  .about-section-01 .about-s01-content .about-s01-actions {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 991px) {
  .about-section-01 {
    padding: 80px 0;
  }
  .about-section-01 .about-s01-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .about-section-01 {
    padding: 60px 0;
  }
  .about-section-01 .about-s01-content h2 {
    font-size: 36px;
  }
  .about-section-01 .about-s01-content p {
    font-size: 16px;
  }
}

.about-section-04 {
  display: flex;
  border-top: 1px solid #a0a4ae;
}
.about-section-04 .about-s04-panel {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 80px;
  overflow: hidden;
  min-height: 640px;
}
.about-section-04 .about-s04-panel--vision {
  background: #121c34;
}
.about-section-04 .about-s04-panel--vision .about-s04-bg {
  position: absolute;
  inset: 0;
}
.about-section-04 .about-s04-panel--vision .about-s04-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.18;
}
.about-section-04 .about-s04-panel--vision .about-s04-ornament {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 180px;
  height: 180px;
  color: #d4a676;
  opacity: 0.28;
  pointer-events: none;
}
.about-section-04 .about-s04-panel--vision .about-s04-content span {
  color: #d4a676;
}
.about-section-04 .about-s04-panel--vision .about-s04-content h2 {
  color: #ffffff;
}
.about-section-04 .about-s04-panel--vision .about-s04-content p {
  color: #e5e5e5;
}
.about-section-04 .about-s04-panel--mission {
  background: #121c34;
}
.about-section-04 .about-s04-panel--mission .about-s04-bg {
  position: absolute;
  inset: 0;
}
.about-section-04 .about-s04-panel--mission .about-s04-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.18;
}
.about-section-04 .about-s04-panel--mission .about-s04-content span {
  color: #d4a676;
}
.about-section-04 .about-s04-panel--mission .about-s04-content h2 {
  color: #ffffff;
}
.about-section-04 .about-s04-panel--mission .about-s04-content p {
  color: #e5e5e5;
}
.about-section-04 .about-s04-panel .about-s04-content {
  position: relative;
  z-index: 1;
  max-width: 480px;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 560ms cubic-bezier(0.16, 1, 0.3, 1), transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}
.about-section-04 .about-s04-panel .about-s04-content span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 28px;
}
.about-section-04 .about-s04-panel .about-s04-content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  margin: 0 0 24px;
}
.about-section-04 .about-s04-panel .about-s04-content p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.about-section-04.is-visible .about-s04-panel--vision .about-s04-content {
  opacity: 1;
  transform: translateY(0);
}
.about-section-04.is-visible .about-s04-panel--mission .about-s04-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 90ms;
}
@media (prefers-reduced-motion: reduce) {
  .about-section-04 .about-s04-content {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 991px) {
  .about-section-04 {
    flex-direction: column;
  }
  .about-section-04 .about-s04-panel {
    min-height: 480px;
    padding: 60px 40px;
  }
  .about-section-04 .about-s04-panel .about-s04-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-section-04 .about-s04-panel {
    min-height: 400px;
    padding: 52px 24px;
  }
  .about-section-04 .about-s04-panel .about-s04-content span {
    margin-bottom: 20px;
  }
  .about-section-04 .about-s04-panel .about-s04-content p {
    font-size: 14px;
  }
}

.services-section-01 {
  position: relative;
  padding: 120px 0;
  border-top: 1px solid #a0a4ae;
  overflow: hidden;
}
.services-section-01 .services-s01-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  align-items: end;
  gap: 64px;
  padding-bottom: 72px;
  margin-bottom: 96px;
  border-bottom: 1px solid #a0a4ae;
}
.services-section-01 .services-s01-head h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.06;
  color: #121c34;
  margin: 0;
}
.services-section-01 .services-s01-head p {
  font-size: 18px;
  line-height: 1.72;
  color: #41495d;
  margin: 0;
}
.services-section-01 .services-s01-list {
  display: grid;
  gap: 112px;
}
.services-section-01 article {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 96px;
  min-height: 520px;
  isolation: isolate;
  position: relative;
}
.services-section-01 article .services-s01-copy,
.services-section-01 article .services-s01-visual {
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
.services-section-01 article:nth-child(even) {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}
.services-section-01 article:nth-child(even) .services-s01-copy {
  grid-column: 2;
}
.services-section-01 article:nth-child(even) .services-s01-visual {
  grid-column: 1;
  grid-row: 1;
}
.services-section-01 article:nth-child(even) .services-s01-visual::before {
  right: auto;
  left: clamp(-18px, -1.5vw, -8px);
  transform: rotate(-2.5deg);
}
.services-section-01 article:nth-child(even) .services-s01-visual::after {
  left: auto;
  right: clamp(-24px, -2vw, -12px);
}
.services-section-01 article:nth-child(even) .services-s01-visual .services-s01-mark {
  right: auto;
  left: -13%;
  transform: rotate(-3deg);
}
.services-section-01.is-ready article .services-s01-copy {
  opacity: 0;
  transform: translateY(30px);
}
.services-section-01.is-ready article .services-s01-visual {
  opacity: 0;
  transform: translateY(38px) scale(0.985);
}
.services-section-01 article.is-visible .services-s01-copy,
.services-section-01 article.is-visible .services-s01-visual {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.services-section-01 article.is-visible .services-s01-mark {
  opacity: 0.78;
}
.services-section-01 article.is-visible .services-s01-mark path {
  animation: sectionVectorDraw 1600ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.services-section-01 article.is-visible .services-s01-mark circle {
  animation: sectionVectorDotPop 760ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.services-section-01 article.is-visible .services-s01-mark path:nth-of-type(1) {
  animation-delay: 0ms;
}
.services-section-01 article.is-visible .services-s01-mark circle:nth-of-type(1) {
  animation-delay: 520ms;
}
.services-section-01 article.is-visible .services-s01-mark path:nth-of-type(2) {
  animation-delay: 120ms;
}
.services-section-01 article.is-visible .services-s01-mark circle:nth-of-type(2) {
  animation-delay: 620ms;
}
.services-section-01 article.is-visible .services-s01-mark path:nth-of-type(3) {
  animation-delay: 240ms;
}
.services-section-01 article.is-visible .services-s01-mark circle:nth-of-type(3) {
  animation-delay: 720ms;
}
.services-section-01 .services-s01-copy {
  position: relative;
  z-index: 2;
}
.services-section-01 .services-s01-copy h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.06;
  color: #121c34;
  margin: 0;
}
.services-section-01 .services-s01-copy p {
  font-size: 18px;
  line-height: 1.78;
  color: #41495d;
  margin: 28px 0 0;
  max-width: 520px;
}
.services-section-01 .services-s01-copy .btn-1 {
  margin-top: 40px;
}
.services-section-01 .services-s01-visual {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: visible;
  aspect-ratio: 16/11;
  isolation: isolate;
}
.services-section-01 .services-s01-visual::before, .services-section-01 .services-s01-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.services-section-01 .services-s01-visual::before {
  top: clamp(-22px, -1.8vw, -10px);
  right: clamp(-18px, -1.5vw, -8px);
  z-index: 1;
  width: 64%;
  height: 82%;
  border: 2px solid #000000;
  opacity: 0.62;
  transform: rotate(2.5deg);
}
.services-section-01 .services-s01-visual::after {
  bottom: clamp(-22px, -1.8vw, -10px);
  left: clamp(-24px, -2vw, -12px);
  z-index: 0;
  width: 52%;
  height: 58%;
  background: rgba(212, 166, 118, 0.28);
  opacity: 1;
}
.services-section-01 .services-s01-visual .services-s01-mark {
  position: absolute;
  top: -15%;
  right: -12%;
  z-index: 0;
  width: 58%;
  color: #000000;
  opacity: 0;
  pointer-events: none;
  transform: rotate(3deg);
  transition: opacity 520ms ease-in-out;
}
.services-section-01 .services-s01-visual .services-s01-mark path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.services-section-01 .services-s01-visual .services-s01-mark circle {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.services-section-01 .services-s01-visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/11;
  border: 1px solid #000000;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}
.services-section-01 .services-s01-visual:hover img {
  transform: scale(1.03);
}
@media (max-width: 991px) {
  .services-section-01 {
    padding: 80px 0;
  }
  .services-section-01 .services-s01-head {
    grid-template-columns: 1fr;
    padding-bottom: 52px;
    margin-bottom: 64px;
  }
  .services-section-01 .services-s01-head h2 {
    font-size: 42px;
  }
  .services-section-01 article,
  .services-section-01 article:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 36px;
  }
  .services-section-01 article .services-s01-copy,
  .services-section-01 article:nth-child(even) .services-s01-copy {
    grid-column: auto;
  }
  .services-section-01 article .services-s01-visual,
  .services-section-01 article:nth-child(even) .services-s01-visual {
    grid-column: auto;
    grid-row: auto;
  }
  .services-section-01 article .services-s01-visual .services-s01-mark,
  .services-section-01 article:nth-child(even) .services-s01-visual .services-s01-mark {
    right: -10%;
    left: auto;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .services-section-01 {
    padding: 60px 0;
  }
  .services-section-01 .services-s01-head {
    padding-bottom: 36px;
    margin-bottom: 48px;
  }
  .services-section-01 .services-s01-head h2 {
    font-size: 36px;
  }
  .services-section-01 .services-s01-head p {
    font-size: 16px;
  }
  .services-section-01 .services-s01-list {
    gap: 60px;
  }
  .services-section-01 .services-s01-copy h3 {
    font-size: 48px;
  }
  .services-section-01 .services-s01-copy p {
    font-size: 16px;
  }
  .services-section-01 .services-s01-visual {
    aspect-ratio: 4/3;
  }
  .services-section-01 .services-s01-visual .services-s01-mark {
    display: none;
  }
  .services-section-01 .services-s01-visual img {
    aspect-ratio: 4/3;
  }
}

.sd-section-01 {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: #000000;
  border-top: 1px solid #000000;
  isolation: isolate;
}
.sd-section-01 .container {
  position: relative;
  z-index: 2;
}
.sd-section-01 .sd-s01-intro {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.sd-section-01 .sd-s01-intro h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 1.04;
  text-wrap: balance;
}
.sd-section-01 .sd-s01-intro p {
  max-width: 680px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.62;
  text-wrap: pretty;
}
.sd-section-01.is-ready .sd-s01-intro {
  opacity: 0;
  transform: translateY(32px);
}
.sd-section-01.is-visible .sd-s01-intro {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .sd-section-01.is-ready .sd-s01-intro {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 991px) {
  .sd-section-01 {
    padding: 86px 0;
  }
  .sd-section-01 .sd-s01-intro h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .sd-section-01 {
    padding: 62px 0;
  }
  .sd-section-01 .sd-s01-intro {
    gap: 34px;
  }
  .sd-section-01 .sd-s01-intro h2 {
    font-size: 36px;
  }
  .sd-section-01 .sd-s01-intro p {
    margin-top: 24px;
    font-size: 16px;
  }
}

.sd-section-02 {
  position: relative;
  padding: 90px 0 140px;
  overflow: hidden;
  isolation: isolate;
}
.sd-section-02::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 70px;
  z-index: 0;
  width: 38vw;
  height: 48%;
  background: rgba(0, 0, 0, 0.04);
}
.sd-section-02 .container {
  position: relative;
  z-index: 2;
}
.sd-section-02 .sd-s02-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1fr);
  gap: clamp(54px, 7vw, 132px);
  align-items: center;
}
.sd-section-02 .sd-s02-media {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
}
.sd-section-02 .sd-s02-construct {
  position: absolute;
  top: 0;
  left: -26px;
  z-index: 0;
  width: min(74%, 520px);
  color: #000000;
  opacity: 0.16;
  transform: translateY(24px);
}
.sd-section-02 .sd-s02-construct rect {
  transform-box: fill-box;
  transform-origin: center;
}
.sd-section-02 .sd-s02-construct path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.sd-section-02 figure {
  position: relative;
  z-index: 1;
  width: 88%;
  margin: 0 0 0 auto;
  aspect-ratio: 0.86;
  border: 1px solid rgba(0, 0, 0, 0.22);
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 18% 100%, 0 86%);
  overflow: hidden;
}
.sd-section-02 figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 18px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}
.sd-section-02 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  transform: scale(1.04);
}
.sd-section-02 .sd-s02-content {
  max-width: 760px;
}
.sd-section-02 .sd-s02-content h2 {
  max-width: 660px;
  margin: 0;
  color: #121c34;
  font-size: clamp(32px, 3.8vw, 56px);
  font-weight: 800;
  line-height: 1.06;
  text-wrap: balance;
}
.sd-section-02 .sd-s02-copy {
  display: grid;
  gap: 18px;
  max-width: 660px;
  margin-top: 36px;
}
.sd-section-02 .sd-s02-copy p {
  margin: 0;
  color: #41495d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  text-wrap: pretty;
}
.sd-section-02 .sd-s02-results {
  display: grid;
  gap: 0;
  max-width: 680px;
  margin-top: 48px;
  border-top: 1px solid #a0a4ae;
}
.sd-section-02 .sd-s02-results article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #a0a4ae;
  transform: translateX(0);
}
.sd-section-02 .sd-s02-results article span {
  grid-row: 1/3;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  background: #000000;
  clip-path: polygon(0 0, 100% 0, 100% 38%, 38% 38%, 38% 100%, 0 100%);
}
.sd-section-02 .sd-s02-results article h3 {
  margin: 0;
  color: #121c34;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.16;
}
.sd-section-02 .sd-s02-results article p {
  max-width: 520px;
  margin: 8px 0 0;
  color: #41495d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}
.sd-section-02.is-ready .sd-s02-media {
  opacity: 0;
  transform: translateX(-38px);
}
.sd-section-02.is-ready .sd-s02-content {
  opacity: 0;
  transform: translateY(34px);
}
.sd-section-02.is-ready .sd-s02-construct {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
}
.sd-section-02.is-ready .sd-s02-results article {
  opacity: 0;
  transform: translateX(54px);
}
.sd-section-02.is-visible .sd-s02-media {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 620ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.sd-section-02.is-visible .sd-s02-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 540ms cubic-bezier(0.16, 1, 0.3, 1) 80ms, transform 650ms cubic-bezier(0.16, 1, 0.3, 1) 80ms;
}
.sd-section-02.is-visible .sd-s02-construct {
  opacity: 0.16;
  transform: translateY(0) scale(1);
  transition: opacity 620ms cubic-bezier(0.16, 1, 0.3, 1), transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}
.sd-section-02.is-visible .sd-s02-construct path {
  animation: sectionVectorDraw 1400ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.sd-section-02.is-visible .sd-s02-results article {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 440ms cubic-bezier(0.16, 1, 0.3, 1), transform 540ms cubic-bezier(0.16, 1, 0.3, 1);
}
.sd-section-02.is-visible .sd-s02-results article:nth-child(1) {
  transition-delay: 160ms;
}
.sd-section-02.is-visible .sd-s02-results article:nth-child(2) {
  transition-delay: 240ms;
}
.sd-section-02.is-visible .sd-s02-results article:nth-child(3) {
  transition-delay: 320ms;
}
@media (prefers-reduced-motion: reduce) {
  .sd-section-02.is-ready .sd-s02-media,
  .sd-section-02.is-ready .sd-s02-content,
  .sd-section-02.is-ready .sd-s02-construct {
    opacity: 1;
    transform: none;
  }
  .sd-section-02.is-ready .sd-s02-construct {
    opacity: 0.16;
  }
  .sd-section-02.is-ready .sd-s02-construct rect,
  .sd-section-02.is-ready .sd-s02-construct path {
    animation: none;
  }
  .sd-section-02.is-ready .sd-s02-construct path {
    stroke-dashoffset: 0;
  }
  .sd-section-02.is-ready .sd-s02-results article {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 991px) {
  .sd-section-02 {
    padding: 72px 0 100px;
  }
  .sd-section-02::before {
    width: 62vw;
    height: 32%;
    bottom: 44px;
  }
  .sd-section-02 .sd-s02-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .sd-section-02 .sd-s02-media {
    min-height: 520px;
    max-width: 680px;
  }
  .sd-section-02 figure {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .sd-section-02 {
    padding: 54px 0 72px;
  }
  .sd-section-02::before {
    display: none;
  }
  .sd-section-02 .sd-s02-layout {
    gap: 38px;
  }
  .sd-section-02 .sd-s02-media {
    min-height: 390px;
  }
  .sd-section-02 .sd-s02-construct {
    left: -44px;
    width: 82%;
  }
  .sd-section-02 figure {
    width: 94%;
    aspect-ratio: 0.94;
  }
  .sd-section-02 figure::after {
    border-width: 10px;
  }
  .sd-section-02 .sd-s02-content h2 {
    font-size: 36px;
  }
  .sd-section-02 .sd-s02-copy {
    margin-top: 26px;
  }
  .sd-section-02 .sd-s02-copy p {
    font-size: 16px;
  }
  .sd-section-02 .sd-s02-results {
    margin-top: 34px;
  }
  .sd-section-02 .sd-s02-results article {
    grid-template-columns: 26px minmax(0, 1fr);
    column-gap: 14px;
    padding: 20px 0;
  }
  .sd-section-02 .sd-s02-results article span {
    width: 15px;
    height: 15px;
  }
  .sd-section-02 .sd-s02-results article h3 {
    font-size: 20px;
  }
}

.sd-section-03 {
  position: relative;
  padding: 30px 0 150px;
  overflow: hidden;
  isolation: isolate;
}
.sd-section-03 .container {
  position: relative;
  z-index: 2;
}
.sd-section-03 .sd-s03-flow {
  position: relative;
  min-height: 1680px;
}
.sd-section-03 .sd-s03-line {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: #000000;
}
.sd-section-03 .sd-s03-line-base,
.sd-section-03 .sd-s03-line-progress {
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.sd-section-03 .sd-s03-line-base {
  opacity: 0.14;
}
.sd-section-03 .sd-s03-line-progress {
  opacity: 1;
}
.sd-section-03 .sd-s03-step {
  position: absolute;
  z-index: 1;
  width: min(42%, 560px);
  min-height: var(--sd-s03-step-height, 0);
  padding: clamp(26px, 3vw, 42px);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.24);
  transform: translateX(0);
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 650ms cubic-bezier(0.16, 1, 0.3, 1), border-color 360ms cubic-bezier(0.16, 1, 0.3, 1);
}
.sd-section-03 .sd-s03-step::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.05);
  transform: translate(16px, 16px);
}
.sd-section-03 .sd-s03-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.sd-section-03 .sd-s03-step h3 {
  max-width: none;
  margin: 0;
  color: #121c34;
  font-size: clamp(24px, 2.35vw, 36px);
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}
.sd-section-03 .sd-s03-step p {
  max-width: none;
  margin: 22px 0 0;
  color: #41495d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
  text-wrap: pretty;
}
.sd-section-03 .sd-s03-step.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.sd-section-03 .sd-s03-step-left {
  left: 0;
}
.sd-section-03 .sd-s03-step-left.is-visible {
  border-color: rgba(0, 0, 0, 0.48);
}
.sd-section-03 .sd-s03-step-right {
  right: 0;
}
.sd-section-03 .sd-s03-step-right.is-visible {
  border-color: rgba(0, 0, 0, 0.48);
}
.sd-section-03 .sd-s03-step:nth-of-type(1) {
  top: 0;
}
.sd-section-03 .sd-s03-step:nth-of-type(2) {
  top: 400px;
}
.sd-section-03 .sd-s03-step:nth-of-type(3) {
  top: 800px;
}
.sd-section-03 .sd-s03-step:nth-of-type(4) {
  top: 1200px;
}
.sd-section-03.is-ready .sd-s03-step-left:not(.is-visible) {
  opacity: 0;
  transform: translateX(-86px);
}
.sd-section-03.is-ready .sd-s03-step-right:not(.is-visible) {
  opacity: 0;
  transform: translateX(86px);
}
@media (prefers-reduced-motion: reduce) {
  .sd-section-03.is-ready .sd-s03-step-left,
  .sd-section-03.is-ready .sd-s03-step-right {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 991px) {
  .sd-section-03 {
    padding: 20px 0 110px;
  }
  .sd-section-03 .sd-s03-flow {
    min-height: 1500px;
  }
  .sd-section-03 .sd-s03-step {
    width: min(46%, 500px);
  }
  .sd-section-03 .sd-s03-step h3 {
    font-size: 30px;
  }
  .sd-section-03 .sd-s03-step p {
    font-size: 16px;
  }
  .sd-section-03 .sd-s03-step:nth-of-type(2) {
    top: 370px;
  }
  .sd-section-03 .sd-s03-step:nth-of-type(3) {
    top: 735px;
  }
  .sd-section-03 .sd-s03-step:nth-of-type(4) {
    top: 1105px;
  }
}
@media (max-width: 767px) {
  .sd-section-03 {
    padding: 0 0 76px;
  }
  .sd-section-03 .sd-s03-flow {
    display: grid;
    gap: 24px;
    min-height: 0;
  }
  .sd-section-03 .sd-s03-line {
    display: none;
  }
  .sd-section-03 .sd-s03-step {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    min-height: 0;
    padding: 26px;
  }
  .sd-section-03 .sd-s03-step::before {
    transform: translate(10px, 10px);
  }
  .sd-section-03 .sd-s03-step span {
    width: 38px;
    height: 38px;
    margin-bottom: 26px;
    font-size: 12px;
  }
  .sd-section-03 .sd-s03-step h3 {
    font-size: 20px;
  }
  .sd-section-03 .sd-s03-step p {
    margin-top: 16px;
  }
  .sd-section-03 .sd-s03-step:nth-of-type(1), .sd-section-03 .sd-s03-step:nth-of-type(2), .sd-section-03 .sd-s03-step:nth-of-type(3), .sd-section-03 .sd-s03-step:nth-of-type(4) {
    top: auto;
  }
  .sd-section-03.is-ready .sd-s03-step-left:not(.is-visible),
  .sd-section-03.is-ready .sd-s03-step-right:not(.is-visible) {
    transform: translateY(34px);
  }
}

.page-404 {
  padding: 60px 20px;
  min-height: calc(100vh - 300px);
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .page-404 {
    padding: 50px 15px;
    min-height: calc(100vh - 250px);
  }
}
@media (max-width: 767px) {
  .page-404 {
    padding: 40px 15px;
  }
}
@media (max-width: 320px) {
  .page-404 {
    padding: 30px 10px;
    min-height: calc(100vh - 200px);
  }
}
.page-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-404 .container h1 {
  font-size: clamp(120px, 20vw, 200px);
  font-weight: 700;
  background: linear-gradient(135deg, #000000, #d4a676);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-404 .container h1 {
    font-size: 80px;
  }
}
@media (max-width: 320px) {
  .page-404 .container h1 {
    font-size: 60px;
  }
}
.page-404 .container h2 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  color: #121c34;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-404 .container h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 320px) {
  .page-404 .container h2 {
    font-size: 24px;
  }
}
.page-404 .container .messages {
  margin-bottom: 40px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .page-404 .container .messages {
    margin-bottom: 35px;
  }
}
@media (max-width: 320px) {
  .page-404 .container .messages {
    margin-bottom: 30px;
  }
}
.page-404 .container .messages p {
  font-size: 16px;
  font-weight: 400;
  color: #41495d;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 320px) {
  .page-404 .container .messages p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.page-404 .container .social-links {
  margin-top: 50px;
}
@media (max-width: 320px) {
  .page-404 .container .social-links {
    margin-top: 35px;
  }
}
.page-404 .container .social-links .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 320px) {
  .page-404 .container .social-links .social-media {
    gap: 15px;
  }
}
.page-404 .container .social-links .social-media li {
  display: inline-block;
}
.page-404 .container .social-links .social-media li a {
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 2px solid #a0a4ae;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.page-404 .container .social-links .social-media li a img {
  width: 20px;
  height: 20px;
  transition: all 300ms ease-in-out;
}
.page-404 .container .social-links .social-media li a:hover {
  background-color: #000000;
  border-color: #000000;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(15, 76, 107, 0.2);
}
.page-404 .container .social-links .social-media li a:hover img {
  filter: brightness(0) invert(1);
}
.page-404 .container .social-links .social-media li a:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
@media (max-width: 320px) {
  .page-404 .container .social-links .social-media li a {
    width: 45px;
    height: 45px;
  }
  .page-404 .container .social-links .social-media li a img {
    width: 18px;
    height: 18px;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ytVideoWrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000000;
  z-index: 10000;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.ytVideoWrapper.active {
  height: 100%;
}
.ytVideoWrapper.active .iframewrapper {
  height: 100vh;
}
.ytVideoWrapper.active .closeBtn {
  display: block;
}
.ytVideoWrapper .iframewrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: #04060a;
  z-index: 1000;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.ytVideoWrapper .iframewrapper #ytplayer,
.ytVideoWrapper .iframewrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.ytVideoWrapper .closeBtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 1011;
  display: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  padding: 0;
  transition: all 150ms ease-in-out;
}
.ytVideoWrapper .closeBtn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.ytVideoWrapper .closeBtn:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -2px;
}
.ytVideoWrapper .closeBtn .line {
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transition: all 150ms ease-in-out;
}
.ytVideoWrapper .closeBtn .line.a {
  width: 40px;
  height: 3px;
  margin-left: -20px;
  margin-top: -1.5px;
  transform: rotate(45deg);
}
.ytVideoWrapper .closeBtn .line.b {
  width: 3px;
  height: 40px;
  margin-left: -1.5px;
  margin-top: -20px;
  transform: rotate(45deg);
}
.ytVideoWrapper .closeBtn:hover .line {
  background-color: hsl(0, 0%, 110%);
}

.play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #000000;
  border: none;
  border-radius: 9999px;
  padding: 0;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.play-btn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 2px;
}
.play-btn:hover {
  background-color: #000000;
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.play-btn:active {
  transform: scale(0.95);
}
.play-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
@media (max-width: 320px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }
  .play-btn::before {
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
}

.video-banner {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  border-radius: 12px;
}
.video-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.video-banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 1.5rem;
  text-align: center;
  color: #ffffff;
  z-index: 10;
}
.video-banner .text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .video-banner .text h2 {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  .video-banner .text h2 {
    font-size: 24px;
  }
}
.video-banner .text p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.75;
  max-width: 600px;
}
@media (max-width: 767px) {
  .video-banner .text p {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 320px) {
  .video-banner .text p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ytVideoWrapper .closeBtn {
    width: 70px;
    height: 70px;
  }
  .ytVideoWrapper .closeBtn .line.a {
    width: 35px;
    margin-left: -17.5px;
  }
  .ytVideoWrapper .closeBtn .line.b {
    height: 35px;
    margin-top: -17.5px;
  }
}
@media (max-width: 320px) {
  .ytVideoWrapper .closeBtn {
    width: 60px;
    height: 60px;
  }
  .ytVideoWrapper .closeBtn .line.a {
    width: 30px;
    margin-left: -15px;
  }
  .ytVideoWrapper .closeBtn .line.b {
    height: 30px;
    margin-top: -15px;
  }
  .video-banner .text {
    padding: 1rem;
  }
  .video-banner .text h2,
  .video-banner .text p {
    max-width: 90%;
  }
}
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  color: #04060a;
  background-color: transparent;
  transition: all 300ms ease-in-out;
  border-bottom: 1px solid black;
}
.site-header.fixed {
  background-color: #04060a;
  border-bottom: 1px solid rgba(15, 76, 107, 0.2);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.15);
}
.site-header.fixed .container {
  min-height: 94px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-header.fixed .logo img {
  height: 76px;
  filter: brightness(0) invert(1);
}
.site-header.fixed nav .header-menu .menu-item > a {
  color: #fbf4ec;
}
.site-header.fixed nav .header-menu .menu-item > a:hover,
.site-header.fixed nav .header-menu .menu-item > a:focus-visible {
  color: #fbf4ec;
  background-color: rgba(15, 76, 107, 0.2);
}
.site-header.fixed nav .header-menu .menu-item.current-menu-item > a,
.site-header.fixed nav .header-menu .menu-item.current-menu-parent > a,
.site-header.fixed nav .header-menu .menu-item.current-menu-ancestor > a {
  color: #fbf4ec;
  background-color: #000000;
}
.site-header.fixed .language-switch {
  border-color: rgba(15, 76, 107, 0.2);
  background-color: rgba(15, 76, 107, 0.1);
}
.site-header.fixed .language-switch a {
  color: #fbf4ec;
}
.site-header.fixed .language-switch a[aria-current=true] {
  color: #fbf4ec;
  background-color: #000000;
}
.site-header.fixed .language-switch a:hover, .site-header.fixed .language-switch a:focus-visible {
  background-color: rgba(15, 76, 107, 0.2);
}
.site-header.fixed .rgb-controls output {
  color: #04060a;
  background-color: #fbf4ec;
}
.site-header.fixed .rgb-controls .rgb-control button {
  box-shadow: inset 0 0 0 2px rgba(15, 76, 107, 0.2), inset 0 0 0 9px #04060a, 0 10px 24px rgba(0, 0, 0, 0.15);
  background: radial-gradient(circle, #fbf4ec 0 34%, transparent 35%), conic-gradient(from var(--rgb-angle), var(--rgb-channel-color) 0 22%, rgba(15, 76, 107, 0.2) 22% 100%);
}
@media (max-width: 1199px) {
  .site-header.fixed .menu-trigger {
    border-color: rgba(15, 76, 107, 0.2);
    background-color: rgba(15, 76, 107, 0.1);
  }
  .site-header.fixed .menu-trigger span {
    background-color: #fbf4ec;
  }
  .site-header.fixed .menu-trigger.active {
    background-color: #d4a676;
  }
  .site-header.fixed .menu-trigger.active span {
    background-color: #04060a;
  }
}
.site-header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1199px) {
  .site-header .container {
    min-height: 104px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.site-header .logo {
  position: relative;
  z-index: 102;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 172px;
  margin-right: 28px;
  transition: all 150ms ease-in-out;
}
.site-header .logo:hover {
  opacity: 0.78;
  transform: translateY(-1px);
}
.site-header .logo:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 5px;
  border-radius: 8px;
}
.site-header .logo img {
  width: auto;
  height: 80px;
  object-fit: contain;
  filter: brightness(0);
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .site-header .logo img {
    height: 62px;
  }
}
@media (max-width: 1199px) {
  .site-header .logo {
    z-index: 100000;
    min-width: auto;
    margin-right: 0;
  }
}
.site-header nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .site-header nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    background-color: #04060a;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    transition: opacity 360ms cubic-bezier(0.16, 1, 0.3, 1), visibility 360ms cubic-bezier(0.16, 1, 0.3, 1), transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 99;
  }
  .site-header nav::before, .site-header nav::after {
    position: absolute;
    pointer-events: none;
    content: "";
  }
  .site-header nav::before {
    top: 118px;
    right: -120px;
    width: 320px;
    aspect-ratio: 1;
    border: 1px solid rgba(15, 76, 107, 0.2);
    border-radius: 50%;
    opacity: 0.72;
  }
  .site-header nav::after {
    bottom: -90px;
    left: -120px;
    width: 360px;
    aspect-ratio: 1;
    border: 1px solid rgba(212, 166, 118, 0.2);
    border-radius: 50%;
    opacity: 0.42;
  }
  .site-header nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-header nav.active .header-menu .menu-item {
    opacity: 1;
    transform: translateY(0);
  }
  .site-header nav.active .mobile-menu-meta {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header nav .header-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 6px;
  border-radius: 9999px;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu {
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
    height: auto;
    padding: 136px 24px 24px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.site-header nav .header-menu .menu-item {
  position: relative;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item {
    opacity: 0;
    transform: translateY(18px);
    border-bottom: 1px solid rgba(15, 76, 107, 0.2);
    transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-header nav .header-menu .menu-item:last-child {
    border-bottom: none;
  }
  .site-header nav .header-menu .menu-item:nth-child(1) {
    transition-delay: 110ms;
  }
  .site-header nav .header-menu .menu-item:nth-child(2) {
    transition-delay: 165ms;
  }
  .site-header nav .header-menu .menu-item:nth-child(3) {
    transition-delay: 220ms;
  }
  .site-header nav .header-menu .menu-item:nth-child(4) {
    transition-delay: 275ms;
  }
  .site-header nav .header-menu .menu-item:nth-child(5) {
    transition-delay: 330ms;
  }
  .site-header nav .header-menu .menu-item:nth-child(6) {
    transition-delay: 385ms;
  }
  .site-header nav .header-menu .menu-item:nth-child(7) {
    transition-delay: 440ms;
  }
  .site-header nav .header-menu .menu-item:nth-child(8) {
    transition-delay: 495ms;
  }
}
.site-header nav .header-menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 17px;
  border-radius: 9999px;
  color: #04060a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0.74;
  transition: all 150ms ease-in-out;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a {
    min-height: 62px;
    justify-content: space-between;
    padding: 14px 2px;
    border-radius: 0;
    color: #fbf4ec;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    opacity: 1;
  }
  .site-header nav .header-menu .menu-item a::after {
    display: block;
    width: 38px;
    height: 1px;
    background-color: rgba(212, 166, 118, 0.2);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: all 300ms ease-in-out;
  }
}
@media (max-width: 767px) {
  .site-header nav .header-menu .menu-item a {
    min-height: 64px;
    font-size: 28px;
  }
}
.site-header nav .header-menu .menu-item a:hover, .site-header nav .header-menu .menu-item a:focus-visible {
  color: #04060a;
  opacity: 1;
  background-color: rgba(212, 166, 118, 0.2);
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a:hover, .site-header nav .header-menu .menu-item a:focus-visible {
    color: #fbf4ec;
    background-color: transparent;
  }
  .site-header nav .header-menu .menu-item a:hover::after, .site-header nav .header-menu .menu-item a:focus-visible::after {
    transform: scaleX(1);
  }
}
.site-header nav .header-menu .menu-item a:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a:focus-visible {
    outline-color: #d4a676;
    outline-offset: -3px;
  }
}
.site-header nav .header-menu .menu-item.current-menu-item > a, .site-header nav .header-menu .menu-item.current-menu-parent > a, .site-header nav .header-menu .menu-item.current-menu-ancestor > a {
  color: #fbf4ec;
  opacity: 1;
  background-color: #000000;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.current-menu-item > a, .site-header nav .header-menu .menu-item.current-menu-parent > a, .site-header nav .header-menu .menu-item.current-menu-ancestor > a {
    color: #fbf4ec;
    background-color: transparent;
  }
  .site-header nav .header-menu .menu-item.current-menu-item > a::after, .site-header nav .header-menu .menu-item.current-menu-parent > a::after, .site-header nav .header-menu .menu-item.current-menu-ancestor > a::after {
    transform: scaleX(1);
  }
}
.site-header nav .mobile-menu-meta {
  display: none;
}
@media (max-width: 1199px) {
  .site-header nav .mobile-menu-meta {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 22px;
    width: 100%;
    margin-top: 10px;
    padding: 0 24px 34px;
    opacity: 0;
    transform: translateY(18px);
    transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 420ms;
  }
}
@media (max-width: 1199px) {
  .site-header nav .mobile-language {
    display: inline-flex;
    width: fit-content;
    gap: 6px;
    padding: 5px;
    border: 1px solid rgba(15, 76, 107, 0.2);
    border-radius: 9999px;
    background-color: rgba(15, 76, 107, 0.1);
  }
  .site-header nav .mobile-language li {
    list-style: none;
    display: contents;
  }
  .site-header nav .mobile-language a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 9999px;
    color: #fbf4ec;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.82;
    transition: all 150ms ease-in-out;
  }
  .site-header nav .mobile-language a[aria-current=true] {
    color: #fbf4ec;
    opacity: 1;
    background-color: #000000;
  }
  .site-header nav .mobile-language img {
    width: 18px;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 50%;
  }
}
@media (max-width: 1199px) {
  .site-header nav .mobile-menu-contact a {
    display: inline-flex;
    color: #fbf4ec;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0.78;
    transition: all 150ms ease-in-out;
  }
  .site-header nav .mobile-menu-contact a:hover, .site-header nav .mobile-menu-contact a:focus-visible {
    color: #d4a676;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .site-header.fixed .container {
    min-height: 96px;
  }
  .site-header.fixed .logo img {
    height: 76px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .site-header.fixed .logo img {
    height: 62px;
  }
}
@media (max-width: 1199px) {
  .site-header:has(nav.active) .logo img {
    filter: brightness(0) invert(1);
  }
  .site-header:has(nav.active) .language-switch {
    opacity: 0;
    pointer-events: none;
  }
  .site-header:has(nav.active) .rgb-controls output {
    color: #fbf4ec;
  }
}

.header-actions {
  position: relative;
  z-index: 102;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 18px;
}
@media (max-width: 1199px) {
  .header-actions {
    margin-left: auto;
  }
}

.rgb-controls {
  position: fixed;
  top: 36%;
  left: 0;
  z-index: 120;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 14px 10px;
  border: 1px solid rgba(15, 76, 107, 0.2);
  border-radius: 0 12px 12px 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
  transform: translateY(-50%);
  transition: all 300ms ease-in-out;
}
@media (max-width: 1199px) {
  .rgb-controls {
    left: 0;
    gap: 10px;
    padding: 12px 9px;
  }
}
@media (max-width: 767px) {
  .rgb-controls {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    justify-content: space-around;
    gap: 12px;
    width: 100%;
    max-width: none;
    padding: 10px 18px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: inherit;
    transform: none;
  }
}

.rgb-control {
  position: relative;
  display: inline-grid;
  justify-items: center;
  gap: 5px;
  min-width: 42px;
  --rgb-angle: 0deg;
  --rgb-channel-color: #000000;
}
.rgb-control.rgb-control-red {
  --rgb-channel-color: #ff341d;
}
.rgb-control.rgb-control-green {
  --rgb-channel-color: #17df2d;
}
.rgb-control.rgb-control-blue {
  --rgb-channel-color: #1b49dc;
}
.rgb-control button {
  position: relative;
  display: block;
  width: 42px;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #fbf4ec 0 36%, transparent 37%), conic-gradient(from var(--rgb-angle), var(--rgb-channel-color) 0 16%, rgba(212, 166, 118, 0.2) 16% 100%);
  box-shadow: inset 0 0 0 1px #fbf4ec, inset 0 0 0 8px rgba(255, 255, 255, 0.4), 0 7px 16px rgba(0, 0, 0, 0.05);
  cursor: grab;
  touch-action: none;
  transition: transform 150ms ease-in-out, box-shadow 150ms ease-in-out;
}
.rgb-control button::before {
  position: absolute;
  inset: 14px;
  background-color: #04060a;
  border-radius: 50%;
  content: "";
  opacity: 0.92;
}
.rgb-control button::after {
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  content: "";
  pointer-events: none;
}
.rgb-control button:active {
  cursor: grabbing;
  transform: scale(0.97);
}
.rgb-control button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}
.rgb-control button span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  transform: rotate(var(--rgb-angle));
  transition: transform 150ms ease-in-out;
}
.rgb-control button span::before {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 3px;
  height: 14px;
  border-radius: 9999px;
  background-color: var(--rgb-channel-color);
  box-shadow: 0 0 0 2px #fbf4ec;
  content: "";
  transform: translateX(-50%);
}
.rgb-control button:hover, .rgb-control button:focus-visible {
  box-shadow: inset 0 0 0 1px #fbf4ec, inset 0 0 0 8px rgba(255, 255, 255, 0.4), 0 9px 18px rgba(0, 0, 0, 0.1);
}
.rgb-control.is-dragging button {
  cursor: grabbing;
  transform: scale(0.98);
}
.rgb-control.is-dragging span {
  transition: none;
}
.rgb-control output {
  min-width: 34px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #fbf4ec;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: all 150ms ease-in-out;
}
@media (max-width: 1199px) {
  .rgb-control {
    min-width: 37px;
  }
  .rgb-control button {
    width: 37px;
  }
  .rgb-control button::before {
    inset: 12px;
  }
  .rgb-control button::after {
    inset: 8px;
  }
  .rgb-control button span::before {
    top: 6px;
    width: 2px;
    height: 12px;
  }
  .rgb-control output {
    min-width: 30px;
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .rgb-control {
    min-width: 36px;
    gap: 4px;
  }
  .rgb-control button {
    width: 34px;
  }
  .rgb-control button::before {
    inset: 11px;
  }
  .rgb-control button::after {
    inset: 8px;
  }
  .rgb-control button span::before {
    top: 5px;
    width: 2px;
    height: 11px;
  }
  .rgb-control output {
    min-width: 28px;
    padding: 0;
    font-size: 8px;
  }
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(212, 166, 118, 0.2);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 300ms ease-in-out;
}
.language-switch li {
  list-style: none;
  display: contents;
}
.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 9999px;
  color: #04060a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.76;
  transition: all 150ms ease-in-out;
}
.language-switch a[aria-current=true] {
  opacity: 1;
  background-color: #000000;
  color: #fbf4ec;
}
.language-switch a:hover, .language-switch a:focus-visible {
  opacity: 1;
  background-color: rgba(212, 166, 118, 0.2);
}
.language-switch img {
  width: 17px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .language-switch {
    display: none;
  }
}

.menu-trigger {
  position: relative;
  width: 52px;
  aspect-ratio: 1;
  display: none;
  flex: 0 0 auto;
  margin-left: 0;
  padding: 0;
  border: 1px solid rgba(212, 166, 118, 0.2);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1199px) {
  .menu-trigger {
    display: inline-block;
  }
}
.menu-trigger:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}
.menu-trigger span {
  position: absolute;
  left: 14px;
  display: inline-block;
  width: 24px;
  height: 2px;
  border-radius: 9999px;
  background-color: #04060a;
  transition: all 300ms ease-in-out;
}
.menu-trigger span:nth-of-type(1) {
  top: 17px;
}
.menu-trigger span:nth-of-type(2) {
  top: 25px;
}
.menu-trigger span:nth-of-type(3) {
  top: 33px;
}
.menu-trigger.active {
  border-color: rgba(212, 166, 118, 0.2);
  background-color: #d4a676;
}
.menu-trigger.active span {
  background-color: #04060a;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(315deg);
}
.menu-trigger:active {
  transform: scale(0.95);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0 0;
  color: #fbf4ec;
  background: linear-gradient(135deg, rgba(4, 6, 10, 0.98) 0%, #070b15 46%, #04060a 100%), #04060a;
  border-top: 1px solid rgba(212, 166, 118, 0.58);
}
.site-footer::before, .site-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.site-footer::before {
  inset: 0;
  background: linear-gradient(90deg, rgba(212, 166, 118, 0.06) 1px, transparent 1px), linear-gradient(0deg, rgba(212, 166, 118, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.66) 42%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.66) 42%, transparent 100%);
  opacity: 0.72;
}
.site-footer::after {
  right: max(-140px, -8vw);
  bottom: 86px;
  width: min(620px, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgba(212, 166, 118, 0.32);
  border-radius: 50%;
  box-shadow: inset 0 0 0 28px rgba(212, 166, 118, 0.06), inset 0 0 0 64px rgba(212, 166, 118, 0.03);
  opacity: 0.82;
}
.site-footer .container {
  position: relative;
  z-index: 2;
}
.site-footer .footer-statement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: end;
  gap: clamp(34px, 5vw, 92px);
  padding-bottom: clamp(56px, 6vw, 86px);
  border-bottom: 1px solid rgba(212, 166, 118, 0.28);
}
@media (max-width: 991px) {
  .site-footer .footer-statement {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-statement {
    padding-bottom: 44px;
  }
}
.site-footer .footer-statement:not(:has(.footer-contact-panel)) {
  grid-template-columns: 1fr;
}
.site-footer .footer-statement-copy {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.site-footer .footer-statement-copy h2 {
  margin: 0;
  color: #fbf4ec;
  font-size: clamp(50px, 8.6vw, 65px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1199px) {
  .site-footer .footer-statement-copy h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-statement-copy h2 {
    max-width: 100%;
    font-size: 40px;
    line-height: 1.08;
  }
}
.site-footer .footer-contact-panel {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(212, 166, 118, 0.34);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(212, 166, 118, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.15);
}
.site-footer .footer-contact-panel::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  aspect-ratio: 1;
  border-top: 1px solid rgba(212, 166, 118, 0.7);
  border-right: 1px solid rgba(212, 166, 118, 0.7);
}
.site-footer .footer-contact-panel p {
  margin: 0 0 26px;
  color: rgba(251, 244, 236, 0.78);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
}
.site-footer .footer-contact-panel .btn-1:hover, .site-footer .footer-contact-panel .btn-1:focus-visible {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.site-footer .footer-contact-panel .btn-2 {
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 9999px;
  background-color: #d4a676;
  border-color: #d4a676;
  color: #04060a;
}
@media (max-width: 767px) {
  .site-footer .footer-contact-panel .btn-2 {
    width: 100%;
  }
}
.site-footer .footer-contact-panel .btn-2 img {
  transition: all 150ms ease-in-out;
}
.site-footer .footer-contact-panel .btn-2:hover, .site-footer .footer-contact-panel .btn-2:focus-visible {
  background-color: #b88958;
  border-color: #b88958;
  color: #04060a;
}
.site-footer .footer-contact-panel .btn-2:hover img, .site-footer .footer-contact-panel .btn-2:focus-visible img {
  transform: translateX(4px);
}
.site-footer.is-observed .footer-statement-copy h2 {
  opacity: 0;
  transform: translateY(38px);
  filter: blur(10px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.site-footer.is-observed .footer-contact-panel {
  opacity: 0;
  transform: translateY(34px) scale(0.97);
  filter: blur(10px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 140ms;
}
.site-footer.is-observed .footer-contact-panel p,
.site-footer.is-observed .footer-contact-panel .btn-1 {
  opacity: 0;
  transform: translateY(16px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.site-footer.is-observed .footer-contact-panel p {
  transition-delay: 280ms;
}
.site-footer.is-observed .footer-contact-panel .btn-1 {
  transition-delay: 380ms;
}
.site-footer.is-observed .footer-top,
.site-footer.is-observed .footer-nav-row,
.site-footer.is-observed .footer-bottom {
  opacity: 0;
  transform: translateY(24px);
  transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.site-footer.is-observed .footer-top {
  transition-delay: 260ms;
}
.site-footer.is-observed .footer-nav-row {
  transition-delay: 360ms;
}
.site-footer.is-observed .footer-bottom {
  transition-delay: 460ms;
}
.site-footer.is-visible .footer-statement-copy h2 {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.site-footer.is-visible .footer-contact-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.site-footer.is-visible .footer-contact-panel p,
.site-footer.is-visible .footer-contact-panel .btn-1 {
  opacity: 1;
  transform: translateY(0);
}
.site-footer.is-visible .footer-top,
.site-footer.is-visible .footer-nav-row,
.site-footer.is-visible .footer-bottom {
  opacity: 1;
  transform: translateY(0);
}
.site-footer .footer-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: start;
  gap: clamp(34px, 5vw, 80px);
  padding: clamp(40px, 5vw, 72px) 0;
  border-bottom: 1px solid rgba(212, 166, 118, 0.18);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .site-footer .footer-top {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-top {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-top {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .site-footer .footer-top {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .site-footer .footer-top {
    max-width: 1380px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top {
    padding: 56px 0;
  }
}
.site-footer .footer-brand-block {
  max-width: 720px;
}
.site-footer .footer-brand-block .footer-logo {
  margin-bottom: 28px;
}
.site-footer .footer-brand-block .footer-logo a {
  display: inline-flex;
  align-items: center;
  transition: all 300ms ease-in-out;
}
.site-footer .footer-brand-block .footer-logo a:hover, .site-footer .footer-brand-block .footer-logo a:focus-visible {
  opacity: 0.72;
}
.site-footer .footer-brand-block .footer-logo img {
  width: auto;
  height: clamp(90px, 8vw, 112px);
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.site-footer .footer-brand-block p {
  max-width: 62ch;
  margin: 0;
  color: rgba(251, 244, 236, 0.66);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
}
.site-footer .footer-info-block {
  display: grid;
  justify-items: end;
  gap: 24px;
  text-align: right;
}
@media (max-width: 991px) {
  .site-footer .footer-info-block {
    justify-items: start;
    text-align: left;
  }
}
.site-footer .footer-info-block address {
  display: grid;
  gap: 12px;
  margin: 0;
  font-style: normal;
}
.site-footer .footer-info-block address a {
  color: #fbf4ec;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.22;
  transition: all 300ms ease-in-out;
}
.site-footer .footer-info-block address a:hover, .site-footer .footer-info-block address a:focus-visible {
  color: #d4a676;
}
.site-footer .social-links .social-media-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 991px) {
  .site-footer .social-links .social-media-list {
    justify-content: flex-start;
  }
}
.site-footer .social-links .social-media-list li {
  margin: 0;
}
.site-footer .social-links .social-media-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  aspect-ratio: 1;
  border: 1px solid rgba(212, 166, 118, 0.28);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.03);
  transition: all 300ms ease-in-out;
}
.site-footer .social-links .social-media-list a:hover, .site-footer .social-links .social-media-list a:focus-visible {
  border-color: #d4a676;
  background-color: rgba(212, 166, 118, 0.18);
  transform: translateY(-4px);
}
.site-footer .social-links .social-media-list img {
  width: 17px;
  aspect-ratio: 1;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.82;
  transition: all 300ms ease-in-out;
}
.site-footer .social-links .social-media-list a:hover img,
.site-footer .social-links .social-media-list a:focus-visible img {
  opacity: 1;
}
.site-footer .footer-nav-row {
  position: relative;
  z-index: 2;
  padding: clamp(36px, 4vw, 60px) 0;
  border-bottom: 1px solid rgba(212, 166, 118, 0.16);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .site-footer .footer-nav-row {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-nav-row {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-nav-row {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .site-footer .footer-nav-row {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .site-footer .footer-nav-row {
    max-width: 1380px;
  }
}
.site-footer .footer-nav-row .row {
  --bs-gutter-x: 0;
  row-gap: 30px;
}
@media (max-width: 991px) {
  .site-footer .footer-nav-row .row {
    row-gap: 0;
  }
}
.site-footer .footer-menu-column {
  position: relative;
}
.site-footer .footer-menu-column h4 {
  margin: 0 0 22px;
  color: #d4a676;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .site-footer .footer-menu-column h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-menu-column h4.accordion-toggle {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 300ms ease-in-out;
  }
  .site-footer .footer-menu-column h4.accordion-toggle::after {
    content: "";
    width: 10px;
    aspect-ratio: 1;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: all 300ms ease-in-out;
  }
  .site-footer .footer-menu-column h4.accordion-toggle.active::after {
    transform: rotate(-135deg);
  }
}
.site-footer .footer-menu-column .footer-links .footer-menu {
  display: grid;
  gap: 11px;
}
.site-footer .footer-menu-column .footer-links .footer-menu li {
  margin: 0;
}
.site-footer .footer-menu-column .footer-links .footer-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgba(251, 244, 236, 0.58);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 300ms ease-in-out;
}
.site-footer .footer-menu-column .footer-links .footer-menu a::before {
  content: "";
  width: 0;
  height: 1px;
  margin-right: 0;
  background-color: #d4a676;
  transition: all 300ms ease-in-out;
}
.site-footer .footer-menu-column .footer-links .footer-menu a:hover, .site-footer .footer-menu-column .footer-links .footer-menu a:focus-visible {
  color: #fbf4ec;
}
.site-footer .footer-menu-column .footer-links .footer-menu a:hover::before, .site-footer .footer-menu-column .footer-links .footer-menu a:focus-visible::before {
  width: 22px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .site-footer .footer-menu-column .footer-links.accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 300ms ease-in-out;
  }
  .site-footer .footer-menu-column .footer-links.accordion-content > .footer-menu {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-menu-column .footer-links.accordion-content.open {
    grid-template-rows: 1fr;
  }
}
.site-footer .footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .site-footer .footer-bottom {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-bottom {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-bottom {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .site-footer .footer-bottom {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .site-footer .footer-bottom {
    max-width: 1380px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.site-footer .footer-bottom .copyright,
.site-footer .footer-bottom .footer-design {
  margin: 0;
  color: rgba(251, 244, 236, 0.44);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.site-footer .footer-bottom .footer-design a {
  color: rgba(251, 244, 236, 0.58);
  transition: all 300ms ease-in-out;
}
.site-footer .footer-bottom .footer-design a:hover {
  color: #34b88a;
}
.site-footer .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 58px;
  }
  .site-footer .footer-contact-panel {
    padding: 24px;
  }
  .site-footer .footer-nav-row {
    padding: 0;
  }
  .site-footer .footer-menu-column {
    border-bottom: 1px solid rgba(212, 166, 118, 0.16);
  }
  .site-footer .footer-bottom {
    padding-bottom: 100px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-footer.is-observed .footer-statement-copy h2,
  .site-footer.is-observed .footer-contact-panel,
  .site-footer.is-observed .footer-contact-panel p,
  .site-footer.is-observed .footer-contact-panel .btn-1,
  .site-footer.is-observed .footer-top,
  .site-footer.is-observed .footer-nav-row,
  .site-footer.is-observed .footer-bottom {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

.mobile-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  display: none;
  overflow: hidden;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .mobile-action-bar {
    display: none;
  }
}
.mobile-action-bar ul {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 0;
}
.mobile-action-bar .menu-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #a0a4ae;
}
.mobile-action-bar .menu-item:last-child {
  border-right: 0;
}
.mobile-action-bar .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 8px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: all 150ms ease-in-out;
}
.mobile-action-bar .menu-item a:hover, .mobile-action-bar .menu-item a:focus-visible {
  background-color: rgba(15, 76, 107, 0.2);
  color: #000000;
}
.mobile-action-bar .menu-item a:active {
  background-color: rgba(15, 76, 107, 0.5);
  transform: scale(0.98);
}
.mobile-action-bar .menu-item a img {
  width: auto;
  height: 18px;
  object-fit: contain;
}
