:root {
  --font-size-title--5xl: 8rem;
  --font-size-title--4xl: 4.8rem;
  --font-size-title--3xl: 4.2rem;
  --font-size-title--xxl: 4rem;
  --font-size-title--xl: 3.6rem;
  --font-size-title--mlg: 3.2rem;
  --font-size-title--lg: 2.7rem;
  --font-size-title--md: 2.6rem;
  --font-size-title--sm: 2.4rem;
  --font-size-title--msm: 2.2rem;
  --font-size-title--xsm: 2rem;
  --font-size-toptitle: 1.6rem;
  --font-size-text: 1.6rem;
  --content-color: #312e2a;
  --header-height: 9rem;
  --container-pusher: calc((100vw - var(--container-width)) / 2);
  --container-gutter: 8rem;
  --container-width: 128rem;
}
@media (max-width: 1440px) {
  :root {
    --container-gutter: 4rem;
  }
}
@media (max-width: 991px) {
  :root {
    --container-gutter: 2.4rem;
    --header-height: 8.4rem;
    --font-size-title--5xl: 3.4rem;
    --font-size-title--4xl: 2.2rem;
    --font-size-title--xxl: 3rem;
    --font-size-title--msm: 1.7rem;
  }
}
@media (max-width: 576px) {
  :root {
    --container-pusher: 0px;
    --container-gutter: 1.8rem;
    --header-height: 6.4rem;
  }
}

*,
*::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: #312e2a;
  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: "Barlow";
  src: url("../fonts/Barlow-Black.woff2") format("woff2"), url("../fonts/Barlow-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-BlackItalic.woff2") format("woff2"), url("../fonts/Barlow-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-BoldItalic.woff2") format("woff2"), url("../fonts/Barlow-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraBold.woff2") format("woff2"), url("../fonts/Barlow-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Barlow-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraLight.woff2") format("woff2"), url("../fonts/Barlow-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Barlow-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Italic.woff2") format("woff2"), url("../fonts/Barlow-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Light.woff2") format("woff2"), url("../fonts/Barlow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-LightItalic.woff2") format("woff2"), url("../fonts/Barlow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-MediumItalic.woff2") format("woff2"), url("../fonts/Barlow-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Barlow-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Thin.woff2") format("woff2"), url("../fonts/Barlow-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ThinItalic.woff2") format("woff2"), url("../fonts/Barlow-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.swiper-nav {
  pointer-events: none;
}
.swiper-nav .btn {
  pointer-events: all;
}
.swiper-nav .btn__icon {
  transition: 0s;
}
.swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4.3rem;
}
@media (max-width: 576px) {
  .swiper-nav-wrapper {
    margin-top: 3rem;
  }
}

.swiper-nav-wrapper .nav-counter {
  color: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F8F8F8;
  font-size: 2.4rem;
  margin-right: 3rem;
  display: flex;
  align-items: center;
  mix-blend-mode: difference;
  font-weight: 500;
}
@media (max-width: 576px) {
  .swiper-nav-wrapper .nav-counter {
    font-size: 1.7rem;
  }
}
.swiper-nav-wrapper .nav-counter .total {
  color: rgba(49, 46, 42, 0.4);
}
.swiper-nav-wrapper .nav-counter .seperator {
  margin-right: 0.5rem;
  color: rgba(49, 46, 42, 0.4);
}
.swiper-nav-wrapper .nav-counter .current {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  min-width: 1.8rem;
  display: flex;
}
.swiper-nav-wrapper .nav-counter .current.change {
  transform: translateY(-1rem);
  opacity: 0;
}

.swiper-pagination {
  width: auto !important;
  pointer-events: all;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  position: static;
}
@media (max-width: 576px) {
  .swiper-pagination {
    gap: 1rem;
  }
}
.swiper-pagination-bullet {
  height: 1.4rem;
  width: 1.4rem;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
  background-color: rgba(0, 40, 75, 0.1);
}
@media (max-width: 576px) {
  .swiper-pagination-bullet {
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid rgba(217, 217, 217, 0.2);
  }
}
.swiper-pagination-bullet-active {
  background-color: #00284b;
}
.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.swiper-button:hover .btn {
  color: #fff !important;
}
.swiper-button .btn {
  font-size: 1.5rem;
  color: rgba(49, 46, 42, 0.6);
}
@media (max-width: 576px) {
  .swiper-button .btn {
    width: 30px;
    height: 30px;
    font-size: 8px;
  }
}
.swiper-button-disabled {
  border: 1px solid #e0e0e0 !important;
  background: transparent !important;
  color: #e0e0e0 !important;
  pointer-events: none !important;
}
.swiper-button-disabled .btn__icon {
  color: #e0e0e0 !important;
}
.swiper-button-disabled .btn__icon svg {
  color: #e0e0e0 !important;
}
.swiper-button-disabled:hover {
  color: #e0e0e0 !important;
}
.swiper-button-next {
  width: unset;
  z-index: 4;
}
.swiper-button-next::after {
  content: unset;
}
.swiper-button-prev {
  width: unset;
  z-index: 4;
}
.swiper-button-prev::after {
  content: unset;
}

.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: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.swiper-container.with-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 576px) {
  .swiper-container.with-pagination {
    margin-top: 4rem;
    gap: 3rem;
  }
}
.swiper-container-3d {
  transform-style: preserve-3d;
}

.swiper-arrows {
  display: flex;
  font-size: 3rem;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 2.4rem;
  width: max-content;
}
.swiper-arrows .swiper-button-prev {
  left: unset;
  border-radius: var(--button-br) 0 0 var(--button-br);
  margin-right: 1px;
}
.swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):focus span {
  transform: translateX(-3px) scale(1, 1) translateZ(0);
}
.swiper-arrows .swiper-button-next {
  border-radius: 0 var(--button-br) var(--button-br) 0;
}
.swiper-arrows .swiper-button-next:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-next:not(.swiper-button-disabled):focus span {
  transform: translateX(3px) scale(1, 1) translateZ(0);
}

.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;
  }
}

@media (max-width: 991px) {
  .testimonial-pagination {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
  }
}

@keyframes lineMoving {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.swiper-wrapper {
  height: auto !important;
}

.swiper-slide {
  height: auto !important;
}

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

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

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

.heateor_sss_sharing_ul {
  display: flex;
}
.heateor_sss_sharing_ul a:not(:last-child) {
  margin-right: 1rem !important;
}
.heateor_sss_sharing_ul a path {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.heateor_sss_svg {
  width: 5.5rem !important;
  height: 5.5rem !important;
  font-size: 2rem !important;
  border-color: #E0E0E0 !important;
  color: #312e2a !important;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.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: #8d0000;
  font-weight: 700;
  display: none;
  background: transparent;
  border: 0;
  margin-left: 0;
  font-size: 1.6rem;
  margin-right: 0;
  border-radius: 1rem !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@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: #312e2a;
  font-size: 1.6rem;
  font-weight: 700;
  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 {
  position: absolute;
  bottom: -0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  transform: translateY(100%);
}

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

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

.swal2-title {
  font-family: "Barlow" !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: #312e2a;
  font-size: 1.4rem;
  font-weight: 300;
  user-select: none;
  line-height: 1.3em;
  margin-left: 2rem;
  margin-top: -0.3rem;
}

.wpcf7-acceptance input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.wpcf7-acceptance input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: #fff;
  border-radius: 0;
  left: -1px;
  top: -2px;
  position: absolute;
  border: 2px solid rgba(49, 46, 42, 0.6);
}
@media (max-width: 1200px) {
  .wpcf7-acceptance input[type=checkbox]:before {
    left: -0.1rem;
    top: -0.1rem;
  }
}
@media (max-width: 576px) {
  .wpcf7-acceptance input[type=checkbox]:before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.wpcf7-acceptance input[type=checkbox]:checked:before {
  background: #ffffff;
}
.wpcf7-acceptance input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
.wpcf7-acceptance input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
.wpcf7-acceptance input[type=checkbox]:checked:after {
  content: "";
  background-image: url("../img/icon-tik-brown.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) {
  .wpcf7-acceptance input[type=checkbox]:checked:after {
    left: 3px;
    top: 2.5px;
    background-position: 19% 18%;
  }
}
@media (max-width: 576px) {
  .wpcf7-acceptance input[type=checkbox]:checked:after {
    background-position: 15% 18%;
  }
}
.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 0 2rem 0;
}

.heateor_sss_sharing_container {
  display: none !important;
}

.heateorSssClear {
  display: none !important;
}

html,
body {
  overflow-x: visible !important;
  overflow: visible !important;
  width: 100%;
}

html {
  font-size: 10px;
}
@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1367px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1349px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 7px;
  }
}
@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-family: "Barlow";
  font-size: 1.6rem;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F8F8F8;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #312e2a;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
body.w-brief-banner .header-wrapper {
  position: sticky;
  left: 0;
  transform: unset;
}
@media (max-width: 991px) {
  body.w-brief-banner .header-wrapper {
    position: sticky;
    top: 0;
  }
  body.w-brief-banner .header-wrapper.fixed {
    position: fixed;
  }
  body.w-brief-banner .hero {
    padding-top: 4rem;
  }
}
@media (max-width: 991px) {
  body.w-brief-banner .detail {
    padding-top: 0;
  }
}
body.w-brief-banner .subpage {
  padding-top: 0;
}
@media (max-width: 991px) {
  body.w-brief-banner .subpage-intro {
    padding-top: 4rem;
  }
}
body.w-brief-banner.scroll-disabled {
  overflow: visible !important;
}
@media (max-width: 991px) {
  body.has-video-overlay-hero .header-wrapper {
    background: #ffffff !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-gutter);
    padding-right: var(--container-gutter);
  }
}

.container--small {
  max-width: 110rem;
}

.container--xsmall {
  max-width: 90rem;
}

button {
  border: 0;
  cursor: pointer;
}

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

.scroll-hidden::-webkit-scrollbar {
  display: none;
}

.hidden {
  display: none !important;
}

.swiper-container-fa .swiper-slide {
  pointer-events: all;
}

.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;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .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: #312e2a;
}
.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;
  border-radius: 10px;
  background-color: #312e2a;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .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);
  }
}

.modal-video-movie-wrap {
  border-radius: 2.4rem;
}
@media (max-width: 576px) {
  .modal-video-movie-wrap {
    border-radius: 1.2rem;
  }
}
.modal-video-movie-wrap iframe {
  border-radius: 2.4rem;
}
@media (max-width: 576px) {
  .modal-video-movie-wrap iframe {
    border-radius: 1.2rem;
  }
}

ul,
ol {
  font-size: 2rem;
  line-height: 1.5em;
  padding-left: 2.4rem;
  margin-bottom: 0;
}
ul li,
ol li {
  position: relative;
  line-height: 1.7em;
}
ul li + ul li,
ul li + ol li,
ol li + ul li,
ol li + ol li {
  margin-top: 1rem;
}

*[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;
  border-radius: 1rem;
}
.nice-scroll::-webkit-scrollbar-thumb {
  background: rgba(49, 46, 42, 0.1);
  border-radius: 1rem;
}

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

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

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

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

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

.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 !important;
}

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

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

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

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

.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 !important;
}

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

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

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

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

.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 !important;
}

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

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

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

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

.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 !important;
}

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

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

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

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

.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 !important;
}

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

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

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

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

.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 !important;
}

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

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

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

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

.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 !important;
}

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

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

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

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

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.delay-1 {
  transition-delay: 100ms !important;
}
@media (max-width: 991px) {
  .delay-1 {
    transition-delay: 0s !important;
  }
}

.delay-2 {
  transition-delay: 200ms !important;
}
@media (max-width: 991px) {
  .delay-2 {
    transition-delay: 0s !important;
  }
}

.delay-3 {
  transition-delay: 300ms !important;
}
@media (max-width: 991px) {
  .delay-3 {
    transition-delay: 0s !important;
  }
}

.delay-4 {
  transition-delay: 400ms !important;
}
@media (max-width: 991px) {
  .delay-4 {
    transition-delay: 0s !important;
  }
}

.delay-5 {
  transition-delay: 500ms !important;
}
@media (max-width: 991px) {
  .delay-5 {
    transition-delay: 0s !important;
  }
}

.delay-6 {
  transition-delay: 600ms !important;
}
@media (max-width: 991px) {
  .delay-6 {
    transition-delay: 0s !important;
  }
}

.delay-7 {
  transition-delay: 700ms !important;
}
@media (max-width: 991px) {
  .delay-7 {
    transition-delay: 0s !important;
  }
}

.delay-8 {
  transition-delay: 800ms !important;
}
@media (max-width: 991px) {
  .delay-8 {
    transition-delay: 0s !important;
  }
}

.delay-9 {
  transition-delay: 900ms !important;
}
@media (max-width: 991px) {
  .delay-9 {
    transition-delay: 0s !important;
  }
}

.delay-10 {
  transition-delay: 1000ms !important;
}
@media (max-width: 991px) {
  .delay-10 {
    transition-delay: 0s !important;
  }
}

.delay-11 {
  transition-delay: 1100ms !important;
}
@media (max-width: 991px) {
  .delay-11 {
    transition-delay: 0s !important;
  }
}

