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

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.section-head {
  max-width: 580px;
  margin-bottom: 56px;
}
.section-head h2 {
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #121c34;
  margin-bottom: 16px;
}
.section-head p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555555;
}
.section-head.centered {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-head.centered .section-label {
  padding-left: 0;
  display: block;
}
.section-head.centered .section-label::before {
  display: none;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  background-color: #104027;
  color: #ffffff;
  padding: 0.875rem 2rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.btn-primary:hover {
  background-color: rgb(5.8, 23.2, 14.1375);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 64, 39, 0.3);
  color: #ffffff;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #104027;
  padding: 0.875rem 2rem;
  border-radius: 0.25rem;
  border: 1.5px solid #104027;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.btn-outline:hover {
  background-color: #104027;
  color: #ffffff;
  transform: translateY(-2px);
}

input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  outline: none;
}

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

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

form:invalid button[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}
.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;
}

.seo-content-section {
  background-color: #ffffff;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .seo-content-section {
    padding: 30px 0;
  }
}
.seo-content-section .accordion .accordion-item {
  border: none;
  background-color: #ffffff;
}
.seo-content-section .accordion .accordion-button {
  display: flex;
  align-items: center;
  padding: 15px 0;
  background-color: #ffffff;
  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: #ffffff;
  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: #666666;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-body h4 {
    font-size: 15px;
    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: #555555;
  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 rgba(0, 0, 0, 0.1);
}
.page-default .page-content .page-header h1 {
  font-size: 42px;
  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: 32px;
  }
}
.page-default .page-content .page-header .last-updated {
  font-size: 14px;
  color: #666;
  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: #444;
  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: #444;
  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: #104027;
  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 #104027;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: italic;
  color: #555;
  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 rgba(0, 0, 0, 0.1);
  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: #444;
}
.page-default .page-content .page-body table tr:last-child td {
  border-bottom: none;
}

.blog-page .blog-hero {
  text-align: center;
  padding: 50px 20px 0;
  background: #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: 2.5rem;
  margin-bottom: 10px;
  font-weight: 500;
  color: #666666;
}
@media (max-width: 991px) {
  .blog-page .blog-hero .big-title h1,
  .blog-page .blog-hero .big-title h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .blog-page .blog-hero .big-title h1,
  .blog-page .blog-hero .big-title h4 {
    font-size: 1.75rem;
  }
}
.blog-page .blog-hero .big-title p {
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.7;
  color: #555555;
}
@media (max-width: 767px) {
  .blog-page .blog-hero .big-title p {
    font-size: 1rem;
  }
}
.blog-page .blog-posts {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-page .blog-posts {
    padding-bottom: 50px;
  }
}
.blog-page .post-card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background-color: #fff;
  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.08);
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.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: 13px;
  font-weight: 600;
  background-color: rgba(204, 204, 204, 0.15);
  color: #333;
  padding: 4px 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.blog-page .post-body .category-tag:hover {
  background-color: rgba(182, 182, 182, 0.3);
  color: #333;
}
.blog-page .post-body .meta-data {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #555;
}
.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: 15px;
  color: #555;
  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: #555555;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: all 300ms ease-in-out;
}
.blog-page .pagination-nav .page-numbers:hover {
  background: #f8f9fa;
  border-color: #666666;
}
.blog-page .pagination-nav .page-numbers.current {
  background: #666666;
  color: #ffffff;
  border-color: #666666;
}

.single-post .post-content {
  padding: 80px;
}
@media (max-width: 992px) {
  .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: #555555;
}
.single-post .post-content .main-content .breadcrumb li:not(:last-child)::after {
  content: "/";
  color: rgba(0, 0, 0, 0.4);
  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: #555555;
  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 rgba(0, 0, 0, 0.1);
}
.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: #666666;
  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: #666666;
  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: #666666;
}
.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: #666666;
}
.single-post .post-content .main-content .toc-box .toc-list > li > a {
  color: #555555;
  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: #666666;
}
.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: #666666;
  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: #555555;
  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: #666666;
  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: #666666;
  opacity: 0.75;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > a {
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
  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: #666666;
  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: #666666;
  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: #555555;
  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: #666666;
  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: #666666;
  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: 11px;
  line-height: 1.3;
  color: #555555;
  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: #666666;
  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: 992px) {
  .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: 992px) {
  .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: 42px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .post-header h1 {
    font-size: 32px;
  }
}
.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 rgba(0, 0, 0, 0.1);
  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: #1877f2;
  color: #fff;
  border-color: #1877f2;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.twitter:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.linkedin:hover {
  background-color: #0a66c2;
  color: #fff;
  border-color: #0a66c2;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.whatsapp:hover {
  background-color: #25d366;
  color: #fff;
  border-color: #25d366;
}
.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: 32px;
}
@media (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #104027;
  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: italic;
}
.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 #104027;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: italic;
  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: #1e1e1e;
  color: #d4d4d4;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 25px 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Courier New", Courier, monospace;
}
.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: #d73a49;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}
.single-post .post-content .main-content .main-content-text hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.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: 768px) {
  .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: 768px) {
  .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: italic;
  margin-top: 10px;
  text-align: center;
}
.single-post .post-content .main-content .main-content-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  border-radius: 8px;
  overflow: hidden;
}
.single-post .post-content .main-content .main-content-text table th {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.single-post .post-content .main-content .main-content-text table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  opacity: 0.8;
}
.single-post .post-content .main-content .main-content-text table tr:last-child td {
  border-bottom: none;
}
.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 #104027;
  padding: 30px 20px;
  margin: 30px 0;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.02);
  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 rgba(0, 0, 0, 0.1);
  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: #104027;
  color: white;
  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: #104027;
  border: 2px solid #104027;
}
.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: 768px) {
  .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: 992px) {
  .single-post .post-content .sidebar-toc {
    width: 0px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .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 rgba(0, 0, 0, 0.1);
  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: #555555;
  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: #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: 992px) {
  .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: 992px) {
  .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: 10px;
  overflow: hidden;
}
.single-post .post-content .blog-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.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: #555;
  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 rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .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 rgba(0, 0, 0, 0.1);
  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 rgba(0, 0, 0, 0.1);
  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: #104027;
  color: #104027;
}
.single-post .pagination-nav .page-numbers.current {
  background-color: #104027;
  color: #fff;
  border-color: #104027;
}
.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(61, 178, 136, 0.1);
}
@media (max-width: 768px) {
  .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;
  }
}

