/* Front */
html {
    box-sizing: border-box;
}

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

html,
body {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    background: #fff;
    margin: 0;
    flex-direction: column;
    min-height: 100vh;
}

svg {
    display: block;
}

body > svg {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 0;
}

a,
button,
input,
textarea,
button,
select {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button {
    cursor: pointer;
    outline: 0;
}

input,
textarea,
select {
    padding: 6px 10px;
    outline: 0;
    border: 0;
    background: none;
}

/* a,
a:hover {
    text-decoration: none;
    color: #ec5005;
} */

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 600;
}

.h2 {
    font-size: 2.4rem;
    color: #3c3c3c;
    text-align: center;
    margin-bottom: 2rem;
}

img {
    max-width: 100%;
    height: auto;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

.container {
    width: 100%;
    padding: 0 80px;
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    .container {
        padding: 0 20px;
    }
}

.hidden {
    display: none;
}

.active .show-on-active {
    display: inline-block;
}

.active .hide-on-active,
.show-on-active {
    display: none;
}

.link {
    color: #fb5403;
}

.link svg {
    display: inline-block;
}

.link-more-text {
    margin-right: 0.4rem;
}

/*================= splide ==========================================*/

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.splide__track--fade > .splide__list {
    display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.splide--rtl {
    direction: rtl;
}

.splide__track--ttb > .splide__list {
    display: block;
}

.splide__container {
    box-sizing: border-box;
    position: relative;
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.splide__progress__bar {
    width: 0;
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible;
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

/*================= splide ==========================================*/

.title {
    font-family: "Montserrat", Sans-Serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.2;
    color: #FFF;
}

@media (max-width: 767px) {
    .title {
        font-size: 36px;
    }
}

.subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    display: flex;
    color: rgba(255, 255, 255, 0.7);
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 22px;
    background: #0FBC02;
    border-radius: 32px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    border: 0;
    text-align: center;
    white-space: nowrap;
    transition: all ease-in-out 0.3s;
}

.button:hover {
    color: #fff;
    background: #0A9300;
}


/*--------------------------------------------------------------
      ##  Page Loader
      --------------------------------------------------------------*/
.page-loader {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.page-loader.hide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.page-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-loader svg {
    display: none;
}

.blobs {
    -webkit-filter: url(#goo);
    filter: url(#goo);
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.blobs .blob-center {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background: #0058AA;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-animation: blob-grow linear 3.4s infinite;
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    -webkit-box-shadow: 0 -10px 40px -5px #0058AA;
    box-shadow: 0 -10px 40px -5px #0058AA;
}

.blob {
    position: absolute;
    background: #0058AA;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: blobs ease-out 3.4s infinite;
    animation: blobs ease-out 3.4s infinite;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
}

.blob:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.blob:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.blob:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.blob:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.blob:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%, 65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}
@keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%, 65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}
@-webkit-keyframes blob-grow {
    0%, 39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%, 42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%, 44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%, 46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%, 48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%, 70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%, 81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%, 83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%, 85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%, 87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%, 91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%, 100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}
@keyframes blob-grow {
    0%, 39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%, 42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%, 44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%, 46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%, 48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%, 70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%, 81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%, 83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%, 85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%, 87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%, 91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%, 100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/

.header {
    background: #fff;
    padding: 1rem 0;
    transition: all 0.3s ease-in-out;
    flex: 0 0 auto;
}

.site-logo {
    flex-shrink: 0;
}

.logo {
    max-width: 200px;
}

.header .header-inner .site-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.header .site-nav .menu-wrapper {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.menu-wrapper {
    flex-shrink: 1;
    width: 100%;
    justify-content: flex-end;
}

.header .toggle-menu,
.close-menu {
    display: none;
}

.site-nav__block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 28px;
}

.site-nav__link {
    display: inline-block;
    width: max-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #545454;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    transition: all 0.4s;
}
.site-nav__link:hover {
    color: #015AAC;
}

@media (max-width: 1200px) {
    .header .site-nav .menu-wrapper {
        position: fixed;
        width: 100%;
        max-width: 290px;
        background: white;
        /*left: 0;*/
        right: 0;
        top: 0;
        /*transform: translateX(-100%);*/
        transform: translateX(100%);
        flex-direction: column;
        padding: 2rem;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
        height: 100vh;
        z-index: 2;
        transition: all 0.3s;
    }

    .header .site-nav .menu-wrapper.active {
        transform: none;
    }

    .header .header-inner {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .header .toggle-menu {
        display: block;
        cursor: pointer;
    }

    .header .toggle-menu .bar {
        width: 30px;
        height: 2px;
        display: block;
        margin-bottom: 6px;
        background: #666;
    }

    .site-nav__block {
        flex-direction: column;
        margin: 0 auto;
    }

    .close-menu {
        display: block;
        width: 30px;
        position: relative;
        margin-left: auto;
        margin-bottom: 1rem;
        cursor: pointer;
    }

    .close-menu:before,
    .close-menu:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: #666;
        position: absolute;
        left: 0;
        top: 0;
        transform: rotate(45deg);
    }

    .close-menu:after {
        transform: rotate(-45deg);
    }
}

@media (max-width: 575px) {
    .header .site-nav .menu-wrapper {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/

.footer {
    padding: 40px 0;
    background: #002649;
}
.footer__inner {
    display: flex;
    align-items: center;
    gap: 78px;
    margin-bottom: 30px;
}
.footer__logo, .footer__copy {
    max-width: 220px;
    width: 100%;
    flex-shrink: 0;
}
.footer__nav {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}
.footer__nav-link {
    display: inline-block;
    width: max-content;
    font-weight: 500;
    font-size: 14px;
    color: #FFF;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s;
}
.footer__nav-link:hover {
    color: #015AAC;
}
.footer__content {
    display: flex;
    gap: 78px;
}

@media (max-width: 767px) {
    .footer__inner {
        flex-direction: column;
        gap: 50px;
        margin-bottom: 40px;
    }
    .footer__nav {
        justify-content: center;
    }
    .footer__content {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .footer__copy {
        max-width: 100%;
        text-align: center;
        justify-content: center;
    }

    .footer__text {
        text-align: center;
    }
}