.delay-12 {
  transition-delay: 1200ms !important;
}
@media (max-width: 991px) {
  .delay-12 {
    transition-delay: 0s !important;
  }
}

.delay-13 {
  transition-delay: 1300ms !important;
}
@media (max-width: 991px) {
  .delay-13 {
    transition-delay: 0s !important;
  }
}

.delay-14 {
  transition-delay: 1400ms !important;
}
@media (max-width: 991px) {
  .delay-14 {
    transition-delay: 0s !important;
  }
}

.delay-15 {
  transition-delay: 1500ms !important;
}
@media (max-width: 991px) {
  .delay-15 {
    transition-delay: 0s !important;
  }
}

.delay-16 {
  transition-delay: 1600ms !important;
}
@media (max-width: 991px) {
  .delay-16 {
    transition-delay: 0s !important;
  }
}

.delay-17 {
  transition-delay: 1700ms !important;
}
@media (max-width: 991px) {
  .delay-17 {
    transition-delay: 0s !important;
  }
}

.delay-18 {
  transition-delay: 1800ms !important;
}
@media (max-width: 991px) {
  .delay-18 {
    transition-delay: 0s !important;
  }
}

.delay-19 {
  transition-delay: 1900ms !important;
}
@media (max-width: 991px) {
  .delay-19 {
    transition-delay: 0s !important;
  }
}

.delay-20 {
  transition-delay: 2000ms !important;
}
@media (max-width: 991px) {
  .delay-20 {
    transition-delay: 0s !important;
  }
}

.rotate-270 {
  transform: rotate(270deg);
}

.o-hidden {
  overflow: hidden;
}

.divider {
  width: 100%;
  height: 1px;
  background: #312e2a;
  position: relative;
  z-index: 1;
}
.divider.mb-0 {
  margin-bottom: 0 !important;
}

.divider--1 {
  margin: 1rem 0;
}

.divider--2 {
  margin: 2rem 0;
}

.divider--3 {
  margin: 3rem 0;
}

.divider--4 {
  margin: 4rem 0;
}

.divider--5 {
  margin: 5rem 0;
}

.divider--6 {
  margin: 6rem 0;
}

.divider--7 {
  margin: 7rem 0;
}

.divider--8 {
  margin: 8rem 0;
}

.divider--9 {
  margin: 9rem 0;
}

.divider--10 {
  margin: 10rem 0;
}

.w-100 {
  width: 100%;
}

@media (max-width: 576px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-mobile-xl {
    display: none !important;
  }
}
@media (max-width: 424px) {
  .hidden-mobile-lg {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .hidden-mobile-sm {
    display: none !important;
  }
}
@media (max-width: 350px) {
  .hidden-mobile-xs {
    display: none !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;
}

.lh-1 {
  line-height: 1 !important;
}

span.colored-green {
  color: #312e2a;
}

span.colored-black {
  color: #312e2a;
}

span.colored-red {
  color: #ec4444;
}

span.colored-green {
  color: #312e2a;
}

span.colored-light-gray-2 {
  color: rgba(49, 46, 42, 0.7);
}

.d-block {
  display: block;
}

.accordion-content {
  overflow: hidden;
  height: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  width: 100%;
}
.accordion-content .content {
  padding-top: 2rem;
}
@media (max-width: 576px) {
  .accordion-content .content {
    padding-top: 1rem;
  }
}
.accordion-item.active .accordion-item-header-icon {
  background: #312e2a;
}
.accordion-item.active .accordion-item-header-icon span {
  background: #ffffff;
}
.accordion-item.active .accordion-item-header-icon span:first-child {
  transform: rotate(0deg);
}
.accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-item-header:hover .accordion-item-header-icon {
  background: #312e2a;
}
.accordion-item-header:hover .accordion-item-header-icon span {
  background: #ffffff;
}
.accordion-item-header-icon {
  width: 1.8rem;
  height: 1.8rem;
  background: rgba(49, 46, 42, 0.1);
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #312e2a;
  position: relative;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  flex-shrink: 0;
}
.accordion-item-header-icon span {
  position: absolute;
  width: 0.9rem;
  height: 2px;
  background: #312e2a;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .accordion-item-header-icon span {
    width: 0.8rem;
  }
}
.accordion-item-header-icon span:first-child {
  transform: rotate(90deg);
}

.title {
  font-style: normal;
  line-height: 1.3;
  color: #312e2a;
  font-weight: 500;
  font-size: 1.6rem;
}
.title--underlined {
  text-decoration: underline;
}
.title--uppercase {
  text-transform: uppercase;
}
.title span.cursor {
  animation: typewriterCursor 1s infinite;
  margin-left: 1px;
}
.title span.gradient {
  background: linear-gradient(90deg, #4478ff -0.84%, #668fff 100.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
}
.title span.gradient-orange {
  background: linear-gradient(90deg, #ac531c -0.84%, #fd853a 100.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
}
.title span.gradient-light-purple {
  background: linear-gradient(90deg, #7261e1 -0.84%, #9333ba 100.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
}
.title--black {
  color: #312e2a;
}
.title--black-60 {
  color: rgba(49, 46, 42, 0.6);
}
.title--black-80 {
  color: rgba(49, 46, 42, 0.8);
}
.title--navy-blue {
  color: #312e2a;
}
.title--blue {
  color: #0a82dc;
}
.title--navy {
  color: #00284b;
}
.title--light-black {
  color: rgba(49, 46, 42, 0.7);
}
.title--white {
  color: #fff;
}
.title--white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.title--5xl {
  font-size: var(--font-size-title--5xl);
}
.title--4xl {
  font-size: var(--font-size-title--4xl);
}
.title--3xl {
  font-size: var(--font-size-title--3xl);
}
.title--xxl {
  font-size: var(--font-size-title--xxl);
}
.title--xl {
  font-size: var(--font-size-title--xl);
}
.title--lg {
  font-size: var(--font-size-title--lg);
}
.title--mlg {
  font-size: var(--font-size-title--mlg);
}
.title--xmd {
  font-size: var(--font-size-title--xmd);
}
.title--md {
  font-size: var(--font-size-title--md);
}
.title--sm {
  font-size: var(--font-size-title--sm);
}
.title--msm {
  font-size: var(--font-size-title--msm);
}
.title--xsm {
  font-size: var(--font-size-title--xsm);
}
.title--2xsm {
  font-size: var(--font-size-title--2xsm);
}
.title--3xsm {
  font-size: var(--font-size-title--3xsm);
}
.title--4xsm {
  font-size: var(--font-size-title--4xsm);
}
.title--5xsm {
  font-size: var(--font-size-title--5xsm);
}
.title--center {
  text-align: center;
}
.title--w-shape {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .title--w-shape {
    gap: 0.8rem;
  }
}
.title--w-shape img {
  height: 2.4rem;
  width: 2.4rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .title--w-shape img {
    height: 2rem;
    width: 2rem;
    margin-top: -0.3rem;
  }
}
.title--w-shape.title--center {
  justify-content: center;
}
.title--w-shape.title--sm {
  gap: 1.1rem;
}
.title--w-shape.title--sm img {
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 576px) {
  .title--w-shape.title--sm img {
    height: 3rem;
    width: 3rem;
  }
}
.title--w-icon {
  display: flex;
  align-items: flex-start;
}
.title--w-icon span {
  order: -1;
}
.title--w-icon .title__icon {
  font-size: 2rem;
  margin-right: 2.5rem;
  color: #ff9d5f;
}

.text {
  font-size: var(--font-size-text);
  line-height: 1.6em;
  font-weight: 400;
  color: #312e2a;
  letter-spacing: 0.16px;
}
.text strong {
  font-weight: 500;
  color: #312e2a;
}
.text span.colored-black {
  color: #312e2a;
}
.text--light-black {
  color: rgba(49, 46, 42, 0.7);
}
.text--white {
  color: #fff;
}
.text--navy {
  color: #00284b;
}
.text--navy-70 {
  color: rgba(0, 40, 75, 0.7);
}
.text--purple {
  color: #6F6C90;
}
.text--dark-purple {
  color: #030303;
}
.text--light-white {
  color: rgba(255, 255, 255, 0.7);
}
.text--4xl {
  font-size: 4.2rem;
}
@media (max-width: 576px) {
  .text--4xl {
    font-size: 2rem;
  }
}
.text--3xl {
  font-size: 2.6rem;
}
@media (max-width: 576px) {
  .text--3xl {
    font-size: 2rem;
  }
}
.text--xxl {
  font-size: 2.2rem;
}
@media (max-width: 576px) {
  .text--xxl {
    font-size: 2rem;
  }
}
.text--xl {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .text--xl {
    font-size: 1.4rem;
  }
}
.text--lg {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .text--lg {
    font-size: 1.5rem;
  }
}
.text--md {
  font-size: 1.7rem;
}
@media (max-width: 991px) {
  .text--md {
    font-size: 1.4rem;
  }
}
.text--sm {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .text--sm {
    font-size: 1.4rem;
  }
}
.text--xs {
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  .text--xs {
    font-size: 1.3rem;
  }
}
.text--2xs {
  font-size: 1.3rem;
}
.text--3xs {
  font-size: 1.1rem;
}
.text--center {
  text-align: center;
}
.text--clickable {
  cursor: pointer;
}

.toptitle {
  font-size: var(--font-size-toptitle);
  line-height: 1.45em;
  font-weight: 700;
  color: #312e2a;
  display: flex;
  align-items: center;
}
.toptitle--blue {
  color: #0a82dc;
}
.toptitle--md {
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  .toptitle--md {
    font-size: 1.4rem;
  }
}

.btn {
  width: max-content;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  user-select: none;
  position: relative;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  padding: 0 3.6rem;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0.6rem;
  line-height: 2.9rem;
  border: none;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .btn {
    height: 4.4rem;
    padding: 0 2rem;
    font-size: 1.1rem;
  }
}
.btn:hover {
  filter: brightness(80%);
}
.btn--md {
  height: 5rem;
}
@media (max-width: 576px) {
  .btn--md {
    height: 4rem;
  }
}
.btn--primary {
  background-color: #0a82dc;
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .btn--primary:hover, .btn--primary:focus-visible {
    background-color: rgb(8.6695652174, 112.7043478261, 190.7304347826);
  }
}
.btn--orange {
  background-color: #fb4a02;
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .btn--orange:hover, .btn--orange:focus-visible {
    background-color: rgb(220.6418972332, 65.0498023715, 1.7581027668);
  }
}
.btn--gray {
  background-color: #dce1e5;
  color: #00284b;
}
@media (min-width: 992px) {
  .btn--gray:hover {
    background-color: rgb(202.4426229508, 209.9508196721, 215.9573770492);
  }
}
.btn--outline, .btn--secondary {
  background-color: rgba(220, 225, 229, 0.6);
  color: #15181a;
}
@media (min-width: 992px) {
  .btn--outline:hover, .btn--outline:focus-visible, .btn--secondary:hover, .btn--secondary:focus-visible {
    background-color: rgba(220, 225, 229, 0.5);
  }
}
.btn--sm {
  height: 4.8rem;
}
.btn--badge {
  height: auto;
  padding: 0.8rem 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.014rem;
  line-height: 2.8rem;
  text-transform: none;
  border-radius: 0.4rem;
  pointer-events: none;
}
.btn--badge-blue {
  background-color: #0a82dc;
  color: #ffffff;
}
.btn--badge-navy {
  background-color: #00284b;
  color: #ffffff;
}
.btn--i {
  border-radius: 100%;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #e9eaef;
  box-shadow: 0 2px 3px 0 rgba(48, 49, 61, 0.05);
}
.btn--i-right {
  gap: 1rem;
}
.btn--i-right svg {
  font-size: 1.8rem;
}
.btn.video-button {
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  height: 6rem;
  width: 6rem;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .btn.video-button {
    height: 5rem;
    width: 5rem;
  }
  .btn.video-button svg {
    font-size: 1.4rem;
  }
}

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

.link {
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  color: #0a82dc;
  letter-spacing: -0.14px;
}
@media (max-width: 576px) {
  .link {
    font-size: 1.5rem;
  }
}
.link:hover {
  color: rgb(8.6695652174, 112.7043478261, 190.7304347826);
}
.link:hover .link__icon {
  transform: translateX(0.4rem);
}
.link.active .link__icon {
  transform: scale(1, -1) !important;
}
.link--xl {
  font-size: 3.4rem;
}
@media (max-width: 576px) {
  .link--xl {
    font-size: 2rem;
  }
}
.link--xl .link__icon {
  font-size: 2rem;
  margin-right: 1.5rem !important;
}
.link--lg {
  font-size: 2.4rem;
}
@media (max-width: 576px) {
  .link--lg {
    font-size: 1.7rem;
  }
}
.link--mlg {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .link--mlg {
    font-size: 1.4rem;
  }
}
.link--md {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .link--md {
    font-size: 1.4rem;
  }
}
.link--underline {
  text-decoration: underline;
}
.link__icon {
  font-size: 1.1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .link__icon {
    font-size: 1.1rem;
  }
}
.link__icon.icon-rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.8rem;
}
.link--i-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.link--i-right:hover .link__text::after {
  width: 100%;
}

.dropdown-wrapper {
  width: 100%;
}

.dropdown-bar-title {
  color: rgba(49, 46, 42, 0.7);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .dropdown-bar-title {
    font-size: 1.4rem;
  }
}

.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;
  padding: 0 0 0 1.2rem;
  letter-spacing: -0.001em;
  height: 5.1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
  font-weight: 500;
  background: #312e2a;
  border: 1px solid #312e2a;
}
@media (max-width: 576px) {
  .dropdown_bar-item {
    padding-left: 1rem;
    height: 4.5rem;
    border-radius: 0.8rem;
  }
}
.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(49, 46, 42, 0.5);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .dropdown_bar-item__top-title {
    font-size: 1.4rem;
  }
}
.dropdown_bar-item.active .dropdown_bar-item__title, .dropdown_bar-item.selected .dropdown_bar-item__title {
  color: #312e2a;
}
.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: 1rem;
  color: #312e2a;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: absolute;
  right: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown_bar-item__icon.red {
  color: #ec4444;
}
@media (max-width: 576px) {
  .dropdown_bar-item__icon {
    right: 1rem;
    font-size: 0.8rem;
  }
}
.dropdown_bar-item__icon-left {
  display: flex;
}
.dropdown_bar-item__icon-left svg {
  display: flex;
  position: absolute;
  left: 2.2rem;
  color: #ec4444;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.dropdown_bar-item__icon-left img {
  height: 1.4rem;
  object-fit: contain;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 576px) {
  .dropdown_bar-item__icon-left img {
    height: 1rem;
    left: 1.2rem;
  }
}
.dropdown_bar-item__title {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  position: absolute;
  top: unset;
  color: #312e2a;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  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: 27.5rem;
  overflow-y: auto;
}
.dropdown_bar-item-box__item {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
  color: rgba(49, 46, 42, 0.5);
  font-size: 1.5rem;
  line-height: 1.3;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  width: 100%;
  font-weight: 500;
  gap: 1rem;
  position: relative;
  padding: 1.2rem;
}
.dropdown_bar-item-box__item:last-child {
  margin-bottom: 0;
}
.dropdown_bar-item-box__item:not(.active):hover {
  color: #312e2a;
}
.dropdown_bar-item-box__item.active {
  color: #312e2a;
}
.dropdown_bar-item-box__item.hidden {
  display: none;
}
.dropdown_bar-item-box-wrapper {
  position: absolute;
  top: 5rem;
  left: -1px;
  background: #ffffff;
  min-width: max-content;
  z-index: 4;
  width: calc(100% + 2px);
  height: auto;
  display: block;
  opacity: 0;
  padding: 1.2rem;
  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.2);
  overflow: hidden;
  border: 1px solid #312e2a;
}
.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;
}