.hero-section {
  position: relative;
  margin-top: -120px;
}
.hero-section .hero-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.hero-section .slide-sweep {
  position: absolute;
  top: 0;
  left: -60%;
  width: 55%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(212, 175, 55, 0.14) 50%, transparent 100%);
  z-index: 25;
  pointer-events: none;
}
.hero-section .slide-sweep.is-sweeping {
  animation: heroSweep 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.hero-section .hero-slider .hero-slide {
  position: relative;
  height: calc(93vh + 100px);
  height: calc(93svh + 100px);
  min-height: 560px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-section .hero-slider .hero-slide {
    height: 80vh;
    height: 80svh;
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-slider .hero-slide {
    height: 100vh;
    height: 100svh;
    min-height: 600px;
  }
}
.hero-section .hero-slider .hero-slide .slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.12);
  transition: transform 9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-section .hero-slider .hero-slide.slick-active .slide-bg {
  transform: scale(1);
}
.hero-section .hero-slider .hero-slide .slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.45) 58%, rgba(0, 0, 0, 0.18) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 38%);
}
.hero-section .hero-slider .hero-slide .slide-num-bg {
  position: absolute;
  left: -2%;
  bottom: -8%;
  font-size: clamp(12rem, 28vw, 26rem);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.07);
  line-height: 1;
  user-select: none;
  pointer-events: none;
  letter-spacing: -0.06em;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-section .hero-slider .hero-slide .slide-num-bg {
    font-size: 13rem;
    right: -4%;
    bottom: -4%;
  }
}
.hero-section .hero-slider .hero-slide .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-section .hero-slider .hero-slide .slide-inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 48px;
  padding: 80px 0 140px;
}
@media (max-width: 991px) {
  .hero-section .hero-slider .hero-slide .slide-inner {
    gap: 32px;
    padding: 60px 0 120px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-slider .hero-slide .slide-inner {
    flex-direction: column;
    gap: 0;
    padding: 72px 0 130px;
  }
}
.hero-section .hero-slider .hero-slide .slide-content {
  flex: 1;
  color: #ffffff;
  padding-left: 24px;
  border-left: 3px solid #D4AF37;
  opacity: 0;
  transition: opacity 0.08s;
}
.hero-section .hero-slider .hero-slide .slide-content .slide-badge {
  opacity: 0;
}
.hero-section .hero-slider .hero-slide .slide-content h1,
.hero-section .hero-slider .hero-slide .slide-content h2 {
  opacity: 0;
}
.hero-section .hero-slider .hero-slide .slide-content p {
  opacity: 0;
}
.hero-section .hero-slider .hero-slide .slide-content .slide-btns {
  opacity: 0;
}
@media (max-width: 767px) {
  .hero-section .hero-slider .hero-slide .slide-content {
    padding-left: 16px;
    width: 100%;
  }
}
.hero-section .hero-slider .hero-slide.slick-active .slide-content {
  opacity: 1;
}
.hero-section .hero-slider .hero-slide.slick-active .slide-content .slide-badge {
  animation: heroBadge 0.7s 0.15s ease both;
}
.hero-section .hero-slider .hero-slide.slick-active .slide-content h1,
.hero-section .hero-slider .hero-slide.slick-active .slide-content h2 {
  animation: heroRevealX 1s 0.32s cubic-bezier(0.77, 0, 0.175, 1) both;
}
.hero-section .hero-slider .hero-slide.slick-active .slide-content p {
  animation: heroFadeBlur 0.75s 0.55s ease both;
}
.hero-section .hero-slider .hero-slide.slick-active .slide-content .slide-btns {
  animation: heroFadeUp 0.7s 0.72s ease both;
}
.hero-section .hero-slider .hero-slide .slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #D4AF37;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px 6px 10px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.hero-section .hero-slider .hero-slide .slide-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D4AF37;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}
.hero-section .hero-slider .hero-slide h1,
.hero-section .hero-slider .hero-slide h2 {
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.hero-section .hero-slider .hero-slide h1 em,
.hero-section .hero-slider .hero-slide h2 em {
  font-style: normal;
  color: #D4AF37;
}
.hero-section .hero-slider .hero-slide p {
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 36px;
  max-width: 480px;
}
@media (max-width: 767px) {
  .hero-section .hero-slider .hero-slide p {
    font-size: 0.9375rem;
    margin-bottom: 28px;
  }
}
.hero-section .hero-slider .hero-slide .slide-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-section .hero-slider .hero-slide .btn-hero-primary {
  display: inline-flex;
  align-items: center;
  background-color: #D4AF37;
  color: #000;
  padding: 0.875rem 1.875rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
}
.hero-section .hero-slider .hero-slide .btn-hero-primary:hover {
  background-color: rgb(177.7777777778, 144.8888888889, 38.2222222222);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(212, 175, 55, 0.4);
}
@media (max-width: 767px) {
  .hero-section .hero-slider .hero-slide .btn-hero-primary {
    padding: 0.75rem 1.375rem;
    font-size: 0.8125rem;
  }
}
.hero-section .hero-slider .hero-slide .btn-hero-outline {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #ffffff;
  padding: 0.875rem 1.875rem;
  border-radius: 0.25rem;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
}
.hero-section .hero-slider .hero-slide .btn-hero-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.75);
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .hero-section .hero-slider .hero-slide .btn-hero-outline {
    padding: 0.75rem 1.375rem;
    font-size: 0.8125rem;
  }
}
.hero-section .hero-slider .hero-slide .slide-visual {
  flex: 0 0 400px;
  position: relative;
  height: 380px;
}
@media (max-width: 991px) {
  .hero-section .hero-slider .hero-slide .slide-visual {
    flex: 0 0 290px;
    height: 290px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-slider .hero-slide .slide-visual {
    display: none;
  }
}
.hero-section .hero-slider .hero-slide .visual-arc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(212, 175, 55, 0.7);
  border-right-color: rgba(212, 175, 55, 0.7);
  animation: arcRotate 12s linear infinite;
}
@media (max-width: 991px) {
  .hero-section .hero-slider .hero-slide .visual-arc {
    width: 240px;
    height: 240px;
  }
}
.hero-section .hero-slider .hero-slide .visual-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .hero-section .hero-slider .hero-slide .visual-ring {
    width: 210px;
    height: 210px;
  }
}
.hero-section .hero-slider .hero-slide .visual-ring::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.hero-section .hero-slider .hero-slide .visual-ring::after {
  content: "";
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.12);
}
.hero-section .hero-slider .hero-slide .visual-card {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 22px 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
}
.hero-section .hero-slider .hero-slide .visual-card .v-num {
  font-size: 2.25rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (max-width: 991px) {
  .hero-section .hero-slider .hero-slide .visual-card .v-num {
    font-size: 1.75rem;
  }
}
.hero-section .hero-slider .hero-slide .visual-card .v-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}
.hero-section .hero-slider .hero-slide .visual-card.v-main {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-color: rgba(212, 175, 55, 0.4);
  min-width: 175px;
}
.hero-section .hero-slider .hero-slide .visual-card.v-sub {
  bottom: 18px;
  right: 14px;
  padding: 16px 22px;
}
.hero-section .hero-slider .hero-slide .visual-card.v-sub .v-num {
  font-size: 1.625rem;
}
@media (max-width: 991px) {
  .hero-section .hero-slider .hero-slide .visual-card.v-sub {
    bottom: 10px;
    right: 0;
  }
}
.hero-section .hero-slider .hero-slide.slick-active .visual-card.v-main {
  animation: vCardMain 0.85s 0.85s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.hero-section .hero-slider .hero-slide.slick-active .visual-card.v-sub {
  animation: vCardSub 0.7s 1.1s ease both;
}
.hero-section .hero-progress-nav {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 max(20px, (100% - 1320px) / 2 + 12px);
}
@media (max-width: 991px) {
  .hero-section .hero-progress-nav {
    bottom: 50px;
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-progress-nav {
    bottom: 70px;
    gap: 10px;
  }
}
.hero-section .hero-progress-nav .progress-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.hero-section .hero-progress-nav .progress-item:hover .progress-label {
  color: #ffffff;
}
.hero-section .hero-progress-nav .progress-item .progress-label {
  font-size: 0.6875rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 0.08em;
  transition: color 0.3s ease;
  text-align: left;
}
.hero-section .hero-progress-nav .progress-item .progress-track {
  width: 90px;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-section .hero-progress-nav .progress-item .progress-track {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-progress-nav .progress-item .progress-track {
    width: 52px;
  }
}
.hero-section .hero-progress-nav .progress-item .progress-fill {
  height: 100%;
  width: 0%;
  background: #D4AF37;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.hero-section .hero-progress-nav .progress-item.done .progress-fill {
  width: 100%;
  transition: none;
}
.hero-section .hero-progress-nav .progress-item.active .progress-label {
  color: #ffffff;
}
.hero-section .hero-progress-nav .progress-item.active .progress-fill {
  background: #D4AF37;
}
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroBadge {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes heroRevealX {
  from {
    opacity: 0.2;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes heroFadeBlur {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes heroSweep {
  from {
    left: -55%;
  }
  to {
    left: 160%;
  }
}
@keyframes arcRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes vCardMain {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 22px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes vCardSub {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.82);
  }
}

.section-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
}
.section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background: #D4AF37;
}
.section-label.light {
  color: rgba(255, 255, 255, 0.65);
}
.section-label.light::before {
  background: rgba(255, 255, 255, 0.45);
}

.section-01 {
  padding: 100px 0;
  background: #ffffff;
}
@media (max-width: 991px) {
  .section-01 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .section-01 {
    padding: 56px 0;
  }
}
.section-01 .about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 991px) {
  .section-01 .about-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 991px) {
  .section-01 .about-visual {
    order: -1;
  }
}
.section-01 .about-img-wrap {
  position: relative;
}
.section-01 .about-img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media (max-width: 991px) {
  .section-01 .about-img-wrap img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .section-01 .about-img-wrap img {
    height: 280px;
  }
}
.section-01 .about-img-wrap::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 50%;
  height: 50%;
  border: 2px solid rgba(212, 175, 55, 0.4);
  border-radius: 8px;
  z-index: 0;
}
@media (max-width: 767px) {
  .section-01 .about-img-wrap::before {
    display: none;
  }
}
.section-01 .about-img-wrap img {
  position: relative;
  z-index: 1;
}
.section-01 .about-stat-card {
  position: absolute;
  bottom: 28px;
  right: -24px;
  background: #121c34;
  color: #ffffff;
  border-radius: 10px;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .section-01 .about-stat-card {
    right: 16px;
  }
}
@media (max-width: 767px) {
  .section-01 .about-stat-card {
    display: none;
  }
}
.section-01 .about-stat-card .about-stat-num {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  color: #D4AF37;
  letter-spacing: -0.03em;
}
.section-01 .about-stat-card .about-stat-lbl {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}
.section-01 .about-content h2 {
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #121c34;
  margin-bottom: 20px;
}
.section-01 .about-content p {
  font-size: 1rem;
  line-height: 1.85;
  color: #555555;
  margin-bottom: 32px;
}
.section-01 ul {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.section-01 ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9375rem;
  color: #121c34;
  font-weight: 500;
  position: relative;
  padding-left: 32px;
}
.section-01 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  border: 1.5px solid #D4AF37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-01 ul li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D4AF37;
}

.section-02 {
  padding: 100px 0;
  background: #104027;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-02 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .section-02 {
    padding: 56px 0;
  }
}
.section-02::before {
  content: "";
  position: absolute;
  right: -5%;
  top: -20%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 65%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .section-02::before {
    display: none;
  }
}
.section-02 .section-label {
  border-color: rgba(212, 175, 55, 0.4);
  color: #D4AF37;
}
.section-02 .facilities-inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 991px) {
  .section-02 .facilities-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.section-02 .facilities-head h2 {
  font-size: clamp(2rem, 3.5vw, 2.875rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 0.75rem 0 1.125rem;
}
.section-02 .facilities-head p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.section-02 .btn-tesisler {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.625rem;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.section-02 .btn-tesisler:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
}
.section-02 .facilities-stats {
  display: flex;
  flex-direction: column;
}
.section-02 .stat-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  transition: background-color 0.3s ease;
}
.section-02 .stat-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.section-02 .stat-row::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 60%;
  background: #D4AF37;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 991px) {
  .section-02 .stat-row::before {
    display: none;
  }
}
.section-02 .stat-row:hover::before {
  transform: translateY(-50%) scaleY(1);
}
@media (max-width: 991px) {
  .section-02 .stat-row {
    grid-template-columns: 120px 1fr;
    gap: 1.5rem;
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .section-02 .stat-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.section-02 .stat-num-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}
.section-02 .stat-num {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 900;
  color: #D4AF37;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.section-02 .stat-unit {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(212, 175, 55, 0.65);
  letter-spacing: 0.05em;
  margin-left: 5px;
}
.section-02 .stat-text {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .section-02 .stat-text {
    margin-left: 0;
  }
}
.section-02 .stat-text h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.375rem;
  line-height: 1.3;
}
.section-02 .stat-text p {
  font-size: 0.8375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.section-03 {
  padding: 100px 0;
  background: #f8f9fa;
}
@media (max-width: 991px) {
  .section-03 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .section-03 {
    padding: 56px 0;
  }
}
.section-03 .production-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .section-03 .production-grid {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .section-03 .production-grid {
    grid-template-columns: 1fr;
  }
}
.section-03 .production-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 620px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .section-03 .production-card {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .section-03 .production-card {
    height: 420px;
  }
}
.section-03 .production-card:hover .production-card-img img {
  transform: scale(1.06);
}
.section-03 .production-card:hover .production-card-body {
  transform: translateY(-8px);
}
.section-03 .production-card-img {
  position: absolute;
  inset: 0;
}
.section-03 .production-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-03 .production-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 28, 52, 0.95) 0%, rgba(18, 28, 52, 0.65) 35%, rgba(18, 28, 52, 0.15) 65%, transparent 100%);
}
.section-03 .production-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 36px;
  transition: transform 0.4s ease;
}
.section-03 .production-card-body p {
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 991px) {
  .section-03 .production-card-body {
    padding: 28px 24px;
  }
}
@media (max-width: 767px) {
  .section-03 .production-card-body {
    padding: 20px 16px;
  }
}
.section-03 .production-num {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #D4AF37;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}
.section-03 .production-num::after {
  content: "";
  display: block;
  width: 32px;
  height: 1.5px;
  background: rgba(212, 175, 55, 0.55);
}
.section-03 h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.section-03 p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: black;
  margin-bottom: 1.25rem;
}
.section-03 .production-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section-03 .production-features li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}
.section-03 .production-features li::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #D4AF37;
}
.section-03 .production-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #D4AF37;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: gap 0.2s ease;
}
.section-03 .production-link:hover {
  gap: 0.875rem;
}

