:root {
  --font-size-title--5xl: 6.4rem;
  --font-size-title--4xl: 4.8rem;
  --font-size-title--3xl: 4.2rem;
  --font-size-title--xxl: 4rem;
  --font-size-title--xl: 3.8rem;
  --font-size-title--lg: 3rem;
  --font-size-title--md: 2.8rem;
  --font-size-title--sm: 2.4rem;
  --font-size-title--msm: 2.2rem;
  --font-size-title--xsm: 2rem;
  --font-size-title--2xsm: 1.8rem;
  --font-size-title--5xsm: 1.5rem;
  --font-size-toptitle: 1.6rem;
  --font-size-text: 1.7rem;
  --header-height: 10rem;
  --container-pusher: calc((100vw - var(--container-width)) / 2);
  --container-pusher-small: calc((100vw - var(--container-width-small)) / 2);
  --container-width: 124rem;
  --container-width-small: 90rem;
}
@media (max-width: 1435px) {
  :root {
    --container-width: 86%;
  }
}
@media (max-width: 991px) {
  :root {
    --header-height: 8.4rem;
    --font-size-title--5xl: 3.4rem;
    --font-size-title--4xl: 2.2rem;
    --font-size-title--xxl: 3rem;
    --font-size-title--lg: 2.2rem;
    --container-pusher: 20px;
    --font-size-title--msm: 1.7rem;
    --font-size-title--xl: 2.6rem;
    --font-size-title--sm: 2.4rem;
    --font-size-title--xsm: 1.8rem;
  }
}
@media (max-width: 576px) {
  :root {
    --font-size-title--5xl: 3.6rem;
    --font-size-title--3xl: 2.6rem;
    --font-size-title--lg: 2.4rem;
    --header-height: 6.4rem;
    --font-size-title--sm: 1.8rem;
    --font-size-title--msm: 1.8rem;
    --font-size-title--xl: 2.6rem;
    --font-size-toptitle: 1.5rem;
    --font-size-title--md: 2.2rem;
    --font-size-title--2xsm: 1.7rem;
    --font-size-text: 1.5rem;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a {
  color: rgba(8, 0, 0, 0.85);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

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

a {
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

p {
  margin: 0;
}

.icon-font {
  display: inline-block;
  display: inline-flex;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

button {
  border: 0;
  cursor: pointer;
}
button:focus {
  outline: 0;
}

@font-face {
  font-family: "Gellix VF-TRIAL";
  src: url("../fonts/GellixVF-TRIAL.woff2") format("woff2"), url("../fonts/GellixVF-TRIAL.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.swiper-nav {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.swiper-nav .btn {
  pointer-events: all;
}
.swiper-nav .btn__icon {
  transition: 0s;
}

.swiper-pagination {
  width: auto !important;
  pointer-events: all;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: static;
}
@media (max-width: 576px) {
  .swiper-pagination {
    gap: 0.8rem;
  }
}
.swiper-pagination-bullet {
  height: 0.4rem;
  width: 3.3rem;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .swiper-pagination-bullet {
    width: 2.4rem;
  }
}
.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.swiper-pagination.pagination-red {
  gap: 0.4rem;
}
.swiper-pagination.pagination-red .swiper-pagination-bullet {
  background-color: rgba(8, 0, 0, 0.2);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.swiper-pagination.pagination-red .swiper-pagination-bullet-active {
  background-color: #E4002B;
}
.swiper-pagination.pagination-red .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.swiper-button-disabled {
  pointer-events: none !important;
  opacity: 0.3;
}

.swiper-container.visible-active {
  overflow: visible;
}
.swiper-container.visible-active .swiper-slide {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  transition-property: transform, opacity;
}
.swiper-container.visible-active .swiper-slide.is-visible {
  opacity: 1;
  transition: 0.3s;
  transition-property: transform, opacity;
  transform: translateZ(0) scale(1, 1);
  pointer-events: all;
}

.swiper-container {
  overflow: visible;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.swiper-container-3d {
  transform-style: preserve-3d;
}
.swiper-container .swiper-slide {
  height: auto;
}

.swiper-notification {
  display: none;
}

.fade-slider {
  overflow: visible !important;
}
.fade-slider .swiper-slide {
  z-index: -1;
}
.fade-slider .swiper-slide.is-visible {
  z-index: 1;
  opacity: 1 !important;
  pointer-events: all;
}
@media (max-width: 991px) {
  .fade-slider .swiper-slide.is-visible {
    height: auto;
    overflow: visible;
  }
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #E92F2A !important;
}

.wpcf7 {
  width: 100%;
}

.wpcf7-form-control-wrap {
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  padding: 2rem;
  color: #E92F2A;
  font-weight: 500;
  background: transparent;
  border: 0 !important;
  margin-left: 0;
  font-size: 1.5rem;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.6;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    font-size: 1.4rem;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 2rem;
  color: #5FBD0D;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  margin: 0 !important;
  text-align: center;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 1rem !important;
}
@media (max-width: 576px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.4rem;
  }
}

.modal-map .acf-map {
  height: 100% !important;
}

.wpcf7-not-valid-tip {
  color: #E92F2A;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1rem;
}

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
}

.swal2-popup {
  padding: 3rem !important;
}

.swal2-title {
  font-family: "Gellix VF-TRIAL", sans-serif !important;
  color: #031b3b !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.swal2-icon {
  margin: 0 auto !important;
}

.wpcf7-spinner {
  position: absolute;
  margin-top: 1rem;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.wpcf7-list-item label input {
  cursor: pointer;
}
.wpcf7-list-item-label {
  color: rgba(8, 0, 0, 0.6);
  font-size: 1.4rem;
  font-weight: 300;
  user-select: none;
  line-height: 1.3em;
  margin-left: 2rem;
  margin-top: -0.3rem;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
}

input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: #f8f9fb;
  border-radius: 0;
  left: -1px;
  top: -2px;
  position: absolute;
  border: 1px solid rgba(8, 0, 0, 0.1);
  border-radius: 0.3rem;
}
@media (max-width: 1200px) {
  input[type=checkbox]:before {
    left: -0.1rem;
    top: -0.1rem;
  }
}
@media (max-width: 576px) {
  input[type=checkbox]:before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

input[type=checkbox]:checked:before {
  background: #080000;
}

input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}

input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}

input[type=checkbox]:checked:after {
  content: "";
  background-image: url("../img/tik.svg");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 15% 18%;
  position: absolute;
  left: 4px;
  top: 3px;
  width: 1em;
  height: 1em;
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  input[type=checkbox]:checked:after {
    left: 3px;
    top: 2.5px;
    background-position: 19% 18%;
  }
}
@media (max-width: 576px) {
  input[type=checkbox]:checked:after {
    background-position: 15% 18%;
  }
}

span.wpcf7-list-item {
  margin: 0 0 0 0;
}

.checkbox-group .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: flex-start;
}

.loader {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.loader.active {
  opacity: 1;
  pointer-events: auto;
}
.loader img {
  width: 5rem;
  height: 5rem;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  width: 100%;
  font-family: "Gellix VF-TRIAL", sans-serif;
}

html {
  font-size: 10px;
}
@media (max-width: 1367px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 374px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 8px;
  }
}

body {
  font-size: 1.6rem;
  background: #ffffff;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: rgba(8, 0, 0, 0.85);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}

.container {
  max-width: var(--container-width);
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: var(--container-pusher);
    padding-right: var(--container-pusher);
  }
}
.container--small {
  max-width: var(--container-width-small);
}
@media (max-width: 991px) {
  .container--small {
    max-width: 100%;
    padding-left: var(--container-pusher);
    padding-right: var(--container-pusher);
  }
}
.container--xsmall {
  max-width: 86rem;
}
@media (max-width: 991px) {
  .container--xsmall {
    max-width: 100%;
    padding-left: var(--container-pusher);
    padding-right: var(--container-pusher);
  }
}
.container--inside {
  padding: 0 3rem;
}
@media (max-width: 991px) {
  .container--inside {
    max-width: 100%;
    padding-left: var(--container-pusher);
    padding-right: var(--container-pusher);
  }
}
.container.overflow-hidden {
  overflow: hidden;
}
.container.with-top-border {
  border-top: 1px solid #E6E5E5;
  padding-top: 4rem !important;
}
.container.with-padding {
  padding: 0 4rem;
}
@media (max-width: 991px) {
  .container.with-padding {
    padding: 0 var(--container-pusher);
  }
}
.container.with-padding .section-head {
  padding: 0;
}
@media (max-width: 991px) {
  .container > .container {
    padding: 0;
  }
}

.overlay {
  background: rgba(8, 0, 0, 0.5);
  position: fixed;
  z-index: 1200;
  z-index: 102;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.hidden {
  display: none !important;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: #ffffff;
  width: 46px;
  height: 46px;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .modal-video-close-btn {
    top: -5px;
    width: 40px;
    height: 40px;
    transform: translateY(-100%);
  }
}
.modal-video-close-btn:hover, .modal-video-close-btn:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  outline: 0;
}
.modal-video-close-btn:hover::after, .modal-video-close-btn:hover::before, .modal-video-close-btn:focus::after, .modal-video-close-btn:focus::before {
  background: #080000;
}
.modal-video-close-btn:hover::before, .modal-video-close-btn:focus::before {
  transform: rotate(180deg);
}
.modal-video-close-btn:hover::after, .modal-video-close-btn:focus::after {
  opacity: 0;
  transform: rotate(180deg);
}
.modal-video-close-btn::before {
  transform: rotate(45deg);
}
.modal-video-close-btn::after {
  transform: rotate(-45deg);
}
.modal-video-close-btn::after, .modal-video-close-btn::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 13px;
  width: 20px;
  height: 3px;
  background-color: #080000;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .modal-video-close-btn::after, .modal-video-close-btn::before {
    left: 10px;
    top: 25px;
  }
}

@media (min-width: 1350px) {
  .modal-video-body {
    max-width: var(--container-width);
  }
}

*[data-fancybox]:focus {
  outline: 0;
  box-shadow: none;
}

.nice-scroll::-webkit-scrollbar {
  width: 4px;
  margin-right: 2rem;
}
.nice-scroll::-webkit-scrollbar-track {
  background: transparent;
  margin-right: 1rem;
  padding-right: 1rem;
}
.nice-scroll::-webkit-scrollbar-thumb {
  background: rgba(8, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .only-desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .only-mobile {
    display: none !important;
  }
}

.close-btn {
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: absolute;
  right: 3rem;
  top: 50%;
  background-color: #fff;
  padding: 1rem;
  transform: translateY(-50%);
  color: #ffffff;
}
@media (min-width: 992px) {
  .close-btn:hover {
    color: #fff;
  }
}
.close-btn::before, .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #838080;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 992px) {
  .close-btn:hover::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .close-btn:hover::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.mb-0 {
  margin-bottom: 0rem;
}

.mbi-0 {
  margin-bottom: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pi-0 {
  padding: 0rem;
}

.pri-0 {
  padding-right: 0rem;
}

.pbi-0 {
  padding-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mbi-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pi-1 {
  padding: 1rem;
}

.pri-1 {
  padding-right: 1rem;
}

.pbi-1 {
  padding-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mbi-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pi-2 {
  padding: 2rem;
}

.pri-2 {
  padding-right: 2rem;
}

.pbi-2 {
  padding-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mbi-3 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pi-3 {
  padding: 3rem;
}

.pri-3 {
  padding-right: 3rem;
}

.pbi-3 {
  padding-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mbi-4 {
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pi-4 {
  padding: 4rem;
}

.pri-4 {
  padding-right: 4rem;
}

.pbi-4 {
  padding-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mbi-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pi-5 {
  padding: 5rem;
}

.pri-5 {
  padding-right: 5rem;
}

.pbi-5 {
  padding-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mbi-6 {
  margin-bottom: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pi-6 {
  padding: 6rem;
}

.pri-6 {
  padding-right: 6rem;
}

.pbi-6 {
  padding-bottom: 6rem;
}

.scroll-disabled {
  overflow: hidden !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

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

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

span.colored-green {
  color: #5FBD0D;
}
span.colored-black {
  color: #080000;
}
span.colored-red {
  color: #E4002B;
}
span.colored-green {
  color: #5FBD0D;
}

.d-block {
  display: block;
}

.title {
  font-style: normal;
  line-height: 1.4;
  color: #080000;
  font-weight: 500;
  font-size: 1.6rem;
}
.title--underline {
  text-decoration: underline;
}
.title--w-icon {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.title--uppercase {
  text-transform: uppercase;
}
.title--black {
  color: #080000;
}
.title--medium-light {
  color: rgba(8, 0, 0, 0.8);
}
.title--light {
  color: rgba(8, 0, 0, 0.6);
}
.title--dark-red {
  color: #E4002B;
}
.title--light-white {
  color: #EEEFF4;
}
.title--white {
  color: #fff;
}
.title--orange {
  color: #080000;
}
.title--green {
  color: #5FBD0D;
}
.title--center {
  text-align: center;
}
.title--xl {
  font-size: var(--font-size-title--xl);
}
.title--xxl {
  font-size: var(--font-size-title--xxl);
}
.title--sm {
  font-size: var(--font-size-title--sm);
}
.title--md {
  font-size: var(--font-size-title--md);
}
.title--lg {
  font-size: var(--font-size-title--lg);
}
.title--3xl {
  font-size: var(--font-size-title--3xl);
}
.title--4xl {
  font-size: var(--font-size-title--4xl);
}
.title--5xl {
  font-size: var(--font-size-title--5xl);
}
.title--xsm {
  font-size: var(--font-size-title--xsm);
}
.title--2xsm {
  font-size: var(--font-size-title--2xsm);
}
.title--msm {
  font-size: var(--font-size-title--msm);
}
.title--5xsm {
  font-size: var(--font-size-title--5xsm);
}

.text {
  font-size: var(--font-size-text);
  line-height: 1.8em;
  font-weight: 400;
  color: rgba(8, 0, 0, 0.85);
  letter-spacing: 0.28px;
}
.text--underline {
  text-decoration: underline;
}
.text--w-icon {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.text--w-icon .text-icon {
  height: 1.5rem;
  width: 1.5rem;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .text--w-icon .text-icon {
    height: 1.4rem;
    width: 1.4rem;
  }
}
.text--w-dot {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.text--w-dot::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #E4002B;
}
.text--w-dot-2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.text--w-dot-2::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(8, 0, 0, 0.65);
  border-radius: 50%;
}
.text strong {
  font-weight: 500;
  color: #080000;
}
.text span.colored-black {
  color: rgba(8, 0, 0, 0.85);
}
.text--white {
  color: #fff;
}
.text--black {
  color: #080000;
}
.text--light {
  color: rgba(8, 0, 0, 0.65);
}
.text--xlight {
  color: rgba(8, 0, 0, 0.4);
}
.text--light-red {
  color: rgba(228, 0, 43, 0.85);
}
.text--dark-white {
  color: rgba(255, 255, 255, 0.85);
}
.text--center {
  text-align: center;
}
.text--2xl {
  font-size: 3rem;
}
.text--xl {
  font-size: 2.2rem;
}
@media (max-width: 576px) {
  .text--xl {
    font-size: 1.8rem;
  }
}
.text--lg {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .text--lg {
    font-size: 1.5rem;
  }
}
.text--md {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .text--md {
    font-size: 1.5rem;
  }
}
.text--sm {
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  .text--sm {
    font-size: 1.3rem;
  }
}
.text--xsm {
  font-size: 1.3rem;
}
@media (max-width: 576px) {
  .text--xsm {
    font-size: 1.2rem;
  }
}
.text--2xsm {
  font-size: 1.2rem;
}
.text--2xsm.text--w-dot::before {
  width: 0.9rem;
  height: 0.9rem;
}
.text--clickable {
  cursor: pointer;
}

.toptitle {
  font-size: var(--font-size-toptitle);
  line-height: 1.45em;
  font-weight: 500;
  color: #080000;
  display: flex;
  align-items: center;
  letter-spacing: 0.16px;
}
.toptitle--md {
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  .toptitle--md {
    font-size: 1.4rem;
  }
}
.toptitle--xsm {
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  .toptitle--xsm {
    font-size: 1.2rem;
  }
}
.toptitle--light-gray {
  color: rgba(8, 0, 0, 0.4);
}

.btn {
  width: auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  user-select: none;
  position: relative;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 2.4rem;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 5.2rem;
}
@media (max-width: 991px) {
  .btn {
    height: 5.2rem;
    padding: 0 2.8rem;
  }
}
@media (max-width: 576px) {
  .btn {
    height: 4.2rem;
    padding: 0 1.8rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .btn:hover {
    background: hsl(0, 100%, -8.431372549%);
  }
}
.btn__icon {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.btn--sm {
  height: 4rem;
  padding: 0 2rem;
  font-size: 1.4rem;
}
.btn--xsm {
  height: 3.8rem;
  padding: 0 1.4rem;
  font-size: 1.4rem;
}
.btn--xsm.btn--i {
  width: 3.8rem;
  height: 3.8rem;
  font-size: 1.2rem;
}
.btn--xsm .btn__icon {
  font-size: 1.2rem;
}
.btn--2xsm {
  height: 3.6rem;
  padding: 0 1.4rem;
  font-size: 1.4rem;
}
.btn--2xsm.btn--i {
  width: 3.6rem;
  height: 3.6rem;
}
.btn--3xsm {
  height: 3.2rem;
  padding: 0 1.4rem;
  font-size: 1.4rem;
}
.btn--3xsm.btn--i {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.2rem;
}
.btn--4xsm {
  height: 2.8rem;
  padding: 0 1.4rem;
  font-size: 1.4rem;
}
.btn--4xsm.btn--i {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.2rem;
}
.btn--5xsm {
  height: 2.4rem;
  padding: 0 1.4rem;
  font-size: 1.4rem;
}
.btn--5xsm.btn--i {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1rem;
}
.btn--black {
  background-color: #080000;
  color: #ffffff;
}
.btn--black:hover {
  background: hsl(0, 100%, -8.431372549%);
}
.btn--transparent-black {
  background-color: transparent;
  color: #080000;
  border: 1px solid #080000;
}
.btn--transparent-black:hover {
  background: #080000;
  color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
  color: #080000;
}
.btn--white:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.btn--white .btn__title {
  color: #080000;
}
.btn--white.color-red .btn__text {
  color: #E92F2A;
}
.btn--white.color-red .btn__icon {
  color: #E92F2A;
}
.btn--white-2 {
  background: #ffffff;
  color: rgba(8, 0, 0, 0.7);
  border: 1px solid rgba(8, 0, 0, 0.1);
}
.btn--white-2:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.btn--white-2 .btn__title {
  color: #080000;
}
.btn--white-2.color-red .btn__text {
  color: #E92F2A;
}
.btn--white-2.color-red .btn__icon {
  color: #E92F2A;
}
.btn--light-white {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.btn--light-white:hover {
  background: #080000;
}
.btn--red {
  background-color: #E92F2A;
  color: #ffffff;
}
.btn--red:hover {
  background: rgb(203.029787234, 25.7361702128, 20.970212766);
}
.btn--dark-red {
  background-color: #E4002B;
  color: #ffffff;
}
.btn--dark-red:hover {
  background: rgb(177, 0, 33.3815789474);
}
.btn--gold {
  background-color: #C69216;
  color: #ffffff;
}
.btn--gold:hover {
  background: rgb(152.1, 112.1545454545, 16.9);
}
.btn--i {
  padding: 0;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .btn--i:hover .btn__icon {
    transform: unset;
  }
}
@media (max-width: 991px) {
  .btn--i {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.btn--i-right, .btn--i-left {
  gap: 1rem;
}
.btn--full {
  width: 100%;
}
.btn--cornered {
  border-radius: 0;
}
.btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
}
.btn__title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.info-btn {
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  .info-btn {
    height: 5rem;
  }
}
.info-btn .btn__icon {
  font-size: 2rem;
}

.loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .loadmore {
    margin-top: 4rem;
  }
}

.link {
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  color: rgba(8, 0, 0, 0.85);
}
@media (max-width: 576px) {
  .link {
    font-size: 1.3rem;
  }
}
.link:hover {
  color: #080000;
}
.link:hover .link__icon {
  transform: translateX(0.5rem);
}
.link--md {
  font-size: 1.4rem;
}
.link--xl {
  font-size: 1.6rem;
}
.link--xl.link--i-rounded .link__icon {
  width: 3.6rem;
  height: 3.6rem;
}
.link--underline {
  text-decoration: underline;
}
.link--black {
  color: #080000;
}
.link--black:hover {
  color: #E92F2A;
}
.link--black.link--i-rounded .link__icon {
  background: #080000;
  color: #ffffff;
}
.link--white {
  color: #ffffff;
}
.link--white:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.link--white.link--i-rounded .link__icon {
  background: #ffffff;
  color: #080000;
}
.link--light-black {
  color: rgba(8, 0, 0, 0.4);
}
.link--light-black:hover {
  color: #080000;
}
.link--light-black.link--i-rounded .link__icon {
  background: #080000;
  color: #ffffff;
}
.link--red {
  color: #E92F2A;
}
.link--red:hover {
  color: rgb(203.029787234, 25.7361702128, 20.970212766);
}
.link--red.link--i-rounded .link__icon {
  background: #080000;
  color: #ffffff;
}
.link--i-rounded .link__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  font-size: 1.2rem;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .link--i-rounded .link__icon {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1rem;
  }
}
.link__icon {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.link--i-right, .link--i-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tab-content {
  opacity: 1;
  animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
}
.tab-content.filtering {
  animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
}
.tab-content.filtered {
  display: none;
}
@keyframes filteringScale {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes filteredScale {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tab {
  position: relative;
  width: 100%;
}
.tab-link-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: var(--container-pusher);
  padding-right: var(--container-pusher);
  border-bottom: 1px solid #E6E5E5;
  margin-bottom: 6rem;
}
.tab-link-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .tab-link-wrapper {
    justify-content: flex-start;
    margin-bottom: 4rem;
  }
}
@media (max-width: 576px) {
  .tab-link-wrapper {
    margin-bottom: 4rem;
  }
}
.tab-link-wrapper.container-width {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
}
@media (max-width: 991px) {
  .tab-link-wrapper.container-width {
    max-width: 100%;
    padding: 0 var(--container-pusher);
  }
}
.tab-link-wrapper.auto-width {
  padding: 0;
}
@media (max-width: 991px) {
  .tab-link-wrapper.auto-width {
    padding: 0 var(--container-pusher);
  }
}
.tab-link-wrapper.switcher {
  padding: 0;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.tab-link-wrapper.switcher .animated-tabs {
  gap: 0.2rem;
  border: 1px solid #E6E5E5;
  background: rgba(245, 242, 243, 0.2);
  padding: 0.2rem;
  width: max-content;
  height: 4.6rem;
  margin: 0;
}
.tab-link-wrapper.switcher .animated-tabs-item {
  height: 4rem;
  padding: 0 1.6rem;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.26px;
  color: rgba(8, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .tab-link-wrapper.switcher .animated-tabs-item {
    width: 4rem;
    padding: 0;
    font-size: 2rem;
  }
}
.tab-link-wrapper.switcher .animated-tabs-item.active {
  background: #E4002B;
  color: #ffffff;
}
.tab .animated-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  gap: 6.4rem;
}
@media (max-width: 991px) {
  .tab .animated-tabs {
    width: max-content;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .tab .animated-tabs {
    gap: 1.6rem;
  }
}
.tab .animated-tabs-item {
  display: flex;
  gap: 2.4rem;
  padding: 4rem 0;
  font-size: 1.7rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-weight: 500;
  z-index: 2;
  position: relative;
  width: max-content;
  color: rgba(8, 0, 0, 0.2);
  flex-shrink: 0;
  font-feature-settings: "salt" on;
}
@media (max-width: 576px) {
  .tab .animated-tabs-item {
    font-size: 1.5rem;
    padding: 2.8rem 0;
  }
}
.tab .animated-tabs-item.active {
  color: #E4002B;
}
.tab .animated-tabs-item:hover {
  color: #E4002B;
}
.tab .animated-tabs-line {
  background: #E4002B;
  height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.filtered-item {
  animation: fadeIn 0.6s alternate forwards;
}
.filtered-item.hide {
  display: none !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.checkbox {
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  margin: 2rem 0;
}
@media (max-width: 576px) {
  .checkbox {
    align-items: flex-start;
  }
}
.checkbox.input-error .error {
  position: absolute;
}
.checkbox .error {
  position: absolute;
  bottom: -1.5rem;
}
.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  width: 0;
}
.checkbox__input:checked ~ span {
  background-color: #E4002B;
  background-image: url("../img/tik.svg");
  border-color: #E4002B;
}
.checkbox__input:checked ~ .tick-checkbox-content .tick-checkbox__title {
  color: #080000;
}
.checkbox__input:not(:checked):hover ~ .tick-checkbox-content .tick-checkbox__title {
  color: rgba(8, 0, 0, 0.8);
}
.checkbox--radio .checkbox__input ~ span {
  background: transparent;
  position: relative;
}
.checkbox--radio .checkbox__input ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -52%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  font-size: 10px;
}
.checkbox--radio .checkbox__input:checked ~ span {
  box-shadow: 0 0 0 2px red;
  background: #EEEFF4;
}
.checkbox--radio .checkbox__input:checked ~ span::after {
  opacity: 1;
}
.checkbox--radio .checkbox__toggle {
  border-radius: 50%;
  font-size: 18px;
}
.checkbox__toggle {
  outline: none;
  height: 1em;
  width: 1em;
  display: inline-flex;
  position: relative;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #E6E5E5;
  flex-shrink: 0;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 0.6em;
  font-size: 2rem;
  box-shadow: 0px 4px 6px -5px rgba(177, 188, 209, 0.3);
}
@media (max-width: 767px) {
  .checkbox__toggle {
    font-size: 18px;
    margin-top: 0.2rem;
  }
}
.checkbox-content {
  margin-left: 1rem;
  width: 100%;
}
.checkbox-content .text,
.checkbox-content .link {
  letter-spacing: -0.28px;
}

.checkbox__title {
  color: rgba(8, 0, 0, 0.6);
  font-size: 1.4rem;
  line-height: 20px;
}

.input {
  outline: none;
  width: 100%;
  color: #080000;
  font-size: 1.5rem;
  height: 4.4rem;
  padding: 0 1.6rem;
  border: 1px solid rgba(8, 0, 0, 0.1);
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #ffffff;
  font-weight: 400;
  -webkit-appearance: none;
  position: relative;
}
.input.error {
  border: 1px solid #cc0000 !important;
}
.input::placeholder {
  color: rgba(8, 0, 0, 0.5);
}
.input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input:focus {
  border: 1px solid rgba(230, 229, 229, 0.5);
}
.input__title {
  color: rgba(8, 0, 0, 0.8);
  font-feature-settings: "salt" on;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.9rem;
  letter-spacing: 0.28px;
}
.input__title span {
  color: #e92f2a;
}
.input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  gap: 3.6rem;
}
@media (max-width: 576px) {
  .input-row {
    flex-direction: column;
  }
}
.input-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .input-row.mobile-row {
    flex-direction: row;
  }
}
.input-wrapper {
  width: 100%;
  position: relative;
}
.input-wrapper.input-error {
  overflow: initial;
}
.input-wrapper.input-error .input {
  border: 1px solid #E92F2A !important;
  box-shadow: unset;
}
.input-wrapper textarea {
  width: 100%;
  height: 10.4rem;
  max-height: 18rem;
  outline: none;
  padding: 1.6rem;
  font-weight: 400;
  resize: none;
}
.input-icon {
  position: absolute;
  font-size: 1.2rem;
  color: rgba(8, 0, 0, 0.5);
  opacity: 0.5;
  display: flex;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
}
.input-disabled {
  pointer-events: none;
  border-color: transparent;
}
.input--w-icon {
  padding-left: 6rem;
}
.input--large {
  height: 6.4rem;
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  .input--large {
    height: 6rem;
  }
}
.input--large + .input-icon {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .input--large + .input-icon {
    font-size: 1.4rem;
  }
}

label.error {
  margin-bottom: 0;
  margin-top: 1rem;
  color: #E92F2A !important;
  font-weight: 400;
  font-size: 1.2rem;
  position: absolute;
  bottom: -2rem;
  left: 0rem;
  line-height: 1em;
  white-space: nowrap;
}
@media (max-width: 576px) {
  label.error {
    bottom: -1.8rem;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0px 34px 34px 35px white inset !important;
  -webkit-background-clip: text;
}

input::-webkit-contacts-auto-fill-button {
  display: none !important;
  visibility: hidden !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #080000 !important;
}

textarea[data-autoheight=true] {
  overflow: visible;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 1.5rem;
  line-height: 1.5em;
  color: rgba(8, 0, 0, 0.85);
  font-weight: 600;
  letter-spacing: 0.34px;
}
@media (max-width: 991px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-bottom: 1rem;
  }
}
.content b {
  font-weight: 600;
}
.content h1 {
  font-size: 3rem;
}
@media (max-width: 576px) {
  .content h1 {
    font-size: 2rem;
  }
}
.content h2 {
  font-size: 3rem;
}
@media (max-width: 576px) {
  .content h2 {
    font-size: 1.8rem;
  }
}
.content h3 {
  font-size: 3.2rem;
}
@media (max-width: 576px) {
  .content h3 {
    font-size: 2rem;
  }
}
.content h4 {
  font-size: 2.6rem;
}
@media (max-width: 576px) {
  .content h4 {
    font-size: 1.8rem;
  }
}
.content h5 {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .content h5 {
    font-size: 1.6rem;
  }
}
.content h6 {
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  .content h6 {
    font-size: 1.6rem;
  }
}
.content p {
  margin-bottom: 1.8rem;
  color: rgba(8, 0, 0, 0.85);
  line-height: 1.8em;
  font-size: var(--font-size-text);
  font-weight: 400;
  letter-spacing: 0.34px;
}
.content p:last-child:last-of-type {
  margin-bottom: 0;
}
.content p b {
  font-weight: 600;
  color: inherit;
}
.content blockquote {
  margin-bottom: 1.5rem;
  padding-left: 3.8rem;
  position: relative;
}
@media (max-width: 576px) {
  .content blockquote {
    padding-left: 1.6rem;
  }
}
.content blockquote::before {
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #D9D9D9;
}
.content blockquote b {
  font-weight: 600;
  color: inherit;
}
.content a:not(.btn) {
  color: #E4002B;
  opacity: 0.85;
  font-weight: 500;
  text-decoration: underline;
}
.content a:not(.btn):hover, .content a:not(.btn).active {
  opacity: 1;
}
.content img {
  height: auto;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 576px) {
  .content img {
    margin: 1rem 0;
  }
}
.content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.content video {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.content ul {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .content ul {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .content ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
  }
}
.content ul li {
  margin-bottom: 0.5rem;
  position: relative;
  color: rgba(8, 0, 0, 0.85);
  list-style: none;
  line-height: 1.8em;
  font-size: var(--font-size-text);
  font-weight: 400;
  letter-spacing: 0.34px;
}
@media (max-width: 991px) {
  .content ul li {
    padding-left: 1rem;
  }
}
@media (max-width: 576px) {
  .content ul li {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 4px;
  border-radius: 50%;
  position: absolute;
  left: -1.5rem;
  top: 1.3rem;
  border-radius: 50%;
  background: #080000;
}
@media (max-width: 576px) {
  .content ul li::before {
    font-size: 4px;
    left: -1.5rem;
  }
}
.content ol {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .content ol {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .content ol {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
  }
}
.content ol li {
  margin-bottom: 0.5rem;
  position: relative;
  color: rgba(8, 0, 0, 0.85);
  line-height: 1.8em;
  font-size: var(--font-size-text);
  font-weight: 400;
  letter-spacing: 0.34px;
}
@media (max-width: 991px) {
  .content ol li {
    padding-left: 1rem;
  }
}
@media (max-width: 576px) {
  .content ol li {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}
.content ol li:last-child {
  margin-bottom: 0;
}
.content--white p {
  color: rgba(255, 255, 255, 0.85);
}
.content--white ul li,
.content--white ol li {
  color: rgba(255, 255, 255, 0.85);
}
.content--big p {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .content--big p {
    font-size: 1.5rem;
  }
}
.content--big ul li,
.content--big ol li {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .content--big ul li,
  .content--big ol li {
    font-size: 1.5rem;
  }
}
.content--red h1,
.content--red h2,
.content--red h3,
.content--red h4,
.content--red h5,
.content--red h6 {
  color: #E4002B;
}

.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .social {
    gap: 1rem;
  }
}
.social-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.social__item {
  cursor: pointer;
  color: #080000;
  display: flex;
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-size: 2.5rem;
}
@media (max-width: 576px) {
  .social__item {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .social__item:hover {
    color: #ffffff;
    background: #080000;
  }
}
.social__item img {
  height: 2.2rem;
  width: 2.2rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .social__item img {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.social--gray .social__item {
  background: rgba(8, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .social--gray .social__item:hover {
    color: #ffffff;
    background: #080000;
  }
}
.social--gray-2 .social__item {
  background: rgba(8, 0, 0, 0.3);
  color: #ffffff;
}
@media (min-width: 992px) {
  .social--gray-2 .social__item:hover {
    color: #ffffff;
    background: #080000;
  }
}
.social--lg .social__item {
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.8rem;
}
.social--small .social__item {
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  font-size: 1.3rem;
}
.social--md .social__item {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  font-size: 1.5rem;
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  height: 3.7rem;
}
.badge--sm {
  height: 3rem;
  font-size: 1.1rem;
}
.badge--sm .badge__icon {
  font-size: 1.3rem;
}
.badge--uppercase {
  text-transform: uppercase;
}
.badge .badge__img {
  height: 1.6rem;
  width: 1.6rem;
  object-fit: contain;
  flex-shrink: 0;
}
.badge--i-right, .badge--i-left {
  gap: 0.6rem;
  padding-right: 1.6rem;
}
.badge--i-left {
  padding-right: 1.6rem;
}
.badge--dark-red {
  background: #E4002B;
  color: #ffffff;
}
.badge--light-gray {
  background: #F5F2F3;
  color: rgba(8, 0, 0, 0.85);
}

.dropdown-wrapper {
  width: 100%;
}
.dropdown-wrapper .dropdown-bar-title {
  color: rgba(8, 0, 0, 0.5);
  font-feature-settings: "salt" on;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.24px;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.dropdown_bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .dropdown_bar {
    padding-right: 0;
  }
}
.dropdown_bar-item {
  width: 100%;
  display: flex;
  align-items: center;
  height: 4.3rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
  border: 1px solid #E6E5E5;
  padding: 0 1.6rem;
}
.dropdown_bar-item.disabled {
  display: none;
}
.dropdown_bar-item.input-error {
  margin-bottom: 2.5rem;
}
.dropdown_bar-item__top-title {
  pointer-events: none;
  position: absolute;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: rgba(8, 0, 0, 0.6);
  font-weight: 500;
  font-size: 1.5rem;
}
.dropdown_bar-item.active .dropdown_bar-item__title, .dropdown_bar-item.selected .dropdown_bar-item__title {
  color: #080000;
}
.dropdown_bar-item.selected .dropdown_bar-item__title {
  opacity: 1;
}
.dropdown_bar-item.selected .dropdown_bar-item__top-title {
  opacity: 0;
}
.dropdown_bar-item__icon {
  font-size: 1.2rem;
  color: rgba(8, 0, 0, 0.6);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: absolute;
  right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown_bar-item__icon.red {
  color: #E92F2A;
}
.dropdown_bar-item__title {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  position: absolute;
  top: unset;
  color: #080000;
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 80%;
}
@media (max-width: 576px) {
  .dropdown_bar-item__title {
    max-width: 65%;
  }
}
.dropdown_bar-item.active .dropdown_bar-item-box-wrapper {
  opacity: 1;
  pointer-events: all;
}
.dropdown_bar-item.active .dropdown_bar-item__icon {
  transform: scale(1, -1);
}
.dropdown_bar-item-box {
  max-height: 25rem;
  overflow-y: auto;
}
.dropdown_bar-item-box::-webkit-scrollbar {
  display: none;
}
.dropdown_bar-item-box__item {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
  color: rgba(8, 0, 0, 0.6);
  font-size: 1.5rem;
  line-height: 1.3;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  width: 100%;
  gap: 1rem;
  position: relative;
  padding: 1.2rem 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #E6E5E5;
}
.dropdown_bar-item-box__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .dropdown_bar-item-box__item:not(.active):hover {
    background: #F5F2F3;
  }
}
.dropdown_bar-item-box__item.active, .dropdown_bar-item-box__item.selected {
  color: #080000;
}
.dropdown_bar-item-box__item.hidden {
  display: none;
}
.dropdown_bar-item-box-wrapper {
  position: absolute;
  top: calc(100% + 1rem);
  left: -1px;
  background: #ffffff;
  min-width: max-content;
  z-index: 4;
  width: calc(100% + 2px);
  height: auto;
  display: block;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
  box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.8);
  overflow: hidden;
  border: 1px solid #E6E5E5;
}
.dropdown_bar-item-box-wrapper .search-input {
  margin-top: 1.1rem;
}
.dropdown_bar-item-box-wrapper .search-input input {
  height: 4.1rem;
  padding-left: 1.4rem;
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  background: #ffffff;
  z-index: 103;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: flex;
  flex-direction: column;
  opacity: 0;
  width: 60rem;
  max-width: calc(100% - 3.6rem);
  box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.8);
  visibility: hidden;
  max-height: 90vh;
}
@media (max-width: 991px) {
  .modal {
    width: 100% !important;
    max-width: none;
    transform: unset !important;
    left: 0;
    top: 0;
    height: 100dvh;
    max-height: unset;
    max-width: unset;
  }
}
.modal.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem;
  border-bottom: 1px solid rgba(8, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .modal-header {
    position: relative;
    padding: 2rem var(--container-pusher);
  }
}
.modal-content {
  padding: 2.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .modal-content {
    padding: 2rem var(--container-pusher);
  }
}
.modal .close-btn {
  right: 1.2rem;
  top: 1.2rem;
  transform: unset;
}
.modal .close-btn::before, .modal .close-btn::after {
  width: 20px;
}
.modal--search {
  width: 69.6rem;
}
.modal--search .modal-header {
  padding-top: 5.3rem;
}
.modal--search .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.modal--search .btn {
  font-weight: 500;
}

.js-open-modal {
  cursor: pointer;
}

.accordion-content {
  overflow: hidden;
  height: 0;
  width: 100%;
}
.accordion-wrapper {
  width: 100%;
}
.accordion-wrapper .accordion-item + .accordion-item {
  margin-top: 2rem;
}
.accordion-calc {
  padding: 2rem 3rem;
  background: rgba(245, 242, 243, 0.2);
}
@media (max-width: 576px) {
  .accordion-calc {
    padding: var(--container-pusher);
  }
}
.accordion-calc .content a {
  font-weight: 400;
}
.accordion-item {
  border: 1px solid #E6E5E5;
  width: 100%;
}
.accordion-item-header {
  cursor: pointer;
}
.accordion-item-header.active .accordion-item-title-icon {
  transform: scale(1, -1);
}
.accordion-item-header.active .accordion-item-title {
  border-bottom: 1px solid #E6E5E5;
}
.accordion-item-header.active .accordion-item-title::before {
  background: #E4002B;
}
.accordion-item-title {
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  padding: 1.65rem 3.4rem;
  background: rgba(245, 242, 243, 0.3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
}
@media (max-width: 576px) {
  .accordion-item-title {
    font-size: 1.6rem;
    padding: 1.6rem var(--container-pusher);
  }
}
.accordion-item-title::before {
  content: "";
  height: 3.6rem;
  width: 4px;
  background: #080000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.accordion-item-title-icon {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.langs {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.langs-code {
  font-size: 1.5rem;
  color: rgba(8, 0, 0, 0.4);
  font-weight: 600;
}
@media (min-width: 992px) {
  .langs-code:hover {
    color: #080000;
  }
}
.langs-code.active {
  color: #080000;
}

.table {
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #E6E5E5;
}
@media (max-width: 576px) {
  .table {
    width: max-content;
    min-width: 100%;
  }
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 576px) {
  .table-wrapper {
    width: 100vw;
    margin-left: calc(-1 * var(--container-pusher));
    padding-left: var(--container-pusher);
    padding-right: var(--container-pusher);
  }
}
.table-wrapper::-webkit-scrollbar {
  display: none;
}
.table-title {
  padding: 1.75rem 1.2rem;
  background: rgba(245, 242, 243, 0.3);
  border-bottom: 1px solid #E6E5E5;
}
.table-header {
  border-bottom: 1px solid #E6E5E5;
  padding: 1rem 1.2rem;
  background: #F5F2F3;
}
.table-header .table-row {
  padding: 0;
}
.table-header .table-row-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.table-header .table-row-item::before {
  content: unset;
}
.table-row {
  display: flex;
  align-items: flex-start;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #E6E5E5;
}
.table-row:last-child {
  border-bottom: 0;
}
.table-row:last-child {
  margin-bottom: 0;
}
.table-row-item.size--0 {
  flex: 0;
}
.table-row-item.size--1 {
  flex: 1;
}
.table-row-item.size--2 {
  flex: 2;
}
.table-row-item.size--3 {
  flex: 3;
}
.table-row-item.size--4 {
  flex: 4;
}
.table-row-item.size--5 {
  flex: 5;
}
.table-row-item .text {
  letter-spacing: unset;
}
.table--center .table-row-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table--center-2 .table-content .table-row {
  align-items: center;
}
.table--type-2 .table-content .table-row:nth-child(even) {
  background: rgba(245, 242, 243, 0.3);
}

.hero-item {
  display: flex;
  height: 78.5rem;
  padding: calc(var(--header-height) + 8rem) calc(var(--container-pusher) + 16.6rem) 0 calc(var(--container-pusher) + 16.6rem);
  position: relative;
}
@media (max-width: 1442px) {
  .hero-item {
    padding: calc(var(--header-height) + 8rem) calc(var(--container-pusher) + 6.6rem) 0 calc(var(--container-pusher) + 6.6rem);
  }
}
@media (max-width: 991px) {
  .hero-item {
    padding: calc(var(--header-height) + 4rem) var(--container-pusher) 0 var(--container-pusher);
    height: 70rem;
  }
}
@media (max-width: 576px) {
  .hero-item {
    height: 64rem;
  }
}
.hero-item::after, .hero-item::before {
  content: "";
  width: 10rem;
  position: relative;
  z-index: 1;
  position: absolute;
  top: var(--header-height);
  height: calc(100% - var(--header-height));
}
@media (max-width: 991px) {
  .hero-item::after, .hero-item::before {
    display: none;
  }
}
.hero-item::before {
  left: var(--container-pusher);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1442px) {
  .hero-item::before {
    left: 0;
    border-left: 0;
  }
}
.hero-item::after {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  margin-left: auto;
  right: var(--container-pusher);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1442px) {
  .hero-item::after {
    right: 0;
    border-right: 0;
  }
}
.hero-item-title {
  line-height: 1.2;
  min-height: 23.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-item-title {
    min-height: 10rem;
  }
}
@media (max-width: 576px) {
  .hero-item-title {
    min-height: 13rem;
  }
}
.hero-item-text {
  font-size: 2rem;
}
.hero-item .breadcrumb {
  width: 100%;
  padding: 0;
  border-bottom: 0;
  margin-top: 3rem;
}
.hero-item .breadcrumb::after {
  display: none;
}
.hero-item .breadcrumb-item {
  color: #ffffff;
}
.hero-item .breadcrumb-item-icon {
  color: #ffffff;
}
.hero-item .breadcrumb-item.active {
  color: #ffffff;
}
.hero-item-logo {
  height: 16rem;
  width: 20rem;
  object-fit: cover;
}
.hero-item-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-item-content {
  position: relative;
  max-width: 57rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-item-content {
    max-width: 36rem;
  }
}
@media (max-width: 576px) {
  .hero-item-content {
    max-width: 100%;
    width: 100%;
  }
}
.hero-item .service-card-slider {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 0;
}
.hero-item-slider-nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  top: calc(50% - var(--header-height));
  z-index: 1;
  width: calc(var(--container-width) - 6rem);
  justify-content: space-between;
}
@media (max-width: 1442px) {
  .hero-item-slider-nav {
    left: 50%;
    transform: translate(-50%, 100%);
    width: calc(100% - 6rem);
  }
}
@media (max-width: 991px) {
  .hero-item-slider-nav {
    display: none;
  }
}
.hero-item-slider-pagination {
  position: absolute;
  bottom: 20rem !important;
  left: calc(var(--container-pusher) + 16.6rem) !important;
}
@media (max-width: 1442px) {
  .hero-item-slider-pagination {
    left: calc(var(--container-pusher) + 6.6rem) !important;
  }
}
@media (max-width: 991px) {
  .hero-item-slider-pagination {
    left: var(--container-pusher) !important;
  }
}
.hero-item-background-top {
  position: absolute;
  background: linear-gradient(180deg, rgba(8, 0, 0, 0.8) 0%, rgba(8, 0, 0, 0.56) 57.89%, rgba(8, 0, 0, 0) 100%);
  backdrop-filter: blur(0px);
  left: 0;
  top: 0;
  height: 17rem;
  width: 100%;
  z-index: 1;
}
.hero-item-background-bottom {
  position: absolute;
  background: linear-gradient(0deg, rgba(8, 0, 0, 0.8) 49.95%, rgba(8, 0, 0, 0) 100%);
  backdrop-filter: blur(0px);
  left: 0;
  bottom: 0;
  height: 33rem;
  width: 100%;
  z-index: 1;
}
.hero-item--align-bottom {
  align-items: flex-end;
}
.hero-item.project-detail {
  flex-direction: column;
  justify-content: flex-end;
}
.hero-item.project-detail .hero-item-content {
  max-width: unset;
  flex-direction: row;
  width: 100%;
  gap: 2rem;
}
.hero-item.project-detail .hero-item-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.hero-item.project-detail .hero-btn {
  margin-top: 1rem;
}
.hero-item.project-detail .hero-item-title {
  min-height: unset;
}

.section {
  padding: 8rem 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .section {
    padding: 6rem 0;
  }
}
@media (max-width: 576px) {
  .section {
    padding: 4rem 0;
  }
}
.section--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--center .section-head {
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.section--center .section-head-title {
  max-width: 46rem;
  max-width: 52rem;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .section--center .section-head-title {
    max-width: 35rem;
  }
}
.section--center .section-head-text {
  max-width: 60rem;
}
.section--center .section-head-left {
  align-items: center;
}
.section--row .section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section--row .section-content {
    flex-direction: column;
    gap: 3rem;
  }
}
.section--row .section-content-left {
  flex: 0 0 39%;
  max-width: 39%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 991px) {
  .section--row .section-content-left {
    flex: unset !important;
    max-width: unset !important;
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .section--row .section-content-left {
    gap: 2.5rem;
  }
}
.section--row .section-content-right {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 991px) {
  .section--row .section-content-right {
    flex: unset !important;
    max-width: unset !important;
    width: 100% !important;
    gap: 3rem;
  }
}
.section--row .section-content .section-content-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding: 0 3rem;
}
@media (max-width: 991px) {
  .section-head {
    margin-bottom: 2rem;
    padding: 0;
  }
}
.section-head-title {
  letter-spacing: -0.6px;
}
.section-head-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .section-head-left {
    flex: unset !important;
    max-width: unset !important;
    width: 100% !important;
  }
}
.section-head-right {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.section-head.with-bottom-border {
  padding: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #E6E5E5;
  width: 100%;
}
.section-logo {
  height: 8rem;
  width: auto;
  object-fit: contain;
}
@media (max-width: 576px) {
  .section-logo {
    height: 6rem;
  }
}
.section .section-grid-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  left: var(--container-pusher);
}
@media (max-width: 1442px) {
  .section .section-grid-overlay {
    left: 0;
    width: 100%;
  }
}
.section.with-top-border {
  border-top: 1px solid #E6E5E5;
}
.section.slider-section {
  overflow: hidden;
  height: max-content;
}
.section.service-card-section {
  transform: translateY(-16rem);
  margin-bottom: -25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 1;
  padding: 3rem calc(var(--container-pusher) + 10rem) 3rem calc(var(--container-pusher) + 10rem);
}
@media (max-width: 1442px) {
  .section.service-card-section {
    padding: 3rem 0;
  }
}
.section.service-card-section .container {
  padding: 0 3rem;
}
@media (max-width: 991px) {
  .section.service-card-section .container {
    padding: 0 var(--container-pusher);
  }
}
.section.service-card-section .section-head {
  margin-bottom: 2rem;
  padding: 0;
}
.section.with-left-border::before {
  content: "";
  width: 1px;
  height: 100%;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: var(--container-pusher);
  border-right: 1px solid #E6E5E5;
}
@media (max-width: 991px) {
  .section.with-left-border::before {
    display: none;
  }
}
.section.news-card-slider-section {
  padding-top: 15rem;
}
@media (max-width: 991px) {
  .section.news-card-slider-section {
    padding-top: 12rem;
  }
}
@media (max-width: 576px) {
  .section.news-card-slider-section {
    padding-top: 10rem;
  }
}
.section.news-card-slider-section .news-card-slider {
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .section.news-card-slider-section .news-card-slider {
    padding-right: 0;
  }
}
.section.news-card-slider-section-type-2 {
  padding-top: 0;
}
.section.activity-card-slider-section-type-2 {
  padding-top: 0;
}
.section.project-detail-section {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.section.project-detail-section .project-detail-img {
  width: 100%;
  object-fit: cover;
}
.section.info-card-grid-section .info-card-grid .info-card:last-child {
  grid-column: span 3/span 3;
}
.section.video-section {
  height: 53.5rem;
}
@media (max-width: 576px) {
  .section.video-section {
    height: 45rem;
  }
}
.section.video-section .section-content {
  position: relative;
  z-index: 1;
}
.section.video-section .section-content-left {
  flex: 0 0 32.5%;
  max-width: 32.5%;
}
@media (max-width: 991px) {
  .section.video-section .section-content-left {
    align-items: center;
    text-align: center;
  }
}
.section.video-section .video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.section.video-section .content {
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
  .section.video-section .content {
    display: none;
  }
}
.section.featured-grid-section .featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2.1rem;
  grid-column-gap: 1.7rem;
}
.section.featured-grid-section .featured-grid .featured-card {
  grid-column: span 2/span 2;
  grid-row: span 3/span 3;
}
.section.featured-grid-section .featured-grid .news-card {
  width: 43.4rem;
}
.section.promo-card-section .promo-card-grid {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .section.promo-card-section .promo-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .section.promo-card-section .promo-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.promo-card-section .promo-card-slider {
  margin-top: 0.5rem;
}
.section.bg-gray {
  background: rgba(245, 242, 243, 0.6);
}
.section.bg-linear {
  background: linear-gradient(0deg, rgba(204, 204, 204, 0) 48.75%, rgba(204, 204, 204, 0.4) 150.96%);
}
.section.mayor-section {
  padding: 0;
}
.section.mayor-section .mayor-title {
  font-size: 3.2rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .section.mayor-section .mayor-title {
    font-size: 2rem;
  }
}
.section.mayor-section .mayor-text {
  letter-spacing: 0.44px;
}
.section.mayor-section .section-content {
  border-bottom: 1px solid #E6E5E5;
}
@media (max-width: 991px) {
  .section.mayor-section .section-content {
    border-bottom: 0;
  }
}
.section.mayor-section .section-content-right {
  padding: 7rem 9rem;
  background: linear-gradient(180deg, #FFF -28.88%, #F5F2F3 103.9%);
  margin-top: 1px;
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
}
@media (max-width: 576px) {
  .section.mayor-section .section-content-right {
    border-top: 1px solid #E6E5E5;
    width: 100vw !important;
    padding: 4rem var(--container-pusher);
  }
}
.section.mayor-section .section-content-right .nail {
  height: 3.6rem;
  width: auto;
  object-fit: contain;
}
@media (max-width: 576px) {
  .section.mayor-section .section-content-right .nail {
    height: 2.5rem;
  }
}
.section.mayor-section .section-content-right .mayor-img {
  position: absolute;
  left: -14rem;
  bottom: 0;
  transform: translateX(-50%);
  height: 41.3rem;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .section.mayor-section .section-content-right .mayor-img {
    height: 37rem;
  }
}
@media (max-width: 991px) {
  .section.mayor-section .section-content-right .mayor-img {
    bottom: unset;
    top: 0;
    transform: translateY(-100%);
    right: 0;
    left: unset;
    height: 33rem;
  }
}
@media (max-width: 576px) {
  .section.mayor-section .section-content-right .mayor-img {
    height: 20rem;
  }
}
.section.mayor-section .section-content-left {
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .section.mayor-section .section-content-left {
    padding: 4rem 0;
  }
}
.section.mayor-tab {
  padding-top: 0;
}
.section.member-section {
  padding: 0;
}
.section.member-section .member-name {
  font-size: 3.2rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .section.member-section .member-name {
    font-size: 2rem;
  }
}
.section.member-section .member-title {
  letter-spacing: 0.44px;
}
.section.member-section .section-content {
  padding: 0 3rem;
  justify-content: flex-start;
  gap: 10rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 25.73%, #F5F2F3 104.48%);
  padding-top: 3.8rem;
}
@media (max-width: 991px) {
  .section.member-section .section-content {
    flex-direction: column-reverse;
    width: 100vw;
    margin-left: calc(-1 * var(--container-pusher));
  }
}
.section.member-section .section-content-left {
  flex: 0 0 25.5%;
  max-width: 25.5%;
}
.section.member-section .section-content-right {
  padding-bottom: 3.8rem;
}
.section.member-section .member-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section.member-section .member-img {
    position: absolute;
    right: var(--container-pusher);
    bottom: 0;
    width: auto;
    height: 90%;
  }
}
@media (max-width: 576px) {
  .section.member-section .member-img {
    height: 18rem;
  }
}
.section.member-section .section-grid-overlay {
  left: unset;
  right: var(--container-pusher);
  transform: rotate(180deg) scale(1, -1);
}
.section.about-member-section {
  padding: 0;
}
.section.about-member-section .section-content {
  align-items: flex-start;
}
@media (max-width: 991px) {
  .section.about-member-section .section-content {
    gap: 0;
  }
}
.section.about-member-section .section-content-left {
  padding: 4rem 4rem;
  flex: 0 0 64%;
  max-width: 64%;
}
@media (max-width: 991px) {
  .section.about-member-section .section-content-left {
    padding: 4rem 0;
    padding-bottom: 0;
  }
}
.section.about-member-section .section-content-right {
  flex: 0 0 32.3%;
  max-width: 32.3%;
  gap: 0;
}
.section.about-member-section .section-content-right .info {
  padding: 2.8rem 2rem;
  width: 100%;
  border-left: 1px solid #E6E5E5;
  border-bottom: 1px solid #E6E5E5;
}
@media (max-width: 991px) {
  .section.about-member-section .section-content-right .info {
    border-left: 0;
    padding: 2rem 0;
  }
}
.section.activity-detail-section {
  padding: 0;
}
@media (max-width: 991px) {
  .section.activity-detail-section {
    padding-bottom: 4rem;
  }
}
.section.activity-detail-section .activity-img {
  width: 100%;
}
.section.activity-detail-section .section-content {
  align-items: flex-start;
}
@media (max-width: 991px) {
  .section.activity-detail-section .section-content {
    gap: 0;
  }
}
.section.activity-detail-section .section-content-left {
  flex: 0 0 67.7%;
  max-width: 67.7%;
}
@media (max-width: 991px) {
  .section.activity-detail-section .section-content-left {
    padding: 4rem 0;
    padding-bottom: 0;
  }
}
.section.activity-detail-section .section-content-right {
  flex: 0 0 32.3%;
  max-width: 32.3%;
  gap: 0;
}
.section.activity-detail-section .section-content-right .info {
  padding: 2.8rem 2rem;
  width: 100%;
  border-left: 1px solid #E6E5E5;
  border-bottom: 1px solid #E6E5E5;
}
@media (max-width: 991px) {
  .section.activity-detail-section .section-content-right .info {
    border-left: 0;
    padding: 2rem 0;
  }
}
.section.activity-detail-section .section-content .content {
  padding: 4rem;
  padding-right: 6rem;
  padding-top: 0;
}
@media (max-width: 991px) {
  .section.activity-detail-section .section-content .content {
    padding: 0;
  }
}
.section--subpages {
  padding: 4rem 0;
}
.section--subpages .section-head {
  padding-left: 0;
  padding-right: 0;
}

.service-card {
  border: 1px solid #E6E5E5;
  background: #ffffff;
  padding: 2.7rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .service-card {
    padding: 2rem;
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .service-card:hover {
    background: #E92F2A;
  }
  .service-card:hover .service-card-img {
    filter: brightness(0) invert(1);
  }
  .service-card:hover .service-card-title {
    color: #ffffff;
  }
}
.service-card-title {
  font-size: 1.5rem;
  max-width: 10rem;
}
@media (max-width: 576px) {
  .service-card-title {
    font-size: 1.4rem;
  }
}
.service-card-img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  flex-shrink: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .service-card-img {
    width: 2rem;
    height: 2rem;
  }
}
.service-card--row {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .service-card--row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.news-card {
  display: flex;
  background: linear-gradient(0deg, #F5F2F3 0%, #F5F2F3 100%);
  height: 27.4rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-card {
    flex-direction: column;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .news-card:hover .news-card-img {
    transform: scale(1.1);
  }
}
.news-card-img {
  flex-shrink: 0;
  width: 24.8rem;
  height: 100%;
  object-fit: cover;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .news-card-img {
    width: 100%;
    height: 30rem;
  }
}
@media (max-width: 576px) {
  .news-card-img {
    height: 19rem;
  }
}
.news-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
.news-card-content {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .news-card-content {
    gap: 6rem;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .news-card-content {
    padding: 1.6rem;
    gap: 2rem;
  }
}
.news-card-detail {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.news-card .date,
.news-card .category {
  letter-spacing: 0.24px;
}
.news-card .date {
  position: relative;
}
.news-card .date::before {
  height: 0.2rem;
  width: 0.2rem;
}
.news-card--small {
  border: 1px solid #E6E5E5;
  height: 18.2rem;
}
@media (max-width: 991px) {
  .news-card--small {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .news-card--small:hover .news-card-img {
    transform: scale(1.05);
  }
}
.news-card--small .news-card-img {
  width: 18rem;
}
@media (max-width: 991px) {
  .news-card--small .news-card-img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .news-card--small .news-card-title {
    font-size: 1.6rem;
  }
}
.news-card--small .news-card-content {
  padding: 1.4rem;
}
@media (max-width: 991px) {
  .news-card--small .news-card-content {
    padding: 3.2rem;
  }
}
@media (max-width: 576px) {
  .news-card--small .news-card-content {
    padding: 1.6rem;
  }
}
.news-card--small .news-card-top {
  gap: 1rem;
}
.news-card--transparent {
  background: transparent;
}
.news-card--transparent .news-card-title {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .news-card--transparent .news-card-title {
    font-size: 1.6rem;
  }
}
.news-card--column {
  flex-direction: column;
  height: 100%;
}
.news-card--column .news-card-img {
  height: 24rem;
  width: 100%;
}
.news-card--column .news-card-title {
  font-size: 2rem;
}
.news-card--column .news-card-content {
  padding: 2rem;
  padding-bottom: 3rem;
}
.news-card--column .news-card-detail {
  width: 100%;
  justify-content: space-between;
}
.news-card--column .news-card-detail .text--w-dot-2::before {
  display: none;
}
.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .news-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .news-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.activity-card {
  background: #F5F2F3;
  height: 48.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .activity-card {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .activity-card:hover {
    transform: translateY(-1rem);
  }
}
.activity-card-img {
  height: 22.4rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .activity-card-img {
    height: 19rem;
  }
}
.activity-card-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  height: 100%;
}
@media (max-width: 576px) {
  .activity-card-content {
    gap: 3rem;
    padding: 2rem;
  }
}
.activity-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.activity-card-date {
  width: 7.8rem;
  height: 7.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #E4002B;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 576px) {
  .activity-card-date {
    height: 6.4rem;
    width: 6.8rem;
  }
}
.activity-card-date .day {
  font-size: 3rem;
}
@media (max-width: 576px) {
  .activity-card-date .day {
    font-size: 2.6rem;
  }
}
.activity-card-date .month {
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .activity-card-date .month {
    font-size: 1.6rem;
  }
}
.activity-card-detail {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-top: auto;
}
.activity-card .category,
.activity-card .date,
.activity-card .time {
  letter-spacing: 0.28px;
}

.featured-card {
  position: relative;
  height: 58.8rem;
  padding: 1.8rem;
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .featured-card {
    height: 100%;
    padding: 0;
    border: 1px solid #E6E5E5;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .featured-card:hover .featured-card-img {
    transform: scale(1.1);
  }
}
@media (max-width: 991px) {
  .featured-card .badge {
    position: absolute;
    right: 3.2rem;
    background: transparent;
    padding: 0;
    color: rgba(8, 0, 0, 0.65);
    height: auto;
    line-height: 1.8em;
  }
}
.featured-card-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .featured-card-img {
    position: static;
    height: 30rem;
  }
}
@media (max-width: 576px) {
  .featured-card-img {
    height: 19rem;
  }
}
.featured-card-title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .featured-card-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .featured-card-title {
    font-size: 1.6rem;
  }
}
.featured-card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .featured-card-text {
    display: none;
  }
}
.featured-card-content {
  position: relative;
  background: #ffffff;
  padding: 3rem;
  width: 52%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .featured-card-content {
    width: 100%;
    padding: 3.2rem;
  }
}
@media (max-width: 576px) {
  .featured-card-content {
    padding: 1.6rem;
  }
}
.featured-card-content-bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991px) {
  .featured-card-content-bottom {
    height: 100%;
  }
  .featured-card-content-bottom .link {
    margin-top: auto;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.pagination .page-btn {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F2F3;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.28px;
  color: #080000;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (min-width: 992px) {
  .pagination .page-btn:hover {
    background: #080000;
    color: #ffffff;
  }
}
.pagination .page-btn.active {
  background: #080000;
  color: #ffffff;
}
.pagination .page-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pagination .page-btn.next, .pagination .page-btn.prev {
  font-size: 1.2rem;
}
.pagination .page-btn.page-dots {
  background: transparent;
  pointer-events: none;
}

.promo-card {
  position: relative;
  padding: 3.4rem 4.7rem;
  background: linear-gradient(238deg, rgba(141, 141, 141, 0) 50%, rgba(141, 141, 141, 0.1) 100%), rgba(247, 247, 247, 0.6);
  overflow: hidden;
  display: block;
}
@media (max-width: 576px) {
  .promo-card {
    padding: 2rem;
    height: auto;
  }
}
@media (min-width: 992px) {
  .promo-card:hover .promo-card-img {
    transform: scale(1.1);
  }
}
.promo-card-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
}
.promo-card-logo {
  height: 6rem;
  width: auto;
  object-fit: contain;
}
@media (max-width: 576px) {
  .promo-card-logo {
    height: 5rem;
  }
}
.promo-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  gap: 3rem;
}
@media (max-width: 576px) {
  .promo-card-content {
    gap: 2rem;
  }
}
.promo-card-content-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.promo-card-title {
  font-size: 3rem;
  font-weight: 500;
  color: #ffffff;
  max-width: 20.4rem;
}
@media (max-width: 576px) {
  .promo-card-title {
    font-size: 2.8rem;
  }
}
.promo-card .link {
  color: #ffffff;
}
.promo-card .link__icon {
  background: #ffffff;
  color: #080000;
}
.promo-card.no-logo {
  padding-top: 6rem;
}
@media (max-width: 576px) {
  .promo-card.no-logo {
    padding-top: 4rem;
  }
}
.promo-card--type-2 {
  padding: 3rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  height: 100%;
}
@media (max-width: 576px) {
  .promo-card--type-2 {
    padding: 2rem;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .promo-card--type-2:hover .link {
    color: #E4002B;
  }
}
.promo-card--type-2 .promo-card-title {
  color: #E4002B;
  font-weight: 600;
  font-size: 2.4rem;
  max-width: 22rem;
}
@media (max-width: 576px) {
  .promo-card--type-2 .promo-card-title {
    font-size: 2.2rem;
  }
}
.promo-card--type-2 .promo-card-content {
  gap: 4.7rem;
}
@media (max-width: 576px) {
  .promo-card--type-2 .promo-card-content {
    gap: 2.3rem;
  }
}
.promo-card--type-2 .link {
  color: #080000;
}
.promo-card--type-2 .link__icon {
  background: #080000;
  color: #ffffff;
}

.subpage {
  position: relative;
}
.subpage::after, .subpage::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  z-index: -1;
}
@media (max-width: 991px) {
  .subpage::after, .subpage::before {
    display: none;
  }
}
.subpage::after {
  border-left: 1px solid #E6E5E5;
  left: var(--container-pusher);
}
.subpage::before {
  border-right: 1px solid #E6E5E5;
  right: var(--container-pusher);
}
.subpage-title {
  font-size: 3.2rem;
  letter-spacing: 0.64px;
  font-weight: 600;
  max-width: 34rem;
}
@media (max-width: 576px) {
  .subpage-title {
    font-size: 2rem;
    max-width: 50%;
  }
}
.subpage-title-wrapper {
  min-height: 20rem;
  display: flex;
  align-items: center;
  padding: 5.5rem calc(var(--container-pusher) + 2.6rem);
  border-bottom: 1px solid #E6E5E5;
  width: calc(100% - var(--container-pusher));
  position: relative;
}
@media (max-width: 991px) {
  .subpage-title-wrapper {
    width: 100%;
    padding: 2.5rem var(--container-pusher);
    min-height: auto;
  }
}
.subpage-title-wrapper::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  background-image: url("../img/section-grid-overlay.svg");
  background-repeat: no-repeat;
  background-position: right top;
  height: 100%;
  width: var(--container-width);
  transform: scale(-1, 1);
  z-index: -1;
}
@media (max-width: 1442px) {
  .subpage-title-wrapper::before {
    width: 100%;
  }
}
.subpage-title-wrapper::after {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px solid #E6E5E5;
  right: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .subpage-title-wrapper::after {
    display: none;
  }
}
.subpage-title-wrapper .subpage-title-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
}
.subpage-intro {
  padding-top: var(--header-height);
  overflow: hidden;
}
.subpage-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .subpage-hero {
    flex-direction: column;
    gap: 3rem;
  }
}
.subpage-hero.center {
  text-align: center;
}
.subpage-hero.column {
  flex-direction: column;
  gap: 2rem;
}
.subpage-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  flex: 0 0 50.8%;
  max-width: 50.8%;
}
@media (max-width: 991px) {
  .subpage-hero-left {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .subpage-hero-left {
    gap: 2rem;
  }
}
.subpage-hero-title {
  max-width: 55rem;
}
.subpage-hero-right {
  flex: 0 0 47%;
  max-width: 47%;
  height: 51rem;
}
@media (max-width: 576px) {
  .subpage-hero-right {
    flex: unset;
    max-width: unset;
    width: 100%;
    height: auto;
  }
}
.subpage-hero-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 576px) {
  .subpage-hero-img {
    height: auto;
  }
}
.subpage-content-row {
  display: flex;
}
@media (max-width: 991px) {
  .subpage-content-row {
    flex-direction: column;
    gap: 4rem;
    margin-top: var(--container-pusher);
  }
}
.subpage-content-right {
  padding: 4rem;
  flex: 0 0 79%;
  max-width: 79%;
  border-left: 1px solid #E6E5E5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 991px) {
  .subpage-content-right {
    flex: unset;
    max-width: unset;
    width: 100%;
    border-left: 0;
    padding: 0;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 576px) {
  .subpage-content-right {
    padding-bottom: 4rem !important;
    gap: 4rem;
  }
}
.subpage-content-right .tab-link-wrapper {
  margin-bottom: 2rem;
  width: calc(100% + 2.2rem);
}
@media (max-width: 991px) {
  .subpage-content-right .tab-link-wrapper {
    width: 100vw;
    margin-left: calc(-1 * var(--container-pusher));
  }
}
.subpage-content-right .tab-link-wrapper .animated-tabs-item {
  padding: 2.8rem 0;
  padding-top: 0.8rem;
}
.subpage-content-right .section {
  padding: 0;
  width: 100%;
}
.subpage-content-right .section-head {
  padding: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #E6E5E5;
  width: 100%;
}
.subpage-content-title {
  letter-spacing: 0.6px;
  margin-bottom: -1rem;
}
.subpage .filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .subpage .filter-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: 101;
    height: 100dvh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--container-pusher);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    padding: 0 var(--container-pusher);
    overflow-x: hidden;
    padding-bottom: var(--container-pusher);
  }
}
.subpage .filter-wrapper.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.subpage .filter-wrapper .btn {
  margin-top: auto;
}
.subpage .filter-wrapper-left {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 991px) {
  .subpage .filter-wrapper-left {
    flex: unset;
    max-width: unset;
    width: 100%;
    flex-direction: column;
    gap: var(--container-pusher);
  }
}
.subpage .filter-wrapper-right {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex: 0 0 15%;
  max-width: 15%;
}
@media (max-width: 991px) {
  .subpage .filter-wrapper-right {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.subpage .filter-wrapper .filter-title {
  height: var(--header-height);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #E6E5E5;
  flex-shrink: 0;
  width: 100vw;
  margin-left: calc(-1 * var(--container-pusher));
}
@media (min-width: 992px) {
  .subpage .filter-wrapper .filter-title {
    display: none;
  }
}
.subpage .filter-wrapper .filter-title .title-icon {
  position: absolute;
  left: var(--container-pusher);
  top: 50%;
  transform: translateY(-50%);
}
.subpage .card-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
}
.subpage.directors .member-card-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.subpage.directors .member-card-grid .member-card-wrapper {
  width: 31.9%;
}
@media (max-width: 767px) {
  .subpage.directors .member-card-grid .member-card-wrapper {
    width: 39%;
  }
}
@media (max-width: 576px) {
  .subpage.directors .member-card-grid .member-card-wrapper {
    width: 100%;
  }
}
.subpage.directors .member-card-grid .member-card-wrapper:first-child {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.directors .member-card-grid .member-card-wrapper:nth-child(2), .subpage.directors .member-card-grid .member-card-wrapper:nth-child(3) {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .subpage.directors .member-card-grid .member-card-wrapper:nth-child(2), .subpage.directors .member-card-grid .member-card-wrapper:nth-child(3) {
    width: 39%;
  }
}
@media (max-width: 576px) {
  .subpage.directors .member-card-grid .member-card-wrapper:nth-child(2), .subpage.directors .member-card-grid .member-card-wrapper:nth-child(3) {
    width: 100%;
  }
}
.subpage.directors .subpage-content-right {
  padding: 4rem 2rem;
}
@media (max-width: 991px) {
  .subpage.directors .subpage-content-right {
    padding: 0;
  }
}
.subpage.directors-type-2 .member-card-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.subpage.directors-type-2 .member-card-grid .member-card-wrapper {
  width: 30.9%;
}
@media (max-width: 767px) {
  .subpage.directors-type-2 .member-card-grid .member-card-wrapper {
    width: 39%;
  }
}
@media (max-width: 576px) {
  .subpage.directors-type-2 .member-card-grid .member-card-wrapper {
    width: 100%;
  }
}
.subpage.directors-type-2 .member-card-grid .member-card-wrapper:first-child {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.directors-type-2 .subpage-content-right {
  padding: 4rem 2rem;
}
@media (max-width: 991px) {
  .subpage.directors-type-2 .subpage-content-right {
    padding: 0;
  }
}
.subpage.directors-type-3 .member-card-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.subpage.directors-type-3 .member-card-grid .member-card-wrapper {
  width: 31.9%;
}
@media (max-width: 767px) {
  .subpage.directors-type-3 .member-card-grid .member-card-wrapper {
    width: 39%;
  }
}
@media (max-width: 576px) {
  .subpage.directors-type-3 .member-card-grid .member-card-wrapper {
    width: 100%;
  }
}
.subpage.directors-type-3 .member-card-grid .member-card-wrapper:first-child, .subpage.directors-type-3 .member-card-grid .member-card-wrapper:nth-child(2) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.directors-type-3 .subpage-content-right {
  padding: 4rem 2rem;
}
@media (max-width: 991px) {
  .subpage.directors-type-3 .subpage-content-right {
    padding: 0;
  }
}
.subpage.table-page .subpage-content-right {
  padding: 4rem 2rem;
}
@media (max-width: 991px) {
  .subpage.table-page .subpage-content-right {
    padding: 0;
    padding-bottom: 6rem;
  }
}
@media (max-width: 576px) {
  .subpage.table-page .subpage-content-right {
    padding-bottom: 4rem;
  }
}
.subpage.post-detail .subpage-title {
  color: #080000;
  max-width: 50%;
}
@media (max-width: 576px) {
  .subpage.post-detail .subpage-title {
    max-width: 100%;
  }
}
.subpage.activity-list .empty-event {
  display: none;
}
.subpage.activity-list .empty-event.active {
  display: block;
}
.subpage.project-detail .subpage-intro {
  padding-top: 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 calc(var(--container-pusher) + 2.6rem);
  padding-right: 2rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E5E5;
  width: calc(100% - var(--container-pusher));
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .breadcrumb {
    width: 100%;
    overflow-x: auto;
    padding: 0 var(--container-pusher);
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 576px) {
  .breadcrumb {
    height: 6rem;
  }
}
.breadcrumb::after {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px solid #E6E5E5;
  right: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .breadcrumb::after {
    display: none;
  }
}
.breadcrumb-item {
  font-size: 1.4rem;
  letter-spacing: 0.28px;
  opacity: 0.5;
  flex-shrink: 0;
}
.breadcrumb-item.active {
  opacity: 1;
  color: #E4002B;
  font-weight: 600;
}
.breadcrumb-item-icon {
  font-size: 1.2rem;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .breadcrumb a:hover {
    opacity: 1;
  }
}
.breadcrumb.no-bottom-border {
  border-bottom: 0;
}
.breadcrumb .social {
  margin-left: auto;
}

.gallery-item {
  height: 30rem;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
  display: block;
}
@media (max-width: 576px) {
  .gallery-item {
    height: 25rem;
  }
}
@media (min-width: 992px) {
  .gallery-item:hover::after {
    opacity: 1;
  }
  .gallery-item:hover .gallery-item-icon {
    opacity: 1;
  }
}
.gallery-item::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(8, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.gallery-item-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-item-icon {
  opacity: 0;
  font-size: 3rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  color: #ffffff;
}
.gallery-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
@media (max-width: 991px) {
  .gallery-item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .gallery-item-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery-item-slider .gallery-item {
  height: 22rem;
}

.sidebar {
  border: 1px solid #E6E5E5;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  flex: 0 0 21%;
  max-width: 21%;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: max-content;
}
@media (max-width: 991px) {
  .sidebar {
    position: relative;
    flex: unset;
    max-width: unset;
    width: 100%;
    border: 1px solid #E6E5E5;
    height: auto;
  }
}
.sidebar-title {
  font-size: 1.6rem;
  font-weight: 500;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--container-pusher);
}
@media (min-width: 992px) {
  .sidebar-title {
    display: none;
  }
}
.sidebar-title-icon {
  font-size: 1.2rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.sidebar-title.active + .sidebar-content {
  max-height: 500px;
  overflow: scroll;
  opacity: 1;
  pointer-events: all;
}
.sidebar-title.active + .sidebar-content::-webkit-scrollbar {
  display: none;
}
.sidebar-title.active .sidebar-title-icon {
  transform: scale(1, -1);
}
@media (max-width: 991px) {
  .sidebar-content {
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6.1rem;
    background: #ffffff;
    width: calc(100% + 2px);
    border: 1px solid #E6E5E5;
    border-top: 0;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.8);
    z-index: 3;
  }
}
.sidebar-item {
  border-bottom: 1px solid #E6E5E5;
}
.sidebar-item:last-child {
  border-bottom: 0;
}
.sidebar-item.has-submenu {
  cursor: pointer;
}
.sidebar-item.active .sidebar-item-title {
  background: #F5F2F3;
  color: #080000;
}
.sidebar-item-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(8, 0, 0, 0.4);
  padding: 1.8rem 2rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .sidebar-item-title {
    padding: 1.8rem var(--container-pusher);
  }
}
@media (min-width: 992px) {
  .sidebar-item-title:hover {
    background: #F5F2F3;
    color: #080000;
  }
}
.sidebar-item-title.active {
  background: #F5F2F3;
  color: #080000;
}
.sidebar-item-title.active + .sidebar-item-content {
  max-height: 400px;
  overflow: scroll;
}
.sidebar-item-title.active + .sidebar-item-content::-webkit-scrollbar {
  display: none;
}
.sidebar-item-title.active .sidebar-item-title-icon {
  transform: scale(1, -1);
}
.sidebar-item-title-icon {
  font-size: 1.2rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.sidebar-item-content {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.sidebar-item-content-link {
  padding: 1.5rem 3rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(8, 0, 0, 0.4);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border-bottom: 1px solid #E6E5E5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .sidebar-item-content-link {
    padding-right: var(--container-pusher);
  }
}
.sidebar-item-content-link:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .sidebar-item-content-link:hover {
    color: #080000;
  }
}
.sidebar-item-content-link.active {
  color: #080000;
}
.sidebar-item-content-link-icon {
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .member-card {
    width: 100%;
  }
}
.member-card-img {
  height: 31.6rem;
  display: block;
  background: #EEEEEE;
}
@media (max-width: 576px) {
  .member-card-img {
    height: 26rem;
  }
}
.member-card-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
}
.member-card-title {
  font-size: 1.5rem;
}
.member-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  background: #F8F8F8;
  padding: 1.6rem 2.4rem 2.4rem 2.4rem;
}
.member-card .social {
  margin-top: 1rem;
}
.member-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}
@media (max-width: 991px) {
  .member-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .member-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.document-card {
  background: #F5F2F3;
}
.document-card-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E5E5;
}
.document-card-top-content {
  padding: 1.2rem 1.4rem;
  width: 100%;
  padding-right: 5rem;
}
@media (max-width: 576px) {
  .document-card-top-content {
    padding: 1.2rem;
  }
}
.document-card-title {
  font-size: 1.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .document-card-title {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.document-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 7rem;
  flex-shrink: 0;
  background: #656565;
}
@media (max-width: 576px) {
  .document-card-icon {
    height: 5.5rem;
    width: 5.5rem;
  }
}
.document-card-icon img {
  height: 3.2rem;
  width: 3.2rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .document-card-icon img {
    height: 2.8rem;
    width: 2.8rem;
  }
}
.document-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
@media (max-width: 576px) {
  .document-card-bottom {
    padding: 1.5rem;
  }
}
.document-card-infos {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.document-card-infos .text {
  font-weight: 500;
}
.document-card-infos .file-type {
  position: relative;
  padding-left: 1rem;
}
.document-card-infos .file-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  height: 0.2rem;
  width: 0.2rem;
  background: rgba(8, 0, 0, 0.65);
}
.document-card-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 576px) {
  .document-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.vision-card {
  padding: 3rem;
  border: 1px solid #E6E5E5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .vision-card {
    padding: 2.2rem var(--container-pusher);
  }
}
.vision-card-img {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 576px) {
  .vision-card-img {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.vision-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .vision-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.info-card {
  padding: 3rem;
  border: 1px solid #E6E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .info-card {
    padding: 2.2rem var(--container-pusher);
  }
}
@media (min-width: 992px) {
  .info-card:is(a):hover {
    box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.8);
  }
}
.info-card-icon {
  width: 2.4rem !important;
  height: 2.4rem !important;
  object-fit: contain;
  flex-shrink: 0;
  margin: 0 !important;
}
.info-card-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
.info-card-title {
  font-size: 1.5rem;
  letter-spacing: 0.34px;
}
.info-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.info-card-badges .badge {
  font-size: 1.6rem;
}
.info-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .info-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .info-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-card-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 576px) {
  .info-card-grid.grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-card-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .info-card-grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .info-card-grid.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-card--big .info-card-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.info-card--big .info-card-icon {
  width: 2.8rem !important;
  height: 2.8rem !important;
}
.info-card--column {
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  justify-content: flex-start;
}
.info-card--column .info-card-left {
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.info-card--column .info-card-title {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  font-weight: 700;
}
.info-card--column .info-card-text {
  font-size: 1.6rem;
  font-weight: 500;
}
.info-card--column-type-2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  justify-content: flex-start;
}
.info-card--column-type-2 .info-card-title {
  color: #E4002B;
  font-weight: 600;
  font-size: 2rem;
}
.info-card--column-type-3 {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  justify-content: flex-start;
}
.info-card--column-type-3 .info-card-title {
  color: #E4002B;
  font-weight: 600;
  font-size: 2.4rem;
}
.info-card--column-type-3 .info-card-text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #080000;
}
.info-card--bg-white {
  background: #ffffff;
}
.info-card--bg-gray {
  background: rgba(245, 242, 243, 0.2);
}

.notice-card {
  flex-direction: column;
  align-items: center;
  background: #F5F2F3;
}
.notice-card-top {
  padding: 2.5rem 2rem;
}
.notice-card-bottom {
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E6E5E5;
}
.notice-card-left {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 80%;
}
.notice-card-detail {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.notice-card-logo {
  height: 100%;
  width: 10rem;
  background: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.notice-card-logo img {
  height: 3.6rem;
  object-fit: contain;
}
.notice-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice-card-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  padding-left: 1.2rem;
}
.notice-card-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

.download-card-infos {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.download-card-infos .text {
  font-weight: 500;
}
.download-card-title {
  font-size: 1.7rem;
}
.download-card-img {
  height: 18rem;
  width: 100%;
  object-fit: cover;
}
.download-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-card-content {
  background: #F5F2F3;
  padding: 2rem;
  border-top: 1px solid #E6E5E5;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.download-card--big .download-card-img {
  height: 27rem;
}
@media (max-width: 576px) {
  .download-card--big .download-card-img {
    height: 24rem;
  }
}

.journal-card {
  display: flex;
}
@media (max-width: 576px) {
  .journal-card {
    flex-direction: column;
  }
}
.journal-card-img {
  height: 100%;
  width: 22rem;
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .journal-card-img {
    width: 100%;
    height: 20rem;
  }
}
.journal-card-content {
  padding: 2.2rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #F5F2F3;
}
@media (max-width: 576px) {
  .journal-card-content {
    padding: 2.2rem var(--container-pusher);
  }
}
.journal-card-content-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.journal-card-content-footer {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #E6E5E5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 576px) {
  .journal-card-content-footer .btn {
    width: 3.8rem;
    padding: 0;
  }
  .journal-card-content-footer .btn__text {
    display: none;
  }
}
.journal-card-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

.project-card-img {
  border-bottom: 1px solid #E6E5E5;
  background: #ffffff;
  height: 27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
@media (max-width: 576px) {
  .project-card-img {
    height: 22rem;
  }
}
.project-card-content {
  padding: 3.8rem 2rem;
  background-color: #F5F2F3;
}
@media (max-width: 576px) {
  .project-card-content {
    padding: 3rem var(--container-pusher);
  }
}
.project-card-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 3.5rem;
}
@media (max-width: 576px) {
  .project-card-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2rem;
  }
}

.featured-news-card {
  height: 48rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 4.8rem 5.4rem;
}
@media (max-width: 576px) {
  .featured-news-card {
    height: 35rem;
    padding: 3rem var(--container-pusher);
  }
}
.featured-news-card-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.featured-news-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 56rem;
  gap: 9rem;
}
@media (max-width: 576px) {
  .featured-news-card-content {
    gap: 4rem;
  }
}
.featured-news-card-slider-nav {
  justify-content: space-between;
  width: calc(100% + 14rem);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.info-title {
  font-size: 1.5rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
}
.info-text {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.info-img {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .info-img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.info--type-2 {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.info--type-2 .info-left {
  display: flex;
  gap: 2rem;
}
.info--type-2 .info-text {
  color: rgba(8, 0, 0, 0.65);
}
.info--type-2 .info-img {
  margin-top: 0.3rem;
}
.info--big .info-img {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 576px) {
  .info--big .info-img {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.info--big .info-title {
  font-size: 1.8rem;
}
.info--big .info-text {
  font-size: 1.6rem;
}

a.info:hover .info-text {
  color: #E4002B;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding-bottom: 7rem;
  position: relative;
}
.timeline-item-img {
  margin-top: 0.5rem;
  filter: grayscale(1);
  opacity: 0.3;
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-item:last-child::before {
  display: none;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  transform: translateX(-50%);
  top: 2.8rem;
  height: calc(100% - 3rem);
  width: 1px;
  background: rgba(8, 0, 0, 0.2);
}
.timeline-item--red .timeline-item-img {
  filter: unset;
  opacity: 1;
}

.calendar-slider {
  max-width: 22rem;
  margin: 0;
  position: relative;
  padding: 0 5rem;
}
.calendar-slider-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  justify-content: space-between;
}
.calendar-slider .date-item {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgba(8, 0, 0, 0.8);
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar {
  display: none;
  width: 100%;
  grid-template-columns: repeat(7, minmax(17rem, 1fr));
  grid-template-rows: 6rem;
  grid-auto-rows: minmax(17rem, auto);
  border: 1px solid #E6E5E5;
}
.calendar.active {
  display: grid;
}
@media (max-width: 991px) {
  .calendar {
    grid-template-columns: repeat(7, minmax(5rem, 1fr));
    grid-auto-rows: minmax(30rem, auto);
  }
}
.calendar .day {
  border-right: 1px solid #E6E5E5;
  border-bottom: 1px solid #E6E5E5;
  border-left: 1px solid #E6E5E5;
  background: #FFF;
  position: relative;
  z-index: 1;
  text-align: right;
}
.calendar .day:nth-of-type(n + 1):nth-of-type(-n + 7) {
  grid-row: 2;
}
.calendar .day:nth-of-type(n + 8):nth-of-type(-n + 14) {
  grid-row: 3;
}
.calendar .day:nth-of-type(n + 15):nth-of-type(-n + 21) {
  grid-row: 4;
}
.calendar .day:nth-of-type(n + 22):nth-of-type(-n + 28) {
  grid-row: 5;
}
.calendar .day:nth-of-type(n + 29):nth-of-type(-n + 35) {
  grid-row: 6;
}
.calendar .day:nth-of-type(7n + 1) {
  grid-column: 1/1;
}
.calendar .day:nth-of-type(7n + 2) {
  grid-column: 2/2;
}
.calendar .day:nth-of-type(7n + 3) {
  grid-column: 3/3;
}
.calendar .day:nth-of-type(7n + 4) {
  grid-column: 4/4;
}
.calendar .day:nth-of-type(7n + 5) {
  grid-column: 5/5;
}
.calendar .day:nth-of-type(7n + 6) {
  grid-column: 6/6;
}
.calendar .day:nth-of-type(7n + 7) {
  grid-column: 7/7;
}
.calendar .day--disabled {
  background: linear-gradient(0deg, rgba(245, 246, 247, 0.45) 0%, rgba(245, 246, 247, 0.45) 100%), #FFF;
}
.calendar .day .day-number {
  font-size: 2rem;
  font-weight: 500;
  color: rgba(8, 0, 0, 0.4);
  text-align: right;
  padding: 1.5rem;
  display: block;
}
.calendar .day-name {
  padding: 1.5rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  background: #F5F2F3;
  border-bottom: 1px solid #E6E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-item {
  padding: 1.6rem 0.8rem;
  background: rgba(245, 242, 243, 0.5);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  text-align: left;
}
@media (max-width: 991px) {
  .calendar-item {
    padding: 2rem var(--container-pusher);
  }
}
.calendar-item-title {
  font-size: 1.4rem;
}
.calendar-item .category {
  letter-spacing: 0.24px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.calendar-item-slider-nav {
  margin: 1.2rem 0;
}
@media (max-width: 991px) {
  .calendar-item-slider-nav {
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .calendar-item-slider {
    display: none;
  }
  .calendar-item-slider.active {
    display: block;
  }
}

.day-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  padding: 1rem;
}
.day-item.active {
  background: #E4002B;
  color: #ffffff;
}
.day-item .day {
  font-size: 1.2rem;
  font-weight: 700;
}
.day-item .day-number {
  font-size: 1.6rem;
  font-weight: 500;
}
.day-item-slider {
  margin-bottom: 4rem;
}

.step-item {
  display: flex;
  gap: 1.2rem;
}
.step-item-number {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.44px;
  color: #E4002B;
}
.step-item-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.step-item-list .step-item {
  padding-bottom: 2rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #E6E5E5;
}
.step-item-list .step-item:last-child {
  margin-bottom: 0;
}

.organization-item {
  background: #E92F2A;
  border-radius: 99rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.32px;
  color: #ffffff;
  min-width: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 2rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}
.organization-item--dark {
  background: rgba(8, 0, 0, 0.8);
}
.organization-item--gray {
  background: rgba(8, 0, 0, 0.05);
  color: #080000;
}

.organization {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.organization-group {
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
}
.organization-group::after {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  border: 1px dashed rgba(8, 0, 0, 0.3);
  height: 6rem;
  width: 1px;
}
.organization-group.with-sub-items::after {
  border: 1px dashed rgba(8, 0, 0, 0.3);
  height: 2rem;
  width: 1px;
}
.organization-group.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10rem;
  grid-row-gap: 1.9rem;
  width: 100%;
}

.emptystate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.emptystate-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.emptystate-text {
  font-size: 1.4rem;
  font-weight: 500;
}

.header {
  width: 100%;
  border-bottom: 1px solid #E6E5E5;
  height: var(--header-height);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #ffffff;
  padding: 0 var(--container-pusher);
}
@media (max-width: 1442px) {
  .header {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .header {
    padding-left: var(--container-pusher);
  }
}
.header.header--light {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header.header--light .logo img {
  filter: brightness(0) invert(1);
}
.header.header--light .header-menu-item__title {
  color: #ffffff;
}
@media (min-width: 992px) {
  .header.header--light .header-menu-item__title:hover {
    color: #cccccc;
  }
}
.header.header--light .header-menu-opener span {
  background: #ffffff;
}
.header.header--light .main-menu-opener {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.header.header--light .main-menu-opener.active span {
  background: #ffffff;
}
.header.header--light .main-menu-opener span {
  background: #ffffff;
}
.header.header--light .langs-code {
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 992px) {
  .header.header--light .langs-code:hover {
    color: #ffffff;
  }
}
.header.header--light .langs-code.active {
  color: #ffffff;
}
.header.header--light .search-wrapper {
  color: #ffffff;
}
@media (min-width: 992px) {
  .header.header--light .search-wrapper:hover {
    color: #cccccc;
  }
}
.header.header--light.scrolled {
  background: #ffffff;
  border-bottom: 1px solid #E6E5E5;
}
.header.header--light.scrolled .header-menu-opener span {
  background: #080000;
}
.header.header--light.scrolled .main-menu-opener {
  border-right: 1px solid #E6E5E5;
  border-left: 1px solid #E6E5E5;
}
.header.header--light.scrolled .main-menu-opener.active span {
  background: #080000;
}
.header.header--light.scrolled .main-menu-opener span {
  background: #080000;
}
.header.header--light.scrolled .header-menu-item__title {
  color: #080000;
}
@media (min-width: 992px) {
  .header.header--light.scrolled .header-menu-item__title:hover {
    color: #E4002B;
  }
}
.header.header--light.scrolled .logo img {
  filter: unset;
  transition: filter 0.3s ease;
}
.header.header--light.scrolled .langs-code {
  color: rgba(8, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .header.header--light.scrolled .langs-code:hover {
    color: #080000;
  }
}
.header.header--light.scrolled .langs-code.active {
  color: #080000;
}
.header.header--light.scrolled .search-wrapper {
  color: #080000;
}
@media (min-width: 992px) {
  .header.header--light.scrolled .search-wrapper:hover {
    color: #E4002B;
  }
}
.header.active {
  border-bottom: 1px solid rgba(8, 0, 0, 0.1);
  background: #ffffff;
}
.header.active .header-menu {
  opacity: 1;
  pointer-events: auto;
}
.header.active .logo img {
  filter: unset;
}
.header.active .langs {
  display: flex;
}
.header.active .langs-code {
  color: rgba(8, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .header.active .langs-code:hover {
    color: #080000;
  }
}
.header.active .langs-code.active {
  color: #080000;
}
.header.active .search-wrapper {
  color: #080000;
}
@media (min-width: 992px) {
  .header.active .search-wrapper:hover {
    color: #E4002B;
  }
}
.header .logo {
  height: 4.5rem;
}
@media (max-width: 576px) {
  .header .logo {
    height: 3.5rem;
  }
}
.header .logo img {
  height: 100%;
  width: auto;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.header-left {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3rem;
}
.header-right {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3rem;
}
@media (max-width: 576px) {
  .header-right {
    gap: 2rem;
  }
}
.header-right-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  padding: 0 2rem;
  height: 100%;
  background: #E92F2A;
  margin-left: 3rem;
}
@media (max-width: 991px) {
  .header-right-btn {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .header-right-btn {
    width: var(--header-height);
  }
}
.header-right-btn img {
  height: 4.2rem;
  width: auto;
  object-fit: contain;
}
@media (max-width: 576px) {
  .header-right-btn img {
    height: 2.5rem;
  }
}
.header .search-wrapper {
  color: #080000;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .header .search-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .search-wrapper:hover {
    color: #E4002B;
  }
}
.header .langs {
  height: 100%;
}
@media (max-width: 991px) {
  .header .langs {
    display: none;
  }
}
.header .langs-code {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-menu {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 4.7rem;
}
@media (max-width: 991px) {
  .header-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    flex-direction: column;
    height: calc(100dvh - var(--header-height));
    gap: 0;
    left: 0;
    align-items: flex-start;
    width: 100vw;
    top: calc(var(--header-height));
    background: #ffffff;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  }
}
.header-menu .input {
  border: none;
  border-bottom: 1px solid #E6E5E5;
  padding: 0 var(--container-pusher);
}
@media (max-width: 576px) {
  .header-menu .input {
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.header-menu .input-icon {
  left: unset;
  right: var(--container-pusher);
}
.header-menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .header-menu-item {
    padding: 0 var(--container-pusher);
    width: 100%;
    color: #080000;
    border-bottom: 1px solid #E6E5E5;
    height: unset;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .header-menu-item:hover {
    color: #6e0000;
  }
}
@media (min-width: 992px) {
  .header-menu-item:hover::after {
    opacity: 1;
    width: 100%;
  }
}
.header-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #E4002B;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .header-menu-item::after {
    display: none;
  }
}
.header-menu-item.has-submenu {
  cursor: pointer;
}
@media (min-width: 992px) {
  .header-menu-item.has-submenu:hover .submenu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .header-menu-item.has-submenu:hover .header-menu-item-icon {
    transform: scale(1, -1);
  }
}
.header-menu-item.has-submenu.simple {
  position: relative;
}
.header-menu-item.has-submenu.simple .submenu {
  position: absolute;
  left: 0;
  transform: unset;
  width: auto;
  min-width: 26rem;
  flex-direction: column;
}
@media (max-width: 991px) {
  .header-menu-item.has-submenu.simple .submenu {
    position: fixed;
    box-shadow: none;
    border: none;
    padding: 0;
    width: 100%;
    min-width: unset;
    left: 0;
    transform: unset;
    height: calc(100dvh - var(--header-height));
  }
}
@media (min-width: 992px) {
  .header-menu-item.has-submenu.simple .submenu .submenu-section-title {
    display: none;
  }
}
.header-menu-item.has-submenu.simple .submenu-item:last-child .submenu-item__title {
  border-bottom: 0;
}
.header-menu-item__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #080000;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  height: 100%;
}
@media (max-width: 991px) {
  .header-menu-item__title {
    height: 5rem;
    width: 100%;
    justify-content: space-between;
    color: rgba(8, 0, 0, 0.85) !important;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .header-menu-item__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .header-menu-item__title.active + .submenu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .header-menu-item__title:hover {
    color: #E4002B;
  }
}
.header-menu-item-icon {
  font-size: 1.1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .header-menu-item-icon {
    transform: rotate(-90deg);
  }
}
.header-menu-item .submenu {
  position: fixed;
  left: 50%;
  top: var(--header-height);
  transform: translateX(-50%);
  width: var(--container-width);
  border: 1px solid rgba(8, 0, 0, 0.1);
  border-top: 0;
  background: #ffffff;
  box-shadow: 0 24px 50px -40px rgba(0, 0, 0, 0.4);
  display: flex;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  visibility: hidden;
}
@media (max-width: 991px) {
  .header-menu-item .submenu {
    box-shadow: none;
    border: none;
    padding: 0 1.6rem;
    width: 100%;
    min-width: unset;
    padding: 0;
    left: 0;
    transform: unset;
    height: calc(100dvh - var(--header-height));
  }
}
.header-menu-item .submenu-item-menu {
  opacity: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-item-menu {
    display: flex;
    flex-direction: column;
  }
}
.header-menu-item .submenu-item-menu.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header-menu-item .submenu-item-icon {
  opacity: 0.7;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-size: 1.2rem;
}
.header-menu-item .submenu-item__title {
  height: 4.6rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  color: rgba(8, 0, 0, 0.85);
  border-bottom: 1px solid rgba(8, 0, 0, 0.1);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (min-width: 992px) {
  .header-menu-item .submenu-item__title:hover {
    color: #080000;
    background: rgba(245, 242, 243, 0.4);
  }
}
@media (max-width: 991px) {
  .header-menu-item .submenu-item-links {
    overflow-y: scroll;
  }
}
@media (max-width: 991px) {
  .header-menu-item .submenu-items {
    overflow-y: auto;
  }
}
.header-menu-item .submenu-section {
  width: 100%;
  border-right: 1px solid rgba(8, 0, 0, 0.1);
  position: relative;
  height: 46.9rem;
  max-height: 46.9rem;
  overflow-y: scroll;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-section {
    position: fixed;
    left: 0;
    top: var(--header-height);
    padding: 0;
    width: 100%;
    height: calc(100dvh - var(--header-height));
    max-height: unset;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    z-index: 2;
    transform: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  }
  .header-menu-item .submenu-section.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 5;
  }
}
.header-menu-item .submenu-section::-webkit-scrollbar {
  display: none;
}
.header-menu-item .submenu-section:last-child {
  border-right: 0;
}
@media (min-width: 992px) {
  .header-menu-item .submenu-section:first-child .submenu-section-title {
    display: none;
  }
}
.header-menu-item .submenu-section-title {
  display: flex;
  gap: 1.3rem;
  align-items: center;
  height: 4.6rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #080000;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-section-title {
    border-bottom: 1px solid rgba(8, 0, 0, 0.1);
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 var(--container-pusher);
  }
}
@media (min-width: 992px) {
  .header-menu-item .submenu-section-title-icon {
    display: none;
  }
}
.header-menu-item .submenu .menu-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: calc(100% - 5.4rem);
  margin: 2.7rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .header-menu-item .submenu .menu-card {
    display: none;
  }
}
.header-menu-item .submenu .menu-card-img {
  height: 25rem;
}
.header-menu-item .submenu .menu-card-title {
  max-width: 90%;
}
.header-menu-item .submenu .menu-card-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.header-menu-opener {
  display: flex;
  width: 25px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
@media (min-width: 992px) {
  .header-menu-opener {
    display: none;
  }
}
.header-menu-opener span {
  display: block;
  height: 2px;
  background: #080000;
  width: 100%;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.header-menu-opener.active {
  height: unset;
  align-self: unset;
  justify-content: unset;
  gap: 14px;
}
.header-menu-opener.active span {
  background: #080000 !important;
}
.header-menu-opener.active span:nth-child(2) {
  display: none;
}
.header-menu-opener.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header-menu-opener.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header .main-menu-opener {
  display: flex;
  width: 10rem;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  background: none;
  border-right: 1px solid #E6E5E5;
  border-left: 1px solid #E6E5E5;
  padding: 0;
}
@media (max-width: 1442px) {
  .header .main-menu-opener {
    border-left: 0;
  }
}
@media (max-width: 991px) {
  .header .main-menu-opener {
    display: none;
  }
}
.header .main-menu-opener span {
  display: block;
  height: 2px;
  background: #080000;
  width: 30px;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.header .main-menu-opener.active {
  gap: 14px;
}
.header .main-menu-opener.active span {
  background: #080000;
}
.header .main-menu-opener.active span:nth-child(2) {
  display: none;
}
.header .main-menu-opener.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header .main-menu-opener.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header .service-card {
  border-top: 0;
}
.header .service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.header .main-menu {
  position: fixed;
  left: 50%;
  top: var(--header-height);
  transform: translateX(-50%);
  width: var(--container-width);
  border: 1px solid rgba(8, 0, 0, 0.1);
  border-top: 0;
  background: #ffffff;
  box-shadow: 0 24px 50px -40px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  visibility: hidden;
}
.header .main-menu.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header .main-menu-header {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  position: relative;
  border-bottom: 1px solid rgba(8, 0, 0, 0.1);
}
.header .main-menu-title {
  font-size: 2rem;
}
.header .main-menu-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 38.9rem;
  overflow-y: scroll;
}
.header .main-menu-content::-webkit-scrollbar {
  display: none;
}
.header .mobile-menu-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem var(--container-pusher);
  gap: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .header .mobile-menu-section {
    display: none;
  }
}
.header .mobile-menu-section.social-section {
  margin-top: auto;
  border-top: 1px solid rgba(8, 0, 0, 0.1);
}

.footer {
  position: relative;
  background: linear-gradient(180deg, rgba(204, 204, 204, 0) 48.75%, rgba(204, 204, 204, 0.4) 150.96%);
}
.footer-contact {
  display: flex;
  justify-content: space-between;
  padding: 10rem calc(var(--container-pusher) + 3rem);
  position: relative;
  overflow: hidden;
  border-top: 1px solid #E6E5E5;
}
@media (max-width: 991px) {
  .footer-contact {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4rem;
    padding: 6rem var(--container-pusher);
  }
}
@media (max-width: 576px) {
  .footer-contact {
    padding: 3rem var(--container-pusher);
  }
}
.footer-contact-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: var(--container-pusher);
}
@media (max-width: 1442px) {
  .footer-contact-bg {
    left: 0;
    width: 100%;
  }
}
.footer-contact-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 991px) {
  .footer-contact-left {
    align-items: center;
  }
}
.footer-contact-right {
  flex: 0 0 52%;
  max-width: 52%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 991px) {
  .footer-contact-right {
    flex: unset;
    max-width: unset;
    width: 100%;
    align-items: center;
  }
}
.footer-contact-text {
  font-size: 1.5rem;
  letter-spacing: 0.3px;
}
@media (max-width: 991px) {
  .footer-contact-text {
    display: none;
  }
}
.footer-contact .btn-row {
  display: flex;
  gap: 2rem;
}
@media (max-width: 991px) {
  .footer-contact .btn-row {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer-contact .btn-row .footer-contact-btn:first-child {
    width: 100%;
  }
}
.footer-contact-title {
  line-height: 1.2;
}
.footer .logo {
  height: 5rem;
}
@media (max-width: 576px) {
  .footer .logo {
    height: 4.5rem;
  }
}
.footer .logo img {
  height: 100%;
  width: auto;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.footer-content {
  padding: 6rem var(--container-pusher);
  border-top: 1px solid #E6E5E5;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer-content {
    padding: 3rem var(--container-pusher);
  }
}
.footer-content-left {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .footer-content-left {
    flex: unset;
    max-width: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer-menu {
  display: flex;
  gap: 7rem;
  flex: 0 0 72%;
  max-width: 72%;
}
@media (max-width: 991px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu-item__title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.footer-menu-item-links {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
.footer-menu-item-link {
  font-size: 1.6rem;
  font-weight: 400;
  color: #080000;
  opacity: 0.6;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .footer-menu-item-link:hover {
    opacity: 1;
  }
}
.footer-copyright {
  padding: 4rem var(--container-pusher);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E6E5E5;
}
@media (max-width: 991px) {
  .footer-copyright {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .footer-copyright {
    padding: 3rem var(--container-pusher);
  }
}
.footer-copyright-text {
  font-size: 1.5rem;
}
.footer-copyright-links {
  display: flex;
  gap: 5rem;
}
@media (max-width: 991px) {
  .footer-copyright-links {
    display: none;
  }
}
.footer-copyright-link {
  font-size: 1.5rem;
  font-weight: 400;
  color: #080000;
  opacity: 0.6;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .footer-copyright-link:hover {
    opacity: 1;
  }
}

.index {
  min-height: 100rem;
}
.post-list .news-list {
  padding-top: 0;
}
.post-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .post-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .post-list-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-detail-img {
  height: 50rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .news-detail-img {
    height: 25rem;
  }
}
.news-detail-intro {
  border-bottom: 1px solid #E6E5E5;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .news-detail-intro {
    max-width: calc(100% - 2 * var(--container-pusher));
  }
}
.news-detail-intro-inner {
  padding: 2.6rem 0;
  max-width: var(--container-width-small);
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .news-detail-intro-inner {
    max-width: 100%;
  }
}
.news-detail .news-gallery-section .container {
  max-width: 100%;
  padding-left: var(--container-pusher);
  padding-right: var(--container-pusher);
}
.news-detail .news-gallery-section .gallery-item-slider {
  overflow: hidden;
  padding-right: calc(var(--container-pusher-small) - var(--container-pusher));
  padding-left: calc(var(--container-pusher-small) - var(--container-pusher));
}
@media (max-width: 991px) {
  .news-detail .news-gallery-section .gallery-item-slider {
    overflow: visible;
  }
}
.news-detail .news-gallery-section .news-card-slider-3 {
  overflow: hidden;
  padding-right: calc(var(--container-pusher-small) - var(--container-pusher));
  padding-left: calc(var(--container-pusher-small) - var(--container-pusher));
}
@media (max-width: 991px) {
  .news-detail .news-gallery-section .news-card-slider-3 {
    overflow: visible;
  }
}
.news-detail .news-gallery-section .section-head {
  max-width: var(--container-width-small);
  margin-left: auto;
  margin-right: auto;
}

.notice-detail .breadcrumb {
  padding: 0 var(--container-pusher-small);
}
@media (max-width: 991px) {
  .notice-detail .breadcrumb {
    padding: 0 var(--container-pusher);
  }
}
.notice-detail .post-detail-info {
  margin-bottom: 3rem;
}

.post-detail-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*# sourceMappingURL=style.css.map */