.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: center;
  align-items: center;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.tab-link-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .tab-link-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .tab-link-wrapper {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
.tab-link-wrapper.with-bottom-border {
  border-bottom: 1px solid rgba(49, 46, 42, 0.1);
}
.tab-link-wrapper.container-size {
  padding: 0 var(--container-pusher);
}
.tab .animated-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  gap: 5.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;
  align-items: center;
  gap: 0.8rem;
  padding: 4.4rem 0;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-weight: 700;
  border-bottom: 2px solid transparent;
  line-height: 1.4em;
  z-index: 2;
  position: relative;
  width: max-content;
  color: rgba(0, 40, 75, 0.3);
  letter-spacing: 0.16px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .tab .animated-tabs-item {
    flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .tab .animated-tabs-item {
    font-size: 1.4rem;
    gap: 1rem;
    padding: 4rem 0;
  }
}
.tab .animated-tabs-item.active {
  color: #00284b;
}
.tab .animated-tabs-item.active .count {
  color: #ffffff;
  background: #312e2a;
}
.tab .animated-tabs-item:hover {
  color: #00284b;
}
.tab .animated-tabs-item-icon {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.tab .animated-tabs-item-title {
  line-height: 1.5;
}
.tab .animated-tabs-item-img {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.2);
  border: 1px solid #312e2a;
}
.tab .animated-tabs-item-img img {
  height: 2.2rem;
  width: 2.2rem;
  object-fit: contain;
}
.tab .animated-tabs-line {
  background: #0a82dc;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.ghost {
  display: none;
}
@media (max-width: 991px) {
  .ghost {
    width: 12rem;
    min-width: 12rem;
    height: 3rem;
    display: flex;
    position: relative;
    flex-shrink: 0;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.index-content .tab .filtered-item {
  display: none;
}
.index-content .tab .filtered-item:first-child {
  display: flex;
}
.index-content .tab .filtered-item.active {
  display: flex;
}

.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-image: url("../img/tik.svg");
}
.checkbox__input:checked ~ .tick-checkbox-content .tick-checkbox__title {
  color: #312e2a;
}
.checkbox__input:not(:checked):hover ~ .tick-checkbox-content .tick-checkbox__title {
  color: rgba(49, 46, 42, 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: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F8F8F8;
}
.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 rgba(49, 46, 42, 0.6);
  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: 45%;
  background-size: 0.5em;
  font-size: 1.8rem;
  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-highlighted {
  color: #312e2a;
  font-weight: 600;
  text-decoration-line: underline;
}

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

.select-outer {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  /*  &__title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3rem;
    font-weight: 500;
    border-radius: 1rem 0 0 1rem;
    border: 1px solid #DCE6EA;
    border-right: 0;
    font-size: 1.5rem;
    color: $c-black;

    & + select {
      border-bottom-left-radius: 0 !important;
      border-top-left-radius: 0 !important;

    }
  }*/
}
.select-outer select {
  width: 100%;
  appearance: none;
  background: url("../img/icon-triangle-down.svg") no-repeat;
  background-position-x: calc(100% - 9px);
  background-position-y: 50%;
  background-size: 1.2rem;
  font-size: 2rem;
  padding-right: 2.6rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  height: 5rem;
  border: 0;
  border-bottom: 1px solid #312e2a;
  border-radius: 0;
  font-weight: 500;
  color: #312e2a;
}
.select-outer select:disabled {
  opacity: 0.5;
}
.select-outer select:invalid {
  color: rgba(49, 46, 42, 0.4);
}
.select-outer select:focus {
  outline: 0;
  border-color: #FFA134;
}
.select-outer select option {
  padding: 5px;
}
.select-outer.input-error {
  border: none !important;
  margin-bottom: 1.5rem !important;
}

.input {
  outline: none;
  width: 100%;
  color: #312e2a;
  font-size: 1.6rem;
  height: 5.1rem;
  padding: 0 1.6rem;
  border: 1px solid #312e2a;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #fff;
  font-weight: 400;
  -webkit-appearance: none;
  letter-spacing: -0.01em;
  position: relative;
  box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.2);
}
@media (max-width: 576px) {
  .input {
    font-size: 1.6rem;
    padding-left: 1.6rem;
    height: 4.8rem;
    border-radius: 0.8rem;
  }
}
.input.error {
  border: 1px solid #cc0000 !important;
}
.input::placeholder {
  color: rgba(49, 46, 42, 0.6);
  font-size: 1.6rem;
  letter-spacing: 0.32px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .input::placeholder {
    font-size: 1.5rem;
  }
}
.input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input:focus {
  border: 1px solid #312e2a;
}
.input__title {
  color: rgba(49, 46, 42, 0.6);
  letter-spacing: 0.28px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.input__title span {
  color: #ec4444;
}
.input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  gap: 3.6rem;
}
.input-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .input-row.mobile-row {
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  .input-row {
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 1.3rem;
  }
}
.input-row .input-wrapper {
  width: 100%;
  position: relative;
}
.input-row .input-wrapper.input-error {
  overflow: initial;
}
.input-row .input-wrapper.input-error .input {
  border: 1px solid #ec4444 !important;
  box-shadow: unset;
}
.input-row .input-wrapper textarea {
  width: 100%;
  height: 21.5rem;
  max-height: 18rem;
  outline: none;
  padding: 1.6rem;
  font-weight: 400;
  resize: none;
}
@media (max-width: 576px) {
  .input-row .input-wrapper textarea {
    height: 11rem;
  }
}
.input-icon {
  position: absolute;
  font-size: 1rem;
  color: #312e2a;
  display: flex;
  z-index: 1;
  bottom: 2.5rem;
  transform: translateY(50%);
  right: 2.2rem;
}
.input-disabled {
  pointer-events: none;
  border-color: transparent;
}
.input.input--large {
  height: 12rem;
  padding-bottom: 7rem;
}

label.error {
  margin-bottom: 0;
  margin-top: 1rem;
  color: #ec4444 !important;
  font-weight: 500;
  font-size: 1.3rem;
  bottom: -1.8rem;
  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: #312e2a !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: #00284b;
  font-weight: 600;
}
@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: 2.6rem;
}
@media (max-width: 576px) {
  .content h3 {
    font-size: 1.8rem;
  }
}
.content h4 {
  font-size: 2.2rem;
}
@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.8rem;
}
@media (max-width: 576px) {
  .content h6 {
    font-size: 1.6rem;
  }
}
.content p {
  margin-bottom: 1.5rem;
  color: rgba(0, 40, 75, 0.7);
  line-height: 1.8em;
  font-size: var(--font-size-text);
  font-weight: 400;
}
.content p:last-child:last-of-type {
  margin-bottom: 0;
}
.content p b {
  font-weight: 500;
}
.content p strong {
  font-weight: 600;
}
.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: #312e2a;
  opacity: 1;
}
.content a:not(.btn):hover, .content a:not(.btn).active {
  text-decoration: underline;
  color: #fb4a02;
}
.content img {
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 50rem;
  object-position: top;
}
@media (max-width: 991px) {
  .content img {
    height: 25rem;
  }
}
.content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content video {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .content video {
    border-radius: 1.2rem;
  }
}
.content .banner {
  padding: 4rem 5.2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.content .banner-title {
  margin-bottom: 0;
  line-height: 1.3;
}
.content .customer-card {
  margin: 4rem 0;
}
.content .customer-card-title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0;
  color: #312e2a;
  min-height: unset;
}
@media (max-width: 991px) {
  .content .customer-card-title {
    font-size: 1.5rem;
  }
}
.content .customer-card .user-img {
  height: 5.2rem;
  width: 5.2rem;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .content .customer-card .user-img {
    height: 3.8rem;
    width: 3.8rem;
  }
}
.content .customer-card-bottom {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .content .customer-card-bottom {
    margin-top: 2rem;
  }
}
.content ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
@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 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  color: #312e2a;
  list-style: none;
}
@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: 6px;
  border-radius: 50%;
  position: absolute;
  left: -2rem;
  top: 1.1rem;
  border-radius: 50%;
  background: #312e2a;
}
@media (max-width: 576px) {
  .content ul li::before {
    font-size: 4px;
    left: -1.5rem;
  }
}
.content ul li ul li::before {
  background: transparent;
  border: 1px solid #312e2a;
}
.content ul li.has-h3::before {
  top: 50%;
  transform: translateY(-50%);
}
.content ol {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .content ol {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .content ol {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
  }
}
.content ol li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  color: #312e2a;
}
@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 ol li.has-h3::before {
  top: 50%;
  transform: translateY(-50%);
}
.content--center {
  text-align: center;
}
.content--big p {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .content--big p {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
}
.content--big p:last-child:last-of-type {
  margin-bottom: 0;
}
.content--big ol li,
.content--big ul li {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .content--big ol li,
  .content--big ul li {
    font-size: 1.5rem;
  }
}

.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-content: center;
  font-size: 1.8rem;
  gap: 3.5rem;
}
@media (max-width: 576px) {
  .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    font-size: 2.4rem;
  }
}
.social-title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16px;
  color: #312e2a;
}
.social-title--white {
  color: #ffffff;
}
.social__item {
  cursor: pointer;
  color: #312e2a;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.social__item:hover {
  color: #312e2a;
}
.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-wrapper {
  position: relative;
}
@media (max-width: 576px) {
  .social-wrapper::after {
    position: absolute;
    left: calc(-1 * var(--container-gutter));
    width: calc(100% + 2 * var(--container-gutter));
    height: 1px;
    bottom: -2.4rem;
    z-index: -1;
    border-bottom: 1px solid #eceef7;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F8F8F8;
  }
  .social-wrapper .title {
    font-size: 1.4rem;
  }
}
.social--small {
  font-size: 1.9rem;
}
.social--small .social__item {
  height: 4.4rem;
  width: 4.4rem;
}
.social--xsmall {
  font-size: 1.5rem;
  gap: 0.8rem;
}
.social--xsmall .social__item {
  height: 3.2rem;
  width: 3.2rem;
}
.social.dark-circle {
  gap: 1rem;
}
.social.dark-circle .social__item {
  background: #312e2a;
}
.social.dark-circle .social__item svg {
  color: #ffffff;
}