.section-04 {
  padding: 100px 0;
  background: linear-gradient(145deg, #0b2c1c 0%, #104027 55%, #0e3521 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-04 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-04 {
    padding: 60px 0;
  }
}
.section-04::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.section-04::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 15% 85%, rgba(212, 175, 55, 0.07) 0%, transparent 60%), radial-gradient(ellipse 50% 60% at 85% 15%, rgba(212, 175, 55, 0.05) 0%, transparent 60%);
  pointer-events: none;
}
.section-04 .container {
  position: relative;
  z-index: 1;
}
.section-04 .quality-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 80px;
}
@media (max-width: 991px) {
  .section-04 .quality-head {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .section-04 .quality-head {
    margin-bottom: 40px;
  }
}
.section-04 .quality-head h2 {
  font-size: clamp(2.125rem, 4vw, 3.25rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0.75rem 0 1.25rem;
}
.section-04 .quality-head p {
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.48);
  margin: 0;
}
.section-04 .quality-grid {
  counter-reset: quality-counter;
}
.section-04 .quality-item {
  counter-increment: quality-counter;
  position: relative;
  height: 100%;
  padding: 44px 40px;
  background: #0e3521;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.75rem;
  overflow: hidden;
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
@media (max-width: 991px) {
  .section-04 .quality-item {
    padding: 36px 32px;
  }
}
@media (max-width: 767px) {
  .section-04 .quality-item {
    padding: 28px 24px;
  }
}
.section-04 .quality-item::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #D4AF37 0%, rgba(212, 175, 55, 0) 100%);
  border-radius: 0 2px 2px 0;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.section-04 .quality-item::after {
  content: "0" counter(quality-counter);
  position: absolute;
  right: -12px;
  bottom: -24px;
  font-size: 9rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.03);
  letter-spacing: -0.05em;
  pointer-events: none;
  transition: color 0.35s ease;
}
.section-04 .quality-item:hover {
  background: #12402a;
  border-color: rgba(212, 175, 55, 0.22);
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(212, 175, 55, 0.1);
}
.section-04 .quality-item:hover::before {
  height: 60%;
}
.section-04 .quality-item:hover::after {
  color: rgba(212, 175, 55, 0.065);
}
.section-04 .quality-item .quality-num {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D4AF37;
  background: rgba(212, 175, 55, 0.1);
  padding: 0.3rem 0.85rem;
  border-radius: 2rem;
  margin-bottom: 1.75rem;
}
.section-04 .quality-item .quality-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.08);
  border: 1.5px solid rgba(212, 175, 55, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.section-04 .quality-item .quality-icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1) sepia(1) saturate(1.5) hue-rotate(5deg) opacity(0.85);
}
@media (max-width: 767px) {
  .section-04 .quality-item .quality-icon {
    width: 56px;
    height: 56px;
  }
  .section-04 .quality-item .quality-icon img {
    width: 24px;
    height: 24px;
  }
}
.section-04 .quality-item:hover .quality-icon {
  background: rgba(212, 175, 55, 0.16);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.18);
}
.section-04 .quality-item h3 {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.875rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .section-04 .quality-item h3 {
    font-size: 1rem;
  }
}
.section-04 .quality-item p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.section-04 .quality-cta {
  text-align: center;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .section-04 .quality-cta {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .section-04 .quality-cta {
    margin-top: 36px;
  }
}
.section-04 .btn-quality {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9375rem 2.5rem;
  background: transparent;
  border: 1.5px solid rgba(212, 175, 55, 0.5);
  color: #D4AF37;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 3rem;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.section-04 .btn-quality::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.25s ease;
}
.section-04 .btn-quality:hover {
  background: #D4AF37;
  border-color: #D4AF37;
  color: #000;
  transform: translateY(-2px);
}
.section-04 .btn-quality:hover::after {
  transform: translateX(5px);
}

.questions {
  padding: 100px 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .questions {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .questions {
    padding: 50px 0;
  }
}
.questions .questions-inner {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 5rem;
  align-items: start;
}
@media (max-width: 991px) {
  .questions .questions-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.questions .questions-head {
  position: sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .questions .questions-head {
    position: static;
  }
}
.questions .questions-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #121c34;
  margin: 0.75rem 0 1rem;
  line-height: 1.25;
}
.questions .questions-head p {
  color: #555555;
  font-size: 0.9375rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.questions .questions-head .questions-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #104027;
  text-decoration: none;
  border-bottom: 1px solid rgba(16, 64, 39, 0.3);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, gap 0.2s ease;
}
.questions .questions-head .questions-cta:hover {
  border-color: #104027;
  gap: 0.75rem;
}
.questions .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: faq-counter;
}
.questions .accordion-item {
  border: 1px solid #e9ecef !important;
  border-radius: 14px !important;
  background: #ffffff;
  counter-increment: faq-counter;
  overflow: hidden;
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.questions .accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #104027;
  border-radius: 14px 0 0 14px;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.questions .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(16, 64, 39, 0.18) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
}
.questions .accordion-item:has(.accordion-button:not(.collapsed))::before {
  transform: scaleY(1);
}
.questions .accordion-button {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #121c34;
  background: #ffffff !important;
  padding: 1.375rem 1.625rem;
  box-shadow: none !important;
  border-radius: 0 !important;
  transition: color 0.25s ease;
  position: relative;
}
@media (max-width: 767px) {
  .questions .accordion-button {
    gap: 0.75rem;
    padding: 1.125rem 1.25rem;
    font-size: 0.875rem;
  }
}
.questions .accordion-button::before {
  display: none;
}
.questions .accordion-button::after {
  display: none;
}
.questions .accordion-button .faq-num-bg {
  position: absolute;
  right: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.5rem;
  font-weight: 900;
  color: #104027;
  opacity: 0.04;
  letter-spacing: -0.05em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .questions .accordion-button .faq-num-bg {
    display: none;
  }
}
.questions .accordion-button .faq-icon {
  margin-left: auto;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .questions .accordion-button .faq-icon {
    width: 28px;
    height: 28px;
  }
}
.questions .accordion-button .faq-icon::before, .questions .accordion-button .faq-icon::after {
  content: "";
  position: absolute;
  background-color: #555555;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.25s ease;
}
.questions .accordion-button .faq-icon::before {
  width: 11px;
  height: 1.5px;
}
.questions .accordion-button .faq-icon::after {
  width: 1.5px;
  height: 11px;
}
.questions .accordion-button:not(.collapsed) {
  color: #104027;
}
.questions .accordion-button:not(.collapsed) .faq-num-bg {
  opacity: 0.07;
}
.questions .accordion-button:not(.collapsed) .faq-icon {
  background-color: #104027;
  transform: rotate(45deg);
}
.questions .accordion-button:not(.collapsed) .faq-icon::before, .questions .accordion-button:not(.collapsed) .faq-icon::after {
  background-color: #ffffff;
}
.questions .accordion-button:focus {
  outline: none;
  box-shadow: none !important;
}
.questions .accordion-body {
  padding: 0 1.625rem 1.375rem 1.625rem;
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.85;
}
@media (max-width: 767px) {
  .questions .accordion-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
    font-size: 0.875rem;
  }
}

.blog {
  padding: 100px 0;
  background: #f8f9fa;
}
@media (max-width: 991px) {
  .blog {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .blog {
    padding: 56px 0;
  }
}
.blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .blog .blog-grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .blog .blog-grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.blog .blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.1);
}
.blog .blog-card .blog-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog .blog-card .blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog .blog-card:hover .blog-card-img img {
  transform: scale(1.06);
}
.blog .blog-card .blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 767px) {
  .blog .blog-card .blog-card-body {
    padding: 16px;
  }
}
.blog .blog-card .blog-card-cat {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 10px;
}
.blog .blog-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  color: #121c34;
  margin-bottom: 10px;
}
.blog .blog-card p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #555555;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .blog-card .blog-card-meta {
  display: flex;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid #e9ecef;
  margin-top: auto;
}
@media (max-width: 767px) {
  .blog .blog-card .blog-card-meta {
    gap: 10px;
    padding-top: 10px;
  }
}
.blog .blog-card .blog-card-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: #999999;
  font-weight: 500;
}
.blog .blog-card .blog-card-meta img {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}
.blog .blog-footer {
  margin-top: 48px;
  text-align: center;
}

