/*=====================*/
/*  Reset              */
/*=====================*/
html {height: auto;box-sizing: border-box;font-synthesis: none;-webkit-font-smoothing: antialiased;}
html:not(.touch-screen)::-webkit-scrollbar {width: 0.5rem;height: 0.5rem;}
html:not(.touch-screen)::-webkit-scrollbar-track {background: transparent;}
html:not(.touch-screen)::-webkit-scrollbar-thumb {background: #c2c2c2;border-radius: 0.25rem;}
html:not(.touch-screen)::-webkit-scrollbar-thumb:active {background: #8d8d8d;}
body {height: auto;overflow-y: scroll;background-color: var(--clr-white);}
body:not(.touch-screen) *::-webkit-scrollbar {width: 0.25rem;height: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-track {background: transparent;border-radius: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-thumb {background: #c2c2c2;}
:where(body.touch-screen *::-webkit-scrollbar) {display: none;}
* {border: 0;margin: 0;padding: 0;font: inherit;font-size: 100%;line-height: inherit;vertical-align: baseline;-webkit-locale: auto;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: transparent;}
:is(*, *:before, *:after) {box-sizing: inherit;}
:is(:focus, :hover, :active, :visited) {outline: none;}
::-moz-selection {color: var(--clr-white);background: var(--clr-title);}
::selection {color: #fff;background: #001122;}
a {display: inline-block;text-decoration: none;cursor: pointer;outline: none;color: inherit;transition: var(--transition-1);}
a:hover {text-decoration: none;}
:is(ul, ol) {list-style: none;}
:is(sub, sup) {font-size: 75%;line-height: 0;position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
picture {font-size: 0;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
:is(img, svg, iframe) {width: auto;height: auto;max-width: 100%;-webkit-user-select: none;-moz-user-select: none;user-select: none;vertical-align: middle;}
img {position: relative;}
img::before {content: "";position: absolute;inset: 0;background: no-repeat center/min(5rem, 50%) min(5rem, 50%) var(--clr-grey) url(../img/placeholder.svg);}
input {-webkit-appearance: none;-moz-appearance: none;font-size: 1rem;font-weight: 400;color: var(--clr-black);}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {-webkit-appearance: none;height: 0.7em;width: 0.7em;background-size: contain;cursor: pointer;}
:is(input, textarea, select) {border-radius: 0;background: none;border: none;margin: 0;width: 100%;padding: 0;}
textarea {display: block;resize: none;overflow: auto;}
select::-ms-expand {display: none;}
button {background: none;}
/*=====================*/
/* Global Settings     */
/*=====================*/
:root {--root-scale: 1rem;--container-width: 100%;--ff-1: "Poppins",sans-serif;--h1: clamp(1.875rem, 0.3158rem + 3.5088vw, 4rem);--h2: clamp(1.625rem, 0.0461rem + 3.2895vw, 3.5rem);--h3: clamp(1.5rem, 0.2368rem + 2.6316vw, 3rem);--h4: clamp(1.375rem, 0.6382rem + 1.5351vw, 2.25rem);--h5: clamp(1.25rem, 1.0395rem + 0.4386vw, 1.5rem);--h6: clamp(1.125rem, 1.0197rem + 0.2193vw, 1.25rem);--text: clamp(1rem, 0.8947rem + 0.2193vw, 1.125rem);--text-sm: clamp(0.875rem, 0.7697rem + 0.2193vw, 1rem);--sp-xl: clamp(4rem, calc(-0.46rem + 8.77vw), 8.75rem);--sp-lg: clamp(4rem, calc(1.64rem + 4.39vw), 6.25rem);--sp-md: clamp(2.5rem, calc(0.39rem + 4.39vw), 5rem);--sp-sm: clamp(2rem, calc(0.30rem + 3.29vw), 3.75rem);--sp-xs: clamp(1rem, calc(0.15rem + 1.64vw), 2rem);--sp-xxs: 1rem;--rd-4: 0.25rem;--rd-12: 0.75rem;--rd-20: 1.25rem;--rd-24: 1.5rem;--rd-32: 2rem;--rd-48: 3rem;--rd-200: 12.5rem;--rgb-title: 0,17,34;--rgb-white: 255,255,255;--rgb-primary: 237,156,36;--rgb-secondary: 30,66,132;--clr-title: #001122;--clr-text: rgba(var(--rgb-title), 0.75);--clr-text-1: rgba(var(--rgb-title), 0.8);--clr-primary: #ED9C24;--clr-secondary: #1E4284;--clr-white: #ffffff;--clr-grey: #F8F8F8;--clr-grey-1: #CCD1D5;--clr-red: #CD0000;--transition-1: .3s ease;--cubic-1: cubic-bezier(0.33, 1, 0.68, 1);}
html {font-size: var(--root-scale);}
html.keyboard-focus:focus {outline: auto;}
html.overflow-menu,
html.overflow-hidden {overflow: clip;}
html.overflow-menu body,
html.overflow-hidden body {overflow: clip;}
#loader-wrapper {position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999;background-color: #fff;animation: loader 0.5s linear;animation-iteration-count: 1;animation-fill-mode: forwards;}
@keyframes loader {
0% {opacity: 1;}
70% {opacity: 1;}
99% {opacity: 0;}
100% {display: none;visibility: hidden;z-index: -10;opacity: 0;}
}
.overflow-overlay {opacity: 0;visibility: hidden;position: fixed;z-index: 90;inset: 0;background-color: rgba(0, 0, 0, 0.6);transition: var(--cubic-1);}
#content-block {position: relative;min-height: 100svh;display: flex;flex-direction: column;}
header {position: relative;opacity: 0;}
main {display: flex;flex-direction: column;}
main .seo-section {order: 1;}
footer {margin-top: auto;}
.section {will-change: opacity;position: relative;overflow: clip;opacity: 0;}
.section.animated {opacity: 1;transition: 0.15s linear opacity;}
:where(.section) + :where(.section) {margin-top: var(--sp-xl);}
:where(.contact-section) + :where(.form-section),
:where(.form-section) + :where(.cta-section) {margin-top: var(--sp-md);}
.container,
.container-fluid {--bs-gutter-x: 2rem;--bs-gutter-y: 2rem;width: 100%;margin-inline: auto;padding-inline: calc(var(--bs-gutter-x) * 0.5);}
.swiper-container {will-change: opacity;opacity: 0;}
.swiper-container.swiper-initialized {opacity: 1;transition: 0.15s linear opacity;}
.popup-wrapper {display: none;}
@media (max-width: 767px) {
:root {--rd-32: 1.5rem;--rd-48: 1.5rem;}
}
@media (min-width: 1200px) {
:root {--container-width: 95.417vw;}
.container {width: var(--container-width);}
}
@media (min-width: 1200px) and (max-width: 1365px) {
:root {--root-scale: 0.6675rem;}
}
@media (min-width: 1366px) and (max-width: 1680px) {
:root {--root-scale: 0.75rem;}
}
@media (min-width: 2100px) {
html {font-size: 1.2rem;}
}
@media (min-width: 3000px) {
html {font-size: 1.6rem;}
}
/*=====================*/
/* Header              */
/*=====================*/
:root {--h-height: 5.625rem;--h-logo-width: 11.875rem;}
header {height: var(--h-height);}
.h-wrap {position: fixed;z-index: 100;top: 0;left: 0;width: 100%;background-color: var(--clr-white);transition: box-shadow var(--transition-1);}
header.scrolled .h-wrap {box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.04);}
.h-inner {position: relative;width: 100%;height: var(--h-height);gap: 1rem;display: flex;align-items: center;justify-content: space-between;}
.h-logo {display: block;width: var(--h-logo-width);flex-shrink: 0;}
.h-logo img {display: block;max-width: 100%;width: var(--h-logo-width);}
.h-menu {flex-grow: 1;display: flex;align-items: center;gap: 1rem;}
.h-links {margin-inline: auto;}
.h-links ul {display: flex;align-items: center;flex-wrap: wrap;gap: 2rem;}
.h-links a {font-size: var(--text);line-height: 1em;font-weight: 400;color: var(--clr-title);}
.h-controls {gap: 0.75rem;display: flex;align-items: center;}
.h-controls .btn {--btn-height: 3rem;padding: 0.75em 1.5em;}
.h-controls .btn-icon {--size: 2em;}
.h-controls .btn-icon svg {width: 55%;height: 55%;}
.h-controls .btn:has(.btn-icon) {padding: 0.3125em 0.75em 0.3125em 0.5em;}
.h-lang {gap: 1.25rem;display: inline-flex;align-items: center;}
.h-lang-wrap {margin-top: 2rem;}
.h-lang-wrap .current-lang {display: none;}
.h-lang a {display: block;font-size: 1rem;line-height: 1.75em;font-weight: 400;color: var(--clr-title);text-transform: uppercase;text-align: center;}
.h-lang a.is-active {color: var(--clr-primary);}
.h-menu-overlay,
.h-burger {display: none;}
@media (min-width: 1200px) {
.h-links a:hover {color: var(--clr-primary);}
.h-lang {position: absolute;left: 50%;bottom: 0;transform: translate(-50%, 100%);width: 5.625rem;display: block;background-color: var(--clr-grey);box-shadow: 0 0 1rem rgba(26, 26, 26, 0.1);border-radius: var(--rd-12);opacity: 0;visibility: hidden;backface-visibility: hidden;transition: var(--transition-1);text-align: center;padding: 0.5rem 0.75rem;}
.h-lang-wrap {position: relative;cursor: pointer;font-size: 1.125rem;line-height: 1.2em;font-weight: 500;color: var(--clr-title);margin-top: 0;}
.h-lang-wrap .current-lang {position: relative;gap: 0.5rem;display: inline-flex;align-items: center;border-radius: 56.25rem;background-color: var(--clr-grey);color: var(--clr-title);transition: var(--transition-1);padding-block: 0.5rem;padding-inline: 0.75rem;}
.h-lang-wrap .current-lang i {--size: 1.125rem;position: relative;display: inline-block;width: var(--size);height: var(--size);flex-shrink: 0;transition: transform var(--transition-1);}
.h-lang-wrap .current-lang i::before {content: "";position: absolute;right: 0.25rem;top: calc(50% - 0.125rem);transform: translateY(-50%) rotate(45deg);transition: var(--transition-1);width: 0.5rem;height: 0.5rem;border-right: 0.125rem solid currentColor;border-bottom: 0.125rem solid currentColor;}
.h-lang-wrap:hover .current-lang i {transform: rotate(180deg);}
.h-lang-wrap:hover .h-lang {opacity: 1;visibility: visible;}
.h-lang > * + * {margin-top: 0.625rem;}
.h-lang a {text-align: left;}
.h-lang a:hover,
.h-lang a.is-active {color: var(--clr-primary);}
.h-logo {display: none;}
.h-menu .h-logo {display: block;}
.h-links ul {gap: 0.25rem 2rem;}
.h-controls,
.h-menu .h-logo {flex: 0 0 31%;}
}
@media (max-width: 1199px) {
:root {--h-height: 3.75rem;--h-logo-width: 7.5rem;}
.h-burger {position: relative;display: block;width: 2.5rem;height: 2.5rem;border-radius: 100%;border: 0.0625rem solid var(--clr-primary);}
.h-burger i {display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 60%;height: 0.125rem;background-color: var(--clr-primary);transition: var(--transition-1);}
.h-burger i:before,
.h-burger i:after {content: "";position: absolute;left: 0;top: -0.375rem;width: 100%;height: 100%;background-color: var(--clr-primary);transition: var(--transition-1);}
.h-burger i:after {top: 0.375rem;}
.h-inner {background-color: var(--clr-white);}
.h-menu {position: fixed;z-index: -1;top: 0;left: 0;transform: translateX(-100%);transition: var(--transition-1);width: min(100%, 26.25rem);height: 100%;overflow-y: auto;overflow-x: hidden;display: flex;flex-direction: column;align-items: center;justify-content: space-between;background-color: var(--clr-white);opacity: 0;padding: 1rem;padding-top: calc(var(--h-height) + 1rem);}
.h-menu > * + * {margin-top: 2rem;}
.h-menu .h-logo {display: none;}
.h-menu-overlay {display: block;position: fixed;z-index: 99;inset: 0;opacity: 0;visibility: hidden;background-color: rgba(var(--rgb-title), 0.8);transition: var(--transition-1);}
.h-links {margin-block: auto;}
.h-links ul {gap: 1.25rem;flex-direction: column;}
.h-controls {gap: 1rem;flex-direction: column;}
.h-controls .btn {width: 100%;}
.open-menu .h-burger i {background-color: transparent;}
.open-menu .h-burger i:before,
.open-menu .h-burger i:after {top: 0;transform-origin: center;transform: rotate(-45deg);}
.open-menu .h-burger i:after {transform: rotate(45deg);}
.open-menu .h-menu {transform: translateX(0%);opacity: 1;}
.open-menu .h-menu-overlay {opacity: 1;visibility: visible;}
}
header {opacity: 1;transition: 0.15s linear opacity;}
/*=====================*/
/* Typography          */
/*=====================*/
body {font-family: var(--ff-1);font-size: var(--text);line-height: 1.6em;font-weight: 300;color: var(--clr-text);}
.text {--text-space: 1rem;--text-rd: var(--rd-24);--text-li-padding: 2rem;--text-th-height: 4rem;--text-th-padding: 1.5rem;font-size: var(--text);line-height: 1.6em;font-weight: 300;color: var(--clr-text);}
.text * + :where(*) {margin-top: calc(var(--text-space) * 3);}
.text * + :is(p, ul, ol, li) {margin-top: var(--text-space);}
.text :is(img, table, iframe, figure, picture, blockquote, .swiper-entry) + *:not(figcaption) {margin-top: calc(var(--text-space) * 3);}
.text .swiper-entry > * * {margin-top: 0;}
.text b,
.text strong {font-weight: 600;}
.text span {color: var(--clr-primary);}
.text em {font-style: italic;}
.text a:not(.btn) {display: inline;font-weight: 500;color: var(--clr-primary);text-decoration: underline;text-decoration-color: transparent;}
.text ul li,
.text ol li {position: relative;padding-left: var(--text-li-padding);}
.text ul li:before {content: "";position: absolute;left: calc(var(--text-li-padding) / 2 - 0.5em);top: 0.5em;width: 0.5em;height: 0.5em;border-radius: 100%;background-color: var(--clr-primary);}
.text ol {counter-reset: number;}
.text ol li:before {counter-increment: number;content: counter(number, decimal-leading-zero) ".";display: inline-block;position: absolute;left: 0;font-weight: 500;line-height: inherit;color: var(--clr-primary);}
.text img {display: block;width: 100%;border-radius: var(--text-rd);}
.text figure {line-height: 0;width: 100%;}
.text figure.aligncenter {text-align: center;}
.text figure.alignright {text-align: right;}
.text figure > img {width: auto;}
.text figure figcaption {font-size: 0.75rem;font-weight: 300;line-height: 1.4em;color: var(--clr-title);margin: 0.25rem;}
.text iframe {display: block;max-width: 100%;width: 100%;height: 100%;aspect-ratio: 16/9;border: 0;border-radius: var(--text-rd);}
.text blockquote {position: relative;gap: 1.25rem;display: inline-flex;align-items: flex-start;font-size: var(--h4);line-height: 1.4em;font-style: italic;color: var(--clr-text);text-align: left;}
.text blockquote::before {content: "";display: inline-block;width: 2em;flex-shrink: 0;aspect-ratio: 1.0588;background-size: contain;background-position: center;background-repeat: no-repeat;background-image: url("../img/icons/icon-quote.svg");}
.text table {border-collapse: collapse;width: 100%;}
.text tbody tr {text-align: left;}
.text tbody tr:nth-child(even) th,
.text tbody tr:nth-child(even) td {background-color: var(--clr-grey);}
.text tbody tr:last-child:not(:nth-child(even)) {border-bottom: 0.0625rem solid var(--clr-grey);}
.text thead tr {border: none;}
.text thead th,
.text thead td {height: var(--text-th-height);font-weight: 600;color: var(--clr-title);background-color: var(--clr-grey);}
.text td,
.text th {vertical-align: middle;height: calc(var(--text-th-height) / 1.4);padding: calc(var(--text-th-padding) / 3);font-size: inherit;line-height: inherit;font-weight: inherit;}
.text td:first-child,
.text th:first-child {padding-left: var(--text-th-padding);border-radius: var(--text-rd) 0 0 var(--text-rd);}
.text td:last-child,
.text th:last-child {padding-right: var(--text-th-padding);border-radius: 0 var(--text-rd) var(--text-rd) 0;}
.text *:first-child img {margin-top: 0;}
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {font-weight: 600;color: var(--clr-title);}
h1,
.h1 {font-size: var(--h1);line-height: 1.2em;}
h2,
.h2 {font-size: var(--h2);line-height: 1.2em;}
h3,
.h3 {font-size: var(--h3);line-height: 1.2em;}
h4,
.h4 {font-size: var(--h4);line-height: 1.2em;}
h5,
.h5 {font-size: var(--h5);line-height: 1.4em;}
h6,
.h6 {font-size: var(--h6);line-height: 1.4em;}
.subtitle {font-size: var(--text);line-height: 1.4em;font-weight: 500;letter-spacing: -0.03em;color: var(--clr-title);}
.text-balance {text-wrap: balance;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
@media (min-width: 1200px) {
.text a:not(.btn):hover {text-decoration-color: currentColor;}
}
@media (max-width: 991px) {
.text {--text-space: .75rem;--text-th-height: 3.5rem;--text-th-padding: .5rem;}
.text blockquote {gap: 0.5rem;flex-direction: column;}
}
/*=====================*/
/* Buttons             */
/*=====================*/
.btn {--btn-height: 3.5rem;position: relative;cursor: pointer;z-index: 1;-webkit-user-select: none;-moz-user-select: none;user-select: none;overflow: hidden;gap: 0.625rem;flex-shrink: 0;display: inline-flex;align-items: center;justify-content: center;height: var(--btn-height);border: 0.0625rem solid transparent;border-radius: var(--rd-200);transition: var(--transition-1);font-size: 1rem;line-height: normal;font-weight: 500;text-decoration: none;text-transform: uppercase;padding: 0.90625em 1.75em;}
.btn b {display: inline-block;line-height: inherit;font-weight: inherit;color: currentColor;}
.btn-primary {background-color: var(--clr-primary);border-color: var(--clr-primary);color: var(--clr-white);}
.btn-primary .btn-icon {background-color: var(--clr-white);border-color: var(--clr-primary);color: var(--clr-primary);}
.btn-secondary {background-color: var(--clr-secondary);border-color: var(--clr-secondary);color: var(--clr-white);}
.btn-secondary .btn-icon {background-color: var(--clr-white);border-color: var(--clr-secondary);color: var(--clr-secondary);}
.btn-thirdy {background-color: var(--clr-white);border-color: rgba(var(--rgb-title), 0.15);color: var(--clr-secondary);}
.btn-thirdy .btn-icon {background-color: var(--clr-secondary);border-color: var(--clr-secondary);color: var(--clr-white);}
.btn-icon {--size: 2.5em;position: relative;display: inline-block;width: var(--size);height: var(--size);border-radius: 100%;border: 0.0625rem solid transparent;flex-shrink: 0;}
.btn-icon svg {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 42.13%;height: 42.13%;}
.btn:has(.btn-icon) {padding: 0.4375em 1em 0.4375em 0.5em;}
.btn-block {width: 100%;}
.btn.disabled {pointer-events: none;background-color: var(--clr-grey);border-color: var(--clr-grey);color: rgba(var(--rgb-title), 0.5);}
.btn.disabled .btn-icon {background-color: var(--clr-white);border-color: var(--clr-grey);color: rgba(var(--rgb-title), 0.5);}
.btn-close {--bw: 2.5rem;position: relative;cursor: pointer;display: inline-block;width: var(--bw);height: var(--bw);border-radius: 100%;background-color: var(--clr-secondary);color: var(--clr-white);transition: var(--transition-1);padding: 0;border: none;}
.btn-close::before,
.btn-close::after {content: "";position: absolute;top: 50%;left: 50%;width: 50%;height: 0.125rem;transform: translate(-50%, -50%) rotate(45deg);background-color: currentColor;}
.btn-close::after {transform: translate(-50%, -50%) rotate(-45deg);}
.btn-wrap {gap: 0.5rem 0.75rem;display: inline-flex;flex-wrap: wrap;}
@media (min-width: 1200px) {
.btn-primary:hover {background-color: var(--clr-white);color: var(--clr-primary);}
.btn-secondary:hover {background-color: var(--clr-white);color: var(--clr-secondary);}
.btn-thirdy:hover {background-color: rgba(var(--rgb-title), 0.15);}
.btn-close:hover {background-color: var(--clr-primary);color: var(--clr-white);}
}
@media (max-width: 991px) {
.btn {--btn-height: 3rem;font-size: 0.875rem;}
.btn-close {--bw: 2rem;}
}
/*=====================*/
/* Animation           */
/*=====================*/
.slideUp {--time: 1s;--delay: calc(.11s * var(--animate-index));will-change: transform,opacity;opacity: 0;transform: translateY(4rem);}
.slideUp.animated {animation: var(--time) var(--cubic-1) var(--delay) slideUp forwards;}
@keyframes slideUp {
to {opacity: 1;transform: translateY(0%);}
}