.section {
  padding: 9rem 0;
}
@media (max-width: 991px) {
  .section {
    padding: 4rem 0;
  }
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 991px) {
  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.section-head-title {
  font-size: 4rem;
  font-weight: 500;
  color: #00284b;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .section-head-title {
    font-size: 2rem;
  }
}
.section-head-text {
  max-width: 72rem;
  font-size: 2rem;
  color: rgba(0, 40, 75, 0.7);
  line-height: 1.6;
  letter-spacing: 0.2px;
}
@media (max-width: 991px) {
  .section-head-text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.section-head-text b,
.section-head-text strong {
  font-weight: 600;
}
.section-head.section-head-column {
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 576px) {
  .section-head.section-head-column {
    gap: 2rem;
  }
}
.section-head.section-head-column .section-head-text {
  max-width: 100%;
}
.section.with-top-border {
  border-top: 1px solid rgba(21, 24, 26, 0.1);
}
.section.board-section {
  background: linear-gradient(181deg, rgba(211, 217, 223, 0) 0.49%, rgba(211, 217, 223, 0.3) 93.84%), #fff;
}
.section.partner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 0 0 0;
  background: linear-gradient(0deg, rgba(211, 217, 223, 0.3) 0%, rgba(211, 217, 223, 0.3) 100%), #fff;
}
@media (max-width: 991px) {
  .section.partner-section {
    padding: 4rem 0 0;
  }
}
.section.partner-section .section-head {
  padding-left: var(--container-pusher);
  padding-right: var(--container-pusher);
  width: 100%;
}
@media (max-width: 991px) {
  .section.partner-section .section-head {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
  .section.partner-section .section-head .section-head-text {
    display: none;
  }
}
.section.partner-section .brands-list {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 576px) {
  .section.partner-section .brands-list {
    margin-top: 4rem;
  }
}
.section.partner-section .brands-list .brands-item-wrapper:nth-child(2) .brands-item-content .brands-item {
  border-top: 0;
}
.section--center .section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section--center .section-head-title {
  margin-bottom: 2rem;
}
.section.team-slider-section {
  padding-left: var(--container-pusher);
  overflow: hidden;
}
@media (max-width: 991px) {
  .section.team-slider-section {
    padding: 4rem var(--container-gutter);
  }
}
.section.team-slider-section .section-head {
  padding-right: var(--container-pusher);
}
.section.slider-section {
  overflow: hidden;
}
.section.role-section {
  padding-bottom: 6.3rem;
}
@media (max-width: 991px) {
  .section.role-section {
    padding-bottom: 2.3rem;
  }
}
.section.role-section .career-roles {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .section.role-section .career-roles {
    margin-top: 2rem;
  }
}
.section.role-section .career-roles h2 {
  display: none;
}
.section.role-section .career-roles .BambooHR-ATS-board {
  font-family: "Barlow" !important;
}
.section.role-section .career-roles #BambooHR-ATS + div {
  display: none;
}
.section.role-section .career-roles .BambooHR-ATS-Jobs-List {
  padding: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.section.role-section .career-roles .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3rem;
  gap: 1rem;
  margin-bottom: 2.7rem !important;
  position: relative;
  border-bottom: 1px solid rgba(21, 24, 26, 0.1);
}
@media (max-width: 991px) {
  .section.role-section .career-roles .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 9.8rem;
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 576px) {
  .section.role-section .career-roles .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item {
    padding-bottom: 8.8rem;
  }
}
.section.role-section .career-roles .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item a {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: -0.44px;
  line-height: 1.6;
  color: #00284b;
}
@media (max-width: 991px) {
  .section.role-section .career-roles .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item a {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .section.role-section .career-roles .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item a {
    font-size: 1.7rem;
  }
}
.section.role-section .career-roles .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item a:hover::after {
  filter: brightness(80%);
}
.section.role-section .career-roles .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
  font-size: 2.2rem;
  font-weight: 500;
  color: rgba(0, 40, 75, 0.7);
  letter-spacing: -0.44px;
  padding-top: 0 !important;
  padding-right: 23rem;
}
@media (max-width: 991px) {
  .section.role-section .career-roles .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .section.role-section .career-roles .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
    font-size: 1.7rem;
  }
}
.section.role-section .career-roles .BambooHR-ATS-Department-Header {
  display: none;
}
.section.role-section .career-roles .BambooHR-ATS-Department-List {
  padding-top: 0 !important;
}
.section.role-section .career-roles #BambooHR .BambooHR-ATS-Jobs-Item a::after {
  content: "Apply Now";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0 2rem;
  background-color: #0a82dc;
  color: #ffffff;
  border-radius: 0.6rem;
  letter-spacing: 0.24px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: -0.7rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .section.role-section .career-roles #BambooHR .BambooHR-ATS-Jobs-Item a::after {
    bottom: 2.4rem;
    top: auto;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .section.role-section .career-roles #BambooHR .BambooHR-ATS-Jobs-Item a::after {
    height: 4rem;
  }
}
.section.role-section-reverse {
  background: linear-gradient(0deg, rgba(211, 217, 223, 0) 6.16%, rgba(211, 217, 223, 0.3) 99.51%), #FFF;
  border-top: 1px solid rgba(21, 24, 26, 0.1);
}
.section.role-section-reverse .section-head {
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.section.role-section-reverse .section-head-text {
  max-width: 100%;
}
.section.bg-gradient {
  background: linear-gradient(181deg, rgba(211, 217, 223, 0) 0.49%, rgba(211, 217, 223, 0.3) 93.84%), #FFF;
}
.section.team-section .section-title {
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .section.team-section .section-title {
    max-width: 18rem;
    font-size: 2.4rem;
  }
}
.section.gradient-slider {
  position: relative;
}
.section.gradient-slider::after {
  content: "";
  width: var(--container-pusher);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section.gradient-slider::after {
    display: none;
  }
}
.section.gradient-slider::before {
  content: "";
  width: var(--container-pusher);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section.gradient-slider::before {
    display: none;
  }
}
.section.cta-section .container {
  max-width: 70rem;
}
@media (max-width: 576px) {
  .section.cta-section .section-head-title {
    max-width: 34rem;
  }
}
@media (max-width: 576px) {
  .section.cta-section .section-head-text {
    font-size: 1.8rem;
    max-width: 24rem;
  }
}

.team-card {
  position: relative;
  display: flex;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  height: 44rem;
  overflow: hidden;
  padding: 2.4rem;
  border-radius: 1.2rem;
}
.team-card::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.07%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
@media (min-width: 992px) {
  .team-card:hover .social {
    opacity: 1;
  }
  .team-card:hover .link {
    opacity: 1;
  }
  .team-card:hover .team-card-content {
    transform: translateY(-7rem);
  }
}
.team-card .link {
  color: #ffffff;
  margin-top: 1rem;
  position: absolute;
  opacity: 0;
  bottom: -6.5rem;
}
.team-card .social {
  padding-top: 2rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  justify-content: flex-start;
  gap: 2rem;
  position: absolute;
  opacity: 0;
  bottom: -3.5rem;
}
@media (max-width: 991px) {
  .team-card .social {
    padding-top: 1.6rem;
  }
}
.team-card .social .social__item {
  color: #ffffff;
  font-size: 2.3rem;
}
.team-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.team-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.4rem;
  width: 100%;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.team-card-content .about-title {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  letter-spacing: -0.16px;
}
.team-card-content .about-text {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  letter-spacing: -0.16px;
  margin-top: 1rem;
}
.team-card-content .team-card-title {
  line-height: 1.5;
  color: #ffffff;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  letter-spacing: -0.22px;
}
.team-card-content .team-card-text {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  letter-spacing: -0.16px;
}
.team-card.type-2 {
  height: auto;
  padding: 0;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 576px) {
  .team-card.type-2 {
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .team-card.type-2:hover .team-card-content {
    transform: translateY(0);
  }
}
.team-card.type-2:after {
  content: unset;
}
.team-card.type-2 .team-card-top {
  position: relative;
  height: 44rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.2rem;
}
.team-card.type-2 .team-card-top::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.07%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.team-card.type-2 .team-card-title {
  color: #00284b;
}
.team-card.type-2 .team-card-text {
  color: rgba(0, 40, 75, 0.7);
}

.team-slider {
  padding-top: 6rem;
}
@media (max-width: 991px) {
  .team-slider {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .team-slider .swiper-wrapper {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    transform: none !important;
    gap: 1.2rem;
  }
}
@media (max-width: 991px) {
  .team-slider-buttons {
    display: none;
  }
}

.advisory {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  padding-left: 3rem;
  border-left: 1px solid rgba(0, 40, 75, 0.1);
}
@media (max-width: 991px) {
  .advisory {
    padding-left: 1.6rem;
    gap: 1rem;
  }
}
.advisory .title {
  letter-spacing: -0.22px;
}
.advisory .text {
  letter-spacing: -0.18px;
  color: rgba(0, 40, 75, 0.7);
}
.advisory img {
  height: 3rem;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .advisory img {
    height: 2.8rem;
  }
}

.testimonial-card {
  padding: 3rem;
  border: 1px solid rgba(0, 40, 75, 0.1);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (min-width: 992px) {
  .testimonial-card:hover {
    box-shadow: 0px 34px 34px -20px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991px) {
  .testimonial-card {
    padding: 2rem 1.6rem;
  }
}
.testimonial-card-top {
  padding-bottom: 3rem;
}
.testimonial-card .testimonial-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial-card .testimonial-text {
    font-size: 1.6rem;
  }
}
.testimonial-card .testimonial-link {
  margin-top: 1rem;
}
.testimonial-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 3rem;
  border-top: 1px solid rgba(21, 24, 26, 0.1);
}
@media (max-width: 991px) {
  .testimonial-card-bottom {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
}
.testimonial-card-bottom-left {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.testimonial-card-bottom-left-text {
  display: flex;
  flex-direction: column;
}
.testimonial-card-bottom-left-text .text {
  line-height: 1.5;
}
.testimonial-card-bottom .testimonial-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-card-bottom .testimonial-img img {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .testimonial-card-bottom .testimonial-img img {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.testimonial-card-bottom-logo img {
  height: 3rem;
  width: auto;
}
@media (max-width: 991px) {
  .testimonial-card-bottom-logo img {
    height: 2.4rem;
  }
}

.testimonial-slider {
  padding-top: 8rem;
}
@media (max-width: 991px) {
  .testimonial-slider {
    padding-top: 3rem;
  }
}
.testimonial-slider-buttons {
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 991px) {
  .testimonial-slider-buttons {
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
  }
}
.testimonial-slider .testimonial-card {
  height: 100%;
}
@media (max-width: 576px) {
  .testimonial-slider .testimonial-card {
    min-height: 32rem;
  }
}
@media (min-width: 992px) {
  .testimonial-slider.grid .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    transform: unset;
    gap: 1.6rem;
  }
  .testimonial-slider.grid .swiper-wrapper .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
}

.brands-item-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  width: calc(var(--container-width) + 5rem);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media (max-width: 576px) {
  .brands-item-wrapper {
    width: 100%;
    padding: 0 var(--container-gutter);
  }
}
.brands-item-wrapper.no-mask {
  width: var(--container-width);
  mask-image: unset;
  mask-repeat: unset;
  mask-size: unset;
}
@media (max-width: 576px) {
  .brands-item-wrapper.no-mask {
    width: 100%;
    padding: 0 var(--container-gutter);
  }
}
.brands-item-wrapper.no-mask .brands-item-content {
  justify-content: center;
}

.brands-item-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
}
.brands-item-content .brands-item {
  padding: 0 7.5rem;
  height: 15rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
@media (max-width: 576px) {
  .brands-item-content .brands-item {
    padding: 0 2.5rem;
    height: 10rem;
  }
}
.brands-item-content .brands-item img {
  height: 7.4rem;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 576px) {
  .brands-item-content .brands-item img {
    height: 5.4rem;
  }
}
.brands-item-content .brands-item + .brands-item {
  border-left: 0;
}

.info-card {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .info-card {
    flex-direction: column;
    gap: 2rem;
  }
}
.info-card-title {
  letter-spacing: -0.4px;
}
.info-card-left {
  width: auto;
  height: auto;
  flex: 0 0 47%;
  max-width: 47%;
}
@media (max-width: 991px) {
  .info-card-left {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.info-card-left img {
  height: 34rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 576px) {
  .info-card-left img {
    height: 19rem;
  }
}
.info-card-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.6rem;
  flex: 0 0 47%;
  max-width: 47%;
}
@media (max-width: 991px) {
  .info-card-right {
    flex: unset;
    max-width: unset;
    width: 100%;
    gap: 1rem;
  }
  .info-card-right .text {
    font-size: 1.5rem;
  }
  .info-card-right .btn {
    margin-top: 1rem;
  }
}
.info-card-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .info-card-reverse {
    flex-direction: column;
  }
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(21, 24, 26, 0.1);
}
.list-item .text {
  letter-spacing: -0.17px;
  max-width: 37rem;
  width: 50%;
}
@media (max-width: 991px) {
  .list-item .text {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .list-item .text {
    max-width: 35rem;
  }
}
@media (max-width: 991px) {
  .list-item .text--xxl {
    font-size: 1.7rem;
  }
}
.list-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.list-item-bottom .text {
  letter-spacing: -0.44px;
}
@media (max-width: 991px) {
  .list-item-bottom {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .list-item {
    flex-direction: column;
    padding: 2rem 0;
    align-items: flex-start;
    gap: 2rem;
  }
}

:root {
  --chart-height: 450px;
}

.chart-wrapper {
  padding: 0 var(--container-pusher);
}
@media (max-width: 991px) {
  .chart-wrapper {
    padding: 0 var(--container-gutter);
  }
}
@media (max-width: 576px) {
  .chart-wrapper {
    padding-right: 0;
  }
}

.chart-section {
  padding: 4rem;
  font-family: sans-serif;
}

/* TABS */
.chart-tabs {
  display: inline-flex;
  border-radius: 0.8rem;
  border: 1px solid #D9D9D9;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 4rem;
  margin-top: 4rem;
  padding: 0.4rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 24rem;
  gap: 0.3rem;
}
@media (max-width: 576px) {
  .chart-tabs {
    height: 4.7rem;
    padding: 0.3rem;
    margin-top: 3rem;
  }
}

.chart-tab-info-text {
  opacity: 0.7;
  color: #00284b;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}

.chart-info-text {
  margin-right: auto;
  line-height: 1.5;
}

.chart-tab {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  font-weight: 600;
  height: 4.8rem;
  border-radius: 0.6rem;
  width: 100%;
}
@media (max-width: 576px) {
  .chart-tab {
    height: 4.1rem;
    font-size: 1.5rem;
  }
}

.chart-tab.active {
  background: #0a82dc;
  color: #fff;
}

/* CHART */
.chart {
  display: flex;
  align-items: stretch;
}

/* Y AXIS */
.chart-y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: var(--chart-height);
  margin-right: 2rem;
  position: relative;
}

.chart-y li {
  position: relative;
  font-size: 1.2rem;
  color: #777;
}

/* GRID LINES */
.chart-y li::after {
  content: "";
  position: absolute;
  left: 3rem;
  right: -200rem;
  top: 50%;
  height: 1px;
  background: #e5e5e5;
}

/* BARS WRAPPER */
.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
}
@media (max-width: 576px) {
  .chart-bars {
    overflow-x: auto;
    gap: 1.5rem;
    padding-left: 0;
    padding-right: var(--container-gutter);
  }
  .chart-bars::-webkit-scrollbar {
    display: none;
  }
}

/* ITEM */
.chart-item {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 100%;
}
@media (max-width: 576px) {
  .chart-item {
    width: 10rem;
    flex-shrink: 0;
  }
}

/* BAR AREA (CRITICAL) */
.bar-wrapper {
  height: var(--chart-height);
  display: flex;
  align-items: flex-end;
  width: 100%;
}

/* BAR */
.bar {
  width: 100%;
  height: 100%;
  position: relative;
}

/* STACK */
.bar-stack {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* COLORS */
.bar-dark {
  width: 100%;
  background: #0c2d48;
}

.bar-light {
  width: 100%;
  background: #d9d9d9;
}

.bar-dark,
.bar-light {
  width: 100%;
  display: block;
}

/* BLUE BAR */
.bar-blue {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #2f80ed;
  z-index: 2;
}

/* LABEL */
.label {
  margin-top: 1.3rem;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.15px;
  opacity: 0.7;
  min-height: 5rem;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.3rem;
    min-height: 7rem;
  }
}

.label.blue {
  color: #2f80ed;
}

.chart-bars {
  align-items: flex-end;
}

.chart {
  display: flex;
  align-items: stretch;
}

.chart-info {
  display: flex;
  justify-content: flex-end;
  gap: 3.5rem;
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .chart-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  background: #fff;
  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: 100%;
  max-width: calc(100% - 3.6rem);
  box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.2);
  visibility: hidden;
  max-height: 90dvh;
  border-radius: 1.2rem;
}
@media (max-width: 991px) {
  .modal {
    height: 100dvh;
    max-width: unset;
    border-radius: 0;
    max-height: unset;
  }
}
.modal-header {
  height: 6.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3.6rem;
  border-bottom: 1px solid rgba(0, 40, 75, 0.1);
}
@media (max-width: 991px) {
  .modal-header {
    height: var(--header-height);
    padding: 0 var(--container-gutter);
  }
}
.modal-header-title {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.17px;
  color: #00284b;
}
.modal-close {
  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: 1.5rem;
  top: 1.7rem;
  border-radius: 99%;
  background-color: #fff;
  padding: 1rem;
  color: #ffffff;
}
.modal-close:hover {
  color: #fff;
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 10px;
  background-color: #00284b;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.modal-close:hover::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.modal-close:hover::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 576px) {
  .modal-close {
    height: 2.2rem;
    width: 2.2rem;
    font-size: 1.1rem;
  }
}
.modal-content {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 2.8rem 3.6rem;
}
@media (max-width: 991px) {
  .modal-content {
    padding: 2rem var(--container-gutter);
  }
}
.modal-content .person {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2.8rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 40, 75, 0.1);
}
@media (max-width: 991px) {
  .modal-content .person {
    padding-bottom: 1.8rem;
    margin-bottom: 1.3rem;
    gap: 1.5rem;
  }
}
.modal-content .person img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 991px) {
  .modal-content .person img {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.modal-content .person-info-title {
  letter-spacing: -0.18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #00284b;
}
@media (max-width: 576px) {
  .modal-content .person-info-title {
    font-size: 1.6rem;
  }
}
.modal-content .person-info-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(0, 40, 75, 0.7);
  letter-spacing: -0.15px;
  margin-top: 0.5rem;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .modal-content .person-info-text {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.modal-content-info {
  position: absolute;
  bottom: 3rem;
  padding: 0 1.6rem;
  z-index: 2;
}
.modal-content .social {
  padding-top: 4rem;
  padding-bottom: 2rem;
  justify-content: flex-start;
  gap: 2rem;
}
.modal-content .social .social-icon {
  display: flex;
  color: #4d6981;
}
.modal-content .social .social-icon:hover {
  color: #00284b;
}
.modal-content .member-description {
  letter-spacing: -0.16px;
}
.modal.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.modal--small {
  width: 50rem;
}
@media (max-width: 991px) {
  .modal--small {
    width: 100%;
  }
}

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

.news-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  overflow: hidden;
}
.news-card .link {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .news-card .link {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .news-card:hover .news-card-img {
    box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.2);
  }
  .news-card:hover .link {
    position: relative;
    color: #0a82dc;
    transition: color 0.3s ease;
  }
  .news-card:hover .link {
    color: rgb(7.3391304348, 95.4086956522, 161.4608695652);
  }
}
@media (max-width: 576px) {
  .news-card-title {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.news-card-img {
  height: 22.6rem;
  border-radius: 1.2rem;
  width: auto;
  position: relative;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  overflow: hidden;
}
.news-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .news-card-img img {
    height: 20.5rem;
  }
}
.news-card-img-badge {
  padding: 0.5rem 1.4rem;
  position: absolute;
  background-color: #0a82dc;
  color: #ffffff;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  top: 2rem;
  left: 2rem;
  z-index: 2;
}
@media (max-width: 576px) {
  .news-card-img-badge {
    top: 1.8rem;
    left: var(--container-gutter);
    font-size: 1.3rem;
  }
}
.news-card-img-badge.badge-dark-blue {
  background-color: #01294C;
}
.news-card-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
.news-card-content-info {
  display: flex;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .news-card-content-info {
    font-size: 1.4rem;
  }
}
.news-card-content-info .date {
  padding-right: 1.4rem;
  margin-right: 1rem;
  position: relative;
  letter-spacing: 0.16px;
}
.news-card-content-info .date::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #00284b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.news-card--type-2 {
  position: relative;
  border-radius: 1.2rem;
}
@media (min-width: 992px) {
  .news-card--type-2:hover .news-card-img {
    transform: scale(1.2);
  }
}
.news-card--type-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79.79%), no-repeat, rgba(215, 217, 221, 0.3);
}
.news-card--type-2 .news-card-content {
  position: absolute;
  bottom: 3rem;
  z-index: 2;
  gap: 2.5rem;
  padding: 0 3.2rem;
}
@media (max-width: 991px) {
  .news-card--type-2 .news-card-content {
    padding: 0 var(--container-gutter);
  }
}
@media (max-width: 576px) {
  .news-card--type-2 .news-card-content {
    bottom: 2rem;
    gap: 1.5rem;
  }
  .news-card--type-2 .news-card-content .link {
    margin-top: 1rem;
  }
}
.news-card--type-2 .news-card-img {
  width: 100%;
  height: 100%;
}
.news-card--type-2 .news-card-img img {
  height: 41.3rem;
}
@media (max-width: 991px) {
  .news-card--type-2 .news-card-img img {
    height: 32.5rem;
  }
}
.news-card--type-2 .news-card-title {
  color: #ffffff;
}
.news-card--type-2 .date {
  color: #ffffff;
}
.news-card--type-2 .date:after {
  background-color: #ffffff;
}
.news-card--type-2 .news-card-content-info {
  padding-top: 2.5rem;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 576px) {
  .news-card--type-2 .news-card-content-info {
    padding-top: 1.5rem;
  }
}
.news-card--type-2 .news-card-content-info span {
  color: #ffffff;
  letter-spacing: 0.16px;
}

.energy {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 991px) {
  .energy {
    flex-direction: column;
    gap: 2rem;
  }
}
.energy-name {
  width: 9.5rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .energy-name {
    width: 100%;
    text-align: center;
  }
}
.energy-bar {
  width: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .energy-bar {
    flex-direction: column;
    height: 47rem;
  }
}
@media (max-width: 576px) {
  .energy-bar {
    height: auto;
  }
}
.energy-bar .value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991px) {
  .energy-bar .value {
    text-align: center;
    align-items: center;
  }
}
.energy-bar .value-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 991px) {
  .energy-bar .value-row {
    justify-content: center;
  }
}
.energy-bar .value-row svg {
  font-size: 1.8rem;
  pointer-events: auto;
  cursor: pointer;
}
.energy-bar .value-number {
  font-size: 3rem;
  font-weight: 700;
  font-weight: 600;
}
@media (max-width: 991px) {
  .energy-bar .value-number {
    font-size: 2.8rem;
  }
}
.energy-bar .value-label {
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  margin-top: 0.2em;
}
@media (max-width: 991px) {
  .energy-bar .value-label {
    font-size: 2.2rem;
  }
}
.energy-bar .value-wrapper {
  position: absolute;
  z-index: 5;
  left: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .energy-bar .value-wrapper {
    top: 10%;
    left: 3rem;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 576px) {
  .energy-bar .value-wrapper {
    top: 12%;
  }
}
.energy-bar-info {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
  left: 16%;
  top: -3rem;
  width: max-content;
  background-color: #ffffff;
  border: 1px solid rgba(21, 24, 26, 0.1);
  border-radius: 1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.energy-bar-info-top {
  padding: 2rem;
}
.energy-bar-info-top-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.energy-bar-info-top-title svg {
  color: #0a82dc;
}
.energy-bar-info-bottom {
  padding: 1.2rem 2rem;
  border-top: 1px solid rgba(0, 40, 75, 0.1);
}
.energy-bar-info-bottom li {
  font-size: 1.5rem;
  color: rgba(0, 40, 75, 0.7);
}
.energy-bar-loss, .energy-bar-usable {
  overflow: visible;
  height: 12rem;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.energy-bar-loss {
  padding-left: 4rem;
  background: #e5e5e5;
  color: #00284b;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
}
@media (max-width: 991px) {
  .energy-bar-loss {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
    width: 100%;
    height: 26rem;
    margin-bottom: -5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: flex-start;
    padding-top: 3rem;
    height: 100%;
    width: 100%;
  }
}
.energy-bar-usable {
  margin-left: -3.5rem;
  padding-right: 4rem;
  background: #00284b;
  color: #ffffff;
  justify-content: flex-end;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25px 50%);
}
@media (max-width: 991px) {
  .energy-bar-usable {
    clip-path: polygon(50% 40px, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    width: 100%;
    height: 38rem;
    margin-left: 0;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: flex-end;
    padding-bottom: 3rem;
    height: 100%;
    width: 100%;
  }
}
.energy.blue-bar .energy-bar-loss {
  color: #0a82dc;
}
.energy.blue-bar .energy-bar-usable {
  background: #0a82dc;
}
.energy.blue-bar .energy-bar-usable .value-row,
.energy.blue-bar .energy-bar-usable .value-label {
  color: #ffffff;
}
.energy.blue-bar .value-wrapper .value-row,
.energy.blue-bar .value-wrapper .value-label {
  color: #0a82dc;
}
.energy-bar-slider {
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .energy-bar-slider {
    padding-top: 0;
  }
  .energy-bar-slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 6rem;
  }
  .energy-bar-slider .swiper-slide {
    width: auto !important;
    height: auto !important;
    min-width: 0;
    min-height: 0;
    margin-right: 0 !important;
  }
}

.switchContainer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  border: 1px solid #D9D9D9;
  border-radius: 0.8rem;
  background: #ffffff;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  margin: 6rem 0 4rem;
}
@media (max-width: 991px) {
  .switchContainer {
    margin: 3rem 0 3rem;
  }
}

.switchContainer::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 94%;
  left: 1%;
  bottom: 3%;
  border-radius: 0.6rem;
  background: #0a82dc;
  transition: all 0.3s;
}

.switchCheckbox:checked + .switchContainer::before {
  left: 49%;
}

.switchContainer div {
  padding: 1.8rem 4rem;
  text-align: center;
  z-index: 1;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .switchContainer div {
    font-size: 1.5rem;
  }
}

.switchCheckbox {
  display: none;
}

.switchCheckbox:checked + .switchContainer div:first-child {
  color: #00284b;
  transition: color 0.3s;
}

.switchCheckbox:checked + .switchContainer div:last-child {
  color: #ffffff;
  transition: color 0.3s;
}

.switchCheckbox + .switchContainer div:first-child {
  color: #ffffff;
  transition: color 0.3s;
}

.switchCheckbox + .switchContainer div:last-child {
  color: #0a82dc;
  transition: color 0.3s;
}

.bar-info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.bar-info p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #00284b;
}
.bar-info-square {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.175rem;
}
.bar-info-square-blue {
  background-color: #0a82dc;
}
.bar-info-square-dark-blue {
  background-color: #00284b;
}
.bar-info-square-gray {
  background-color: #F0F0F0;
}

.feature-card {
  position: relative;
}
.feature-card-img {
  width: 100%;
  height: 100%;
}
.feature-card-img img {
  height: 42rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}
.feature-card-content {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
  height: 100%;
  padding-bottom: 4.2rem;
  max-width: 86%;
}
@media (max-width: 576px) {
  .feature-card-content {
    max-width: 85%;
  }
}
.feature-card-content-top {
  border-radius: 0.4rem;
  background-color: #0a82dc;
  padding: 0.8rem 1.4rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4rem;
}
.feature-card-content-bottom {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media (max-width: 576px) {
  .feature-card-content-bottom .title {
    font-size: 1.7rem;
  }
}
.feature-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 90%);
}
.feature-card-slider {
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .feature-card-slider {
    padding-top: 0;
  }
  .feature-card-slider .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.6rem;
    padding-top: 4rem;
  }
  .feature-card-slider .swiper-slide {
    width: auto !important;
    min-width: 0;
    height: auto !important;
    min-height: 0;
    margin-right: 0 !important;
  }
}