.banner {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  display: flex;
  align-items: center;
  margin-top: -110px;
}
@media (max-width: 767px) {
  .banner {
    min-height: 440px;
  }
}
.banner .banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  filter: saturate(0.75);
}
.banner .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(16, 64, 39, 0.97) 0%, rgba(16, 64, 39, 0.85) 42%, rgba(16, 64, 39, 0.45) 100%);
  z-index: 1;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 24px 24px;
  z-index: 2;
  pointer-events: none;
}
.banner::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 140px;
  background: #ffffff;
  clip-path: polygon(0 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 5;
}
@media (max-width: 767px) {
  .banner::after {
    height: 80px;
  }
}
.banner .container {
  position: relative;
  z-index: 4;
}
.banner .container .banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 175px 0 130px;
}
@media (max-width: 991px) {
  .banner .container .banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 155px 0 110px;
  }
}
@media (max-width: 767px) {
  .banner .container .banner-inner {
    padding: 140px 0 95px;
  }
}
.banner .container .banner-content {
  flex: 1;
  max-width: 560px;
}
.banner .container .banner-content .banner-title {
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
  position: relative;
  padding-bottom: 24px;
}
.banner .container .banner-content .banner-title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 52px;
  height: 3px;
  background: #D4AF37;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .banner .container .banner-content .banner-title {
    font-size: 34px;
  }
}
.banner .container .banner-content .banner-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.78;
  margin-top: 26px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .banner .container .banner-content .banner-desc {
    font-size: 14px;
    margin-top: 18px;
  }
}

.about-section-01 {
  padding: 110px 0;
  position: relative;
}
@media (max-width: 767px) {
  .about-section-01 {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .about-section-01 .container .content {
    margin-bottom: 40px;
  }
}
.about-section-01 .container .content .title {
  font-size: 40px;
  font-weight: 800;
  color: #121c34;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-section-01 .container .content .title {
    font-size: 28px;
  }
}
.about-section-01 .container .content .desc {
  font-size: 16px;
  color: #555555;
  line-height: 1.85;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-section-01 .container .content .list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-section-01 .container .content .list li {
  font-size: 15px;
  font-weight: 600;
  color: #121c34;
  padding: 13px 16px 13px 46px;
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e9ecef;
  position: relative;
  transition: all 300ms ease-in-out;
}
.about-section-01 .container .content .list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D4AF37;
}
.about-section-01 .container .content .list li:hover {
  border-color: rgba(212, 175, 55, 0.4);
  background: #ffffff;
  transform: translateX(5px);
  box-shadow: 0 4px 16px rgba(16, 64, 39, 0.08);
}
.about-section-01 .container .image {
  position: relative;
  border-radius: 16px;
}
.about-section-01 .container .image::before {
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  width: 100px;
  height: 100px;
  border-top: 3px solid #D4AF37;
  border-right: 3px solid #D4AF37;
  border-radius: 0 16px 0 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-section-01 .container .image::before {
    width: 60px;
    height: 60px;
    top: -10px;
    right: -10px;
  }
}
.about-section-01 .container .image::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: -14px;
  width: 70px;
  height: 70px;
  border-bottom: 3px solid #104027;
  border-left: 3px solid #104027;
  border-radius: 0 0 0 16px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-section-01 .container .image::after {
    width: 46px;
    height: 46px;
    bottom: -10px;
    left: -10px;
  }
}
.about-section-01 .container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/12;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(18, 28, 52, 0.13);
}

.about-section-02 {
  padding: 100px 0;
  background-color: #f8f9fa;
}
@media (max-width: 767px) {
  .about-section-02 {
    padding: 60px 0;
  }
}
.about-section-02 .container .head {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about-section-02 .container .head {
    margin-bottom: 40px;
  }
}
.about-section-02 .container .head .title {
  font-size: 36px;
  font-weight: 700;
  color: #121c34;
  margin-top: 12px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .about-section-02 .container .head .title {
    font-size: 26px;
  }
}
.about-section-02 .container .head .desc {
  font-size: 16px;
  color: #555555;
  margin: 0;
}
.about-section-02 .container .timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about-section-02 .container .timeline::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 10px;
  bottom: 0;
  width: 2px;
  background: rgba(212, 175, 55, 0.18);
}
@media (max-width: 767px) {
  .about-section-02 .container .timeline::before {
    left: 20px;
  }
}
.about-section-02 .container .timeline .timeline-progress {
  position: absolute;
  left: 120px;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #D4AF37;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-section-02 .container .timeline .timeline-progress {
    left: 20px;
  }
}
.about-section-02 .container .timeline .timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 48px;
  position: relative;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}
@media (max-width: 767px) {
  .about-section-02 .container .timeline .timeline-item {
    gap: 24px;
    padding-bottom: 36px;
  }
}
.about-section-02 .container .timeline .timeline-item:last-child {
  padding-bottom: 0;
}
.about-section-02 .container .timeline .timeline-item.is-active {
  opacity: 1;
}
.about-section-02 .container .timeline .timeline-item.is-active .timeline-year {
  color: #D4AF37;
}
.about-section-02 .container .timeline .timeline-item.is-active .timeline-year::after {
  background-color: #D4AF37;
  box-shadow: 0 0 0 5px rgba(212, 175, 55, 0.2), 0 0 0 2px #D4AF37;
  transform: scale(1.25);
}
.about-section-02 .container .timeline .timeline-item.is-active .timeline-body {
  border-color: rgba(212, 175, 55, 0.3);
  box-shadow: 0 4px 32px rgba(212, 175, 55, 0.1);
}
.about-section-02 .container .timeline .timeline-item .timeline-year {
  min-width: 80px;
  text-align: right;
  font-size: 22px;
  font-weight: 700;
  color: #104027;
  padding-top: 2px;
  position: relative;
  flex-shrink: 0;
  transition: color 0.4s ease;
}
@media (max-width: 767px) {
  .about-section-02 .container .timeline .timeline-item .timeline-year {
    min-width: 0;
    font-size: 15px;
    text-align: left;
    padding-left: 36px;
  }
}
.about-section-02 .container .timeline .timeline-item .timeline-year::after {
  content: "";
  position: absolute;
  right: -49px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(212, 175, 55, 0.35);
  border: 3px solid #f8f9fa;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.35);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}
@media (max-width: 767px) {
  .about-section-02 .container .timeline .timeline-item .timeline-year::after {
    right: auto;
    left: 14px;
  }
}
.about-section-02 .container .timeline .timeline-item .timeline-body {
  flex: 1;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px 28px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .about-section-02 .container .timeline .timeline-item .timeline-body {
    padding: 18px 20px;
  }
}
.about-section-02 .container .timeline .timeline-item .timeline-body:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  border-color: rgba(212, 175, 55, 0.3);
}
.about-section-02 .container .timeline .timeline-item .timeline-body h3 {
  font-size: 17px;
  font-weight: 700;
  color: #121c34;
  margin-bottom: 8px;
}
.about-section-02 .container .timeline .timeline-item .timeline-body p {
  font-size: 15px;
  line-height: 1.75;
  color: #555555;
  margin: 0;
}

