/* General Css Start (404 page, cookie style etc) */

/* 
body, html {transition: 0s;}
body {background: #fff;}
a:hover {text-decoration: none; outline: 0 !important;}
::-webkit-scrollbar { width: 0;} */

/* Special Page */
/* section.page.single-page { padding: 300px 180px 100px; color: #fff; }
section.page.single-page h2 {margin-bottom: 95px;font-size: 58px;font-weight: bold;color: white;}
section.page.single-page p, section.page.single-page tr, section.page.single-page td, section.page.single-page th { font-size: 20px; color: #808080; }
section.page.single-page ol { padding: 0; list-style: none; }
section.page.single-page ol li { color: #808080; padding: 5px 0; font-size: 20px; padding-left: 30px; position: relative; }
section.page.single-page ol li:before {content: "";position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 8px;height: 8px;background: white;border-radius: 50%;}
section.page.single-page p strong {font-weight: 300;color: white;}

@media only screen and (max-width: 1199px){
  section.page.single-page { padding: 260px 80px 70px; }
  section.page.single-page h2 { margin-bottom: 60px; }
}
@media only screen and (max-width: 767px){
  section.page.single-page { padding: 160px 20px 40px; font-size: 13px; }
  section.page.single-page h2 {font-size: 23px;margin-bottom: 35px;}
  section.page.single-page p strong { font-size: 15px; }
} */
/* Special Page */

/* Bootstrap Pagination */
/* ul.pagination { border-radius: 0; align-items: center; justify-content: center; margin-top: 45px; }
ul.pagination .page-item .page-link { background: none; border: 1px solid #393233; border-radius: 0; color: #A3A3A3; box-shadow: none; outline: 0 !important; transition: .4s; }
ul.pagination .page-item + .page-item { margin-left: 10px; }
ul.pagination .page-item.active .page-link { border: 2px solid #393233; color: #fff; }
ul.pagination .page-item .page-link:hover { background: #393233; } */
/* Bootstrap Pagination */

/* 404 Page */
/* .page.nf404 {padding-top: 260px;padding-bottom: 100px;}
.page.nf404 .page404-content { text-align: center; }
.page.nf404 .page404-content .svg svg {
  width: 100%;
}
.page.nf404 .svg path {fill: #ffffff;}
.nf404 h2 { font-size: 57px; color: white; font-weight: 600; margin: 30px 0; }
.nf404 h3 { color: white; font-weight: 400; font-size: 21px; }
.page.nf404 a {transition: .4s;padding: 0 30px;display: inline-flex;align-items: center;justify-content: center;border: 1px solid rgb(255 255 255 / .3);border-radius: 40px;height: 60px;font-size: 15px;color: white;margin-top: 50px;}
.page.nf404 a svg {margin-right: 15px;stroke: white;}
.page.nf404 a:hover { background:white; color: #000; }
.page.nf404 a:hover svg { stroke: #000; } */
/* 404 Page*/

/* Cookie */
/* body .cc-window {bottom: 50px !important;left: 50% !important;max-width: 460px;height: 93px;border-radius: 100px;backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);background-color: rgba(34, 41, 48, 0.8);padding: 0 30px !important;-webkit-transform: translateX(-50%) translateZ(100px);-ms-transform: translateX(-50%) translateZ(100px);transform: translateX(-50%) translateZ(100px);-webkit-transition: none;flex-direction: row !important;-o-transition: none;transition: none;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;z-index: 99999;}
body .cc-window .cc-message {font-size: 15px;color: #fff;line-height: normal;margin: 0 !important;}
body .cc-window .cc-message a{transition: .4s; opacity: 1;}
body .cc-compliance a.cc-btn.cc-dismiss {transition: .4s;width: 56px;height: 56px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background: transparent;border: 1px solid #000;border-radius: 100px;position: relative;padding: 0;color: transparent;display: block;}
body .cc-compliance a.cc-btn.cc-dismiss:before {content: "";position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);background-image: url(../img/svg/check-icon.svg);width: 20px;height: 15px;background-size: contain;background-position: center;background-repeat: no-repeat;}
body .cc-compliance a.cc-btn.cc-dismiss:hover {background: #000;}
body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {color: #000000;text-decoration: underline;}
.cc-floating.cc-theme-edgeless .cc-message {margin: 0 !important;}

@media only screen and (max-width: 767px){
  body .cc-window {width: 100%;max-width: 100% !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-ms-flex-direction: row !important;flex-direction: row !important;-webkit-box-align: center !important;-ms-flex-align: center !important;align-items: center !important;left: 50% !important;right: auto !important;-webkit-transform: translateX(-50%) scale(0.9);-ms-transform: translateX(-50%) scale(0.9);transform: translateX(-50%) scale(0.9);bottom: 30px !important;height: 110px;padding: 0 30px !important;}
  .cc-floating.cc-theme-edgeless .cc-message { margin: 0 !important; }
} */
/* Cookie */

/* Form Alert Style */
/* .form-alert { position: fixed; top: 50px; left: 50%; transform: translateX(-50%); z-index: 999; }
.form-alert .alert { display: flex; color: #fff; background: #00000094; border-color: rgb(255 255 255 / 34%); margin-bottom: 0; backdrop-filter: blur(10px); border-radius: 0; }
.form-alert .alert .icon { display: flex; align-items: center; margin-right: 20px; color: #ffc107; font-size: 24px; }
.form-alert .alert .message { display: flex; align-items: center; }
.form-alert .alert .message strong, .form-alert .alert .message b {margin-right: 13px;}
.form-alert .alert .message button.close { height: 100%; color: #fff; padding: 0; display: flex; padding: 9px; opacity: 1; outline: 0; box-shadow: none; }
.form-alert .alert .message button.close span:before { }
.form-alert .alert .message button.close span { opacity: 1; } */
/* Form Alert Style */

/* General Css End */

/* * Customize */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --header-height: 80px;
  --brand-header-height: 82px;
  --footer-end-height: 80px;

  --color-primary: #e5e53e;
  --color-secondary: #141414;

  --Text-color-1: #7e7e8b;
}

::selection {
  background-color: var(--selection-bg, var(--color-primary));
  color: var(--selection-text, var(--color-secondary));
}

html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

main {
  margin-top: auto;
}

.page {
  padding: 0;
}

.only-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}

.s-container,
.site-container {
  max-width: 1500px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .s-container,
  .site-container {
    padding: 0 45px;
  }
}
@media screen and (max-width: 1199px) {
  .s-container,
  .site-container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .s-container,
  .site-container {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .s-container,
  .site-container {
    padding: 0 25px;
  }
}

.s-container-fluid {
  max-width: 1710px;
  padding: 0 50px;
  margin: 0 auto;
}

body.sticky-header {
  padding-top: var(--header-height);
}

/* * Site Header Start */
header.site-header {
  height: var(--header-height);
  background-color: white;
  z-index: 100;
  transform: translateY(0);
  transition: all 300ms ease;
}
header.site-header.highlight {
  --header-height: 48px;
}
header.site-header.highlight {
  background-color: var(--main-bg-color);
  color: white;
}
header.site-header.sticky {
  position: fixed;
  top: calc(var(--header-height) * -1);
  left: 0;
  right: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(100%);
}
header.site-header .site-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header .brand {
  transition: all 300ms ease;
}
header.site-header .brand .logo-white {
  display: none;
}
header.site-header.highlight .brand .logo {
  display: none;
}
header.site-header.highlight .brand .logo-white {
  display: inline-block;
}
/* header.site-header .brand:hover {
  transform: scaleX(1.05) scaleY(0.95);
} */
header.site-header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
header.site-header.highlight .menu {
  margin-left: auto;
  background-color: var(--main-bg-color);
}
header.site-header .menu a {
  color: #545454;
  position: relative;
  z-index: 3;
}
header.site-header.highlight .menu a {
  color: #f5f5f5;
  font-size: 0.85rem;
}
header.site-header .menu a::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  bottom: 0rem;
  width: 75%;
  height: 0.5rem;
  background-color: var(--color-primary);
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 300ms ease;
}
header.site-header.highlight .menu a::before {
  height: 0.25rem;
}
header.site-header .menu a:hover {
  color: #141414;
}
header.site-header.highlight .menu a:hover {
  color: #f5f5f5;
}
header.site-header .menu a:hover::before {
  transform: scaleX(1);
}
header.site-header .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
header.site-header .buttons .search-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem;
  color: var(--color-secondary);
  transition: all 300ms ease;
}
header.site-header .buttons .search-toggle-btn:hover {
  transform: scale(1.1);
}
header.site-header.highlight .buttons .search-toggle-btn {
  color: white;
}
header.site-header .buttons .custom-btn {
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d1d1b;
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 135%;
  gap: 0.5rem;
  transition: all 300ms ease;
}
header.site-header.highlight .buttons .custom-btn {
  display: none;
}
header.site-header .buttons .custom-btn svg {
  color: currentColor;
}
header.site-header .buttons .custom-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

header.site-header .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 1.25rem;
  height: 1rem;
  position: relative;
}
header.site-header .mobile-menu-toggle span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 100px;
  background-color: var(--color-secondary);
  transition: all 300ms ease;
}

@media screen and (max-width: 991px) {
  header.site-header.highlight .mobile-menu-toggle span {
    height: 1px;
    background-color: white;
  }
}

header.site-header .mobile-menu-toggle span:nth-child(1) {
  top: 0;
}
header.site-header .mobile-menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header.site-header .mobile-menu-toggle span:nth-child(3) {
  bottom: 0;
}

header.site-header .mobile-menu-toggle.show span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 120%;
  transition: all 300ms ease 300ms;
}

header.site-header .mobile-menu-toggle.show span:nth-child(2) {
  transform: translateX(200%);
  opacity: 0;
}

header.site-header .mobile-menu-toggle.show span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  width: 120%;
  transition: all 300ms ease 300ms;
}

@media screen and (max-width: 1440px) {
  header.site-header .brand img {
    height: 36px;
  }
  header.site-header .buttons .custom-btn {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 1199px) {
  header.site-header .brand img {
    height: 34px;
  }
  header.site-header .buttons .custom-btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .brand img {
    height: 32px;
  }
  header.site-header .menu {
    display: flex;
    position: fixed;
    z-index: 1500;
    top: 100%;
    left: 0;
    padding: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: white;
    min-width: 280px;
    height: calc(100vh - var(--header-height));
    opacity: 0;
    transform: translateX(-100%);
    transition: all 300ms ease;
  }
  header.site-header .menu.show {
    opacity: 1;
    transform: translateX(0);
  }
  header.site-header .menu li a {
    font-size: 1.15rem;
  }
  header.site-header .buttons .custom-btn {
    display: none;
  }
  header.site-header .buttons .search-toggle-btn svg {
    width: 20px;
    height: 20px;
  }
  header.site-header .mobile-menu-toggle {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  header.site-header .brand img {
    height: 30px;
  }
  header.site-header .buttons .search-toggle-btn {
    margin: 0 1rem;
  }
  header.site-header .buttons .custom-btn {
    display: none;
  }
  header.site-header .buttons .search-toggle-btn svg {
    width: 19px;
    height: 19px;
  }
}

/* * Site Header End */

/* * Brand Header Start */
header.brand-header {
  height: var(--brand-header-height);
}
header.brand-header .site-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.brand-header .site-container .brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.5rem;
}
header.brand-header .site-container .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
header.brand-header .site-container .menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.25rem;
  color: #525252;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  transition: all 300ms ease;
}
header.brand-header .site-container .menu a:hover {
  color: var(--main-bg-color);
}
header.brand-header .site-container .custom-btn {
  margin-left: auto;
}
header.brand-header .custom-btn {
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-bg-color);
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 135%;
  gap: 0.5rem;
  transition: all 300ms ease;
}
header.brand-header .custom-btn:hover {
  background-color: var(--color-secondary);
  color: white;
}
header.brand-header .menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  position: relative;
}
header.brand-header .menu li {
  position: relative;
}
header.brand-header .menu li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
header.brand-header .menu li a:hover {
  color: #007bff;
}
header.brand-header .c-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  display: block;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  background-color: white;
  list-style: none;
  padding: 0.5rem 0;
  z-index: 5;
  min-width: 200px;
  border: 1px solid #f8f8f8;
  box-shadow: 2px 4px 16px -2px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}
header.brand-header .c-dropdown-menu li {
  margin: 0;
  display: block;
  width: 100%;
}
header.brand-header .menu .c-dropdown-menu li a {
  display: block !important;
  width: 100%;
  padding: 0.5rem 1rem !important;
  white-space: nowrap;
  color: #333;
}
header.brand-header .c-dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
header.brand-header .dropdown .dropdown-arrow {
  margin-left: 0.35rem;
  transition: all 300ms ease;
}
header.brand-header .dropdown:hover .dropdown-arrow {
  transform: rotateX(180deg);
}