.comparison {
  margin: 4rem auto;
  display: grid;
  grid-template-columns: 22rem repeat(4, 1fr);
  border-collapse: collapse;
  padding: 0 var(--container-pusher);
}
@media (max-width: 991px) {
  .comparison {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 4rem auto;
    padding: 0 var(--container-gutter);
  }
  .comparison::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 576px) {
  .comparison {
    grid-template-columns: 10rem repeat(4, 1fr);
  }
}
.comparison-row > .comparison-label, .comparison-row > .comparison-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comparison-header {
  display: contents;
}
.comparison-header .comparison-cell {
  font-weight: 500;
  text-align: center;
  padding: 1.5rem 1rem;
  color: #00284b;
  letter-spacing: -0.22px;
}
.comparison-header .comparison-cell.empty {
  background: transparent;
}
.comparison-header .comparison-cell.is-active {
  border: 2px solid #0a82dc;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  color: #0a82dc;
  padding-top: 3.4rem;
}
@media (max-width: 576px) {
  .comparison-header .comparison-cell.is-active {
    padding-top: 2rem;
  }
}
.comparison-row {
  display: contents;
}
.comparison-label {
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  font-weight: 500;
  color: #00284b;
  font-size: 2.2rem;
  letter-spacing: -0.22px;
}
@media (max-width: 991px) {
  .comparison-label {
    font-size: 1.7rem;
  }
}
@media (max-width: 576px) {
  .comparison-label {
    font-size: 1.5rem;
    line-height: 1.4;
    max-width: 9rem;
  }
}
.comparison-cell {
  padding: 4rem 1.5rem 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 2.2rem;
}
@media (max-width: 991px) {
  .comparison-cell {
    font-size: 1.7rem;
  }
}
@media (max-width: 576px) {
  .comparison-cell {
    padding: 2rem 1rem 1rem;
  }
}
.comparison-cell.is-active {
  border-left: 2px solid #0a82dc;
  border-right: 2px solid #0a82dc;
  font-weight: 600;
}
.comparison-row:last-child .comparison-cell.is-active {
  border-bottom: 2px solid #0a82dc;
  border-radius: 0 0 1rem 1rem;
}