.about-section-03 {
  padding: 110px 0;
  background-color: #104027;
  position: relative;
  overflow: hidden;
}
.about-section-03::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .about-section-03 {
    padding: 70px 0;
  }
}
.about-section-03 .container {
  position: relative;
  z-index: 1;
}
.about-section-03 .container .head {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .about-section-03 .container .head {
    margin-bottom: 40px;
  }
}
.about-section-03 .container .head .title {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .about-section-03 .container .head .title {
    font-size: 26px;
  }
}
.about-section-03 .container .head .desc {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.about-section-03 .container .vm-card {
  height: 100%;
  padding: 44px 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .about-section-03 .container .vm-card {
    padding: 32px 26px;
  }
}
.about-section-03 .container .vm-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 52px;
  height: 3px;
  background: #D4AF37;
  border-radius: 0 0 4px 4px;
}
.about-section-03 .container .vm-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}
.about-section-03 .container .vm-card .vm-card__icon {
  width: 58px;
  height: 58px;
  background: #D4AF37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.about-section-03 .container .vm-card .vm-card__icon img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}
.about-section-03 .container .vm-card .vm-card__title {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}
.about-section-03 .container .vm-card .vm-card__text {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.pd-section-01 {
  padding: 100px 0;
  background: #ffffff;
}
@media (max-width: 991px) {
  .pd-section-01 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .pd-section-01 {
    padding: 56px 0;
  }
}
.pd-section-01 .pd-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 991px) {
  .pd-section-01 .pd-overview-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.pd-section-01 .pd-overview-grid .pd-overview-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 300ms ease-in-out, transform 300ms ease-in-out;
}
.pd-section-01 .pd-overview-grid .pd-overview-card:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.pd-section-01 .pd-overview-grid .pd-overview-card:hover .pd-overview-card-img img {
  transform: scale(1.04);
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-img {
  position: relative;
  overflow: hidden;
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-img .pd-overview-num {
  position: absolute;
  bottom: 16px;
  left: 20px;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.18);
  user-select: none;
  pointer-events: none;
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-body {
  padding: 32px;
}
@media (max-width: 767px) {
  .pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-body {
    padding: 24px;
  }
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-body h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 800;
  color: #121c34;
  line-height: 1.2;
  margin-bottom: 14px;
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-body p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 24px;
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-body ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: #121c34;
  font-weight: 500;
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-body ul li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1.5px solid #D4AF37;
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-body .pd-overview-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #104027;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(16, 64, 39, 0.25);
  padding-bottom: 2px;
  transition: color all 150ms ease-in-out, border-color all 150ms ease-in-out, gap all 150ms ease-in-out;
}
.pd-section-01 .pd-overview-grid .pd-overview-card .pd-overview-card-body .pd-overview-link:hover {
  color: #D4AF37;
  border-color: #D4AF37;
  gap: 10px;
}

.pd-section-02,
.pd-section-03 {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .pd-section-02,
  .pd-section-03 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .pd-section-02,
  .pd-section-03 {
    padding: 56px 0;
  }
}
.pd-section-02.pd-section-02,
.pd-section-03.pd-section-02 {
  background: #ffffff;
}
.pd-section-02.pd-section-03,
.pd-section-03.pd-section-03 {
  background: #f8f9fa;
}
.pd-section-02.pd-section-03 .pd-detail-inner .pd-detail-visual .pd-detail-img-wrap::before,
.pd-section-03.pd-section-03 .pd-detail-inner .pd-detail-visual .pd-detail-img-wrap::before {
  right: auto;
  left: -16px;
}
.pd-section-02 .pd-detail-inner,
.pd-section-03 .pd-detail-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1199px) {
  .pd-section-02 .pd-detail-inner,
  .pd-section-03 .pd-detail-inner {
    gap: 56px;
  }
}
@media (max-width: 991px) {
  .pd-section-02 .pd-detail-inner,
  .pd-section-03 .pd-detail-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 991px) {
  .pd-section-02 .pd-detail-inner.pd-detail-reverse .pd-detail-visual,
  .pd-section-03 .pd-detail-inner.pd-detail-reverse .pd-detail-visual {
    order: -1;
  }
}
@media (min-width: 992px) {
  .pd-section-02 .pd-detail-inner.pd-detail-reverse .pd-detail-content,
  .pd-section-03 .pd-detail-inner.pd-detail-reverse .pd-detail-content {
    order: -1;
  }
}
@media (max-width: 991px) {
  .pd-section-02 .pd-detail-inner .pd-detail-visual,
  .pd-section-03 .pd-detail-inner .pd-detail-visual {
    order: -1;
  }
}
.pd-section-02 .pd-detail-inner .pd-detail-visual .pd-detail-img-wrap,
.pd-section-03 .pd-detail-inner .pd-detail-visual .pd-detail-img-wrap {
  position: relative;
}
.pd-section-02 .pd-detail-inner .pd-detail-visual .pd-detail-img-wrap img,
.pd-section-03 .pd-detail-inner .pd-detail-visual .pd-detail-img-wrap img {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  position: relative;
  z-index: 1;
}
.pd-section-02 .pd-detail-inner .pd-detail-visual .pd-detail-img-wrap::before,
.pd-section-03 .pd-detail-inner .pd-detail-visual .pd-detail-img-wrap::before {
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
  width: 50%;
  height: 50%;
  border: 2px solid rgba(212, 175, 55, 0.4);
  border-radius: 8px;
  z-index: 0;
}
@media (max-width: 767px) {
  .pd-section-02 .pd-detail-inner .pd-detail-visual .pd-detail-img-wrap::before,
  .pd-section-03 .pd-detail-inner .pd-detail-visual .pd-detail-img-wrap::before {
    display: none;
  }
}
.pd-section-02 .pd-detail-inner .pd-detail-content h2,
.pd-section-03 .pd-detail-inner .pd-detail-content h2 {
  font-size: clamp(1.875rem, 3.2vw, 2.625rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #121c34;
  margin: 0.75rem 0 1.25rem;
}
.pd-section-02 .pd-detail-inner .pd-detail-content p,
.pd-section-03 .pd-detail-inner .pd-detail-content p {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: #555555;
  margin-bottom: 20px;
}
.pd-section-02 .pd-detail-inner .pd-detail-content .pd-detail-stats,
.pd-section-03 .pd-detail-inner .pd-detail-content .pd-detail-stats {
  display: flex;
  margin: 32px 0;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pd-section-02 .pd-detail-inner .pd-detail-content .pd-detail-stats,
  .pd-section-03 .pd-detail-inner .pd-detail-content .pd-detail-stats {
    flex-direction: column;
  }
}
.pd-section-02 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item,
.pd-section-03 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  gap: 4px;
  border-right: 1px solid #e9ecef;
  text-align: center;
}
.pd-section-02 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item:last-child,
.pd-section-03 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .pd-section-02 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item,
  .pd-section-03 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item {
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    padding: 16px;
  }
  .pd-section-02 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item:last-child,
  .pd-section-03 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item:last-child {
    border-bottom: none;
  }
}
.pd-section-02 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item .pd-stat-num,
.pd-section-03 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item .pd-stat-num {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #104027;
}
.pd-section-02 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item .pd-stat-label,
.pd-section-03 .pd-detail-inner .pd-detail-content .pd-detail-stats .pd-stat-item .pd-stat-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999999;
  margin-top: 4px;
}
.pd-section-02 .pd-detail-inner .pd-detail-content ul,
.pd-section-03 .pd-detail-inner .pd-detail-content ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pd-section-02 .pd-detail-inner .pd-detail-content ul li,
.pd-section-03 .pd-detail-inner .pd-detail-content ul li {
  display: flex;
  align-items: flex-start;
  font-size: 0.9375rem;
  color: #121c34;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 32px;
}
.pd-section-02 .pd-detail-inner .pd-detail-content ul li::before,
.pd-section-03 .pd-detail-inner .pd-detail-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1.5px solid #D4AF37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pd-section-02 .pd-detail-inner .pd-detail-content ul li::after,
.pd-section-03 .pd-detail-inner .pd-detail-content ul li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D4AF37;
}

.pd-section-04 {
  padding: 100px 0;
  background: #104027;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pd-section-04 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .pd-section-04 {
    padding: 56px 0;
  }
}
.pd-section-04::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -20%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 65%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .pd-section-04::before {
    display: none;
  }
}
.pd-section-04 .section-head h2 {
  color: #ffffff;
}
.pd-section-04 .section-head p {
  color: rgba(255, 255, 255, 0.55);
}
.pd-section-04 .section-label {
  color: #D4AF37;
}
.pd-section-04 .section-label::before {
  background: #D4AF37;
}
.pd-section-04 .pd-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 1199px) {
  .pd-section-04 .pd-process-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .pd-section-04 .pd-process-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .pd-section-04 .pd-process-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.pd-section-04 .pd-process-list .pd-process-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out, transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.pd-section-04 .pd-process-list .pd-process-item:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.pd-section-04 .pd-process-list .pd-process-item:hover .pd-process-num {
  color: rgba(212, 175, 55, 0.7);
}
@media (max-width: 767px) {
  .pd-section-04 .pd-process-list .pd-process-item {
    flex-direction: row;
    align-items: flex-start;
    padding: 24px 20px;
    gap: 20px;
  }
  .pd-section-04 .pd-process-list .pd-process-item:hover {
    transform: none;
    box-shadow: none;
  }
}
.pd-section-04 .pd-process-list .pd-process-item .pd-process-num {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(212, 175, 55, 0.35);
  user-select: none;
  flex-shrink: 0;
  transition: color all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .pd-section-04 .pd-process-list .pd-process-item .pd-process-num {
    font-size: 2rem;
  }
}
.pd-section-04 .pd-process-list .pd-process-item .pd-process-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 10px;
}
.pd-section-04 .pd-process-list .pd-process-item .pd-process-body p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.fac-section-01 {
  padding: 100px 0;
  background: #ffffff;
}
@media (max-width: 991px) {
  .fac-section-01 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .fac-section-01 {
    padding: 56px 0;
  }
}
.fac-section-01 .fac-intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1199px) {
  .fac-section-01 .fac-intro-inner {
    gap: 56px;
  }
}
@media (max-width: 991px) {
  .fac-section-01 .fac-intro-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.fac-section-01 .fac-intro-inner .fac-intro-content h2 {
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #121c34;
  margin: 0.75rem 0 1.25rem;
}
.fac-section-01 .fac-intro-inner .fac-intro-content p {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: #555555;
  margin-bottom: 16px;
}
.fac-section-01 .fac-intro-inner .fac-intro-content p:last-of-type {
  margin-bottom: 0;
}
.fac-section-01 .fac-intro-inner .fac-intro-content .fac-stats {
  display: flex;
  gap: 0;
  margin-top: 36px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fac-section-01 .fac-intro-inner .fac-intro-content .fac-stats {
    flex-direction: column;
  }
}
.fac-section-01 .fac-intro-inner .fac-intro-content .fac-stats .fac-stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  gap: 4px;
  border-right: 1px solid #e9ecef;
  text-align: center;
}
.fac-section-01 .fac-intro-inner .fac-intro-content .fac-stats .fac-stat-item:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .fac-section-01 .fac-intro-inner .fac-intro-content .fac-stats .fac-stat-item {
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    padding: 16px;
  }
  .fac-section-01 .fac-intro-inner .fac-intro-content .fac-stats .fac-stat-item:last-child {
    border-bottom: none;
  }
}
.fac-section-01 .fac-intro-inner .fac-intro-content .fac-stats .fac-stat-item .fac-stat-num {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #104027;
}
.fac-section-01 .fac-intro-inner .fac-intro-content .fac-stats .fac-stat-item .fac-stat-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999999;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .fac-section-01 .fac-intro-inner .fac-intro-visual {
    order: -1;
  }
}
.fac-section-01 .fac-intro-inner .fac-intro-visual .fac-intro-img-wrap {
  position: relative;
}
.fac-section-01 .fac-intro-inner .fac-intro-visual .fac-intro-img-wrap img {
  width: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  position: relative;
  z-index: 1;
}
.fac-section-01 .fac-intro-inner .fac-intro-visual .fac-intro-img-wrap::before {
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
  width: 50%;
  height: 50%;
  border: 2px solid rgba(212, 175, 55, 0.4);
  border-radius: 8px;
  z-index: 0;
}
@media (max-width: 767px) {
  .fac-section-01 .fac-intro-inner .fac-intro-visual .fac-intro-img-wrap::before {
    display: none;
  }
}