header.brand-header .dropdown:hover > .c-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  header.brand-header {
    height: auto;
    padding: 1rem 0;
  }
  header.brand-header .site-container {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  header.brand-header .site-container .brand {
    order: 0;
    width: 200px;
    margin-right: 1.5rem;
  }
  header.brand-header .site-container .menu {
    width: 100%;
    order: 2;
    overflow-x: auto;
  }
  header.brand-header .site-container .menu::-webkit-scrollbar {
    display: none;
    max-width: 0;
    max-height: 0;
  }
  header.brand-header .site-container .custom-btn {
    order: 1;
    margin-left: auto;
  }
  header.brand-header .custom-btn {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  header.brand-header .site-container .brand {
    width: 175px;
    margin-right: 0.5rem;
  }
  header.brand-header .custom-btn {
    padding: 0.5rem 0.75rem;
  }
}
/* * Brand Header End */

/* * Site Footer Start */
footer.site-footer {
  background-color: #050505;
  color: #ebebeb;
  overflow: hidden;
}
footer.site-footer .footer-main {
  padding: 6rem 0 4rem;
}
footer.site-footer .footer-main .site-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
footer.site-footer .footer-main .footer-brand-col {
  flex: 2;
}
footer.site-footer .footer-main .footer-brand-col p {
  max-width: 310px;
  margin: 2rem 0;
  color: #ebebeb;
  font-size: 1rem;
  line-height: normal;
}
footer.site-footer .footer-main .footer-brand-col .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
footer.site-footer .footer-main .footer-brand-col .social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
footer.site-footer .footer-main .footer-brand-col .social-media a svg {
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
}
footer.site-footer .footer-main .footer-brand-col .social-media a:hover svg {
  transform: scale(1.25);
}
footer.site-footer .footer-main .footer-links-col {
  flex: 1;
}
footer.site-footer .footer-main .footer-links-col .links-title,
footer.site-footer .footer-main .footer-contact-col .links-title {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #e5e53e;
  color: #e5e53e;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
footer.site-footer .footer-main .footer-links-col .links-title::before,
footer.site-footer .footer-main .footer-contact-col .links-title::before,
footer.site-footer .footer-main .footer-links-col .links-title::after,
footer.site-footer .footer-main .footer-contact-col .links-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  background-color: var(--color-primary);
  color: white;
  transition: all 300ms ease;
}
footer.site-footer .footer-main .footer-links-col .links-title::before,
footer.site-footer .footer-main .footer-contact-col .links-title::before {
  left: -1.5rem;
  transform: translateX(-50%) skew(0deg);
}
footer.site-footer .footer-main .footer-links-col .links-title::after,
footer.site-footer .footer-main .footer-contact-col .links-title::after {
  right: -1.5rem;
  transform: translateX(50%) skew(0deg);
}
footer.site-footer .footer-main .footer-links-col:hover .links-title::before,
footer.site-footer .footer-main .footer-contact-col:hover .links-title::before {
  transform: translateX(0) skew(-27deg);
}
footer.site-footer .footer-main .footer-links-col:hover .links-title::after,
footer.site-footer .footer-main .footer-contact-col:hover .links-title::after {
  transform: translateX(0) skew(-27deg);
}
footer.site-footer .footer-main .footer-links-col a {
  display: block;
  color: #a3a3a3;
  font-family: "Inter";
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 1rem;
  transition: all 300ms ease;
}
footer.site-footer .footer-main .footer-links-col a:hover {
  color: white;
}
footer.site-footer .footer-main .footer-contact-col {
  flex: 1;
}
footer.site-footer .footer-main .footer-contact-col a {
  display: block;
  margin-bottom: 1rem;
  color: #a3a3a3;
  font-size: 1rem;
  line-height: normal;
  transition: all 300ms ease;
}
footer.site-footer .footer-main .footer-contact-col a:hover {
  color: var(--color-primary);
}

footer.site-footer .footer-end {
  background-color: #141414;
  height: var(--footer-end-height);
}
footer.site-footer .footer-end .site-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.site-footer .footer-end .site-container .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
footer.site-footer .footer-end .site-container .right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
footer.site-footer .footer-end .site-container span,
footer.site-footer .footer-end .site-container a {
  color: #a3a3a3;
  font-size: 0.9rem;
  line-height: normal;
  transition: all 300ms ease;
}
footer.site-footer .footer-end .site-container a:hover {
  color: white;
}
@media screen and (max-width: 1440px) {
  footer.site-footer .footer-main {
    padding: 5rem 0 3.5rem;
  }
  footer.site-footer .footer-main .site-container {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  footer.site-footer .footer-main .footer-brand-col {
    flex: 1.85;
  }
  footer.site-footer .footer-main .footer-brand-col p {
    margin: 1.75rem 0;
    font-size: 1rem;
  }
  footer.site-footer .footer-main .footer-brand-col .social-media {
    gap: 0.75rem;
  }
  footer.site-footer .footer-main .footer-brand-col .social-media a {
    width: 2rem;
    height: 2rem;
  }
  footer.site-footer .footer-main .footer-links-col .links-title,
  footer.site-footer .footer-main .footer-contact-col .links-title {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  footer.site-footer .footer-main .footer-links-col a {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  footer.site-footer .footer-main .footer-contact-col a {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  footer.site-footer .footer-end {
    height: var(--footer-end-height);
  }
  footer.site-footer .footer-end .site-container .left-side {
    gap: 1rem;
  }
  footer.site-footer .footer-end .site-container .right-side {
    gap: 1rem;
  }
  footer.site-footer .footer-end .site-container span,
  footer.site-footer .footer-end .site-container a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1199px) {
  footer.site-footer .footer-main {
    padding: 4rem 0 3rem;
  }
  footer.site-footer .footer-main .site-container {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  footer.site-footer .footer-main .footer-brand-col {
    flex: 1.85;
  }
  footer.site-footer .footer-main .footer-brand-col p {
    margin: 1.75rem 0;
    font-size: 1rem;
  }
  footer.site-footer .footer-main .footer-brand-col .social-media {
    gap: 0.75rem;
  }
  footer.site-footer .footer-main .footer-brand-col .social-media a {
    width: 2rem;
    height: 2rem;
  }
  footer.site-footer .footer-main .footer-links-col .links-title,
  footer.site-footer .footer-main .footer-contact-col .links-title {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  footer.site-footer .footer-main .footer-links-col a {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  footer.site-footer .footer-main .footer-contact-col a {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  footer.site-footer .footer-end {
    height: var(--footer-end-height);
  }
  footer.site-footer .footer-end .site-container .left-side {
    gap: 1rem;
  }
  footer.site-footer .footer-end .site-container .right-side {
    gap: 1rem;
  }
  footer.site-footer .footer-end .site-container span,
  footer.site-footer .footer-end .site-container a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) {
  footer.site-footer .footer-main {
    padding: 3.5rem 0 2.5rem;
  }
  footer.site-footer .footer-main .site-container {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  footer.site-footer .footer-main .footer-brand-col {
    flex: 1.75;
  }
  footer.site-footer .footer-main .footer-brand-col p {
    margin: 1.75rem 0;
    font-size: 0.95rem;
  }
  footer.site-footer .footer-main .footer-brand-col .social-media {
    gap: 0.75rem;
  }
  footer.site-footer .footer-main .footer-brand-col .social-media a {
    width: 1.85rem;
    height: 1.85rem;
  }
  footer.site-footer .footer-main .footer-links-col .links-title,
  footer.site-footer .footer-main .footer-contact-col .links-title {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    margin-bottom: 0.95rem;
  }
  footer.site-footer .footer-main .footer-links-col a {
    font-size: 0.95rem;
    margin-bottom: 0.95rem;
  }
  footer.site-footer .footer-main .footer-contact-col a {
    margin-bottom: 0.95rem;
    font-size: 0.95rem;
  }
  footer.site-footer .footer-end {
    height: var(--footer-end-height);
  }
  footer.site-footer .footer-end .site-container .left-side {
    gap: 1rem;
  }
  footer.site-footer .footer-end .site-container .right-side {
    gap: 1rem;
  }
  footer.site-footer .footer-end .site-container span,
  footer.site-footer .footer-end .site-container a {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer-main {
    padding: 3.5rem 0 2.5rem;
  }
  footer.site-footer .footer-main .site-container {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  footer.site-footer .footer-main .footer-brand-col {
    width: 100%;
    flex: auto;
  }
  footer.site-footer .footer-main .footer-brand-col p {
    margin: 1.75rem 0;
    font-size: 0.95rem;
  }
  footer.site-footer .footer-main .footer-brand-col .social-media {
    gap: 0.75rem;
  }
  footer.site-footer .footer-main .footer-brand-col .social-media a {
    width: 1.85rem;
    height: 1.85rem;
  }
  footer.site-footer .footer-main .footer-links-col,
  footer.site-footer .footer-main .footer-contact-col {
    width: 100%;
    flex: auto;
  }
  footer.site-footer .footer-main .footer-links-col .links-title,
  footer.site-footer .footer-main .footer-contact-col .links-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    margin-bottom: 0.95rem;
    cursor: pointer;
    color: #f8f8f8;
  }
  footer.site-footer .footer-main .footer-links-col .links-title::before,
  footer.site-footer .footer-main .footer-links-col .links-title::after,
  footer.site-footer .footer-main .footer-contact-col .links-title::before,
  footer.site-footer .footer-main .footer-contact-col .links-title::after {
    display: none !important;
    transition: unset !important;
  }
  footer.site-footer .footer-main .footer-links-col .links-title .plus,
  footer.site-footer .footer-main .footer-contact-col .links-title .plus {
    position: relative;
    width: 1rem;
    height: 1rem;
  }
  footer.site-footer .footer-main .footer-links-col .links-title .plus::before,
  footer.site-footer
    .footer-main
    .footer-contact-col
    .links-title
    .plus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    border-radius: 100px;
    background-color: #f8f8f8;
    transform: translateX(-50%);
    transition: all 300ms ease;
  }
  footer.site-footer .footer-main .footer-links-col .links-title .plus::after,
  footer.site-footer
    .footer-main
    .footer-contact-col
    .links-title
    .plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 100px;
    background-color: #f8f8f8;
    transform: translateY(-50%);
    transition: all 300ms ease;
  }
  footer.site-footer
    .footer-main
    .footer-links-col
    .links-title
    .plus.open::before,
  footer.site-footer
    .footer-main
    .footer-contact-col
    .links-title
    .plus.open::before {
    transform: translateX(-50%) rotate(90deg);
  }
  footer.site-footer
    .footer-main
    .footer-links-col
    .links-title
    .plus.open::after,
  footer.site-footer
    .footer-main
    .footer-contact-col
    .links-title
    .plus.open::after {
    opacity: 0;
    transform: translateY(-50%) rotate(90deg);
  }
  footer.site-footer .footer-main .footer-links-col ul,
  footer.site-footer .footer-main .footer-contact-col ul {
    display: none;
  }
  footer.site-footer .footer-main .footer-links-col a {
    font-size: 0.95rem;
    margin-bottom: 0.95rem;
  }
  footer.site-footer .footer-main .footer-contact-col a {
    margin-bottom: 0.95rem;
    font-size: 0.95rem;
  }
  footer.site-footer .footer-end {
    padding: 1.5rem 0;
    height: auto;
  }
  footer.site-footer .footer-end .site-container {
    gap: 1.5rem;
    flex-direction: column;
  }
  footer.site-footer .footer-end .site-container .left-side {
    gap: 1rem;
  }
  footer.site-footer .footer-end .site-container .right-side {
    gap: 1rem;
  }
  footer.site-footer .footer-end .site-container span,
  footer.site-footer .footer-end .site-container a {
    font-size: 0.75rem;
  }
}
/* * Site Footer End */

/* * Home Hero Start */
section.home-hero {
  padding: 4rem 0;
  background-color: #f5f5f5;
}
section.home-hero .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

section.home-hero .site-container .hero-content-swiper {
  flex: 1;
  overflow: hidden;
}

section.home-hero .site-container .hero-content {
  /* flex: 1; */
}
section.home-hero .site-container .hero-content .date {
  color: #525252;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 2.25rem;
  display: inline-block;
}
section.home-hero .site-container .hero-content .hero-title {
  color: #050505;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
}
section.home-hero .site-container .hero-content .hero-description {
  color: #6b6b6b;
  font-size: 1.25rem;
  line-height: normal;
  margin: 2rem 0;
}
section.home-hero .site-container .hero-content .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #1d1d1b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 145%;
  padding: 0.75rem 1.25rem;
  border: 2px solid #050505;
  transition: all 300ms ease;
}
section.home-hero .site-container .hero-content .cta-button:hover {
  background-color: var(--color-primary);
}
section.home-hero .site-container .hero-swiper {
  overflow: hidden;
  flex: 1;
  position: relative;
}
section.home-hero .site-container .hero-swiper .swiper-nav {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 0 1rem;
  background-color: #f5f5f5;
  gap: 0.5rem;
}
section.home-hero .site-container .hero-swiper .swiper-nav .swiper-indicator {
  color: #141414;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
section.home-hero .site-container .hero-swiper .swiper-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1d1d1b;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  transition: all 300ms ease;
}
section.home-hero
  .site-container
  .hero-swiper
  .swiper-nav
  a:not(.swiper-button-disabled):hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
@media screen and (max-width: 1440px) {
  section.home-hero .site-container .hero-content .date {
    font-size: 0.95rem;
  }
  section.home-hero .site-container .hero-content .hero-title {
    font-size: 3.75rem;
  }
  section.home-hero .site-container .hero-content .hero-description {
    font-size: 1.15rem;
  }
  section.home-hero .site-container .hero-content .cta-button {
    font-size: 1rem;
    padding: 0.65rem 1.15rem;
  }
  section.home-hero .site-container .hero-swiper .swiper-nav .swiper-indicator {
    font-size: 1.4rem;
  }
  section.home-hero .site-container .hero-swiper .swiper-nav a {
    width: 2.85rem;
    height: 2.85rem;
  }
}
@media screen and (max-width: 1199px) {
  section.home-hero .site-container .hero-content .date {
    font-size: 0.85rem;
  }
  section.home-hero .site-container .hero-content .hero-title {
    font-size: 3.5rem;
  }
  section.home-hero .site-container .hero-content .hero-description {
    font-size: 1.1rem;
  }
  section.home-hero .site-container .hero-content .cta-button {
    font-size: 0.95rem;
    padding: 0.5rem 1.1rem;
  }
  section.home-hero .site-container .hero-swiper .swiper-nav .swiper-indicator {
    font-size: 1.3rem;
  }
  section.home-hero .site-container .hero-swiper .swiper-nav a {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media screen and (max-width: 991px) {
  section.home-hero {
    padding: 3rem 0;
  }
  section.home-hero .site-container .hero-content .date {
    font-size: 0.8rem;
  }
  section.home-hero .site-container .hero-content .hero-title {
    font-size: 3rem;
  }
  section.home-hero .site-container .hero-content .hero-description {
    font-size: 1rem;
  }
  section.home-hero .site-container .hero-content .cta-button {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  section.home-hero .site-container .hero-swiper .swiper-nav {
    padding: 0.85rem 0 0 0.85rem;
  }
  section.home-hero .site-container .hero-swiper .swiper-nav .swiper-indicator {
    font-size: 1.2rem;
  }
  section.home-hero .site-container .hero-swiper .swiper-nav a {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.home-hero {
    padding: 2.5rem 0;
  }
  section.home-hero .site-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
  section.home-hero .site-container .hero-content-swiper,
  section.home-hero .site-container .hero-swiper {
    max-width: 100%;
    flex: 1;
  }
  section.home-hero .site-container .hero-content .date {
    font-size: 0.75rem;
  }
  section.home-hero .site-container .hero-content .hero-title {
    font-size: 2.5rem;
  }
  section.home-hero .site-container .hero-content .hero-description {
    font-size: 0.95rem;
  }
  section.home-hero .site-container .hero-content .cta-button {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  section.home-hero .site-container .hero-swiper .swiper-nav {
    padding: 0.75rem 0 0 0.75rem;
  }
  section.home-hero .site-container .hero-swiper .swiper-nav .swiper-indicator {
    font-size: 1.15rem;
  }
  section.home-hero .site-container .hero-swiper .swiper-nav a {
    width: 2.25rem;
    height: 2.25rem;
  }
}
/* * Home Hero End */

/* * Home Events Start */
section.home-events {
  padding: 6rem 0;
  background-color: var(--color-primary);
}
section.home-events .home-events-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
section.home-events .home-events-header h3 {
  margin-right: auto;
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  background-color: var(--color-secondary);
}
section.home-events .home-events-header .end-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.home-events .home-events-header .end-buttons .show-all {
  gap: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #1d1d1b;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 1rem;
  transition: all 300ms ease;
}
section.home-events .home-events-header .end-buttons .show-all:hover {
  gap: 0.25rem;
}
section.home-events .home-events-header .end-buttons .swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
section.home-events .home-events-header .end-buttons .swiper-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2.75rem;
  border: 2px solid #050505;
  transition: all 300ms ease;
  color: #050505;
}
section.home-events .home-events-header .end-buttons .swiper-buttons a:hover {
  color: white;
  background-color: #050505;
}
section.home-events .home-events-swiper {
  overflow: hidden;
}
section.home-events .home-events-swiper .swiper-slide {
  position: relative;
}
section.home-events .home-events-swiper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.75);
  transition: all 300ms ease;
}
section.home-events .home-events-swiper .swiper-slide:hover img {
  filter: brightness(0.9);
}
section.home-events .home-events-swiper .arrow {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  background-color: var(--color-primary);
  color: var(--color-secondary);
  z-index: 2;
  transition: all 300ms ease;
}
section.home-events .home-events-swiper .swiper-slide:hover .arrow {
  transform: translateX(35%);
}
section.home-events .home-events-swiper .event-name {
  position: absolute;
  left: 1.5rem;
  bottom: 2rem;
  right: 1.5rem;
  color: #e5eef8;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 300ms ease;
}
section.home-events .home-events-swiper .swiper-slide:hover .event-name {
  font-size: 2rem;
}
@media screen and (max-width: 1440px) {
  section.home-events {
    padding: 5rem 0;
  }
  section.home-events .home-events-header {
    margin-bottom: 2.75rem;
  }
  section.home-events .home-events-header h3 {
    font-size: 1.4rem;
  }
  section.home-events .home-events-header .end-buttons .show-all {
    font-size: 0.75rem;
  }
  section.home-events .home-events-header .end-buttons .swiper-buttons a {
    width: 3rem;
    height: 2.75rem;
  }
  section.home-events .home-events-swiper .arrow {
    top: 1.75rem;
    left: 1.25rem;
    width: 45px;
    height: 38px;
  }
  section.home-events .home-events-swiper .event-name {
    left: 1.25rem;
    bottom: 1.75rem;
    right: 1.25rem;
    font-size: 1.4rem;
  }
  section.home-events .home-events-swiper .swiper-slide:hover .event-name {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199px) {
  section.home-events {
    padding: 4.5rem 0;
  }
  section.home-events .home-events-header {
    margin-bottom: 2.5rem;
  }
  section.home-events .home-events-header h3 {
    font-size: 1.35rem;
  }
  section.home-events .home-events-swiper .event-name {
    font-size: 1.35rem;
  }
  section.home-events .home-events-swiper .swiper-slide:hover .event-name {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 991px) {
  section.home-events {
    padding: 4rem 0;
  }
  section.home-events .home-events-header {
    margin-bottom: 2.25rem;
  }
  section.home-events .home-events-header h3 {
    font-size: 1.15rem;
    padding: 0.5rem 0.75rem;
  }
  section.home-events .home-events-header .end-buttons .swiper-buttons a {
    width: 2.85rem;
    height: 2.5rem;
  }
  section.home-events .home-events-swiper .arrow {
    width: 42px;
    height: 36px;
  }
  section.home-events .home-events-swiper .arrow svg {
    width: 1.4rem;
    height: 1.4rem;
  }
  section.home-events .home-events-swiper .event-name {
    font-size: 1.25rem;
  }
  section.home-events .home-events-swiper .swiper-slide:hover .event-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.home-events {
    padding: 3rem 0;
  }
  section.home-events .home-events-header {
    margin-bottom: 2rem;
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  section.home-events .home-events-header h3 {
    flex: 1;
    font-size: 1rem;
  }
  section.home-events .home-events-header .end-buttons {
    flex: 1;
    width: 100%;
  }
  section.home-events .home-events-header .end-buttons .show-all {
    text-align: right;
    font-size: 0.7rem;
    margin-right: auto;
  }
  section.home-events .home-events-header .end-buttons .swiper-buttons a {
    width: 2.5rem;
    height: 2.25rem;
  }
  section.home-events .home-events-header .end-buttons .swiper-buttons a svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  section.home-events .home-events-swiper .arrow {
    width: 38px;
    height: 32px;
  }
  section.home-events .home-events-swiper .arrow svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  section.home-events .home-events-swiper .event-name {
    font-size: 1.1rem;
  }
  section.home-events .home-events-swiper .swiper-slide:hover .event-name {
    font-size: 1.25rem;
  }
}
/* * Home Events End */

/* * Home Count Up Start  */
section.home-count-up {
  padding: 6rem 0;
  background-color: #141414;
}
section.home-count-up .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
section.home-count-up .site-container .count-up-content {
  flex: 1;
}
section.home-count-up .site-container .count-up-content .count-up-title {
  color: #ebebeb;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  max-width: 640px;
}
section.home-count-up .site-container .count-up-content .count-up-description {
  margin: 3rem 0;
  color: #f7f7f7;
  font-size: 1.5rem;
  line-height: normal;
}
section.home-count-up .site-container .count-up-content .count-up-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #1d1d1b;
  background-color: var(--color-primary);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 145%;
  padding: 0.75rem 1.25rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: 2px solid transparent;
  transition: all 350ms ease;
}
section.home-count-up .site-container .count-up-content .count-up-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1d1d1b;
  transform: skew(-25deg) scaleY(1.5) scaleX(0);
  z-index: -1;
  transition: all 350ms ease;
}
section.home-count-up .site-container .count-up-content .count-up-cta:hover {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  /* gap: 1rem;
  background-color: transparent; */
}
section.home-count-up
  .site-container
  .count-up-content
  .count-up-cta:hover::before {
  transform: skew(-25deg) scaleY(1.5) scaleX(0.86);
}
section.home-count-up .site-container .count-up-list {
  flex: 1;
  gap: 1rem;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 250px);
}
section.home-count-up .site-container .count-up-list .count-up-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
  width: 100%;
  height: 100%;
  color: #ebebeb;
  background-color: #292929;
  transition: all 300ms ease;
}
section.home-count-up .site-container .count-up-list .count-up-item:hover {
  color: #1d1d1b;
  background-color: var(--color-primary);
}
section.home-count-up .site-container .count-up-list .count-up-item .value {
  color: inherit;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: normal;
}
section.home-count-up .site-container .count-up-list .count-up-item .label {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  section.home-count-up {
    padding: 5rem 0;
  }
  section.home-count-up .site-container {
    gap: 2.75rem;
  }
  section.home-count-up .site-container .count-up-content .count-up-title {
    font-size: 3.5rem;
  }
  section.home-count-up
    .site-container
    .count-up-content
    .count-up-description {
    margin: 2.75rem 0;
    font-size: 1.4rem;
  }
  section.home-count-up .site-container .count-up-content .count-up-cta {
    font-size: 1.05rem;
    padding: 0.75rem 1.25rem;
  }
  section.home-count-up .site-container .count-up-list .count-up-item {
    padding: 1.85rem;
  }
  section.home-count-up .site-container .count-up-list .count-up-item .value {
    font-size: 4.25rem;
  }
  section.home-count-up .site-container .count-up-list .count-up-item .label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  section.home-count-up {
    padding: 4rem 0;
  }
  section.home-count-up .site-container {
    gap: 2.5rem;
  }
  section.home-count-up .site-container .count-up-content .count-up-title {
    font-size: 3rem;
  }
  section.home-count-up
    .site-container
    .count-up-content
    .count-up-description {
    margin: 2.5rem 0;
    font-size: 1.3rem;
  }
  section.home-count-up .site-container .count-up-content .count-up-cta {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
  }
  section.home-count-up .site-container .count-up-list {
    grid-template-rows: repeat(2, 230px);
  }
  section.home-count-up .site-container .count-up-list .count-up-item {
    padding: 1.75rem;
  }
  section.home-count-up .site-container .count-up-list .count-up-item .value {
    font-size: 3.75rem;
  }
  section.home-count-up .site-container .count-up-list .count-up-item .label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  section.home-count-up {
    padding: 3.5rem 0;
  }
  section.home-count-up .site-container {
    gap: 2rem;
  }
  section.home-count-up .site-container .count-up-content .count-up-title {
    font-size: 2.5rem;
  }
  section.home-count-up
    .site-container
    .count-up-content
    .count-up-description {
    margin: 2.5rem 0;
    font-size: 1.2rem;
  }
  section.home-count-up .site-container .count-up-content .count-up-cta {
    font-size: 0.95rem;
    padding: 0.75rem 1.25rem;
  }
  section.home-count-up .site-container .count-up-list {
    grid-template-rows: repeat(2, 220px);
  }
  section.home-count-up .site-container .count-up-list .count-up-item {
    padding: 1.5rem;
  }
  section.home-count-up .site-container .count-up-list .count-up-item .value {
    font-size: 3.25rem;
  }
  section.home-count-up .site-container .count-up-list .count-up-item .label {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 767px) {
  section.home-count-up {
    padding: 3rem 0;
  }
  section.home-count-up .site-container {
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
  }
  section.home-count-up .site-container .count-up-content .count-up-title {
    font-size: 2rem;
  }
  section.home-count-up
    .site-container
    .count-up-content
    .count-up-description {
    margin: 2rem 0;
    font-size: 1rem;
  }
  section.home-count-up .site-container .count-up-content .count-up-cta {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
  }
  section.home-count-up .site-container .count-up-list {
    gap: 0.5rem;
    grid-template-rows: repeat(2, 180px);
  }
  section.home-count-up .site-container .count-up-list .count-up-item {
    padding: 1.15rem;
  }
  section.home-count-up .site-container .count-up-list .count-up-item .value {
    font-size: 2.5rem;
  }
  section.home-count-up .site-container .count-up-list .count-up-item .label {
    font-size: 1rem;
  }
}
/* * Home Count Up End  */

/* * Home References Start */
section.home-references {
  padding: 6rem 0;
  background-color: #fafafa;
}
section.home-references .home-references-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
section.home-references .home-references-header h3 {
  margin-right: auto;
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  background-color: var(--color-secondary);
}
section.home-references .home-references-header .end-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.home-references .home-references-header .end-buttons .show-all {
  gap: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #1d1d1b;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 1rem;
  transition: all 300ms ease;
}
section.home-references .home-references-header .end-buttons .show-all:hover {
  gap: 0.25rem;
}
section.home-references .home-references-header .end-buttons .swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
section.home-references .home-references-header .end-buttons .swiper-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2.75rem;
  border: 2px solid #050505;
  transition: all 300ms ease;
  color: #050505;
}
section.home-references
  .home-references-header
  .end-buttons
  .swiper-buttons
  a:hover {
  color: white;
  background-color: #050505;
}
section.home-references .home-references-swiper {
  overflow: hidden;
}
section.home-references .home-references-swiper .reference {
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.home-references .home-references-swiper .reference a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #7e7e8f;
  text-align: center;
  font-size: 0.9rem;
  line-height: 140%;
  border-radius: 100px;
  background-color: #fafafa;
  padding: 0.25rem 1rem;
  transition: all 300ms ease;
}
section.home-references .home-references-swiper .reference a:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
section.home-references .home-references-swiper .reference img {
  object-fit: contain;
}
@media screen and (max-width: 1440px) {
  section.home-references {
    padding: 5rem 0;
  }
  section.home-references .home-references-header {
    margin-bottom: 3rem;
  }
  section.home-references .home-references-header h3 {
    padding: 0.75rem 1rem;
    font-size: 1.4rem;
  }
  section.home-references .home-references-header .end-buttons .show-all {
    font-size: 0.75rem;
  }
  section.home-references
    .home-references-header
    .end-buttons
    .swiper-buttons
    a {
    width: 2.75rem;
    height: 2.5rem;
  }
  section.home-references .home-references-swiper .reference a {
    font-size: 0.9rem;
    padding: 0.25rem 1rem;
  }
  section.home-references .home-references-swiper .reference img {
    object-fit: contain;
  }
}
@media screen and (max-width: 1199px) {
  section.home-references {
    padding: 4rem 0;
  }
  section.home-references .home-references-header {
    margin-bottom: 2.5rem;
  }
  section.home-references .home-references-header h3 {
    padding: 0.75rem 1rem;
    font-size: 1.3rem;
  }
  section.home-references .home-references-header .end-buttons .show-all {
    font-size: 0.75rem;
  }
  section.home-references
    .home-references-header
    .end-buttons
    .swiper-buttons
    a {
    width: 2.5rem;
    height: 2.25rem;
  }
  section.home-references
    .home-references-header
    .end-buttons
    .swiper-buttons
    a
    svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  section.home-references .home-references-swiper .reference a {
    font-size: 0.85rem;
    padding: 0.25rem 1rem;
  }
  section.home-references .home-references-swiper .reference img {
    object-fit: contain;
  }
}
@media screen and (max-width: 991px) {
  section.home-references {
    padding: 3.5rem 0;
  }
  section.home-references .home-references-header {
    margin-bottom: 2.25rem;
  }
  section.home-references .home-references-header h3 {
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
  }
  section.home-references .home-references-header .end-buttons .show-all {
    font-size: 0.75rem;
  }
  section.home-references
    .home-references-header
    .end-buttons
    .swiper-buttons
    a {
    width: 2.4rem;
    height: 2.15rem;
  }
  section.home-references
    .home-references-header
    .end-buttons
    .swiper-buttons
    a
    svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  section.home-references .home-references-swiper .reference a {
    font-size: 0.85rem;
    padding: 0.25rem 0.75rem;
  }
  section.home-references .home-references-swiper .reference img {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  section.home-references {
    padding: 3rem 0;
  }
  section.home-references .home-references-header {
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  section.home-references .home-references-header h3 {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
  }
  section.home-references .home-references-header .end-buttons .show-all {
    font-size: 0.75rem;
    margin-right: auto;
  }
  section.home-references
    .home-references-header
    .end-buttons
    .swiper-buttons
    a {
    width: 2.4rem;
    height: 2.15rem;
  }
  section.home-references
    .home-references-header
    .end-buttons
    .swiper-buttons
    a
    svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  section.home-references .home-references-swiper .reference a {
    font-size: 0.85rem;
  }
  section.home-references .home-references-swiper .reference img {
    object-fit: contain;
  }
}
/* * Home References End */

/* * About Us Hero Start */
section.about-us-hero {
  height: calc(100vh - var(--header-height));
  background-color: #141414;
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.about-us-hero .site-container {
  height: 100%;
}
section.about-us-hero .brand {
  position: absolute;
  top: -25vh;
  left: 0;
  text-align: center;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--color-primary);
  font-size: 70rem;
  line-height: normal;
  user-select: none;
  z-index: -1;
  opacity: 0.25;
}
section.about-us-hero .hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.about-us-hero .hero-content h2 {
  color: var(--color-primary);
  text-align: center;
  font-size: 10rem;
  line-height: normal;
}
section.about-us-hero .hero-content p {
  margin: 6rem 0;
  color: #f5f5f5;
  text-align: center;
  font-size: 3rem;
  line-height: normal;
  max-width: 1000px;
}
section.about-us-hero .hero-content p span {
  color: var(--color-primary);
}
section.about-us-hero .hero-content .scroll-to {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 5rem;
  background-color: var(--color-primary);
  color: var(--color-secondary);
  border: 2px solid var(--color-primary);
  transition: all 300ms ease;
}
section.about-us-hero .hero-content .scroll-to:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  transform: translateY(10%);
}
@media screen and (max-width: 1440px) {
  section.about-us-hero .brand {
    top: -20vh;
    font-size: 60rem;
  }
  section.about-us-hero .hero-content h2 {
    font-size: 9rem;
  }
  section.about-us-hero .hero-content p {
    margin: 5.5rem 0;
    font-size: 2.85rem;
  }
  section.about-us-hero .hero-content .scroll-to {
    width: 3.5rem;
    height: 4.25rem;
  }
}
@media screen and (max-width: 1199px) {
  section.about-us-hero .brand {
    top: -15vh;
    font-size: 50rem;
  }
  section.about-us-hero .hero-content h2 {
    font-size: 8rem;
  }
  section.about-us-hero .hero-content p {
    margin: 5rem 0;
    font-size: 2.5rem;
  }
  section.about-us-hero .hero-content .scroll-to {
    width: 3.4rem;
    height: 4.1rem;
  }
}
@media screen and (max-width: 991px) {
  section.about-us-hero .brand {
    top: -10vh;
    font-size: 45rem;
  }
  section.about-us-hero .hero-content h2 {
    font-size: 6rem;
  }
  section.about-us-hero .hero-content p {
    margin: 4.5rem 0;
    font-size: 2.25rem;
  }
  section.about-us-hero .hero-content .scroll-to {
    width: 3.2rem;
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  section.about-us-hero {
    padding: 3rem 0;
    height: auto;
  }
  section.about-us-hero .brand {
    top: 0;
    font-size: 30rem;
    opacity: 0.1;
  }
  section.about-us-hero .hero-content h2 {
    font-size: 4.5rem;
  }
  section.about-us-hero .hero-content p {
    margin: 4.5rem 0;
    font-size: 1.75rem;
  }
  section.about-us-hero .hero-content .scroll-to {
    width: 3rem;
    height: 3.85rem;
  }
}
/* * About Us Hero End */

/* * About Us Gallery Start */
section.about-us-gallery {
  padding: 4rem 0;
  background-color: #141414;
}
section.about-us-gallery img {
  object-fit: cover;
  transition: height 400ms ease;
  will-change: height;
}

.about-us-gallery .swiper {
  position: relative;
}

.about-us-gallery .swiper .swiper-slide.swiper-slide-active img,
.about-us-gallery .swiper .swiper-slide.swiper-slide-next img {
  height: 450px;
  overflow: hidden;
}

.about-us-gallery .swiper .swiper-slide {
  max-height: 100%;
  height: auto;
  transition: all 400ms ease;
}
.about-us-gallery .swiper .prev-button,
.about-us-gallery .swiper .next-button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: #1d1d1b;
  border: 2px solid var(--color-primary);
  width: 82px;
  height: 64px;
  top: 50%;
  z-index: 5;
  transition: all 300ms ease;
}
.about-us-gallery .swiper .prev-button:hover,
.about-us-gallery .swiper .next-button:hover {
  background-color: #1d1d1d;
  color: var(--color-primary);
}
.about-us-gallery .swiper .prev-button {
  left: 0;
  transform: translate(-75%, -50%);
}
.about-us-gallery .swiper .next-button {
  right: 0;
  transform: translate(75%, -50%);
}
@media screen and (max-width: 1440px) {
  section.about-us-gallery {
    padding: 4rem 0;
  }
  .about-us-gallery .swiper .swiper-slide img {
    height: 500px;
  }
  .about-us-gallery .swiper .swiper-slide.swiper-slide-active img,
  .about-us-gallery .swiper .swiper-slide.swiper-slide-next img {
    height: 430px;
  }
  .about-us-gallery .swiper .prev-button,
  .about-us-gallery .swiper .next-button {
    width: 80px;
    height: 62px;
  }
  .about-us-gallery .swiper .prev-button {
    transform: translate(-20%, -50%);
  }
  .about-us-gallery .swiper .next-button {
    transform: translate(20%, -50%);
  }
}
@media screen and (max-width: 1199px) {
  section.about-us-gallery {
    padding: 3.5rem 0;
  }
  .about-us-gallery .swiper .swiper-slide img {
    height: 460px;
  }
  .about-us-gallery .swiper .swiper-slide.swiper-slide-active img,
  .about-us-gallery .swiper .swiper-slide.swiper-slide-next img {
    height: 400px;
  }
  .about-us-gallery .swiper .prev-button,
  .about-us-gallery .swiper .next-button {
    width: 78px;
    height: 60px;
  }
  .about-us-gallery .swiper .prev-button {
    transform: translate(-20%, -50%);
  }
  .about-us-gallery .swiper .next-button {
    transform: translate(20%, -50%);
  }
}
@media screen and (max-width: 991px) {
  section.about-us-gallery {
    padding: 3rem 0;
  }
  .about-us-gallery .swiper .swiper-slide img {
    height: 400px;
  }
  .about-us-gallery .swiper .swiper-slide.swiper-slide-active img,
  .about-us-gallery .swiper .swiper-slide.swiper-slide-next img {
    height: 340px;
  }
  .about-us-gallery .swiper .prev-button,
  .about-us-gallery .swiper .next-button {
    width: 74px;
    height: 56px;
  }
  .about-us-gallery .swiper .prev-button {
    transform: translate(-20%, -50%);
  }
  .about-us-gallery .swiper .next-button {
    transform: translate(20%, -50%);
  }
}
@media screen and (max-width: 767px) {
  section.about-us-gallery {
    padding: 2rem 0;
  }
  .about-us-gallery .swiper .swiper-slide img {
    height: 340px;
  }
  .about-us-gallery .swiper .swiper-slide.swiper-slide-active img,
  .about-us-gallery .swiper .swiper-slide.swiper-slide-next img {
    height: 340px;
  }
  .about-us-gallery .swiper .prev-button,
  .about-us-gallery .swiper .next-button {
    width: 58px;
    height: 42px;
  }
  .about-us-gallery .swiper .prev-button svg,
  .about-us-gallery .swiper .next-button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .about-us-gallery .swiper .prev-button {
    transform: translate(-20%, -50%);
  }
  .about-us-gallery .swiper .next-button {
    transform: translate(20%, -50%);
  }
}
/* * About Us Gallery End */

/* * About Count Up Start  */
section.about-count-up {
  padding: 6rem 0;
  background-color: #141414;
}
section.about-count-up .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
section.about-count-up .site-container .count-up-content {
  flex: 1;
}
section.about-count-up .site-container .count-up-content .count-up-title {
  color: #ebebeb;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  max-width: 640px;
}
section.about-count-up .site-container .count-up-content .count-up-description {
  margin: 3rem 0;
  color: #f7f7f7;
  font-size: 1.5rem;
  line-height: normal;
}
section.about-count-up .site-container .count-up-content .count-up-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #1d1d1b;
  background-color: var(--color-primary);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 145%;
  padding: 0.75rem 1.25rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: 2px solid transparent;
  transition: all 350ms ease;
}
section.about-count-up .site-container .count-up-content .count-up-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1d1d1b;
  transform: skew(-25deg) scaleY(1.5) scaleX(0);
  z-index: -1;
  transition: all 350ms ease;
}
section.about-count-up .site-container .count-up-content .count-up-cta:hover {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  /* gap: 1rem;
  background-color: transparent; */
}
section.about-count-up
  .site-container
  .count-up-content
  .count-up-cta:hover::before {
  transform: skew(-25deg) scaleY(1.5) scaleX(0.86);
}
section.about-count-up .site-container .count-up-list {
  flex: 1;
  gap: 1rem;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 250px);
}
section.about-count-up .site-container .count-up-list .count-up-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
  width: 100%;
  height: 100%;
  color: #ebebeb;
  background-color: #292929;
  transition: all 300ms ease;
}
section.about-count-up .site-container .count-up-list .count-up-item:hover {
  color: #1d1d1b;
  background-color: var(--color-primary);
}
section.about-count-up .site-container .count-up-list .count-up-item .value {
  color: inherit;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: normal;
}
section.about-count-up .site-container .count-up-list .count-up-item .label {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  section.about-count-up {
    padding: 5rem 0;
  }
  section.about-count-up .site-container {
    gap: 2.75rem;
  }
  section.about-count-up .site-container .count-up-content .count-up-title {
    font-size: 3.5rem;
  }
  section.about-count-up
    .site-container
    .count-up-content
    .count-up-description {
    margin: 2.75rem 0;
    font-size: 1.4rem;
  }
  section.about-count-up .site-container .count-up-content .count-up-cta {
    font-size: 1.05rem;
    padding: 0.75rem 1.25rem;
  }
  section.about-count-up .site-container .count-up-list .count-up-item {
    padding: 1.85rem;
  }
  section.about-count-up .site-container .count-up-list .count-up-item .value {
    font-size: 4.25rem;
  }
  section.about-count-up .site-container .count-up-list .count-up-item .label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  section.about-count-up {
    padding: 4rem 0;
  }
  section.about-count-up .site-container {
    gap: 2.5rem;
  }
  section.about-count-up .site-container .count-up-content .count-up-title {
    font-size: 3rem;
  }
  section.about-count-up
    .site-container
    .count-up-content
    .count-up-description {
    margin: 2.5rem 0;
    font-size: 1.3rem;
  }
  section.about-count-up .site-container .count-up-content .count-up-cta {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
  }
  section.about-count-up .site-container .count-up-list {
    grid-template-rows: repeat(2, 230px);
  }
  section.about-count-up .site-container .count-up-list .count-up-item {
    padding: 1.75rem;
  }
  section.about-count-up .site-container .count-up-list .count-up-item .value {
    font-size: 3.75rem;
  }
  section.about-count-up .site-container .count-up-list .count-up-item .label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  section.about-count-up {
    padding: 3.5rem 0;
  }
  section.about-count-up .site-container {
    gap: 2rem;
  }
  section.about-count-up .site-container .count-up-content .count-up-title {
    font-size: 2.5rem;
  }
  section.about-count-up
    .site-container
    .count-up-content
    .count-up-description {
    margin: 2.5rem 0;
    font-size: 1.2rem;
  }
  section.about-count-up .site-container .count-up-content .count-up-cta {
    font-size: 0.95rem;
    padding: 0.75rem 1.25rem;
  }
  section.about-count-up .site-container .count-up-list {
    grid-template-rows: repeat(2, 220px);
  }
  section.about-count-up .site-container .count-up-list .count-up-item {
    padding: 1.5rem;
  }
  section.about-count-up .site-container .count-up-list .count-up-item .value {
    font-size: 3.25rem;
  }
  section.about-count-up .site-container .count-up-list .count-up-item .label {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 767px) {
  section.about-count-up {
    padding: 3rem 0;
  }
  section.about-count-up .site-container {
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
  }
  section.about-count-up .site-container .count-up-content .count-up-title {
    font-size: 2rem;
  }
  section.about-count-up
    .site-container
    .count-up-content
    .count-up-description {
    margin: 2rem 0;
    font-size: 1rem;
  }
  section.about-count-up .site-container .count-up-content .count-up-cta {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
  }
  section.about-count-up .site-container .count-up-list {
    gap: 0.5rem;
    grid-template-rows: repeat(2, 180px);
  }
  section.about-count-up .site-container .count-up-list .count-up-item {
    padding: 1.15rem;
  }
  section.about-count-up .site-container .count-up-list .count-up-item .value {
    font-size: 2.5rem;
  }
  section.about-count-up .site-container .count-up-list .count-up-item .label {
    font-size: 1rem;
  }
}
/* * About Count Up End  */

/* * About Text Start */
section.about-text {
  background-color: #f5f5f5;
  padding: 8rem 0;
  text-align: center;
}
section.about-text h3 {
  color: #1d1d1b;
  text-align: center;
  font-size: 4rem;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  section.about-text {
    padding: 7rem 0;
  }
  section.about-text h3 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1199px) {
  section.about-text {
    padding: 6rem 0;
  }
  section.about-text h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  section.about-text {
    padding: 4rem 0;
  }
  section.about-text h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.about-text {
    padding: 3rem 0;
  }
  section.about-text h3 {
    font-size: 1.5rem;
  }
}
/* * About Text End */

/* * About Stats Gallery Start */
.about-stats-gallery {
  background: var(--color-primary);
  color: var(--color-secondary);
  padding: 6rem 0;
}
.about-stats-gallery .stats-gallery-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.about-stats-gallery .stats-gallery-wrapper .stats-gallery-left-area {
  flex: 0 0 338px;
}
.about-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-left-area
  .stats-gallery-list {
  grid-template-columns: 1fr;
}
.about-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-left-area
  .stats-gallery-list
  .default-card-list-item {
  background: transparent;
  height: 253px;
}
.about-stats-gallery .stats-gallery-wrapper .stats-gallery-right-area {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.about-stats-gallery .stats-gallery-wrapper .stats-gallery-right-area .swiper {
  position: relative;
  overflow: hidden;
}
.about-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .swiper-wrapper
  .swiper-slide {
  height: 560px;
}
.about-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .swiper-wrapper
  .swiper-slide
  a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .swiper-wrapper
  .swiper-slide
  a
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}
.about-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .swiper-wrapper
  .swiper-slide
  a:hover
  img {
  transform: scale(1.1);
}
.about-stats-gallery
  .s-container
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .stats-gallery-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 9.8vw;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.about-stats-gallery
  .s-container
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .stats-gallery-navigation
  .navigation-btn {
  display: flex;
  padding: 17.5px 27px;
  align-items: center;
  background: #1d1d1b;
  cursor: pointer;
  transition: all 300ms ease;
}
.about-stats-gallery
  .s-container
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .stats-gallery-navigation
  .navigation-btn:hover {
  background: #525252;
}

@media screen and (max-width: 1199px) {
  .about-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: 480px;
  }
  .about-stats-gallery
    .s-container
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .stats-gallery-navigation {
    right: 7.9vw;
  }
  .about-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-left-area
    .stats-gallery-list
    .default-card-list-item {
    background: var(--KL-mavi-80);
  }
  .about-stats-gallery
    .s-container
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .stats-gallery-navigation
    .navigation-btn {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 991px) {
  .about-stats-gallery .stats-gallery-wrapper {
    flex-direction: column;
    align-items: unset;
  }
  .about-stats-gallery .stats-gallery-wrapper .stats-gallery-left-area {
    flex: 1;
  }
  .about-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-left-area
    .stats-gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-stats-gallery {
    padding: 4rem 0;
  }
  .about-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-left-area
    .stats-gallery-list
    .default-card-list-item {
    background: var(--KL-mavi-80);
  }
  .about-stats-gallery
    .s-container
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .stats-gallery-navigation {
    right: 120px;
  }
  .about-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .about-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-left-area
    .stats-gallery-list
    .default-card-list-item {
    height: 180px;
  }
  .about-stats-gallery .stats-gallery-wrapper {
    gap: 0;
  }
  .about-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: 260px;
  }
  .about-stats-gallery .stats-gallery-wrapper .stats-gallery-left-area {
    margin-bottom: 1rem;
  }
  .about-stats-gallery
    .s-container
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .stats-gallery-navigation {
    display: none;
  }
}
.default-card-list-item {
  height: 338px;
  padding: 2rem 1rem;
  background: var(--KL-mavi-80);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s;
}
.default-card-list-item .item-header .item-img-list .item-img img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.default-card-list-item .item-header .item-name {
  margin: 0;
  color: var(--gray-0);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: auto;
}
.default-card-list-item .item-header .item-name-stats {
  margin: 0;
  color: var(--gray-0);
  font-size: 73px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  gap: 10px;
  transition: 0.4s;
}

/* * About Stats Gallery End */

/* * Services Header Start */
header.services-header {
  background-color: #f5f5f5;
  padding: 2rem 0;
}
header.services-header .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.services-header h1 {
  color: #1d1d1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
}
header.services-header ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
header.services-header ul li a {
  color: #525252;
  font-size: 0.75;
  line-height: normal;
  transition: all 300ms ease;
}
header.services-header ul li a:hover {
  color: #050505;
}
@media screen and (max-width: 1440px) {
  header.services-header {
    padding: 1.85rem 0;
  }
  header.services-header h1 {
    font-size: 1.55rem;
  }
  header.services-header ol li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  header.services-header {
    padding: 1.8rem 0;
  }
  header.services-header h1 {
    font-size: 1.5rem;
  }
  header.services-header ol li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  header.services-header {
    padding: 1.75rem 0;
  }
  header.services-header h1 {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  header.services-header {
    padding: 1.5rem 0;
  }
  header.services-header h1 {
    font-size: 1.25rem;
  }
}
/* * Services Header End */

/* * Services Hero Section Start */
section.services-hero {
  background-color: #f5f5f5;
  padding-bottom: 3rem;
}
section.services-hero .site-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 3rem;
}
section.services-hero .site-container .left-side,
section.services-hero .site-container .right-side {
  flex: 1;
}
section.services-hero .site-container .left-side h2 {
  color: #1d1d1b;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2.5rem;
}
section.services-hero .site-container .left-side p {
  color: #525252;
  font-size: 1.6rem;
  line-height: 140%;
  margin-bottom: 2.5rem;
}
section.services-hero .site-container .left-side .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.3rem;
  margin-bottom: 2.5rem;
  border: 2px solid #050505;
  color: #1d1d1b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 145%;
  transition: all 300ms ease;
}
section.services-hero .site-container .left-side .cta-button:hover {
  background-color: var(--color-primary);
}
@media screen and (max-width: 1440px) {
  section.services-hero {
    padding-bottom: 3rem;
  }
  section.services-hero .site-container {
    gap: 2.75rem;
  }
  section.services-hero .site-container .left-side h2 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
  section.services-hero .site-container .left-side p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  section.services-hero .site-container .left-side .cta-button {
    padding: 0.75rem 1.3rem;
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1199px) {
  section.services-hero {
    padding-bottom: 2.75rem;
  }
  section.services-hero .site-container {
    gap: 2.5rem;
  }
  section.services-hero .site-container .left-side h2 {
    font-size: 2.75rem;
    margin-bottom: 2.25rem;
  }
  section.services-hero .site-container .left-side p {
    font-size: 1.4rem;
    margin-bottom: 2.25rem;
  }
  section.services-hero .site-container .left-side .cta-button {
    padding: 0.75rem 1.3rem;
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 991px) {
  section.services-hero {
    padding-bottom: 2rem;
  }
  section.services-hero .site-container {
    gap: 2rem;
  }
  section.services-hero .site-container .left-side h2 {
    font-size: 2.5rem;
    margin-bottom: 2.25rem;
  }
  section.services-hero .site-container .left-side p {
    font-size: 1.25rem;
    margin-bottom: 2.25rem;
  }
  section.services-hero .site-container .left-side .cta-button {
    padding: 0.75rem 1.3rem;
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  section.services-hero {
    padding-bottom: 1.5rem;
  }
  section.services-hero .site-container {
    gap: 2.5rem;
    flex-direction: column-reverse;
  }
  section.services-hero .site-container .left-side h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  section.services-hero .site-container .left-side p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  section.services-hero .site-container .left-side .cta-button {
    padding: 0.75rem 1.3rem;
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
  }
}
/* * Services Hero Section End */

/* * Services Text Section Start */
section.services-text {
  background-color: #292929;
  color: #e5eef8;
  padding: 7.5rem 0;
  text-align: center;
}
section.services-text h3 {
  display: inline-block;
  color: inherit;
  font-size: 3rem;
  line-height: normal;
  max-width: 1270px;
}
section.services-text h3 span {
  color: var(--color-primary);
}
@media screen and (max-width: 1440px) {
  section.services-text {
    padding: 7rem 0;
  }
  section.services-text h3 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 1199px) {
  section.services-text {
    padding: 6rem 0;
  }
  section.services-text h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  section.services-text {
    padding: 5rem 0;
  }
  section.services-text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  section.services-text {
    padding: 4rem 0;
  }
  section.services-text h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  section.services-text {
    padding: 3rem 0;
  }
  section.services-text h3 {
    font-size: 1.5rem;
  }
}
/* * Services Text Section End */

/* * Services Branches Section Start */
section.services-branches {
  background-color: var(--color-primary);
  padding: 6rem 0;
}
section.services-branches .site-container {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  height: auto;
  max-height: 100%;
}
section.services-branches .site-container .left-side,
section.services-branches .site-container .right-side {
  flex: 1;
}
section.services-branches .site-container .left-side ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
section.services-branches .site-container .left-side ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #292929;
  color: #ebebeb;
  padding: 2rem 1.5rem;
  transition: all 300ms ease;
}
section.services-branches .site-container .left-side ul a:hover {
  color: #292929;
  background-color: #ebebeb;
}
section.services-branches .site-container .left-side ul a span {
  color: inherit;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: normal;
}
section.services-branches .site-container .left-side ul a strong {
  color: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  text-align: right;
}
section.services-branches .site-container .right-side {
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 100%;
}
section.services-branches .site-container .right-side .branch-title {
  color: #1d1d1b;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3rem;
}
section.services-branches .site-container .right-side p {
  color: #525252;
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 3rem;
}
section.services-branches .site-container .right-side img {
  margin-top: auto;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  section.services-branches {
    padding: 5.5rem 0;
  }
  section.services-branches .site-container {
    gap: 3rem;
  }
  section.services-branches .site-container .left-side ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  section.services-branches .site-container .left-side ul a {
    padding: 2rem 1.5rem;
  }
  section.services-branches .site-container .left-side ul a span {
    font-size: 1.75rem;
  }
  section.services-branches .site-container .left-side ul a strong {
    font-size: 1.35rem;
  }
  section.services-branches .site-container .right-side .branch-title {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
  }
  section.services-branches .site-container .right-side p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  section.services-branches {
    padding: 5rem 0;
  }
  section.services-branches .site-container {
    gap: 2.5rem;
  }
  section.services-branches .site-container .left-side ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  section.services-branches .site-container .left-side ul a {
    padding: 1.75rem 1.25rem;
  }
  section.services-branches .site-container .left-side ul a span {
    font-size: 1.6rem;
  }
  section.services-branches .site-container .left-side ul a strong {
    font-size: 1.25rem;
  }
  section.services-branches .site-container .right-side .branch-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  section.services-branches .site-container .right-side p {
    font-size: 1.25rem;
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 991px) {
  section.services-branches {
    padding: 4rem 0;
  }
  section.services-branches .site-container {
    gap: 2rem;
  }
  section.services-branches .site-container .left-side ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  section.services-branches .site-container .left-side ul a {
    padding: 1.5rem 1.25rem;
  }
  section.services-branches .site-container .left-side ul a span {
    font-size: 1.5rem;
  }
  section.services-branches .site-container .left-side ul a strong {
    font-size: 1.15rem;
  }
  section.services-branches .site-container .right-side .branch-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  section.services-branches .site-container .right-side p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  section.services-branches {
    padding: 3rem 0;
  }
  section.services-branches .site-container {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  section.services-branches .site-container .left-side ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  section.services-branches .site-container .left-side ul a {
    padding: 1.25rem 1rem;
  }
  section.services-branches .site-container .left-side ul a span {
    font-size: 1.25rem;
  }
  section.services-branches .site-container .left-side ul a strong {
    font-size: 1rem;
  }
  section.services-branches .site-container .right-side .branch-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  section.services-branches .site-container .right-side p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
/* * Services Branches Section End */

/* * Services Stats Gallery Start */
.services-stats-gallery {
  background: #f5f5f5;
  padding: 6rem 0;
}
.services-stats-gallery .stats-gallery-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.services-stats-gallery .stats-gallery-wrapper .stats-gallery-left-area {
  flex: 0 0 338px;
}
.services-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-left-area
  .stats-gallery-list {
  grid-template-columns: 1fr;
}
.services-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-left-area
  .stats-gallery-list
  .default-card-list-item {
  background: transparent;
  height: 253px;
}
.services-stats-gallery .stats-gallery-wrapper .stats-gallery-right-area {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.services-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper {
  position: relative;
  overflow: hidden;
}
.services-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .swiper-wrapper
  .swiper-slide {
  height: 560px;
}
.services-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .swiper-wrapper
  .swiper-slide
  a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.services-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .swiper-wrapper
  .swiper-slide
  a
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}
.services-stats-gallery
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .swiper-wrapper
  .swiper-slide
  a:hover
  img {
  transform: scale(1.1);
}
.services-stats-gallery
  .s-container
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .stats-gallery-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 9.8vw;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.services-stats-gallery
  .s-container
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .stats-gallery-navigation
  .navigation-btn {
  display: flex;
  padding: 17.5px 27px;
  align-items: center;
  background: #1d1d1b;
  cursor: pointer;
  transition: all 300ms ease;
}
.services-stats-gallery
  .s-container
  .stats-gallery-wrapper
  .stats-gallery-right-area
  .swiper
  .stats-gallery-navigation
  .navigation-btn:hover {
  background: #525252;
}

@media screen and (max-width: 1199px) {
  .services-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: 480px;
  }
  .services-stats-gallery
    .s-container
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .stats-gallery-navigation {
    right: 7.9vw;
  }
  .services-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-left-area
    .stats-gallery-list
    .default-card-list-item {
    background: var(--KL-mavi-80);
  }
  .services-stats-gallery
    .s-container
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .stats-gallery-navigation
    .navigation-btn {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 991px) {
  .services-stats-gallery .stats-gallery-wrapper {
    flex-direction: column;
    align-items: unset;
  }
  .services-stats-gallery .stats-gallery-wrapper .stats-gallery-left-area {
    flex: 1;
  }
  .services-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-left-area
    .stats-gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-stats-gallery {
    padding: 4rem 0;
  }
  .services-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-left-area
    .stats-gallery-list
    .default-card-list-item {
    background: var(--KL-mavi-80);
  }
  .services-stats-gallery
    .s-container
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .stats-gallery-navigation {
    right: 120px;
  }
  .services-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .services-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-left-area
    .stats-gallery-list
    .default-card-list-item {
    height: 180px;
  }
  .services-stats-gallery .stats-gallery-wrapper {
    gap: 0;
  }
  .services-stats-gallery
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: 260px;
  }
  .services-stats-gallery .stats-gallery-wrapper .stats-gallery-left-area {
    margin-bottom: 1rem;
  }
  .services-stats-gallery
    .s-container
    .stats-gallery-wrapper
    .stats-gallery-right-area
    .swiper
    .stats-gallery-navigation {
    display: none;
  }
}
.default-card-list-item {
  height: 338px;
  padding: 2rem 1rem;
  background: var(--KL-mavi-80);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s;
}
.default-card-list-item .item-header .item-img-list .item-img img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.default-card-list-item .item-header .item-name {
  margin: 0;
  color: var(--gray-0);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: auto;
}
.default-card-list-item .item-header .item-name-stats {
  margin: 0;
  color: var(--gray-0);
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  gap: 10px;
  transition: 0.4s;
}
@media screen and (max-width: 1440px) {
  .default-card-list-item .item-header .item-name {
    font-size: 30px;
  }
  .default-card-list-item .item-header .item-name-stats {
    font-size: 68px;
  }
}
@media screen and (max-width: 1199px) {
  .default-card-list-item .item-header .item-name {
    font-size: 28px;
  }
  .default-card-list-item .item-header .item-name-stats {
    font-size: 65px;
  }
}
@media screen and (max-width: 991px) {
  .default-card-list-item .item-header .item-name {
    font-size: 26px;
  }
  .default-card-list-item .item-header .item-name-stats {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .default-card-list-item .item-header .item-name {
    font-size: 24px;
  }
  .default-card-list-item .item-header .item-name-stats {
    font-size: 50px;
  }
}
/* * Services Stats Gallery End */

/* * Services Main Start */
section.services-main {
  /* padding: 6rem; */
  background-color: white;
}
section.services-main .services-main-item {
  margin: 6rem 0;
}
section.services-main .services-main-item h3 {
  color: #1d1d1b;
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3rem;
}
section.services-main .services-main-item:first-of-type h3 {
  margin-bottom: 2rem;
}
section.services-main .services-main-item p {
  color: #525252;
  font-size: 1.5rem;
  line-height: normal;
}
section.services-main .services-main-item .services-item-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
section.services-main .services-main-item .services-item-cards li {
  background-color: #f5f5f5;
  padding: 2rem 1.5rem;
  display: flex;
  align-items: flex-start;
  transition: all 300ms ease;
  gap: 2rem;
  transition: all 300ms ease;
}
section.services-main .services-main-item .services-item-cards li:hover {
  background-color: #e5e53e;
}
section.services-main .services-main-item .services-item-cards li .number {
  color: #1d1d1b;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}
section.services-main .services-main-item .services-item-cards li p {
  color: #1d1d1b;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  section.services-main .services-main-item {
    margin: 5.5rem 0;
  }
  section.services-main .services-main-item h3 {
    font-size: 2.75rem;
    margin-bottom: 2.75rem;
  }
  section.services-main .services-main-item:first-of-type h3 {
    margin-bottom: 1.75rem;
  }
  section.services-main .services-main-item p {
    font-size: 1.4rem;
  }
  section.services-main .services-main-item .services-item-cards {
    gap: 1rem;
  }
  section.services-main .services-main-item .services-item-cards li {
    padding: 2rem 1.5rem;
    gap: 1.75rem;
  }
  section.services-main .services-main-item .services-item-cards li .number {
    font-size: 1.75rem;
  }
  section.services-main .services-main-item .services-item-cards li p {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 1199px) {
  section.services-main .services-main-item {
    margin: 5rem 0;
  }
  section.services-main .services-main-item h3 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
  section.services-main .services-main-item:first-of-type h3 {
    margin-bottom: 1.5rem;
  }
  section.services-main .services-main-item p {
    font-size: 1.25rem;
  }
  section.services-main .services-main-item .services-item-cards {
    gap: 0.75rem;
  }
  section.services-main .services-main-item .services-item-cards li {
    padding: 1.75rem 1.25rem;
    gap: 1.75rem;
  }
  section.services-main .services-main-item .services-item-cards li .number {
    font-size: 1.5rem;
  }
  section.services-main .services-main-item .services-item-cards li p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  section.services-main .services-main-item {
    margin: 4rem 0;
  }
  section.services-main .services-main-item h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  section.services-main .services-main-item:first-of-type h3 {
    margin-bottom: 1.25rem;
  }
  section.services-main .services-main-item p {
    font-size: 1.15rem;
  }
  section.services-main .services-main-item .services-item-cards {
    gap: 0.75rem;
  }
  section.services-main .services-main-item .services-item-cards li {
    padding: 1.5rem 1.25rem;
    gap: 1.5rem;
  }
  section.services-main .services-main-item .services-item-cards li .number {
    font-size: 1.35rem;
  }
  section.services-main .services-main-item .services-item-cards li p {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 767px) {
  section.services-main .services-main-item {
    margin: 3rem 0;
  }
  section.services-main .services-main-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  section.services-main .services-main-item:first-of-type h3 {
    margin-bottom: 1.15rem;
  }
  section.services-main .services-main-item p {
    font-size: 0.95rem;
  }
  section.services-main .services-main-item .services-item-cards {
    grid-template-columns: 1fr;
  }
  section.services-main .services-main-item .services-item-cards {
    gap: 0.5rem;
  }
  section.services-main .services-main-item .services-item-cards li {
    padding: 1.25rem 1rem;
    gap: 1rem;
  }
  section.services-main .services-main-item .services-item-cards li .number {
    font-size: 1.25rem;
  }
  section.services-main .services-main-item .services-item-cards li p {
    font-size: 0.95rem;
  }
}
/* * Services Main End */

/* * Services Contact Form Start */
section.services-contact-form {
  padding: 6rem 0;
  background-color: #e5e53e;
}
section.services-contact-form .site-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6rem;
}
section.services-contact-form .contact-form-title {
  color: #1d1d1b;
  font-size: 64px;
  font-weight: 600;
  line-height: normal;
  max-width: 650px;
  position: sticky;
  top: calc(var(--header-height) + 6rem);
  margin-bottom: 3rem;
}
section.services-contact-form form .form-title {
  color: #1d1d1b;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 1.5rem;
}
section.services-contact-form form input,
section.services-contact-form form textarea {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  padding: 0.95rem 0.75rem;
  background-color: var(--color-primary);
  border: 2px solid #686868;
  color: #525252;
  font-size: 0.9rem;
  line-height: normal;
  border-radius: 0;
  box-shadow: unset !important;
  transition: all 300ms ease;
}
section.services-contact-form form input:hover,
section.services-contact-form form textarea:hover,
section.services-contact-form form input:focus,
section.services-contact-form form textarea:focus {
  background-color: var(--color-primary);
  border-color: black;
  color: black;
}
section.services-contact-form form .captcha-field {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  gap: 1.5rem;
  max-height: 50px;
  margin-bottom: 1.5rem;
}
section.services-contact-form form .captcha-field input {
  text-transform: uppercase;
}
section.services-contact-form form .captcha-field input::placeholder {
  text-transform: capitalize;
}
section.services-contact-form form .captcha-field .col,
section.services-contact-form form .captcha-field button {
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  max-height: 100%;
}
section.services-contact-form form .captcha-field .col:first-of-type {
  min-width: 180px;
}
section.services-contact-form form .captcha-field .col img {
  width: 100%;
  height: 100%;
  max-height: unset;
  border-radius: 0 !important;
}
section.services-contact-form form .captcha-field .col:nth-of-type(2) {
  flex: auto;
}
section.services-contact-form form .captcha-field button {
  display: flex;
  align-items: center;
  padding: 0.65rem 1.35rem !important;
  gap: 0.75rem;
  flex: auto;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  background-color: #1d1d1b;
  color: white;
  border: 0;
  outline: 0;
  transition: all 300ms ease;
}
section.services-contact-form form .captcha-field button:hover {
  background-color: #525252;
}
section.services-contact-form form p {
  margin: 1.5rem 0;
  padding: 1.5rem 0;
  color: #292929;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
/* * Services Contact Form End */

/* * Contact Header Start */
header.contact-header {
  background-color: #f5f5f5;
  padding: 2rem 0;
}
header.contact-header .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.contact-header h1 {
  color: #1d1d1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
}
header.contact-header ol {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
header.contact-header ol li a::before {
  color: black;
}
header.contact-header ol li a {
  color: #525252 !important;
  font-size: 0.75rem;
  line-height: normal;
  transition: all 300ms ease;
}
header.contact-header ol li a:hover {
  color: #050505;
}
@media screen and (max-width: 1440px) {
  header.contact-header {
    padding: 1.85rem 0;
  }
  header.contact-header h1 {
    font-size: 1.55rem;
  }
  header.contact-header ol li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  header.contact-header {
    padding: 1.8rem 0;
  }
  header.contact-header h1 {
    font-size: 1.5rem;
  }
  header.contact-header ol li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  header.contact-header {
    padding: 1.75rem 0;
  }
  header.contact-header h1 {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  header.contact-header {
    padding: 1.5rem 0;
  }
  header.contact-header h1 {
    font-size: 1.25rem;
  }
}
/* * Contact Header End */

/* * Contact Main Start */
section.contact-main {
  background-color: white;
  padding: 6rem 0;
}
section.contact-main .site-container {
  gap: 6rem;
  display: flex;
  align-items: flex-start;
}
section.contact-main .contact-title {
  color: #1d1d1b;
  font-size: 4rem;
  font-weight: 600;
  line-height: normal;
  max-width: 650px;
  margin-bottom: 3rem;
}
section.contact-main .contact-informations li {
  margin-bottom: 3rem;
}
section.contact-main .contact-informations li strong {
  color: #1d1d1b;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 1rem;
  display: block;
  font-weight: 400;
}
section.contact-main .contact-informations li p {
  color: #7e7e8b;
  font-size: 1.25rem;
  line-height: 135%;
}
section.contact-main .contact-informations li a {
  display: inline-block;
  color: #7e7e8b;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 135%;
  max-width: 620px;
  margin-bottom: 1rem;
  transition: all 300ms ease;
}
section.contact-main .contact-informations li a:hover {
  color: black;
}
section.contact-main form .form-title {
  color: #1d1d1b;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 1.5rem;
}
section.contact-main form input,
section.contact-main form textarea {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  padding: 0.95rem 0.75rem;
  background-color: white;
  border: 1px solid #d1d1d1;
  color: #525252;
  font-size: 0.9rem;
  line-height: normal;
  border-radius: 0;
  box-shadow: unset !important;
  transition: all 300ms ease;
}
section.contact-main form input:hover,
section.contact-main form textarea:hover,
section.contact-main form input:focus,
section.contact-main form textarea:focus {
  background-color: white;
  border-color: black;
  color: black;
}
section.contact-main form .captcha-field {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  gap: 1.5rem;
  max-height: 50px;
  margin-bottom: 1.5rem;
}
section.contact-main form .captcha-field input {
  text-transform: uppercase;
}
section.contact-main form .captcha-field input::placeholder {
  text-transform: capitalize;
}
section.contact-main form .captcha-field .col,
section.contact-main form .captcha-field button {
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  max-height: 100%;
}
section.contact-main form .captcha-field .col:first-of-type {
  min-width: 180px;
}
section.contact-main form .captcha-field .col img {
  width: 100%;
  height: 100%;
  max-height: unset;
  border-radius: 0 !important;
}
section.contact-main form .captcha-field .col:nth-of-type(2) {
  flex: auto;
}
section.contact-main form .captcha-field button {
  display: flex;
  align-items: center;
  padding: 0.65rem 1.35rem !important;
  gap: 0.75rem;
  flex: auto;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  background-color: var(--color-primary);
  color: #1d1d1b;
  border: 0;
  outline: 0;
  transition: all 300ms ease;
}
section.contact-main form .captcha-field button:hover {
  background-color: #525252;
}
section.contact-main form p {
  margin: 1.5rem 0;
  padding: 1.5rem 0;
  color: #292929;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
@media screen and (max-width: 1440px) {
  section.contact-main {
    padding: 5rem 0;
  }
  section.contact-main .site-container {
    gap: 5rem;
  }
  section.contact-main .contact-title {
    font-size: 3.5rem;
    margin-bottom: 2.75rem;
  }
  section.contact-main .contact-informations li {
    margin-bottom: 2.75rem;
  }
  section.contact-main .contact-informations li strong {
    font-size: 1.85rem;
    margin-bottom: 1rem;
  }
  section.contact-main .contact-informations li p {
    font-size: 1.2rem;
  }
  section.contact-main .contact-informations li a {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  section.contact-main form .form-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  section.contact-main form input,
  section.contact-main form textarea {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
  }
  section.contact-main form .captcha-field {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  section.contact-main form .captcha-field button {
    padding: 0.65rem 1.35rem !important;
    font-size: 18px;
  }
  section.contact-main form p {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  section.contact-main {
    padding: 4.5rem 0;
  }
  section.contact-main .site-container {
    gap: 4.5rem;
  }
  section.contact-main .contact-title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
  section.contact-main .contact-informations li {
    margin-bottom: 2.5rem;
  }
  section.contact-main .contact-informations li strong {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  section.contact-main .contact-informations li p {
    font-size: 1.15rem;
  }
  section.contact-main .contact-informations li a {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  section.contact-main form .form-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
  section.contact-main form input,
  section.contact-main form textarea {
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
  }
  section.contact-main form .captcha-field {
    gap: 1.25rem;
    margin-bottom: 1.5rem;
  }
  section.contact-main form .captcha-field button {
    padding: 0.65rem 1.35rem !important;
    font-size: 1rem;
  }
  section.contact-main form p {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  section.contact-main {
    padding: 4rem 0;
  }
  section.contact-main .site-container {
    gap: 4rem;
    flex-direction: column;
  }
  section.contact-main .contact-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  section.contact-main .contact-informations li {
    margin-bottom: 2rem;
  }
  section.contact-main .contact-informations li strong {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  section.contact-main .contact-informations li p {
    font-size: 1.15rem;
  }
  section.contact-main .contact-informations li a {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  section.contact-main form {
    max-width: 750px;
    margin: 0 auto;
    margin-left: auto;
  }
  section.contact-main form .form-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
  section.contact-main form input,
  section.contact-main form textarea {
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
  }
  section.contact-main form .captcha-field {
    gap: 1.25rem;
    margin-bottom: 1.5rem;
  }
  section.contact-main form .captcha-field button {
    padding: 0.65rem 1.35rem !important;
    font-size: 1rem;
  }
  section.contact-main form p {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  section.contact-main {
    padding: 3rem 0;
  }
  section.contact-main .site-container {
    gap: 1rem;
    flex-direction: column;
  }
  section.contact-main .contact-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  section.contact-main .contact-informations li {
    margin-bottom: 1.5rem;
  }
  section.contact-main .contact-informations li strong {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  section.contact-main .contact-informations li p {
    font-size: 1.15rem;
  }
  section.contact-main .contact-informations li a {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  section.contact-main form {
    max-width: 750px;
    margin: 0 auto;
    margin-left: auto;
  }
  section.contact-main form .form-flex {
    flex-direction: column;
    gap: 0;
  }
  section.contact-main form .form-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
  section.contact-main form input,
  section.contact-main form textarea {
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
  }
  section.contact-main form .captcha-field .col,
  section.contact-main form .captcha-field button {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
  }
  section.contact-main form .captcha-field {
    /* display: block; */
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    height: max-content !important;
    max-height: unset !important;
  }
  section.contact-main form .captcha-field img {
    height: 50px !important;
  }
  section.contact-main form .captcha-field .form-control {
    margin-bottom: 0 !important;
  }
  section.contact-main form .captcha-field button {
    padding: 0.65rem 1.35rem !important;
    font-size: 1rem;
  }
  section.contact-main form p {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
    font-size: 0.75rem;
  }
}
/* * Contact Main End */

/* * Reference List Header Start */
header.reference-list-header {
  background-color: #f5f5f5;
  padding: 2rem 0;
}
header.reference-list-header .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.reference-list-header h1 {
  color: #1d1d1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
}
header.reference-list-header ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
header.reference-list-header ul li a {
  color: #525252;
  font-size: 0.75;
  line-height: normal;
  transition: all 300ms ease;
}
header.reference-list-header ul li a:hover {
  color: #050505;
}
@media screen and (max-width: 1440px) {
  header.reference-list-header {
    padding: 1.85rem 0;
  }
  header.reference-list-header h1 {
    font-size: 1.55rem;
  }
  header.reference-list-header ol li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  header.reference-list-header {
    padding: 1.8rem 0;
  }
  header.reference-list-header h1 {
    font-size: 1.5rem;
  }
  header.reference-list-header ol li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  header.reference-list-header {
    padding: 1.75rem 0;
  }
  header.reference-list-header h1 {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  header.reference-list-header {
    padding: 1.5rem 0;
  }
  header.reference-list-header h1 {
    font-size: 1.25rem;
  }
  header.reference-list-header ol li a {
    font-size: 0.5rem;
  }
}
/* * Reference List Header End */

/* * Reference List Start */
section.reference-list {
  padding: 8rem 0;
  background: white;
}
section.reference-list .letters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.125rem;
  margin-bottom: 2rem;
}
section.reference-list .letters a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #f5f5f5;
  color: #6b6b6b;
  position: relative;
  transition: all 300ms ease;
}
section.reference-list .letters a.active {
  background-color: var(--color-primary);
}
section.reference-list .letters a:hover {
  background-color: var(--color-primary);
  color: #1d1d1b;
}
section.reference-list .letters a::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #1d1d1b;
  color: #fff;
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}
section.reference-list .letters a::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #1d1d1b;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 9;
}
section.reference-list .letters a:hover::after,
section.reference-list .letters a:hover::before {
  opacity: 1;
}
section.reference-list .references {
  padding: 3rem;
  column-gap: 3rem;
  row-gap: 6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}
section.reference-list .references .reference {
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.reference-list .references .reference a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #7e7e8f;
  text-align: center;
  font-size: 0.9rem;
  line-height: 140%;
  border-radius: 100px;
  background-color: #fafafa;
  padding: 0.25rem 1rem;
  transition: all 300ms ease;
}
section.reference-list .references .reference a:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
section.reference-list .references .reference a img {
  object-fit: contain;
}
section.reference-list .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
section.reference-list .pagination .prev-btn,
section.reference-list .pagination .next-btn {
  background: #1d1d1b;
  color: white;
}
section.reference-list .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.5rem;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: normal;
  transition: all 300ms ease;
}
section.reference-list .pagination a.active,
section.reference-list .pagination a:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
@media screen and (max-width: 1199px) {
  section.reference-list {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 991px) {
  section.reference-list {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  section.reference-list {
    padding: 4rem 0;
  }
  section.reference-list .references {
    padding: 3rem 0;
    column-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
/* * Reference List End */

/* * Brand Home Hero Start */
section.brand-home-hero {
  padding: 4rem 0;
  background-color: #f5f5f5;
}
section.brand-home-hero .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

section.brand-home-hero .site-container .hero-content-swiper {
  flex: 1;
  overflow: hidden;
}
section.brand-home-hero .site-container .hero-content {
  /* flex: 1; */
}
section.brand-home-hero .site-container .hero-content .date {
  color: #525252;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 2.25rem;
  display: inline-block;
}
section.brand-home-hero .site-container .hero-content .hero-title {
  color: #050505;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
}
section.brand-home-hero .site-container .hero-content .hero-description {
  color: #6b6b6b;
  font-size: 1.25rem;
  line-height: normal;
  margin: 2rem 0;
}
section.brand-home-hero .site-container .hero-content .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #1d1d1b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 145%;
  padding: 0.75rem 1.25rem;
  border: 2px solid #050505;
  transition: all 300ms ease;
}
section.brand-home-hero .site-container .hero-content .cta-button:hover {
  background-color: var(--color-primary);
}
section.brand-home-hero .site-container .hero-swiper {
  overflow: hidden;
  flex: 1;
  position: relative;
}
section.brand-home-hero .site-container .hero-swiper .swiper-nav {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 0 1rem;
  background-color: #f5f5f5;
  gap: 0.5rem;
}
section.brand-home-hero
  .site-container
  .hero-swiper
  .swiper-nav
  .swiper-indicator {
  color: #141414;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
section.brand-home-hero .site-container .hero-swiper .swiper-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1d1d1b;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  transition: all 300ms ease;
}
section.brand-home-hero
  .site-container
  .hero-swiper
  .swiper-nav
  a:not(.swiper-button-disabled):hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
@media screen and (max-width: 1440px) {
  section.brand-home-hero {
    padding: 3.75rem 0;
  }
  section.brand-home-hero .site-container {
    gap: 4.5rem;
  }
  section.brand-home-hero .site-container .hero-content .date {
    font-size: 0.95rem;
    margin-bottom: 2.2rem;
  }
  section.brand-home-hero .site-container .hero-content .hero-title {
    font-size: 3.75rem;
  }
  section.brand-home-hero .site-container .hero-content .hero-description {
    font-size: 1.2rem;
    margin: 1.75rem 0;
  }
  section.brand-home-hero .site-container .hero-content .cta-button {
    font-size: 1.1rem;
    padding: 0.75rem 1.25rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav {
    padding: 1rem 0 0 1rem;
    gap: 0.5rem;
  }
  section.brand-home-hero
    .site-container
    .hero-swiper
    .swiper-nav
    .swiper-indicator {
    font-size: 1.5rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav a {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  section.brand-home-hero {
    padding: 3.5rem 0;
  }
  section.brand-home-hero .site-container {
    gap: 4.25rem;
  }
  section.brand-home-hero .site-container .hero-content .date {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  section.brand-home-hero .site-container .hero-content .hero-title {
    font-size: 3.5rem;
  }
  section.brand-home-hero .site-container .hero-content .hero-description {
    font-size: 1.15rem;
    margin: 1.5rem 0;
  }
  section.brand-home-hero .site-container .hero-content .cta-button {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav {
    padding: 1rem 0 0 1rem;
    gap: 0.5rem;
  }
  section.brand-home-hero
    .site-container
    .hero-swiper
    .swiper-nav
    .swiper-indicator {
    font-size: 1.3rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav a {
    width: 2.75rem;
    height: 2.75rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav a svg {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 991px) {
  section.brand-home-hero {
    padding: 3rem 0;
  }
  section.brand-home-hero .site-container {
    gap: 4rem;
  }
  section.brand-home-hero .site-container .hero-content .date {
    font-size: 0.9rem;
    margin-bottom: 1.75rem;
  }
  section.brand-home-hero .site-container .hero-content .hero-title {
    font-size: 3rem;
  }
  section.brand-home-hero .site-container .hero-content .hero-description {
    font-size: 1.05rem;
    margin: 1.25rem 0;
  }
  section.brand-home-hero .site-container .hero-content .cta-button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav {
    padding: 0.75rem 0 0 0.75rem;
    gap: 0.5rem;
  }
  section.brand-home-hero
    .site-container
    .hero-swiper
    .swiper-nav
    .swiper-indicator {
    font-size: 1.25rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav a {
    width: 2.5rem;
    height: 2.5rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav a svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.brand-home-hero {
    padding: 2.5rem 0;
  }
  section.brand-home-hero .site-container {
    gap: 3rem;
    align-items: stretch;
    flex-direction: column-reverse;
  }
  section.brand-home-hero .site-container .hero-swiper {
    max-width: 100%;
  }
  section.brand-home-hero .site-container .hero-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.brand-home-hero .site-container .hero-content .date {
    font-size: 0.9rem;
    margin-bottom: 1.75rem;
  }
  section.brand-home-hero .site-container .hero-content .hero-title {
    font-size: 3rem;
  }
  section.brand-home-hero .site-container .hero-content .hero-description {
    font-size: 1.05rem;
    margin: 1.25rem 0;
  }
  section.brand-home-hero .site-container .hero-content .cta-button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav {
    padding: 0.75rem 0 0 0.75rem;
    gap: 0.5rem;
  }
  section.brand-home-hero
    .site-container
    .hero-swiper
    .swiper-nav
    .swiper-indicator {
    font-size: 1.25rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav a {
    width: 2.5rem;
    height: 2.5rem;
  }
  section.brand-home-hero .site-container .hero-swiper .swiper-nav a svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/* * Brand Home Hero End */

/* * Brand News Start */
section.brand-home-news {
  padding: 4rem 0;
  background-color: var(--main-bg-color);
}
section.brand-home-news .brand-home-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
section.brand-home-news .brand-home-news-header h3 {
  margin-right: auto;
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  background-color: var(--field-bg-color);
}
section.brand-home-news .brand-home-news-header .end-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.brand-home-news .brand-home-news-header .end-buttons .show-all {
  gap: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #1d1d1b;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 1rem;
  transition: all 300ms ease;
}
section.brand-home-news .brand-home-news-header .end-buttons .show-all:hover {
  gap: 0.25rem;
}
section.brand-home-news .brand-home-news-header .end-buttons .swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
section.brand-home-news .brand-home-news-header .end-buttons .swiper-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2.75rem;
  background-color: var(--field-bg-color);
  border: 2px solid var(--field-bg-color);
  transition: all 300ms ease;
  color: white;
}
section.brand-home-news
  .brand-home-news-header
  .end-buttons
  .swiper-buttons
  a:hover {
  color: var(--field-bg-color);
  background-color: transparent;
}
section.brand-home-news .brand-home-news-swiper {
  overflow: hidden;
}
section.brand-home-news .brand-home-news-swiper .swiper-slide .brand-home-news {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-template-rows: repeat(3, 1fr);
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide:first-child
  .brand-home-news
  li:nth-of-type(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide:first-child
  .brand-home-news
  li:nth-of-type(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide:first-child
  .brand-home-news
  li:nth-of-type(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide:first-child
  .brand-home-news
  li:nth-of-type(4) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide:first-child
  .brand-home-news
  li:nth-of-type(5) {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  .news-card {
  min-width: 150px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: white;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  .news-card:hover {
  background-color: var(--color-primary);
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  li:nth-of-type(n + 3)
  .news-card,
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide:not(:first-child)
  .brand-home-news
  li
  .news-card {
  display: flex;
  flex-direction: row;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  li:nth-of-type(n + 3)
  .news-card
  .news-image,
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide:not(:first-child)
  .brand-home-news
  li
  .news-card
  .news-image {
  min-width: 220px;
  width: 220px;
  max-width: 220px;
  object-fit: cover;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  .news-card
  .news-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  .news-card
  .news-image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  .news-card
  .news-content {
  padding: 1.5rem;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  .news-card
  .news-content
  .news-date {
  display: block;
  color: #525252;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 1.15rem;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  .news-card
  .news-content
  .news-title {
  color: #1d1d1b;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.15rem;
  display: inline-block;
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  .news-card:hover
  .news-image
  img {
  transform: scale(1.1);
}
section.brand-home-news
  .brand-home-news-swiper
  .swiper-slide
  .brand-home-news
  .news-card
  .news-content
  .news-description {
  color: #6b6b6b;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 140%;
}
@media screen and (max-width: 1440px) {
  section.brand-home-news {
    padding: 3.75rem 0;
  }
  section.brand-home-news .brand-home-news-header {
    margin-bottom: 3rem;
  }
  section.brand-home-news .brand-home-news-header h3 {
    font-size: 1.5rem;
  }
  section.brand-home-news .brand-home-news-header .end-buttons .show-all {
    font-size: 0.75rem;
    margin-right: 1rem;
  }
  section.brand-home-news
    .brand-home-news-header
    .end-buttons
    .swiper-buttons
    a {
    width: 3rem;
    height: 2.75rem;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1.25fr;
    grid-template-rows: repeat(3, 1fr);
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:first-child
    .brand-home-news
    li:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:first-child
    .brand-home-news
    li:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:first-child
    .brand-home-news
    li:nth-of-type(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:first-child
    .brand-home-news
    li:nth-of-type(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:first-child
    .brand-home-news
    li:nth-of-type(5) {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card {
    min-width: 150px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: white;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card:hover {
    background-color: var(--color-primary);
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    li:nth-of-type(n + 3)
    .news-card,
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:not(:first-child)
    .brand-home-news
    li
    .news-card {
    display: flex;
    flex-direction: row;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    li:nth-of-type(n + 3)
    .news-card
    .news-image,
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:not(:first-child)
    .brand-home-news
    li
    .news-card
    .news-image {
    min-width: 220px;
    width: 220px;
    max-width: 220px;
    object-fit: cover;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-image
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-content {
    padding: 1.5rem;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-content
    .news-date {
    display: block;
    color: #525252;
    font-size: 0.75rem;
    line-height: normal;
    margin-bottom: 1.15rem;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-content
    .news-title {
    color: #1d1d1b;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1.15rem;
    display: inline-block;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card:hover
    .news-image
    img {
    transform: scale(1.1);
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-content
    .news-description {
    color: #6b6b6b;
    font-size: 1.1rem;
    font-style: normal;
    line-height: 140%;
  }
}
@media screen and (max-width: 1199px) {
  section.brand-home-news {
    padding: 3.5rem 0;
  }
  section.brand-home-news .brand-home-news-header {
    margin-bottom: 3rem;
  }
  section.brand-home-news .brand-home-news-header h3 {
    font-size: 1.5rem;
  }
  section.brand-home-news .brand-home-news-header .end-buttons .show-all {
    font-size: 0.75rem;
    margin-right: 1rem;
  }
  section.brand-home-news
    .brand-home-news-header
    .end-buttons
    .swiper-buttons
    a {
    width: 3rem;
    height: 2.75rem;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    li {
    grid-column: 1 / 2;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:first-child
    .brand-home-news
    li:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:first-child
    .brand-home-news
    li:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:first-child
    .brand-home-news
    li:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:first-child
    .brand-home-news
    li:nth-of-type(4) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:first-child
    .brand-home-news
    li:nth-of-type(5) {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card {
    min-width: 150px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: white;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card:hover {
    background-color: var(--color-primary);
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    li:nth-of-type(n + 3)
    .news-card,
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:not(:first-child)
    .brand-home-news
    li
    .news-card {
    display: flex;
    flex-direction: column;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    li:nth-of-type(n + 3)
    .news-card
    .news-image,
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide:not(:first-child)
    .brand-home-news
    li
    .news-card
    .news-image {
    min-width: auto;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-image
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-content {
    padding: 1.5rem;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-content
    .news-date {
    display: block;
    color: #525252;
    font-size: 0.75rem;
    line-height: normal;
    margin-bottom: 1.15rem;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-content
    .news-title {
    color: #1d1d1b;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1.15rem;
    display: inline-block;
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card:hover
    .news-image
    img {
    transform: scale(1.1);
  }
  section.brand-home-news
    .brand-home-news-swiper
    .swiper-slide
    .brand-home-news
    .news-card
    .news-content
    .news-description {
    color: #6b6b6b;
    font-size: 1.1rem;
    font-style: normal;
    line-height: 140%;
  }
}

/* * Brand News End */

/* * News List Header Start */
header.news-list-header {
  background-color: #f5f5f5;
  padding: 2rem 0;
}
header.news-list-header .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.news-list-header h1 {
  color: #1d1d1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
}
header.news-list-header ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
header.news-list-header ul li a {
  color: #525252;
  font-size: 0.75;
  line-height: normal;
  transition: all 300ms ease;
}
header.news-list-header ul li a:hover {
  color: #050505;
}
@media screen and (max-width: 1440px) {
  header.news-list-header {
    padding: 1.8rem 0;
  }
  header.news-list-header h1 {
    font-size: 1.6rem;
  }
  header.news-list-header ul {
    gap: 0.5rem;
  }
  header.news-list-header ul li a {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1199px) {
  header.news-list-header {
    padding: 1.75rem 0;
  }
  header.news-list-header h1 {
    font-size: 1.55rem;
  }
  header.news-list-header ul {
    gap: 0.45rem;
  }
  header.news-list-header ul li a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 991px) {
  header.news-list-header {
    padding: 1.65rem 0;
  }
  header.news-list-header h1 {
    font-size: 1.45rem;
  }
  header.news-list-header ul {
    gap: 0.4rem;
  }
  header.news-list-header ul li a {
    font-size: 0.8rem;
  }
  .breadcrumb {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  header.news-list-header {
    padding: 1.5rem 0;
  }
  header.news-list-header h1 {
    font-size: 1.25rem;
  }
  header.news-list-header ul {
    gap: 0.35rem;
  }
  header.news-list-header ul li a {
    font-size: 0.75rem;
  }
}
/* * News List Header End */

/* * Brand News Start */
section.brand-news {
  background-color: #f5f5f5;
  padding: 0.25rem 0 4rem;
}
section.brand-news .brand-news-list {
  display: grid;
  column-gap: 1rem;
  row-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}
@media screen and (max-width: 1440px) {
  section.brand-news {
    padding: 0.25rem 0 3.5rem;
  }
  section.brand-news .brand-news-list {
    column-gap: 1rem;
    row-gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
@media screen and (max-width: 1199px) {
  section.brand-news {
    padding: 0.25rem 0 3.25rem;
  }
  section.brand-news .brand-news-list {
    column-gap: 0.75rem;
    row-gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
@media screen and (max-width: 991px) {
  section.brand-news {
    padding: 0.25rem 0 3rem;
  }
  section.brand-news .brand-news-list {
    column-gap: 0.75rem;
    row-gap: 1.65rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  section.brand-news {
    padding: 0.25rem 0 2.5rem;
  }
  section.brand-news .brand-news-list {
    column-gap: 0.5rem;
    row-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
/* * Brand News End */

/* * Brand New Hero Start */
section.brand-news-detail-hero {
  background-color: #f5f5f5;
  padding-bottom: 3rem;
}
section.brand-news-detail-hero .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
section.brand-news-detail-hero .site-container .brand-news-detail-content {
  flex: 1;
}
section.brand-news-detail-hero
  .site-container
  .brand-news-detail-content
  .date {
  color: #6b6b6b;
  font-size: 1.4rem;
  line-height: normal;
}
section.brand-news-detail-hero .site-container .brand-news-detail-content h1 {
  color: var(--main-bg-color);
  font-size: 3.25rem;
  line-height: normal;
  margin: 2.5rem 0;
}
section.brand-news-detail-hero .site-container .brand-news-detail-content p {
  color: #525252;
  font-size: 1.5rem;
  line-height: 140%;
}
section.brand-news-detail-hero .site-container .brand-news-detail-image {
  flex: 1;
}
@media screen and (max-width: 1440px) {
  section.brand-news-detail-hero {
    padding-bottom: 3rem;
  }
  section.brand-news-detail-hero .site-container {
    gap: 5rem;
  }
  section.brand-news-detail-hero
    .site-container
    .brand-news-detail-content
    .date {
    font-size: 1.35rem;
  }
  section.brand-news-detail-hero .site-container .brand-news-detail-content h1 {
    font-size: 3rem;
    margin: 2.25rem 0;
  }
  section.brand-news-detail-hero .site-container .brand-news-detail-content p {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 1199px) {
  section.brand-news-detail-hero {
    padding-bottom: 3rem;
  }
  section.brand-news-detail-hero .site-container {
    gap: 4rem;
  }
  section.brand-news-detail-hero
    .site-container
    .brand-news-detail-content
    .date {
    font-size: 1.25rem;
  }
  section.brand-news-detail-hero .site-container .brand-news-detail-content h1 {
    font-size: 2.75rem;
    margin: 2rem 0;
  }
  section.brand-news-detail-hero .site-container .brand-news-detail-content p {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 991px) {
  section.brand-news-detail-hero {
    padding-bottom: 2.75rem;
  }
  section.brand-news-detail-hero .site-container {
    gap: 3.5rem;
  }
  section.brand-news-detail-hero
    .site-container
    .brand-news-detail-content
    .date {
    font-size: 1.15rem;
  }
  section.brand-news-detail-hero .site-container .brand-news-detail-content h1 {
    font-size: 2.5rem;
    margin: 1.75rem 0;
  }
  section.brand-news-detail-hero .site-container .brand-news-detail-content p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  section.brand-news-detail-hero {
    padding-bottom: 2.5rem;
  }
  section.brand-news-detail-hero .site-container {
    gap: 3.25rem;
    flex-direction: column;
  }
  section.brand-news-detail-hero
    .site-container
    .brand-news-detail-content
    .date {
    font-size: 1.1rem;
  }
  section.brand-news-detail-hero .site-container .brand-news-detail-content h1 {
    font-size: 2rem;
    margin: 1.5rem 0;
  }
  section.brand-news-detail-hero .site-container .brand-news-detail-content p {
    font-size: 1.1rem;
  }
}

/* * Brand New Hero End */

/* * News Detail Start */
section.news-detail {
  padding: 6rem 0;
  background-color: white;
}
section.news-detail .site-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
section.news-detail .site-container .news-content {
  flex: 1;
}
section.news-detail .site-container .news-content .news-in-gallery {
  width: 100%;
  overflow: hidden;
  margin: 2.5rem 0;
}
section.news-detail .site-container .news-content .news-in-gallery header {
  padding: 1rem;
  background-color: #1d1d1b;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.news-detail .site-container .news-content .news-in-gallery strong {
  display: inline-block;
  padding: 1rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
section.news-detail .site-container .news-content .news-in-gallery a {
  background-color: var(--color-primary);
  padding: 0.5rem 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #1d1d1b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 135%;
  transition: all 300ms ease;
}
section.news-detail .site-container .news-content .news-in-gallery a:hover {
  background-color: white;
  color: #141414;
}
section.news-detail .site-container .news-content .news-in-gallery img {
  width: 100%;
  object-fit: contain;
}
section.news-detail .site-container .news-content h3 {
  color: #1d1d1b;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2.5rem;
}
section.news-detail .site-container .news-content p {
  color: #6b6b6b;
  font-size: 1.25rem;
  line-height: 130%;
  margin-bottom: 2.5rem;
}
section.news-detail .site-container .asides {
  top: calc(var(--header-height) + 2.5rem);
  position: sticky;
  height: 100%;
}
section.news-detail .site-container .news-aside {
  width: 320px;
}
section.news-detail .site-container .news-aside .aside-title {
  background-color: #f5f5f5;
  padding: 0.75rem 0.5rem;
  margin-bottom: 1rem;
}
section.news-detail .site-container .news-aside ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.5rem 1.5rem;
  margin-bottom: 1rem;
  color: #1d1d1b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: normal;
  transition: all 300ms ease;
}
section.news-detail .site-container .news-aside ul li a {
  display: flex;
  gap: 0.5rem;
}
section.news-detail .site-container .news-aside ul li a {
  transition: all 300ms ease;
}
section.news-detail .site-container .news-aside ul li a:hover {
  background-color: var(--color-primary);
}
section.news-detail .site-container .news-aside ul li:not(:last-child) a {
  border-bottom: 1px solid #ccddf2;
}
section.news-detail .site-container .news-aside ul li a:hover {
  color: #004480;
}
section.news-detail .site-container .news-aside ul li a strong {
  color: #1d1d1b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.5rem;
  display: block;
}
section.news-detail .site-container .news-aside ul li a .date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b6b6b;
  font-size: 0.75rem;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  section.news-detail {
    padding: 5.5rem 0;
  }
  section.news-detail .site-container {
    gap: 3.75rem;
  }
  section.news-detail .site-container .news-content .news-in-gallery {
    margin: 2.25rem 0;
  }
  section.news-detail .site-container .news-content .news-in-gallery header {
    padding: 1rem;
    height: 70px;
  }
  section.news-detail .site-container .news-content .news-in-gallery strong {
    padding: 1rem;
    font-size: 1.4rem;
  }
  section.news-detail .site-container .news-content .news-in-gallery a {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
    font-size: 1.1rem;
  }
  section.news-detail .site-container .news-content h3 {
    font-size: 1.85rem;
    margin-bottom: 2.5rem;
  }
  section.news-detail .site-container .news-content p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
  section.news-detail .site-container .news-aside {
    width: 320px;
  }
  section.news-detail .site-container .news-aside .aside-title {
    margin-bottom: 1rem;
  }
  section.news-detail .site-container .news-aside ul li a {
    padding: 0.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
  section.news-detail .site-container .news-aside ul li a {
    display: flex;
    gap: 0.5rem;
  }
  section.news-detail .site-container .news-aside ul li a strong {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  section.news-detail .site-container .news-aside ul li a .date {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  section.news-detail {
    padding: 5rem 0;
  }
  section.news-detail .site-container {
    gap: 3.5rem;
  }
  section.news-detail .site-container .news-content .news-in-gallery {
    margin: 2rem 0;
  }
  section.news-detail .site-container .news-content .news-in-gallery header {
    padding: 1rem;
    height: 65px;
  }
  section.news-detail .site-container .news-content .news-in-gallery strong {
    padding: 1rem;
    font-size: 1.35rem;
  }
  section.news-detail .site-container .news-content .news-in-gallery a {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
    font-size: 1.1rem;
  }
  section.news-detail .site-container .news-content h3 {
    font-size: 1.75rem;
    margin-bottom: 2.25rem;
  }
  section.news-detail .site-container .news-content p {
    font-size: 1.15rem;
    margin-bottom: 2.25rem;
  }
  section.news-detail .site-container .news-aside {
    width: 320px;
  }
  section.news-detail .site-container .news-aside .aside-title {
    margin-bottom: 1rem;
  }
  section.news-detail .site-container .news-aside ul li a {
    padding: 0.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
  section.news-detail .site-container .news-aside ul li a {
    display: flex;
    gap: 0.5rem;
  }
  section.news-detail .site-container .news-aside ul li a strong {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  section.news-detail .site-container .news-aside ul li a .date {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  section.news-detail {
    padding: 4.5rem 0;
  }
  section.news-detail .site-container {
    gap: 3.25rem;
  }
  section.news-detail .site-container .news-content .news-in-gallery {
    margin: 1.75rem 0;
  }
  section.news-detail .site-container .news-content .news-in-gallery header {
    padding: 1rem;
    height: 65px;
  }
  section.news-detail .site-container .news-content .news-in-gallery strong {
    padding: 1rem;
    font-size: 1.25rem;
  }
  section.news-detail .site-container .news-content .news-in-gallery a {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
    font-size: 1rem;
  }
  section.news-detail .site-container .news-content h3 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  section.news-detail .site-container .news-content p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
  }
  section.news-detail .site-container .news-aside {
    width: 285px;
  }
  section.news-detail .site-container .news-aside .aside-title {
    margin-bottom: 1rem;
  }
  section.news-detail .site-container .news-aside ul li a {
    padding: 0.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  section.news-detail .site-container .news-aside ul li a {
    display: flex;
    gap: 0.5rem;
  }
  section.news-detail .site-container .news-aside ul li a strong {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  section.news-detail .site-container .news-aside ul li a .date {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  section.news-detail {
    padding: 4rem 0;
  }
  section.news-detail .site-container {
    gap: 3rem;
    flex-direction: column;
  }
  section.news-detail .site-container .news-content .news-in-gallery {
    margin: 1.5rem 0;
  }
  section.news-detail .site-container .news-content .news-in-gallery header {
    padding: 1rem;
    height: 65px;
  }
  section.news-detail .site-container .news-content .news-in-gallery strong {
    padding: 1rem;
    font-size: 1.15rem;
  }
  section.news-detail .site-container .news-content .news-in-gallery a {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
    font-size: 1rem;
  }
  section.news-detail .site-container .news-content h3 {
    font-size: 1.35rem;
    margin-bottom: 2.25rem;
  }
  section.news-detail .site-container .news-content p {
    font-size: 1.05rem;
    margin-bottom: 2.25rem;
  }
  section.news-detail .site-container .asides {
    width: 100%;
  }
  section.news-detail .site-container .news-aside {
    width: 100%;
    flex: 1;
  }
  section.news-detail .site-container .news-aside .aside-title {
    margin-bottom: 1rem;
  }
  section.news-detail .site-container .news-aside ul li a {
    padding: 0.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  section.news-detail .site-container .news-aside ul li a {
    display: flex;
    gap: 0.5rem;
  }
  section.news-detail .site-container .news-aside ul li a strong {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  section.news-detail .site-container .news-aside ul li a .date {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
/* * News Detail End */

/* * Search Results Header Start */
header.search-results-header {
  padding: 2.6rem 0;
  background-color: #f5f5f5;
}
header.search-results-header .site-container {
  max-width: 800px;
}
header.search-results-header h1 {
  color: #1d1d1b;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3rem;
}
header.search-results-header form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.search-results-header form input {
  flex: 1;
  padding: 0.75rem;
  color: #a3a3a3;
  font-size: 0.85rem;
  line-height: normal;
  height: 72px;
  background-color: white;
  border: 1.5px solid #ebebeb;
  transition: all 300ms ease;
}
header.search-results-header form input:hover,
header.search-results-header form input:focus {
  border-color: #a3a3a3;
}

header.search-results-header form button {
  padding: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: max-content;
  color: #f5f5f5;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 145%;
  height: 72px;
  background-color: #004480;
  border: 0;
  transition: all 300ms ease;
}
header.search-results-header form button:hover {
  background-color: #050505;
}
/* * Search Results Header End */

/* * Search Results Start */
section.search-results {
  padding: 6rem 0;
  background-color: white;
}

/* * Search Results End */

/* PAGES OTHER START */

.pages-other .other-wrapper {
  padding: 6rem 0;
}

.pages-other .table-wrapper {
  position: relative;
  overflow-x: auto;
}

.pages-other .other-wrapper .other-content .content-item .content-item-image {
  text-align: center;
  margin-bottom: 3rem;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item
  .content-item-image
  img {
  object-fit: contain;
  max-height: 800px;
}

.pages-other .other-wrapper .other-content .content-item:not(.item-accordion) {
  color: var(--Text-color-1);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  margin: 0;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  hr {
  margin: 42px 0;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  p {
  margin: 0 !important;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  h3:not(.item-name-stats) {
  color: var(--KL-mavi-140, #00306b);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 42px;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  h6 {
  color: var(--KL-mavi-100);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  margin: 0;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item.item-accordion:not(:first-child) {
  margin-top: 42px;
}

.pages-other .other-wrapper .other-content .content-item.item-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--KL-mavi-20);
  padding-bottom: 42px;
  cursor: pointer;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item.item-accordion:last-child {
  border: 0;
}

.pages-other .other-wrapper .other-content .content-item.item-accordion p {
  flex: 0 0 100%;
  color: var(--Text-color-1);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  margin: 0;
  display: none;
  padding-top: 42px;
  cursor: text;
  padding-left: 2rem;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item.item-accordion
  p
  strong {
  color: var(--KL-mavi-140);
}

.pages-other .other-wrapper .other-content .content-item.item-accordion h2 {
  color: var(--KL-mavi-140);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  cursor: pointer;
  transition: 0.4s;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item.item-accordion:hover
  h2 {
  color: var(--KL-mavi-60);
}

.pages-other .other-wrapper .other-content .content-item.item-accordion svg {
  cursor: pointer;
  transition: 0.4s;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item.item-accordion.active
  svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 1199px) {
  .pages-other .other-wrapper {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 991px) {
  .pages-other .other-wrapper .other-content .content-item.item-accordion h2 {
    font-size: 28px;
  }

  .pages-other .other-wrapper {
    padding: 3rem 0;
  }

  .pages-other .other-wrapper .other-content .content-item.item-accordion p {
    font-size: 20px;
    padding-top: 2rem;
  }

  .pages-other .other-wrapper .other-content .content-item.item-accordion {
    padding-bottom: 2rem;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item.item-accordion:not(:first-child) {
    margin-top: 2rem;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion) {
    font-size: 20px;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion)
    h3 {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion)
    hr {
    margin: 1.5rem 0;
  }

  .pages-other .other-wrapper .other-content .content-item .content-item-image {
    margin-bottom: 1rem;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion)
    h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion)
    p {
    line-height: 24px;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion)
    h3:not(.item-name-stats) {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .pages-other .other-wrapper .other-content .content-item.item-accordion h2 {
    font-size: 20px;
    max-width: 300px;
  }

  .pages-other .other-wrapper .other-content .content-item.item-accordion p {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 1.5rem;
    padding-left: 0;
  }

  .pages-other .other-wrapper .other-content .content-item.item-accordion {
    padding-bottom: 1.5rem;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item.item-accordion:not(:first-child) {
    margin-top: 1.5rem;
  }

  .pages-other .other-wrapper {
    padding: 2rem 0;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion) {
    font-size: 15px;
    line-height: 1.4;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion)
    h3 {
    font-size: 18px;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion)
    h3 {
    font-size: 20px;
  }

  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion)
    h6 {
    font-size: 14px;
  }
}

/* * PAGES OTHER END */

/* PAGES STATS START */
.pages-table-stats {
}

.pages-table-stats .stats-wrapper {
}

.pages-table-stats .stats-wrapper .stats-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.pages-table-stats .stats-wrapper .stats-list .list-item {
}

.pages-table-stats .stats-wrapper .stats-list .list-item .stats-header {
}

.pages-table-stats
  .stats-wrapper
  .stats-list
  .list-item
  .stats-header
  .header-title {
  display: flex;
  padding: 9px 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: var(--KL-mavi-100);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2rem;
}

.pages-table-stats .stats-wrapper .stats-list .list-item .table-wrapper {
  position: relative;
  overflow-x: auto;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 2rem;
  white-space: nowrap;
}

.pages-table-stats .table-wrapper:not(:last-child) {
  margin-bottom: 2rem;
}

.pages-table-stats .table-wrapper::-webkit-scrollbar {
  height: 5px;
  border-radius: 100px;
}

.pages-table-stats .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--KL-mavi-80);
  border-radius: 100px;
}

.pages-table-stats
  .stats-wrapper
  .stats-list
  .list-item
  .table-wrapper.table-single-item {
  padding-bottom: 0;
  border-bottom: 0;
}

.pages-table-stats .stats-wrapper table {
  width: 100% !important;
  border-collapse: unset !important;
  border-spacing: 0;
}

.pages-table-stats .stats-wrapper table tbody tr td p {
  color: var(--Text-color-1) !important;
  /* text-align: start !important; */
  margin: unset !important;
}

.pages-table-stats .stats-wrapper table tbody tr td p span {
  color: var(--Text-color-1) !important;
  text-align: start !important;
  font-family: unset !important;
}

.pages-table-stats .stats-wrapper table tbody tr td.single-td p {
  color: #fff !important;
}

.pages-table-stats .stats-wrapper table tbody tr td.single-td p span {
  color: #fff !important;
}

.pages-table-stats .stats-wrapper table thead {
  border-bottom: 2px solid var(--KL-mavi-60, #6699d8);
}

.pages-table-stats .stats-wrapper table thead tr {
}

.pages-table-stats .stats-wrapper table thead tr th {
  color: var(--KL-mavi-100);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 21px 0 21px 16px;
  border-bottom: 2px solid var(--gray-2, #eaeaea);
}

.pages-table-stats
  .stats-wrapper
  .stats-list
  .list-item
  .table-wrapper
  table
  tbody {
}

.pages-table-stats
  .stats-wrapper
  .stats-list
  .list-item
  .table-wrapper
  table
  tbody
  tr {
}

.pages-table-stats .stats-wrapper table tbody tr:nth-child(even) {
  background: var(--gray-1, #f7f7f7);
}

.pages-table-stats .stats-wrapper table tbody tr:nth-child(even):hover {
  background: #eaeaeab8;
}

section.page.single-page tr:hover {
  background: #00000005;
}

.pages-table-stats .stats-wrapper table tbody tr td {
  color: var(--Text-color-1) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 0 8px 8px !important;
  background: transparent !important;
  height: unset !important;
  width: unset !important;
  border: unset !important;
}

.pages-table-stats .stats-wrapper table tbody tr td.single-td {
  background: #000000 !important;
  color: #fff !important;
}

table .single-td {
  padding: 1.5rem 0 2rem !important;
  background: white !important;
  text-align: start !important;
  color: var(--KL-mavi-140, #0055be) !important;
  border: unset !important;
  width: 100% !important;
  height: 100% !important;
}

table .single-td p {
  text-align: start !important;
}

table .single-td p span {
  color: var(--KL-mavi-100, #0055be) !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  p
  font {
  color: var(--Text-color-1) !important;
  text-align: start !important;
  font-family: unset !important;
  font-size: 24px !important;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  p
  font
  b {
  color: var(--KL-mavi-100) !important;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  .single-td
  p
  font
  b {
  color: var(--KL-mavi-140) !important;
  font-size: 42px !important;
}

/* table */

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  span {
  color: var(--Text-color-1) !important;
  text-align: start !important;
  font-family: unset !important;
  font-size: 16px !important;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  .single-td
  span {
  color: var(--KL-mavi-100) !important;
  font-size: 42px !important;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  span
  span
  strong
  span {
  color: var(--KL-mavi-140) !important;
}

.pages-table-stats .stats-wrapper table tbody tr.td-head span {
  color: var(--KL-mavi-100, #0055be) !important;
}

.pages-table-stats .stats-wrapper table tbody tr.td-head td {
  border-bottom: 2px solid var(--gray-2, #eaeaea) !important;
}

.pages-table-stats .stats-wrapper tbody tr.td-head {
  background: #1d1d1b !important;
}

.pages-table-stats .stats-wrapper table tbody tr.td-head:not(:first-child) td {
  padding-top: 100px;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  p
  strong
  span {
  color: var(--KL-mavi-140) !important;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  p
  strong {
  color: var(--KL-mavi-140) !important;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  .single-td
  p
  strong
  span {
  color: #050505 !important;
}

.pages-table-stats .stats-wrapper table tbody tr.td-head td {
  color: #fff !important;
}

.pages-table-stats .stats-wrapper table tbody tr.td-head td p {
  color: #fff !important;
}

.pages-table-stats .stats-wrapper table tbody tr.td-head td p strong {
  color: #fff !important;
}

.pages-table-stats .stats-wrapper table tbody tr.td-head td p strong span {
  color: #fff !important;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  .td-head
  p
  strong {
  color: #fff !important;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  .td-head
  p
  strong
  span {
  color: #fff !important;
}

.pages-other
  .other-wrapper
  .other-content
  .content-item:not(.item-accordion)
  .single-td
  p
  strong
  span {
  color: #1d1d1b !important;
}

@media screen and (max-width: 1199px) {
  table .single-td p span {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .pages-table-stats .stats-wrapper table tbody tr td {
    font-size: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pages-table-stats .stats-wrapper table thead tr th {
    font-size: 24px;
  }

  .pages-table-stats
    .stats-wrapper
    .stats-list
    .list-item
    .stats-header
    .header-title {
    font-size: 28px;
    margin-bottom: 0.5rem;
  }

  .pages-table-stats .stats-wrapper .stats-list {
    gap: 4rem;
  }

  table .single-td p span {
    font-size: 28px;
    display: block;
    max-width: 530px;
    white-space: break-spaces;
  }

  .pages-table-stats
    .stats-wrapper
    .stats-list
    .list-item
    .table-wrapper:not(:last-child) {
    margin-bottom: 3rem;
  }

  .pages-table-stats .stats-wrapper table tbody tr td p span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pages-table-stats
    .stats-wrapper
    .stats-list
    .list-item
    .stats-header
    .header-title {
    font-size: 24px;
  }

  .pages-table-stats .stats-wrapper table thead tr th {
    font-size: 22px;
  }

  table .single-td p span {
    font-size: 24px;
    white-space: break-spaces;
    display: block;
    max-width: 350px;
  }
  .pages-other
    .other-wrapper
    .other-content
    .content-item:not(.item-accordion)
    .single-td
    p
    strong
    span {
    font-size: 24px !important;
  }
}

/* PAGES STATS END */

/* * Globals * */
.form-flex {
  display: flex;
  gap: 1.5rem;
}
.form-flex input {
  flex: 1;
}
.swiper-button-disabled {
  /* cursor: not-allowed; */
  pointer-events: none;
  opacity: 0.5;
}
.news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: all 300ms ease;
}
.news-card:hover {
  background-color: var(--color-primary);
}
.news-card .news-image {
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.news-card .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}
.news-card .news-content {
  padding: 1.5rem;
}
.news-card .news-content .news-date {
  display: block;
  color: #525252;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 1.15rem;
}
.news-card .news-content .news-title {
  color: #1d1d1b;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.15rem;
  display: inline-block;
}
.news-card:hover .news-image img {
  transform: scale(1.1);
}
.news-card .news-content .news-description {
  color: #6b6b6b;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 140%;
}
@media screen and (max-width: 1440px) {
  .news-card .news-image {
    height: 280px;
  }
  .news-card .news-content {
    padding: 1.45rem;
  }
  .news-card .news-content .news-date {
    font-size: 0.75rem;
    margin-bottom: 1.1rem;
  }
  .news-card .news-content .news-title {
    font-size: 1.45rem;
    margin-bottom: 1.1rem;
  }
  .news-card .news-content .news-description {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 1199px) {
  .news-card .news-image {
    height: 265px;
  }
  .news-card .news-content {
    padding: 1.4rem;
  }
  .news-card .news-content .news-date {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .news-card .news-content .news-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .news-card .news-content .news-description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .news-card .news-image {
    height: 250px;
  }
  .news-card .news-content {
    padding: 1.3rem;
  }
  .news-card .news-content .news-date {
    font-size: 0.7rem;
    margin-bottom: 1rem;
  }
  .news-card .news-content .news-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .news-card .news-content .news-description {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 991px) {
  .news-card .news-image {
    height: 220px;
  }
  .news-card .news-content {
    padding: 1.25rem;
  }
  .news-card .news-content .news-date {
    font-size: 0.7rem;
    margin-bottom: 0.9rem;
  }
  .news-card .news-content .news-title {
    font-size: 1.25rem;
    margin-bottom: 0.9rem;
  }
  .news-card .news-content .news-description {
    font-size: 0.9rem;
  }
}

/* * News Detail Gallery Start */
section.news-detail-gallery {
  background-color: var(--main-bg-color);
  color: white;
  padding: 6rem 0;
}

section.news-detail-gallery .news-detail-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

section.news-detail-gallery .news-detail-gallery-header h3 {
  margin-right: auto;
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  background-color: var(--color-secondary);
}
section.news-detail-gallery .news-detail-gallery-header .end-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.news-detail-gallery
  .news-detail-gallery-header
  .end-buttons
  .swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
section.news-detail-gallery
  .news-detail-gallery-header
  .end-buttons
  .swiper-buttons
  a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2.75rem;
  color: white;
  border: 2px solid #050505;
  background: #050505;
  transition: all 300ms ease;
}
section.news-detail-gallery
  .news-detail-gallery-header
  .end-buttons
  .swiper-buttons
  a:hover {
  color: #050505;
  background-color: transparent;
}

section.news-detail-gallery .swiper img {
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  section.news-detail-gallery {
    padding: 5.5rem 0;
  }
  section.news-detail-gallery .news-detail-gallery-header {
    margin-bottom: 2.85rem;
  }
  section.news-detail-gallery .news-detail-gallery-header h3 {
    font-size: 1.45rem;
  }
  section.news-detail-gallery
    .news-detail-gallery-header
    .end-buttons
    .swiper-buttons {
    gap: 0.5rem;
  }
  section.news-detail-gallery
    .news-detail-gallery-header
    .end-buttons
    .swiper-buttons
    a {
    width: 2.85rem;
    height: 2.65rem;
  }
}
@media screen and (max-width: 1199px) {
  section.news-detail-gallery {
    padding: 5rem 0;
  }
  section.news-detail-gallery .news-detail-gallery-header {
    margin-bottom: 2.75rem;
  }
  section.news-detail-gallery .news-detail-gallery-header h3 {
    font-size: 1.4rem;
  }
  section.news-detail-gallery
    .news-detail-gallery-header
    .end-buttons
    .swiper-buttons
    a {
    width: 2.75rem;
    height: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  section.news-detail-gallery {
    padding: 4.5rem 0;
  }
  section.news-detail-gallery .news-detail-gallery-header {
    margin-bottom: 2.5rem;
  }
  section.news-detail-gallery .news-detail-gallery-header h3 {
    font-size: 1.35rem;
  }
  section.news-detail-gallery
    .news-detail-gallery-header
    .end-buttons
    .swiper-buttons
    a {
    width: 2.7rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.news-detail-gallery {
    padding: 3.5rem 0;
  }
  section.news-detail-gallery .news-detail-gallery-header {
    margin-bottom: 2rem;
  }
  section.news-detail-gallery .news-detail-gallery-header h3 {
    font-size: 1.25rem;
  }
  section.news-detail-gallery
    .news-detail-gallery-header
    .end-buttons
    .swiper-buttons
    a {
    width: 2.6rem;
    height: 2.4rem;
  }
}

/* * News Detail Gallery End */

.menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.menu-backdrop.show {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

/* REFERENCES MODAL START */
.references-modal {
  position: fixed;
  inset: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.references-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.references-modal.show .references-modal-wrapper {
  transform: unset;
}

.references-modal.hide .references-modal-wrapper {
  transform: translateX(-200%);
}

.references-modal .references-modal-backdrop {
  background: rgba(0, 0, 0, 20%);
  position: absolute;
  inset: 0;
}

.references-modal .references-modal-wrapper {
  position: relative;
  display: flex;
  max-width: 720px;
  min-width: 370px;
  padding: 24px;
  gap: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.16) inset,
    0px 1.724px 6.897px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  will-change: transform;
  transform: translateX(200%);
}

.references-modal .references-modal-wrapper .modal-img {
  flex: 1;
}

.references-modal .references-modal-wrapper .modal-img img {
  width: auto;
  max-width: 85%;
  object-fit: contain;
  height: 283px;
  border-radius: 8px;
}

.references-modal .references-modal-wrapper .references-modal-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  max-width: 324px;
}

.references-modal
  .references-modal-wrapper
  .references-modal-content
  .modal-close {
  align-self: end;
  margin-bottom: 8px;
  transition: 0.4s;
  cursor: pointer;
}

.references-modal
  .references-modal-wrapper
  .references-modal-content
  .modal-close
  svg {
}

.references-modal
  .references-modal-wrapper
  .references-modal-content
  .modal-close
  svg
  path {
}

.references-modal
  .references-modal-wrapper
  .references-modal-content
  .references-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 1.5rem;
}

.references-modal
  .references-modal-wrapper
  .references-modal-content
  .references-info
  .references-title {
  color: var(--Secordary-2);
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  /* 123.81% */
  letter-spacing: -0.42px;
}

.references-modal
  .references-modal-wrapper
  .references-modal-content
  .references-info
  .references-date {
  color: var(--Primary-BG-3);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
}

.references-modal
  .references-modal-wrapper
  .references-modal-content
  .references-info
  .references-desc {
  color: var(--Paragraph-2);
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  /* 152.941% */
  max-height: 142px;
  position: relative;
  overflow-y: auto;
}

.references-modal
  .references-modal-wrapper
  .references-modal-content
  .references-info
  .references-desc
  p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .references-modal .references-modal-wrapper {
    flex-direction: column;
    max-width: 85%;
    padding: 20px;
  }

  .references-modal .references-modal-wrapper .references-modal-content {
    width: 100%;
    max-width: 100%;
  }

  .references-modal
    .references-modal-wrapper
    .references-modal-content
    .modal-close {
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--Secordary-2);
    color: #fff;
  }

  .references-modal
    .references-modal-wrapper
    .references-modal-content
    .references-info {
    padding: 0 1rem;
  }
}

/* REFERENCES MODAL END */
ul.pagination .page-item .page-link {
  border-radius: 0 !important;
  border: 1px solid var(--color-secondary);
  outline: 0 !important;
  box-shadow: none !important;
}
ul.pagination .page-item.active .page-link {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-secondary);
}
ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
ul.pagination .prev-btn,
ul.pagination .next-btn {
  background: #1d1d1b;
  color: white;
}
ul.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.5rem;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: normal;
  transition: all 300ms ease;
}
ul.pagination a.active,
ul.pagination a:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.page.single-page {
  padding: 5rem 0;
}
.page.nf404 {
  padding: 7.5rem 0;
}
.page.nf404 h2,
.page.nf404 h3 {
  color: var(--color-secondary);
}
.page.nf404 h2 {
  font-size: 2rem;
  margin: 2.5rem 0;
}
.page.nf404 a {
  font-weight: 600;
  color: var(--color-secondary) !important;
  border: 2px solid var(--color-secondary) !important;
  border-radius: 0 !important;
}
.page.nf404 a:hover {
  box-shadow: unset !important;
  background-color: var(--color-primary);
}