.badge {
  min-width: 24rem;
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .badge {
    min-width: 16rem;
    font-size: 1.5rem;
  }
}
.badge.low {
  background: #0a82dc;
  height: 4rem;
}
@media (max-width: 576px) {
  .badge.low {
    height: 3.1rem;
  }
}
.badge.medium {
  background: #94C7ED;
  height: 8rem;
}
@media (max-width: 576px) {
  .badge.medium {
    height: 6.4rem;
  }
}
.badge.high {
  background: #C5D9E9;
  height: 12rem;
}
@media (max-width: 576px) {
  .badge.high {
    height: 9.6rem;
  }
}

.header {
  width: 100%;
  padding: 0 var(--container-pusher);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
}
@media (max-width: 991px) {
  .header {
    padding: 0 var(--container-gutter);
  }
}
.header.active {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 40, 75, 0.1);
}
.header.active .header-menu {
  opacity: 1;
  pointer-events: auto;
}
.header.active .header-logo img {
  filter: unset;
}
.header-logo img {
  height: 3.4rem;
  width: auto;
  filter: brightness(0) invert(1);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 4.2rem;
  height: 100%;
}
@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;
    z-index: 2;
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  }
}
.header-menu-item {
  font-size: 1.7rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .header-menu-item {
    padding: 2.2rem var(--container-gutter);
    width: 100%;
    color: #00284b;
    border-bottom: 1px solid rgba(0, 40, 75, 0.1);
    letter-spacing: 0.3px;
    font-size: 1.8rem;
    height: auto;
  }
}
.header-menu-item:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.header-menu-item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0a82dc;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .header-menu-item.is-active::after {
    display: none;
  }
}
.header-menu .mobile-menu-footer {
  display: none;
  padding: 2.4rem 0;
  width: 100%;
  color: #00284b;
  border-top: 1px solid rgba(0, 40, 75, 0.1);
}
@media (max-width: 991px) {
  .header-menu .mobile-menu-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: auto;
  }
  .header-menu .mobile-menu-footer .social {
    padding: 2.4rem 0;
  }
  .header-menu .mobile-menu-footer .social__item {
    color: #828282;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .header-menu .mobile-menu-footer .social__item:hover {
    color: rgb(117.25, 117.25, 117.25);
  }
}
@media (max-width: 991px) {
  .header-menu .mobile-menu-footer .mobile-menu-email {
    font-size: 1.8rem;
    color: rgba(0, 40, 75, 0.8);
  }
  .header-menu .mobile-menu-footer .mobile-menu-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    padding: 2.4rem 0;
    margin-bottom: 2.4rem;
    width: 100%;
    border-top: 1px solid rgba(0, 40, 75, 0.1);
    border-bottom: 1px solid rgba(0, 40, 75, 0.1);
  }
  .header-menu .mobile-menu-footer .mobile-menu-privacy a {
    font-size: 1.3rem;
    color: rgba(0, 40, 75, 0.8);
  }
  .header-menu .mobile-menu-footer .mobile-menu-copyright {
    font-size: 1.3rem;
    color: rgba(0, 40, 75, 0.8);
  }
}
.header-menu-opener {
  display: flex;
  width: 4.5rem;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  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: #ffffff;
  width: 26px;
  border-radius: 1rem;
  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: 1.7rem;
}
.header-menu-opener.active .header-menu {
  opacity: 1;
}
@media (max-width: 576px) {
  .header-menu-opener.active {
    gap: 1.35rem;
  }
}
.header-menu-opener.active span {
  background: #312e2a;
}
.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-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.header-wrapper.scrolled .header {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 40, 75, 0.1);
  transition: background 0.3s ease, border 0.3s ease;
}
.header-wrapper.scrolled .header .header-menu-opener span {
  background: #00284b;
}
.header-wrapper.scrolled .header .header-menu-item {
  color: #00284b;
}
.header-wrapper.scrolled .header .header-menu-item:hover {
  color: rgb(0, 12.8, 24);
}
.header-wrapper.scrolled .header .header-logo img {
  filter: unset;
  transition: filter 0.3s ease;
}
.header-wrapper.header-light .header-logo img {
  filter: unset;
}
.header-wrapper.header-light .header-menu-opener span {
  background: #00284b;
}
.header-wrapper.header-light .header-menu-item {
  color: #00284b;
}
.header-wrapper.header-light .header-menu-item:hover {
  color: rgb(0, 12.8, 24);
}
.header-wrapper.header-light .header {
  border-bottom: 1px solid rgba(0, 40, 75, 0.15);
}
.header-dark .header-logo img {
  filter: inherit;
}

.footer {
  background: linear-gradient(180deg, #00284b 0%, #03335d 100%);
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer {
    padding: 0;
  }
}
.footer .social {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .footer .social {
    justify-content: center;
  }
}
.footer .social__item {
  color: #ffffff;
  font-size: 2.5rem;
}
@media (max-width: 576px) {
  .footer .social__item {
    font-size: 2.4rem;
  }
}
.footer .social__item:hover {
  color: rgb(216.75, 216.75, 216.75);
}

.footer__vector {
  position: absolute;
  right: -13rem;
  top: 6rem;
  width: auto;
  height: 76.7rem;
  pointer-events: none;
  opacity: 0.02;
  object-fit: contain;
}
@media (max-width: 991px) {
  .footer__vector {
    display: none;
  }
}

.footer__logo img {
  height: 5rem;
  width: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 991px) {
  .footer__logo img {
    height: 4rem;
  }
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  padding: 5.8rem var(--container-pusher);
  position: relative;
}
@media (max-width: 991px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    padding: 4rem var(--container-gutter);
  }
}
.footer__top .address {
  max-width: 33rem;
}
@media (max-width: 991px) {
  .footer__top .address {
    text-align: center;
    font-size: 1.6rem;
    max-width: 26rem;
  }
}

.footer__middle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 13.7rem var(--container-pusher) 5.8rem var(--container-pusher);
}
@media (max-width: 991px) {
  .footer__middle {
    flex-direction: column;
    align-items: center;
    padding: 4rem var(--container-gutter);
    padding-top: 0;
    gap: 4rem;
  }
}

.footer__brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .footer__brand {
    align-items: center;
  }
}

.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 991px) {
  .footer-contact-items {
    gap: 1.5rem;
    align-items: center;
    text-align: center;
  }
}