.fac-section-04 {
  padding: 100px 0;
  background: #ffffff;
}
.fac-section-04 + .fac-section-04 {
  background: #f8f9fa;
}
@media (max-width: 991px) {
  .fac-section-04 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .fac-section-04 {
    padding: 56px 0;
  }
}
.fac-section-04 .fac-kb-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1199px) {
  .fac-section-04 .fac-kb-inner {
    gap: 56px;
  }
}
@media (max-width: 991px) {
  .fac-section-04 .fac-kb-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.fac-section-04 .fac-kb-inner .fac-kb-content h2 {
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #121c34;
  margin: 0.75rem 0 1.25rem;
}
.fac-section-04 .fac-kb-inner .fac-kb-content > p {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: #555555;
  margin-bottom: 36px;
}
.fac-section-04 .fac-kb-inner .fac-kb-content .fac-kb-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.fac-section-04 .fac-kb-inner .fac-kb-content .fac-kb-features .fac-kb-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.fac-section-04 .fac-kb-inner .fac-kb-content .fac-kb-features .fac-kb-feature .fac-kb-feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(16, 64, 39, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fac-section-04 .fac-kb-inner .fac-kb-content .fac-kb-features .fac-kb-feature .fac-kb-feature-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.fac-section-04 .fac-kb-inner .fac-kb-content .fac-kb-features .fac-kb-feature .fac-kb-feature-text h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #121c34;
  margin-bottom: 6px;
  line-height: 1.3;
}
.fac-section-04 .fac-kb-inner .fac-kb-content .fac-kb-features .fac-kb-feature .fac-kb-feature-text p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #555555;
  margin: 0;
}
@media (max-width: 991px) {
  .fac-section-04 .fac-kb-inner .fac-kb-visual {
    order: -1;
  }
}
.fac-section-04 .fac-kb-inner .fac-kb-visual .fac-kb-img-wrap {
  position: relative;
}
.fac-section-04 .fac-kb-inner .fac-kb-visual .fac-kb-img-wrap img {
  width: 100%;
  aspect-ratio: 16/13;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .fac-section-04 .fac-kb-inner .fac-kb-visual .fac-kb-img-wrap img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .fac-section-04 .fac-kb-inner .fac-kb-visual .fac-kb-img-wrap img {
    height: 240px;
  }
}
.fac-section-04 .fac-kb-inner .fac-kb-visual .fac-kb-img-wrap::before {
  content: "";
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 50%;
  height: 50%;
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 8px;
  z-index: 0;
}
@media (max-width: 767px) {
  .fac-section-04 .fac-kb-inner .fac-kb-visual .fac-kb-img-wrap::before {
    display: none;
  }
}
.fac-section-04 .container.reverse .fac-kb-inner .fac-kb-visual {
  order: -1;
}
.fac-section-04 .container.reverse .fac-kb-inner .fac-kb-visual .fac-kb-img-wrap::before {
  right: auto;
  left: -16px;
}

.fac-section-02 {
  padding: 100px 0;
  background: #f8f9fa;
}
@media (max-width: 991px) {
  .fac-section-02 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .fac-section-02 {
    padding: 56px 0;
  }
}
.fac-section-02 .fac-unit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .fac-section-02 .fac-unit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fac-section-02 .fac-unit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.fac-section-02 .fac-unit-grid .fac-unit-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 32px 28px;
  transition: box-shadow 300ms ease-in-out, transform 300ms ease-in-out, border-color 300ms ease-in-out;
}
.fac-section-02 .fac-unit-grid .fac-unit-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.35);
}
.fac-section-02 .fac-unit-grid .fac-unit-card:hover .fac-unit-icon {
  background: #104027;
  color: #ffffff;
}
@media (max-width: 767px) {
  .fac-section-02 .fac-unit-grid .fac-unit-card {
    padding: 24px 20px;
  }
}
.fac-section-02 .fac-unit-grid .fac-unit-card .fac-unit-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(16, 64, 39, 0.07);
  color: #104027;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  transition: background-color all 300ms ease-in-out, color all 300ms ease-in-out;
}
.fac-section-02 .fac-unit-grid .fac-unit-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #121c34;
  line-height: 1.3;
  margin-bottom: 12px;
}
.fac-section-02 .fac-unit-grid .fac-unit-card p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #555555;
  margin: 0;
}

.fac-section-03 {
  padding: 100px 0;
  background: #104027;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .fac-section-03 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .fac-section-03 {
    padding: 56px 0;
  }
}
.fac-section-03::before {
  content: "";
  position: absolute;
  right: -10%;
  top: -20%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 65%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .fac-section-03::before {
    display: none;
  }
}
.fac-section-03 .fac-bio-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1199px) {
  .fac-section-03 .fac-bio-inner {
    gap: 56px;
  }
}
@media (max-width: 991px) {
  .fac-section-03 .fac-bio-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 991px) {
  .fac-section-03 .fac-bio-inner .fac-bio-visual {
    order: -1;
  }
}
.fac-section-03 .fac-bio-inner .fac-bio-visual .fac-bio-img-wrap {
  position: relative;
}
.fac-section-03 .fac-bio-inner .fac-bio-visual .fac-bio-img-wrap img {
  width: 100%;
  aspect-ratio: 16/13;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .fac-section-03 .fac-bio-inner .fac-bio-visual .fac-bio-img-wrap img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .fac-section-03 .fac-bio-inner .fac-bio-visual .fac-bio-img-wrap img {
    height: 240px;
  }
}
.fac-section-03 .fac-bio-inner .fac-bio-visual .fac-bio-img-wrap::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 50%;
  height: 50%;
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 8px;
  z-index: 0;
}
@media (max-width: 767px) {
  .fac-section-03 .fac-bio-inner .fac-bio-visual .fac-bio-img-wrap::before {
    display: none;
  }
}
.fac-section-03 .fac-bio-inner .fac-bio-content .section-label {
  color: #D4AF37;
}
.fac-section-03 .fac-bio-inner .fac-bio-content .section-label::before {
  background: #D4AF37;
}
.fac-section-03 .fac-bio-inner .fac-bio-content h2 {
  font-size: clamp(1.875rem, 3.2vw, 2.625rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #ffffff;
  margin: 0.75rem 0 1.25rem;
}
.fac-section-03 .fac-bio-inner .fac-bio-content p {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}
.fac-section-03 .fac-bio-inner .fac-bio-content .fac-bio-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fac-section-03 .fac-bio-inner .fac-bio-content .fac-bio-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  line-height: 1.5;
  padding-left: 32px;
}
.fac-section-03 .fac-bio-inner .fac-bio-content .fac-bio-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  border: 1.5px solid #D4AF37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fac-section-03 .fac-bio-inner .fac-bio-content .fac-bio-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D4AF37;
}

.contact-section-01 {
  padding: 100px 0;
  background: #ffffff;
}
@media (max-width: 991px) {
  .contact-section-01 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .contact-section-01 {
    padding: 56px 0;
  }
}
.contact-section-01 .contact-info-wrap h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #121c34;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.contact-section-01 .contact-info-wrap > p {
  font-size: 0.9375rem;
  color: #999999;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
.contact-section-01 .contact-info-wrap .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-section-01 .contact-info-wrap .contact-info-list .contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-section-01 .contact-info-wrap .contact-info-list .contact-info-item .contact-info-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(16, 64, 39, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section-01 .contact-info-wrap .contact-info-list .contact-info-item .contact-info-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: invert(18%) sepia(44%) saturate(600%) hue-rotate(110deg) brightness(80%);
}
.contact-section-01 .contact-info-wrap .contact-info-list .contact-info-item .contact-info-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.contact-section-01 .contact-info-wrap .contact-info-list .contact-info-item .contact-info-body .contact-info-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.contact-section-01 .contact-info-wrap .contact-info-list .contact-info-item .contact-info-body .contact-info-value {
  font-size: 0.9375rem;
  color: #555555;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
.contact-section-01 .contact-info-wrap .contact-info-list .contact-info-item .contact-info-body .contact-info-value:is(a):hover {
  color: #104027;
}
.contact-section-01 form {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  padding: 48px 44px;
}
@media (max-width: 991px) {
  .contact-section-01 form {
    padding: 36px 28px;
  }
}
@media (max-width: 767px) {
  .contact-section-01 form {
    padding: 28px 20px;
  }
}
.contact-section-01 form label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.contact-section-01 form label span {
  color: #104027;
}
.contact-section-01 form .form-control,
.contact-section-01 form .form-select {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: #555555;
  background-color: #f8f9fa;
  transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.contact-section-01 form .form-control::placeholder,
.contact-section-01 form .form-select::placeholder {
  color: rgba(85, 85, 85, 0.4);
}
.contact-section-01 form .form-control:focus,
.contact-section-01 form .form-select:focus {
  border-color: #104027;
  box-shadow: 0 0 0 3px rgba(16, 64, 39, 0.1);
  background-color: #ffffff;
  outline: none;
}
.contact-section-01 form textarea.form-control {
  resize: vertical;
  min-height: 140px;
}
.contact-section-01 form .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 1em;
}
.contact-section-01 form .wpcf7-acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 6px;
  appearance: none;
  background-color: #f8f9fa;
  border: 1.5px solid #e9ecef;
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
  outline: none;
  transition: border-color 200ms, box-shadow 200ms, background 200ms;
}
.contact-section-01 form .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #104027;
  border-color: #104027;
}
.contact-section-01 form .wpcf7-acceptance input[type=checkbox]:checked::before {
  filter: invert(1);
}
.contact-section-01 form .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 10px;
  border-width: 0 2.2px 2.2px 0;
  transform: rotate(45deg);
}
.contact-section-01 form .wpcf7-acceptance input[type=checkbox]:focus {
  border-color: #104027;
  box-shadow: 0 0 0 2px rgba(16, 64, 39, 0.1);
}
.contact-section-01 form .wpcf7-acceptance .form-check-label {
  font-size: 0.9rem;
  color: #555555;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
.contact-section-01 form .contact-submit-btn {
  width: 100%;
  padding: 0.9rem 2rem;
  background-color: #104027;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 200ms ease-in-out, transform 200ms ease-in-out;
  margin-top: 0.5rem;
}
.contact-section-01 form .contact-submit-btn:hover {
  background-color: rgb(5.8, 23.2, 14.1375);
  transform: translateY(-1px);
}
.contact-section-01 form .contact-submit-btn:active {
  transform: translateY(0);
}

.contact-section-02 .contact-map-wrap iframe {
  display: block;
  width: 100%;
  height: 480px;
}
@media (max-width: 767px) {
  .contact-section-02 .contact-map-wrap iframe {
    height: 320px;
  }
}

.quality-section-01 {
  padding: 100px 0;
  background: #ffffff;
}
@media (max-width: 991px) {
  .quality-section-01 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .quality-section-01 {
    padding: 56px 0;
  }
}
.quality-section-01 h2 {
  font-size: clamp(1.875rem, 3.2vw, 2.625rem);
  font-weight: 800;
  color: #121c34;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 0.75rem 0 1.25rem;
}
.quality-section-01 > .container > .row > div > p {
  font-size: 0.9375rem;
  color: #999999;
  line-height: 1.85;
  margin-bottom: 2rem;
}
.quality-section-01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quality-section-01 ul li {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 0.9375rem;
  color: #555555;
  font-weight: 500;
  position: relative;
  padding-left: 32px;
}
.quality-section-01 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  border: 1.5px solid #D4AF37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quality-section-01 ul li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D4AF37;
}
.quality-section-01 .quality-main-img-link {
  display: block;
  text-decoration: none;
}
.quality-section-01 .quality-main-img-link .quality-main-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.quality-section-01 .quality-main-img-link .quality-main-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.quality-section-01 .quality-main-img-link .quality-main-img-wrap .quality-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 300ms ease-in-out;
}
.quality-section-01 .quality-main-img-link .quality-main-img-wrap .quality-img-overlay svg {
  color: #ffffff;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
.quality-section-01 .quality-main-img-link .quality-main-img-wrap:hover img {
  transform: scale(1.04);
}
.quality-section-01 .quality-main-img-link .quality-main-img-wrap:hover .quality-img-overlay {
  background: rgba(0, 0, 0, 0.35);
}
.quality-section-01 .quality-main-img-link .quality-main-img-wrap:hover .quality-img-overlay svg {
  opacity: 1;
  transform: scale(1);
}

.quality-section-02 {
  padding: 100px 0;
  background: #f8f9fa;
}
@media (max-width: 991px) {
  .quality-section-02 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .quality-section-02 {
    padding: 56px 0;
  }
}
.quality-section-02 .quality-cert-card {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 300ms ease-in-out, transform 300ms ease-in-out, border-color 300ms ease-in-out;
}
.quality-section-02 .quality-cert-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.4);
}
.quality-section-02 .quality-cert-card:hover .quality-cert-img img {
  transform: scale(1.04);
}
.quality-section-02 .quality-cert-card:hover .quality-cert-img .quality-cert-overlay {
  opacity: 1;
}
.quality-section-02 .quality-cert-card .quality-cert-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}
.quality-section-02 .quality-cert-card .quality-cert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.quality-section-02 .quality-cert-card .quality-cert-img .quality-cert-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.quality-section-02 .quality-cert-card .quality-cert-img .quality-cert-overlay svg {
  color: #ffffff;
  width: 32px;
  height: 32px;
}
.quality-section-02 .quality-cert-card .quality-cert-body {
  padding: 20px 20px 24px;
}
.quality-section-02 .quality-cert-card .quality-cert-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #121c34;
  margin: 0 0 0.25rem;
}
.quality-section-02 .quality-cert-card .quality-cert-body span {
  font-size: 0.8125rem;
  color: #999999;
}

.quality-section-03 {
  padding: 100px 0;
  background: #104027;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .quality-section-03 {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .quality-section-03 {
    padding: 56px 0;
  }
}
.quality-section-03::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.quality-section-03 .section-head h2 {
  color: #ffffff;
}
.quality-section-03 .section-head p {
  color: rgba(255, 255, 255, 0.55);
}
.quality-section-03 .section-label {
  color: #D4AF37;
}
.quality-section-03 .section-label::before {
  background: #D4AF37;
}
.quality-section-03 .quality-std-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 36px 32px;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out, transform 300ms ease-in-out;
}
@media (max-width: 767px) {
  .quality-section-03 .quality-std-card {
    padding: 28px 24px;
  }
}
.quality-section-03 .quality-std-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(212, 175, 55, 0.3);
  transform: translateY(-4px);
}
.quality-section-03 .quality-std-card:hover .quality-std-num {
  color: rgba(212, 175, 55, 0.6);
}
.quality-section-03 .quality-std-card .quality-std-num {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
  transition: color 300ms ease-in-out;
}
.quality-section-03 .quality-std-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.quality-section-03 .quality-std-card p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  margin: 0;
}

.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(130deg, #104027, #D4AF37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  line-height: 1;
  letter-spacing: -5px;
}
@media (max-width: 767px) {
  .page-404 .container h1 {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media (max-width: 320px) {
  .page-404 .container h1 {
    font-size: 60px;
    letter-spacing: -2px;
  }
}
.page-404 .container h2 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 2px;
  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: 22px;
    letter-spacing: 1px;
  }
}
.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: #555555;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
@media (max-width: 320px) {
  .page-404 .container .messages p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.page-404 .container .messages a.button-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  background-color: #104027;
  padding: 15px 40px;
  border-radius: 50px;
  border: 2px solid #104027;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.page-404 .container .messages a.button-base:hover {
  background-color: rgb(5.8, 23.2, 14.1375);
  border-color: rgb(5.8, 23.2, 14.1375);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 147, 130, 0.3);
}
.page-404 .container .messages a.button-base:hover .icon {
  transform: translateX(4px);
}
.page-404 .container .messages a.button-base:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 147, 130, 0.2);
}
.page-404 .container .messages a.button-base .button-text {
  display: inline-block;
}
.page-404 .container .messages a.button-base .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: all 300ms ease-in-out;
}
.page-404 .container .messages a.button-base .fill-container {
  display: none;
}
@media (max-width: 320px) {
  .page-404 .container .messages a.button-base {
    padding: 12px 30px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.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;
  list-style: none;
  padding: 0;
  margin: 0;
  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: #104027;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 2px solid #e9ecef;
  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;
}
.page-404 .container .social-links .social-media li a:hover {
  background-color: #104027;
  border-color: #104027;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 147, 130, 0.2);
}
.page-404 .container .social-links .social-media li a:focus {
  outline: 2px solid #104027;
  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: #000;
  z-index: 10000 !important;
  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: #1a1a1a;
  z-index: 1000 !important;
  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 !important;
  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 #104027;
  outline-offset: -2px;
}
.ytVideoWrapper .closeBtn .line {
  position: absolute;
  background-color: white;
  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: #104027;
  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 white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 2px;
}
.play-btn:hover {
  background-color: rgb(5.8, 23.2, 14.1375);
  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 white;
  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: #000;
  border-radius: 0.75rem;
}
.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: white;
  z-index: 10;
}
.video-banner .text h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .video-banner .text h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 320px) {
  .video-banner .text h2 {
    font-size: 1.5rem;
  }
}
.video-banner .text p {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.75;
  max-width: 600px;
}
@media (max-width: 767px) {
  .video-banner .text p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 320px) {
  .video-banner .text p {
    font-size: 0.875rem;
  }
}