.footer__email {
  font-size: 2.2rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.046rem;
  line-height: 1.8;
  transition: opacity 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .footer__email {
    font-size: 1.8rem;
  }
}
.footer__email:hover {
  opacity: 0.8;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5.2rem;
}
@media (max-width: 991px) {
  .footer-links {
    display: none;
  }
}
.footer-links .footer-link {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.036rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.footer-links .footer-link:hover {
  opacity: 0.7;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.6rem var(--container-pusher);
  position: relative;
}
@media (max-width: 991px) {
  .footer__bottom {
    flex-direction: column-reverse;
    text-align: center;
    width: 100%;
    padding: 0;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.footer__copyright {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .footer__copyright {
    padding: 2.4rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }
}

.footer__legal {
  display: flex;
  align-items: center;
  gap: 5.9rem;
}
@media (max-width: 991px) {
  .footer__legal {
    gap: 2rem;
    justify-content: center;
    padding: 2.4rem 0;
    width: 100%;
    flex-wrap: wrap;
  }
}
.footer__legal a {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .footer__legal a {
    font-size: 1.3rem;
  }
}
.footer__legal a:hover {
  opacity: 0.7;
}

.index-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 85rem;
  width: 100%;
  padding: calc(var(--header-height) + 4rem) var(--container-pusher) 7.5rem var(--container-pusher);
  background: #5a7aa1;
}
@media (max-width: 991px) {
  .index-hero {
    height: 60rem;
    padding: calc(var(--header-height) + 4rem) var(--container-gutter) 7.5rem var(--container-gutter);
  }
}
@media (max-width: 576px) {
  .index-hero {
    height: 50rem;
    padding: calc(var(--header-height) + 4rem) var(--container-gutter) 4rem var(--container-gutter);
  }
}
.index-hero::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 40, 75, 0) 0%, rgba(0, 40, 75, 0.5) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-hero video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-hero video {
    object-position: left;
  }
}
.index-hero-content {
  position: relative;
  z-index: 1;
}
.index-hero__title {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.08rem;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 991px) {
  .index-hero__title {
    font-size: 5.6rem;
  }
}
@media (max-width: 576px) {
  .index-hero__title {
    font-size: 4rem;
  }
}
.index-hero__subtitle {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.042rem;
  color: #ffffff;
  margin: 2.19rem 0 0;
}
@media (max-width: 991px) {
  .index-hero__subtitle {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .index-hero__subtitle {
    font-size: 2.2rem;
  }
}
.index-hero.hero-horizontal-center {
  justify-content: center;
  text-align: center;
}
.index-hero.hero-horizontal-right {
  justify-content: flex-end;
  text-align: right !important;
}
.index-hero.hero-vertical-center {
  align-items: center;
  text-align: center;
}
.index-hero.hero-vertical-top {
  align-items: flex-start;
}

.index-feature {
  background: #ffffff;
}
.index-feature-grid {
  display: grid;
  grid-template-columns: 38.5rem repeat(3, 1fr);
  align-items: center;
  gap: 3rem;
  padding-bottom: 5.8rem;
}
@media (max-width: 991px) {
  .index-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 3rem;
    column-gap: 7.5rem;
  }
}
.index-feature__title {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  flex-shrink: 0;
  background: linear-gradient(88deg, #00284b 24.63%, #15181A 125.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .index-feature__title {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .index-feature__title {
    font-size: 6rem;
  }
}
.index-feature__spec:nth-child(2) .index-feature__spec-value {
  max-width: 12rem;
}
.index-feature__spec-label {
  font-size: 2.2rem;
  font-weight: 600;
  color: #00284b;
  letter-spacing: -0.22px;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .index-feature__spec-label {
    font-size: 1.7rem;
  }
}
.index-feature__spec-value {
  font-size: 3.2rem;
  font-weight: 400;
  color: #00284b;
  opacity: 0.7;
  line-height: 1.3;
  max-width: 24rem;
}
@media (max-width: 991px) {
  .index-feature__spec-value {
    font-size: 1.8rem;
    max-width: 13rem;
  }
}
.index-feature__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.2rem;
}
@media (max-width: 991px) {
  .index-feature__bottom {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.index-feature__block {
  padding-top: 5.8rem;
  border-top: 1px solid rgba(0, 40, 75, 0.12);
}
@media (max-width: 991px) {
  .index-feature__block {
    padding-top: 3rem;
  }
}
.index-feature__block-label {
  font-size: 2.2rem;
  font-weight: 600;
  color: #00284b;
  letter-spacing: -0.22px;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .index-feature__block-label {
    font-size: 1.7rem;
  }
}
.index-feature__block-text {
  font-size: 2.4rem;
  font-weight: 400;
  color: #00284b;
  opacity: 0.7;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 991px) {
  .index-feature__block-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .index-feature__block-text {
    max-width: 32rem;
  }
}
.index-feature__block-note {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #00284b;
  opacity: 0.6;
  line-height: 1.5;
  margin-top: 1.6rem;
}

.index-born-electric {
  padding: 6rem var(--container-pusher) 8rem;
  background: linear-gradient(0deg, rgba(211, 217, 223, 0.3) 0%, rgba(211, 217, 223, 0.3) 100%), #FFF;
}
@media (max-width: 991px) {
  .index-born-electric {
    padding: 4rem var(--container-gutter);
  }
}
.index-born-electric__inner {
  max-width: var(--container-width);
  margin: 0 auto;
}
.index-born-electric__head {
  margin-bottom: 4rem;
}
.index-born-electric__title {
  font-size: 4rem;
  font-weight: 500;
  color: #00284b;
  line-height: 1.8;
  letter-spacing: -0.04rem;
  margin: 0 0 0.8rem;
}
@media (max-width: 991px) {
  .index-born-electric__title {
    font-size: 2.4rem;
  }
}
.index-born-electric__lead {
  font-size: 2rem;
  font-weight: 400;
  color: #00284b;
  opacity: 0.7;
  line-height: 1.6;
  letter-spacing: -0.15px;
  margin: 0;
  max-width: 128rem;
}
@media (max-width: 991px) {
  .index-born-electric__lead {
    font-size: 1.5rem;
  }
}
.index-born-electric__diagram {
  position: relative;
  margin-bottom: 0;
}
.index-born-electric__diagram-image {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.index-born-electric__plane {
  max-width: 100%;
  height: 84rem;
  height: auto;
  width: 100%;
  width: auto;
  object-fit: contain;
  margin: 7rem 0;
}
@media (max-width: 991px) {
  .index-born-electric__plane {
    margin-bottom: 4rem;
    margin-top: 0;
    width: 100%;
  }
}
.index-born-electric__badge-group .index-born-electric__badge {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(1, 31, 76, 0.8);
  letter-spacing: -0.032rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.3rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  transition: 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  cursor: pointer;
}
@media (min-width: 992px) {
  .index-born-electric__badge-group .index-born-electric__badge:hover {
    background: #fb4a02;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .index-born-electric__badge-group .index-born-electric__badge {
    background: transparent;
    color: transparent;
    padding: 0;
    width: 0;
    height: 0;
  }
  .index-born-electric__badge-group .index-born-electric__badge::after {
    display: none;
  }
  .index-born-electric__badge-group .index-born-electric__badge span {
    display: flex;
  }
}
.index-born-electric__badge-group .index-born-electric__badge::after {
  content: "";
  position: absolute;
  top: 97.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.4rem;
  height: 1rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: rgba(255, 255, 255, 0.8);
}
.index-born-electric__badge-group .index-born-electric__badge span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  top: 70%;
  width: 4rem;
  height: 4rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: badgePulseOuter 4s ease-in-out infinite;
}
@media (max-width: 991px) {
  .index-born-electric__badge-group .index-born-electric__badge span {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.index-born-electric__badge-group .index-born-electric__badge span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  background: #fb4a02;
  border-radius: 50%;
}
.index-born-electric__badge-group .index-born-electric__badge span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
  animation: badgePulseInner 4s ease-in-out infinite;
}
.index-born-electric__badge-group .index-born-electric__badge:first-child {
  top: 72%;
  left: 14%;
}
@media (max-width: 576px) {
  .index-born-electric__badge-group .index-born-electric__badge:first-child {
    top: 46%;
  }
}
.index-born-electric__badge-group .index-born-electric__badge:nth-child(4) {
  top: 30%;
  left: 70%;
}
@media (max-width: 991px) {
  .index-born-electric__badge-group .index-born-electric__badge:nth-child(4) {
    top: 17%;
  }
}
@media (max-width: 576px) {
  .index-born-electric__badge-group .index-born-electric__badge:nth-child(4) {
    top: 10%;
    left: 68%;
  }
}
.index-born-electric__badge-group .index-born-electric__badge:nth-child(2) {
  top: 61%;
  left: 25%;
}
@media (max-width: 576px) {
  .index-born-electric__badge-group .index-born-electric__badge:nth-child(2) {
    top: 36%;
  }
}
.index-born-electric__badge-group .index-born-electric__badge:nth-child(3) {
  top: 54%;
  left: 52%;
}
@media (max-width: 991px) {
  .index-born-electric__badge-group .index-born-electric__badge:nth-child(3) {
    top: 34%;
  }
}
@media (max-width: 576px) {
  .index-born-electric__badge-group .index-born-electric__badge:nth-child(3) {
    top: 20%;
    left: 57%;
  }
}
.index-born-electric__badge-group .index-born-electric__badge:last-child {
  top: 71%;
  left: 62%;
}
@media (max-width: 576px) {
  .index-born-electric__badge-group .index-born-electric__badge:last-child {
    top: 43%;
  }
}
.index-born-electric__badge-group .index-born-electric__badge.badge--orange {
  background: #ff4b00;
  color: #ffffff;
  transition: 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
}
@media (max-width: 991px) {
  .index-born-electric__badge-group .index-born-electric__badge.badge--orange {
    background: transparent;
    color: transparent;
    padding: 0;
    width: 0;
    height: 0;
  }
}
.index-born-electric__badge-group .index-born-electric__badge.badge--orange::after {
  background: #fb4a02;
}
@media (max-width: 991px) {
  .index-born-electric__badge-group .index-born-electric__badge {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
.index-born-electric__detail {
  max-width: 74.9rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .index-born-electric__detail {
    height: max-content;
  }
}
@media (max-width: 576px) {
  .index-born-electric__detail {
    margin-top: 1rem;
  }
}
.index-born-electric__detail-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #00284b;
  line-height: 1.6;
  margin: 0 0 1.2rem;
}
@media (max-width: 991px) {
  .index-born-electric__detail-title {
    font-size: 2rem;
  }
}
.index-born-electric__detail-text {
  font-size: 2rem;
  font-weight: 400;
  color: #00284b;
  opacity: 0.7;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 991px) {
  .index-born-electric__detail-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .index-born-electric__detail-text {
    max-width: 36rem;
  }
}

@keyframes badgePulseOuter {
  0% {
    transform: translate(-50%, 50%) scale(1);
  }
  50% {
    transform: translate(-50%, 50%) scale(0.5);
  }
  100% {
    transform: translate(-50%, 50%) scale(1);
  }
}
@keyframes badgePulseInner {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.badge--paused span,
.badge--paused span::before {
  animation-play-state: paused !important;
}

.index-born-electric__detail-title,
.index-born-electric__detail-text {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.detail-changing {
  opacity: 0;
  transform: translateY(10px);
}

.index-dual-use {
  padding: 10rem var(--container-gutter);
  background: #ffffff;
}
@media (max-width: 991px) {
  .index-dual-use {
    padding: 4rem var(--container-gutter);
  }
}
.index-dual-use__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  text-align: center;
}
@media (max-width: 991px) {
  .index-dual-use__inner {
    gap: 2rem;
  }
  .index-dual-use__inner .btn {
    margin-top: 1rem;
  }
}
.index-dual-use__title {
  font-size: 4rem;
  font-weight: 500;
  color: #00284b;
  line-height: 1.4;
  letter-spacing: -0.04rem;
  margin: 0;
  max-width: 60.4rem;
}
@media (max-width: 991px) {
  .index-dual-use__title {
    font-size: 2.2rem;
  }
}
.index-dual-use__text {
  font-size: 2rem;
  font-weight: 400;
  color: #00284b;
  opacity: 0.7;
  line-height: 1.6;
  letter-spacing: 0.02rem;
  margin: -2rem 0 0;
  max-width: 72.9rem;
}
@media (max-width: 991px) {
  .index-dual-use__text {
    font-size: 1.5rem;
    margin: 0;
  }
}

.index-fundamentals {
  background: linear-gradient(180.4deg, rgba(211, 217, 223, 0) 0.5%, rgba(211, 217, 223, 0.3) 93.8%);
  border-top: 1px solid rgba(0, 40, 75, 0.1);
}
.index-fundamentals__title {
  font-size: 4rem;
  font-weight: 500;
  color: #00284b;
  line-height: 1.8;
  letter-spacing: -0.04rem;
  margin: 0 0 0.4rem;
}
@media (max-width: 991px) {
  .index-fundamentals__title {
    font-size: 2rem;
  }
}
.index-fundamentals__lead {
  font-size: 2rem;
  font-weight: 400;
  color: #00284b;
  opacity: 0.7;
  line-height: 1.6;
  letter-spacing: -0.2px;
  margin: 0 0 4rem;
}
@media (max-width: 576px) {
  .index-fundamentals__lead {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.index-fundamentals__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .index-fundamentals__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .index-fundamentals__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index-fundamentals__card {
  position: relative;
  flex: 1;
  height: 54rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-fundamentals__card {
    height: 36rem;
  }
}
@media (min-width: 992px) {
  .index-fundamentals__card:hover .index-fundamentals__card-body {
    transform: translateY(0);
    gap: 3.6rem;
  }
}
.index-fundamentals__card-image {
  position: absolute;
  inset: 0;
}
.index-fundamentals__card-image img {
  width: 100%;
  height: 54rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .index-fundamentals__card-image img {
    height: 36rem;
  }
}
.index-fundamentals__card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 77.5%);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 55%);
}
.index-fundamentals__card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4rem;
  z-index: 1;
  transform: translateY(16rem);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 991px) {
  .index-fundamentals__card-body {
    padding: 2.4rem;
    transform: translateY(0);
    gap: 1.2rem;
  }
}
.index-fundamentals__card-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.024rem;
  line-height: 1.3;
  margin: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .index-fundamentals__card-title {
    font-size: 1.8rem;
    transform: translateY(0);
  }
}
.index-fundamentals__card--featured {
  box-shadow: 0 6.4rem 6.4rem -5rem rgba(0, 0, 0, 0.4);
}
.index-fundamentals__card--featured .index-fundamentals__card-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 55%);
}
.index-fundamentals__card-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.9;
  line-height: 1.8;
  max-width: 34rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-fundamentals__card-text {
    max-width: 100%;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.index-fundamentals__cta {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.index-team {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index-team {
    flex-direction: column;
    gap: 4rem;
  }
}
.index-team-left {
  flex: 0 0 31%;
  max-width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 991px) {
  .index-team-left {
    flex: unset;
    max-width: unset;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 3rem;
  }
}
.index-team-left .index-team__buttons {
  display: flex;
  gap: 1.6rem;
}
.index-team-right {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
@media (max-width: 991px) {
  .index-team-right {
    flex: unset;
    max-width: unset;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.index-team-right img {
  height: 50rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}
@media (max-width: 991px) {
  .index-team-right img {
    height: 40rem;
    width: 100%;
    border-radius: 0.8rem;
  }
}
@media (max-width: 576px) {
  .index-team-right img {
    height: 21rem;
  }
}

.index {
  background: #ffffff;
  overflow: hidden;
}
.index .news-slider {
  padding-top: 4rem;
}
@media (max-width: 991px) {
  .index .news-slider-slider-buttons {
    display: none;
  }
}
.index .testimonials-section {
  border-top: 0;
}

.newsroom {
  background: #ffffff;
}
.newsroom-hero {
  position: relative;
  width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .newsroom-hero {
    height: 60rem;
  }
}
.newsroom-hero::after {
  content: "";
  position: absolute;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 40, 75, 0) 0%, #00284B 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
}
.newsroom-hero .title {
  letter-spacing: -0.26px;
}
@media (max-width: 576px) {
  .newsroom-hero .title {
    max-width: 34rem;
  }
}
.newsroom-hero-img {
  width: auto;
  position: relative;
}
.newsroom-hero-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .newsroom-hero-img img {
    height: 100%;
  }
}
.newsroom-hero-content {
  position: absolute;
  bottom: 9.6rem;
  left: var(--container-pusher);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.newsroom-hero-content .content {
  min-height: 12.5rem;
}
@media (max-width: 576px) {
  .newsroom-hero-content .content {
    min-height: auto;
  }
}
.newsroom-hero-content .content p {
  color: #ffffff;
  font-size: 2.6rem;
  letter-spacing: -0.2px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .newsroom-hero-content .content p {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .newsroom-hero-content .content p {
    max-width: 33rem;
  }
}
.newsroom-hero-content .content p strong {
  color: #ffffff;
}
@media (max-width: 991px) {
  .newsroom-hero-content {
    left: var(--container-gutter);
    bottom: 4.2rem;
  }
}
.newsroom .animated-tabs {
  padding: 0 var(--container-pusher);
}
.newsroom .is-all-news .filtered-item + .filtered-item {
  padding-top: 6rem;
  margin-top: 6rem;
  border-top: 1px solid #e9eaef;
}
@media (max-width: 991px) {
  .newsroom .is-all-news .filtered-item + .filtered-item {
    padding-top: 4rem;
    margin-top: 4rem;
  }
}
.newsroom .tab-content {
  margin-top: 7rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .newsroom .tab-content {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
.newsroom-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .newsroom-card-grid {
    grid-template-columns: 1fr;
  }
}
.newsroom-downloads-item {
  padding-top: 4rem;
}

.news-detail-hero {
  background: #00284b;
  overflow: hidden;
  padding-top: calc(6.8rem + var(--header-height));
  padding-bottom: 32rem;
}
.news-detail-hero .title {
  letter-spacing: -0.3px;
}
@media (max-width: 991px) {
  .news-detail-hero {
    padding-bottom: 20rem;
    padding-top: calc(4rem + var(--header-height));
  }
}
.news-detail-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 3rem;
}
@media (max-width: 991px) {
  .news-detail-hero-text {
    gap: 2rem;
  }
}
.news-detail-hero-text .date {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.16px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .news-detail-hero-text .date {
    font-size: 1.6rem;
  }
}
.news-detail-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  background-color: #ffffff;
}
.news-detail-content-img img {
  height: 50rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  margin-top: -28rem;
}
@media (max-width: 991px) {
  .news-detail-content-img img {
    height: 19rem;
    margin-top: -16.5rem;
  }
}
.news-detail-content .content {
  padding-top: 4.6rem;
}
@media (max-width: 991px) {
  .news-detail-content .content {
    padding-top: 3.6rem;
  }
}
.news-detail-content .content p {
  color: rgba(0, 40, 75, 0.8);
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .news-detail-content .content p {
    font-size: 1.6rem;
  }
}
.news-detail-content .content h4 {
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  .news-detail-content .content h4 {
    font-size: 2rem;
  }
}
.news-detail-content .social {
  padding: 4.5rem 0 6rem;
}
@media (max-width: 991px) {
  .news-detail-content .social {
    padding: 2.5rem 0 4rem;
  }
}
.news-detail-content .social svg {
  font-size: 2.4rem;
}
.news-detail .news-slider-2 {
  padding-top: 4rem;
}

.sitemap {
  background: rgba(211, 217, 223, 0.3);
  min-height: 100vh;
  padding: 6rem var(--container-gutter) 0;
}
@media (max-width: 576px) {
  .sitemap {
    padding: 3rem var(--container-gutter) 0;
  }
}
.sitemap__card {
  max-width: 90rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 6rem 6rem 4rem;
  box-shadow: 0 2px 20px rgba(0, 40, 75, 0.04);
}
@media (max-width: 991px) {
  .sitemap__card {
    padding: 4rem 3.2rem 3rem;
  }
}
@media (max-width: 576px) {
  .sitemap__card {
    padding: 3rem 2rem 2rem;
    border-radius: 1.2rem;
  }
}
.sitemap__header {
  margin-bottom: 4.8rem;
  text-align: center;
}
.sitemap__brand {
  font-size: 1.4rem;
  font-weight: 400;
  color: #00284b;
  opacity: 0.5;
  letter-spacing: 0.02rem;
  display: block;
  margin-bottom: 0.8rem;
}
.sitemap__title {
  font-size: 4.8rem;
  font-weight: 600;
  color: #00284b;
  line-height: 1.2;
  letter-spacing: -0.048rem;
  margin: 0;
}
@media (max-width: 576px) {
  .sitemap__title {
    font-size: 3.6rem;
  }
}
.sitemap__section {
  margin-bottom: 4rem;
}
.sitemap__section:last-of-type {
  margin-bottom: 0;
}
.sitemap__section-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #00284b;
  line-height: 1.4;
  margin: 0 0 0.6rem;
}
.sitemap__section-desc {
  font-size: 1.5rem;
  font-weight: 400;
  color: #00284b;
  opacity: 0.5;
  line-height: 1.6;
  margin: 0 0 2rem;
}
.sitemap__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.sitemap__item {
  border-radius: 0.8rem;
  overflow: hidden;
}
.sitemap__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 2rem;
  background: rgba(0, 40, 75, 0.03);
  border-left: 3px solid rgba(0, 40, 75, 0.08);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.sitemap__link span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #00284b;
  line-height: 1.5;
}
.sitemap__link svg {
  flex-shrink: 0;
  color: #00284b;
  opacity: 0.3;
  transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.sitemap__link:hover {
  background: rgba(10, 130, 220, 0.06);
  border-left-color: #0a82dc;
}
.sitemap__link:hover span {
  color: #0a82dc;
}
.sitemap__link:hover svg {
  color: #0a82dc;
  opacity: 1;
  transform: translateX(4px);
}
.sitemap__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(0, 40, 75, 0.08);
}
@media (max-width: 576px) {
  .sitemap__footer {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
.sitemap__footer-brand {
  flex: 0 0 auto;
}
@media (max-width: 576px) {
  .sitemap__footer-brand {
    order: -1;
  }
}
@media (max-width: 576px) {
  .sitemap__footer-brand:last-child {
    display: none;
  }
}
.sitemap__footer-logo {
  height: 3rem;
  width: auto;
}
.sitemap__footer-px {
  text-align: center;
}
.sitemap__footer-px img {
  height: 3.2rem;
  width: auto;
  margin-bottom: 0.8rem;
}
.sitemap__footer-px a {
  display: inline-block;
  transition: opacity 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.sitemap__footer-px a:hover {
  opacity: 0.7;
}
.sitemap__footer-px p {
  font-size: 1.3rem;
  font-weight: 400;
  color: #00284b;
  opacity: 0.4;
  margin: 0;
}

.about {
  overflow: hidden;
}
.about-hero {
  width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .about-hero {
    height: 60rem;
  }
}
.about-hero::after {
  content: "";
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 40, 75, 0) 0%, #00284B 100%);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
}
.about-hero img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .about-hero img {
    object-position: left;
  }
}
@media (max-width: 576px) {
  .about-hero img {
    height: 100%;
  }
}
.about-hero-content {
  position: absolute;
  bottom: 10rem;
  left: var(--container-pusher);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 80rem;
}
@media (max-width: 991px) {
  .about-hero-content {
    left: var(--container-gutter);
    bottom: 3.5rem;
  }
}
@media (max-width: 576px) {
  .about-hero-content {
    max-width: 90%;
  }
}
.about-hero-text {
  letter-spacing: -0.26px;
  max-width: 78rem;
  min-height: 12.5rem;
}
@media (max-width: 576px) {
  .about-hero-text {
    min-height: auto;
  }
}
.about-hero-title {
  letter-spacing: -0.26px;
  max-width: 80rem;
}
@media (max-width: 576px) {
  .about-hero-title {
    max-width: 35rem;
  }
}
.about-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .about-intro {
    flex-direction: column;
    gap: 4rem;
  }
}
.about-intro-left {
  flex: 0 0 46%;
  max-width: 46%;
}
@media (max-width: 991px) {
  .about-intro-left {
    flex: unset;
    max-width: unset;
  }
}
.about-intro-right {
  flex: 0 0 48.5%;
  max-width: 48.5%;
}
@media (max-width: 991px) {
  .about-intro-right {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.about-intro-right .video-wrapper {
  position: relative;
}
.about-intro-right .video-wrapper img {
  width: 100%;
  display: block;
  height: 40rem;
  border-radius: 1rem;
  object-fit: cover;
}
@media (max-width: 576px) {
  .about-intro-right .video-wrapper img {
    height: 24rem;
  }
}
.about-team-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  padding-top: 6.4rem;
}
@media (max-width: 991px) {
  .about-team-card {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 3.4rem;
  }
}
@media (max-width: 576px) {
  .about-team-card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-advisory-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5rem;
  column-gap: 5.8rem;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .about-advisory-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
  }
}
@media (max-width: 576px) {
  .about-advisory-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
  }
}
.about .get-touch-button {
  margin-top: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .about .get-touch-button {
    margin-top: 4rem;
  }
}

.career {
  padding-top: calc(var(--header-height) + 1.8rem);
}
@media (max-width: 991px) {
  .career {
    padding-top: calc(var(--header-height) + 0.8rem);
  }
}
.career-hero img {
  width: 100%;
  object-fit: cover;
}
.career-hero-content {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .career-hero-content .section-head-title {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .career-hero-content .section-head-text {
    font-size: 1.8rem;
  }
}
.career-info-cards {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media (max-width: 991px) {
  .career-info-cards {
    gap: 4rem;
  }
}
.career .loadmore {
  display: none;
}
@media (max-width: 767px) {
  .career .loadmore {
    display: flex;
  }
}

.privacy-policy-hero {
  padding-top: calc(8.5rem + var(--header-height));
  padding-bottom: 8.5rem;
  background-color: rgba(211, 217, 223, 0.3019607843);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .privacy-policy-hero {
    padding-top: calc(4rem + var(--header-height));
    padding-bottom: 4rem;
  }
}
.privacy-policy .content p,
.privacy-policy .content li {
  color: rgba(0, 40, 75, 0.8);
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .privacy-policy .content p,
  .privacy-policy .content li {
    font-size: 1.6rem;
  }
}
.privacy-policy .content h2 {
  font-size: 2.4rem;
}
@media (max-width: 576px) {
  .privacy-policy .content h2 {
    font-size: 2rem;
  }
}

.insights {
  overflow: hidden;
}
.insights-hero {
  width: auto;
  height: auto;
  position: relative;
}
@media (max-width: 576px) {
  .insights-hero {
    height: 60rem;
  }
}
.insights-hero::after {
  content: "";
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 40, 75, 0) 0%, rgba(0, 40, 75, 0.5) 100%);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
}
.insights-hero img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .insights-hero img {
    object-position: left;
  }
}
@media (max-width: 576px) {
  .insights-hero img {
    height: 100%;
  }
}
.insights-hero-content {
  position: absolute;
  bottom: 10rem;
  padding: 0 var(--container-pusher);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991px) {
  .insights-hero-content {
    padding: 0 var(--container-gutter);
    bottom: 4rem;
  }
}
.insights-hero-text {
  letter-spacing: -0.26px;
  max-width: 78rem;
  min-height: 12.5rem;
}
@media (max-width: 576px) {
  .insights-hero-text {
    min-height: auto;
  }
}
.insights-hero-title {
  letter-spacing: -0.26px;
}
@media (max-width: 576px) {
  .insights-hero-title {
    max-width: 35rem;
  }
}
.insights-bar-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .insights-bar-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.8rem;
  }
}
.insights-bar-bottom-right {
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 991px) {
  .insights-bar-bottom-right {
    flex-direction: column;
    gap: 1rem;
  }
}
.insights-bar-bottom .link {
  letter-spacing: -0.16px;
}
@media (max-width: 576px) {
  .insights-bar-bottom .link {
    line-height: 1.5;
  }
}
.insights-chart-list {
  color: rgba(0, 40, 75, 0.7);
  font-size: 2rem;
}
@media (max-width: 991px) {
  .insights-chart-list {
    font-size: 1.5rem;
  }
}
.insights-section-text {
  font-size: 3rem;
  color: rgba(0, 40, 75, 0.7);
  margin-top: 6rem;
}
@media (max-width: 991px) {
  .insights-section-text {
    font-size: 2rem;
    margin-top: 2.5rem;
    line-height: 1.4;
  }
}
.insights .content p {
  font-size: 2rem;
}
.insights .content ul li {
  font-size: 2rem;
  color: rgba(0, 40, 75, 0.7);
}
/*# sourceMappingURL=style.css.map */