@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;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 0.45s ease, box-shadow 0.45s ease;
}
.site-header.header-solid .logo img {
  filter: none;
}
.site-header.header-solid nav .header-menu .menu-item > a {
  color: #555555;
}
.site-header.header-solid nav .header-menu .menu-item > a:hover {
  color: #104027;
}
.site-header.header-solid nav .header-menu .menu-item > a .menu-arrow {
  filter: none;
  opacity: 1;
}
.site-header.header-solid .header-lang .lang-toggle {
  background: none;
  border-color: #dee2e6;
  color: #555555;
}
.site-header.header-solid .header-lang .lang-toggle:hover {
  border-color: #104027;
  color: #104027;
}
.site-header.header-solid .header-lang .lang-toggle .lang-arrow {
  filter: none;
  opacity: 1;
}
.site-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.08);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: padding 0.45s ease;
}
.site-header.is-scrolled .container {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.site-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 300ms ease-in-out;
}
.site-header .logo:hover {
  opacity: 0.75;
}
.site-header .logo:focus-visible {
  outline: 2px solid #D4AF37;
  outline-offset: 4px;
  border-radius: 0.5rem;
}
.site-header .logo img {
  width: auto;
  height: 70px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 0.45s ease;
}
@media (max-width: 1199px) {
  .site-header .logo img {
    height: 40px;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .site-header .logo img {
    height: 45px;
  }
}
.site-header.is-scrolled .logo img, .site-header.menu-open .logo img {
  filter: none;
}
.site-header.menu-open {
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.site-header.menu-open .header-lang .lang-toggle {
  background: none;
  border-color: #dee2e6;
  color: #555555;
}
.site-header.menu-open .header-lang .lang-toggle .lang-arrow {
  filter: none;
  opacity: 1;
}
.site-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .site-header nav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 300ms ease-in-out;
    z-index: 99;
  }
  .site-header nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.site-header nav .header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.25rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    height: 100%;
    padding: 6rem 0 2rem;
    overflow-y: auto;
    transition: all 300ms ease-in-out;
  }
  .site-header nav .header-menu.submenu-open {
    transform: translateX(-100%);
  }
}
.site-header nav .header-menu .menu-item {
  position: relative;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item {
    padding: 0;
  }
}
.site-header nav .header-menu .menu-item a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: color all 150ms ease-in-out;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a {
    color: #555555;
    padding: 1rem 1.5rem;
    border-left: 4px solid transparent;
  }
}
.site-header nav .header-menu .menu-item a:hover, .site-header nav .header-menu .menu-item a:focus-visible {
  color: #D4AF37;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a:hover, .site-header nav .header-menu .menu-item a:focus-visible {
    color: #104027;
  }
}
.site-header nav .header-menu .menu-item a:focus-visible {
  outline: 2px solid #D4AF37;
  outline-offset: 4px;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a:focus-visible {
    outline-offset: -2px;
  }
}
.site-header nav .header-menu .menu-item a .menu-arrow {
  width: 14px;
  height: 14px;
  min-width: 14px;
  pointer-events: none;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: transform 300ms ease-in-out, filter 0.45s ease, opacity 0.45s ease;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a .menu-arrow {
    filter: none;
    opacity: 1;
    margin-left: auto;
    margin-right: 0.5rem;
    transform: rotate(-90deg);
  }
}
.site-header nav .header-menu .menu-item .header-cta {
  background-color: #D4AF37;
  color: #000 !important;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.site-header nav .header-menu .menu-item .header-cta:hover, .site-header nav .header-menu .menu-item .header-cta:focus-visible {
  background-color: rgb(177.7777777778, 144.8888888889, 38.2222222222);
  color: #000 !important;
  transform: translateY(-1px);
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item .header-cta {
    background-color: #104027;
    color: #ffffff !important;
    display: flex !important;
    width: calc(100% - 2rem);
    justify-content: center;
    text-align: center;
    margin: 0.5rem 1rem;
    padding: 0.875rem 1.5rem;
    box-sizing: border-box;
  }
  .site-header nav .header-menu .menu-item .header-cta:hover {
    background-color: rgb(5.8, 23.2, 14.1375);
    color: #ffffff !important;
  }
}
@media (hover: hover) {
  .site-header nav .header-menu .menu-item.menu-item-has-children > a:hover .menu-arrow {
    transform: rotate(180deg);
  }
}
@media (hover: hover) and (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children > a:hover .menu-arrow {
    transform: rotate(-90deg);
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  background-color: white;
  border-radius: 0.625rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.06);
  list-style: none;
  margin: 0;
  padding: 0.625rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 300ms ease-in-out;
  z-index: 50;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: white;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 6rem 0 2rem;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    overflow-y: auto;
    transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99;
  }
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu.active {
    left: 0;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn {
  display: none;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0.5rem;
  }
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    color: #000000;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 150ms ease-in-out;
  }
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn a .back-arrow {
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    pointer-events: none;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  position: relative;
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  color: #555555;
  padding: 0.625rem 1rem;
  border: none;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color all 150ms ease-in-out, background-color all 150ms ease-in-out;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding: 1rem 1.5rem;
    border-left: 4px solid transparent;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover, .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:focus-visible {
  color: #104027;
  background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover, .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:focus-visible {
    background-color: transparent;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header.is-scrolled nav .header-menu .menu-item > a {
  color: #555555;
}
.site-header.is-scrolled nav .header-menu .menu-item > a:hover {
  color: #104027;
}
.site-header.is-scrolled nav .header-menu .menu-item > a .menu-arrow {
  filter: none;
  opacity: 1;
}
.site-header .header-lang {
  position: relative;
  margin-left: 1.25rem;
}
@media (max-width: 1199px) {
  .site-header .header-lang {
    margin-left: 0.75rem;
    z-index: 100;
  }
}
.site-header .header-lang .lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.375rem;
  padding: 0.375rem 0.625rem;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: background-color all 150ms ease-in-out, border-color all 150ms ease-in-out, color 0.45s ease;
}
.site-header .header-lang .lang-toggle:hover, .site-header .header-lang .lang-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.site-header .header-lang .lang-toggle:focus-visible {
  outline: 2px solid #D4AF37;
  outline-offset: 2px;
}
.site-header .header-lang .lang-toggle .lang-flag {
  height: 20px;
  border-radius: 2px;
  object-fit: cover;
  pointer-events: none;
}
.site-header .header-lang .lang-toggle .lang-arrow {
  width: 13px;
  height: 13px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: transform 300ms ease-in-out, filter 0.45s ease;
  pointer-events: none;
}
.site-header .header-lang .lang-toggle.active .lang-arrow {
  transform: rotate(180deg);
}
.site-header .header-lang .lang-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 140px;
  background-color: white;
  border-radius: 0.625rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.06);
  list-style: none;
  margin: 0;
  padding: 0.375rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 300ms ease-in-out;
  z-index: 200;
}
.site-header .header-lang .lang-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .header-lang .lang-menu li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #555555;
  text-decoration: none;
  transition: color all 150ms ease-in-out, background-color all 150ms ease-in-out;
}
.site-header .header-lang .lang-menu li a .lang-flag {
  width: 20px;
  border-radius: 2px;
  object-fit: cover;
  pointer-events: none;
}
.site-header .header-lang .lang-menu li a:hover, .site-header .header-lang .lang-menu li a.active {
  color: #104027;
  background-color: rgba(0, 0, 0, 0.03);
}
.site-header.is-scrolled .header-lang .lang-toggle {
  background: none;
  border-color: #dee2e6;
  color: #555555;
}
.site-header.is-scrolled .header-lang .lang-toggle:hover {
  border-color: #104027;
  color: #104027;
}
.site-header.is-scrolled .header-lang .lang-toggle .lang-arrow {
  filter: none;
  opacity: 1;
}

.menu-trigger {
  position: relative;
  z-index: 100;
  width: 30px;
  height: 22px;
  display: none;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 1rem;
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .menu-trigger {
    display: inline-block;
  }
}
.menu-trigger:focus-visible {
  outline: 2px solid #D4AF37;
  outline-offset: 2px;
}
.menu-trigger span {
  display: inline-block;
  transition: all 300ms ease-in-out;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: white;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
  width: 70%;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span, .site-header.is-scrolled .menu-trigger span {
  background-color: #111;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  width: 100%;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(-8px);
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.menu-trigger:active {
  transform: scale(0.92);
}

#header.site-header {
  background-color: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.08);
}
#header.site-header .logo img {
  filter: none;
}
#header.site-header nav .header-menu .menu-item > a {
  color: #555555;
}
#header.site-header nav .header-menu .menu-item > a:hover {
  color: #104027;
}
#header.site-header nav .header-menu .menu-item > a .menu-arrow {
  filter: none;
  opacity: 1;
}
#header.site-header .header-lang .lang-toggle {
  background: none;
  border-color: #dee2e6;
  color: #555555;
}
#header.site-header .header-lang .lang-toggle:hover {
  border-color: #104027;
  color: #104027;
}
#header.site-header .header-lang .lang-toggle .lang-arrow {
  filter: none;
  opacity: 1;
}
#header.site-header .menu-trigger span {
  background-color: #111;
}

.site-footer {
  background-color: #0a0a0a;
  padding: 64px 0 0;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .site-footer {
    padding: 52px 0 0;
  }
}
.site-footer .footer-head {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 991px) {
  .site-footer .footer-head {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 36px;
    text-align: center;
  }
}
.site-footer .footer-brand {
  flex-shrink: 0;
}
.site-footer .footer-brand a {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-footer .footer-brand a:hover {
  opacity: 0.7;
}
.site-footer .footer-brand img {
  height: 44px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .site-footer .footer-brand img {
    height: 50px;
  }
}
.site-footer .footer-desc {
  flex: 1;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.75;
  margin: 0;
  max-width: 420px;
}
@media (max-width: 991px) {
  .site-footer .footer-desc {
    max-width: 100%;
  }
}
.site-footer .social-links {
  flex-shrink: 0;
}
.site-footer .social-links .social-media-list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .social-links .social-media-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.site-footer .social-links .social-media-list li a:hover {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}
.site-footer .social-links .social-media-list li a img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.55;
}
.site-footer .footer-grid {
  padding: 48px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 991px) {
  .site-footer .footer-grid {
    padding: 36px 0;
  }
}
.site-footer .footer-title {
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .site-footer .footer-title {
    margin-bottom: 10px;
  }
}
.site-footer .footer-contact-col .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.site-footer .footer-contact-col .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.6;
  font-style: normal;
}
.site-footer .footer-contact-col .footer-contact .contact-item a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .footer-contact-col .footer-contact .contact-item a:hover {
  color: #D4AF37;
}
.site-footer .footer-contact-col .footer-contact .contact-item .contact-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.35;
  margin-top: 2px;
}
.site-footer .footer-menu-column {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-footer h4.accordion-toggle {
    cursor: pointer;
    padding: 10px 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: opacity 0.2s ease;
  }
  .site-footer h4.accordion-toggle:hover {
    opacity: 0.7;
  }
  .site-footer h4.accordion-toggle::after {
    content: "";
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    background-image: url("../assets/icons/angle-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0) invert(1);
    opacity: 0.45;
    transition: transform all 300ms ease-in-out;
  }
  .site-footer h4.accordion-toggle.active::after {
    transform: rotate(180deg);
  }
}
.site-footer .footer-links .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.site-footer .footer-links .footer-menu li a {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.site-footer .footer-links .footer-menu li a:hover {
  color: #D4AF37;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .site-footer .footer-links.accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .site-footer .footer-links.accordion-content > .footer-menu {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-links.accordion-content.open {
    grid-template-rows: 1fr;
    margin-top: 0.5rem;
  }
}
.site-footer .footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
}
.site-footer .footer-bottom .copyright {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.2);
  margin: 0;
}
.site-footer .footer-bottom .footer-design {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.2);
}
.site-footer .footer-bottom .footer-design a {
  color: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .footer-bottom .footer-design a:hover {
  color: #3db288;
}
.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;
}

.mobile-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
  z-index: 9999;
}
@media (max-width: 991px) {
  .mobile-action-bar {
    display: flex;
    align-items: stretch;
  }
}
.mobile-action-bar ul {
  display: flex;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-action-bar .menu-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  height: 100%;
}
.mobile-action-bar .menu-item:last-child {
  border-right: none;
}
.mobile-action-bar .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  height: 100%;
  color: #104027;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color all 150ms ease-in-out;
  padding: 0.5rem;
}
.mobile-action-bar .menu-item a:hover {
  background-color: rgba(16, 64, 39, 0.05);
}
.mobile-action-bar .menu-item a img {
  height: 18px;
  width: auto;
  object-fit: contain;
}

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