@import "./vendors/slick.css";
@import "./vendors/swiper-bundle.css";

html .wowo {
    opacity: 0
}

html .wowo.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.delay-in-1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.delay-in-2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.delay-in-3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.delay-in-4 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.delay-in-5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.delay-in-6 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.delay-in-7 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.delay-in-8 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.delay-in-9 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.delay-in-10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.delay-in-11 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.delay-in-12 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.delay-in-13 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.delay-in-14 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.delay-in-15 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay-in-16 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.delay-in-17 {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.delay-in-18 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.delay-in-19 {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.delay-in-20 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.delay-in-21 {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.delay-in-22 {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.delay-in-23 {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.delay-in-24 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.delay-in-25 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.delay-in-26 {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.delay-in-27 {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

.delay-in-28 {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.delay-in-29 {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s
}

.delay-in-30 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.fadeIn.animated {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInUp.animated {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInLeft.animated {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInRight.animated {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.zoomOut.animated {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.fillWidth.animated {
    -webkit-animation-name: fillWidth;
    animation-name: fillWidth
}

.circleAnimate.animated {
    -webkit-animation-name: circleAnimate;
    animation-name: circleAnimate
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fillWidth {
    0% {
        opacity: 1;
        stroke-dashoffset: 700
    }

    to {
        opacity: 1;
        stroke-dashoffset: 0
    }
}

@keyframes fillWidth {
    0% {
        opacity: 1;
        stroke-dashoffset: 700
    }

    to {
        opacity: 1;
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes circleAnimate {
    0% {
        opacity: 0;
        r: 0
    }

    to {
        opacity: 1;
        r: 8
    }
}

@keyframes circleAnimate {
    0% {
        opacity: 0;
        r: 0
    }

    to {
        opacity: 1;
        r: 8
    }
}

@font-face {
    font-family: "Shape-Regular";
    src: url(../fonts/Shape-Regular.woff2);
    font-style: normal;
    font-weight: 400
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:focus-visible {
    outline: 2px solid #000000 !important
}

html {
    scroll-behavior: smooth;
    height: 100%
}

html>.hidden {
    overflow: hidden
}

body {
    width: 100%;
    overflow-x: clip !important;
    position: relative;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.625;
    letter-spacing: 0px
}

@media (max-width:768.1px) {
    body {
        font-size: 15px
    }
}

body.body-opacity {
    opacity: 0
}

body,
html {
    font-size: 20px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.625;
    letter-spacing: 0px
}

@media (max-width:768.1px) {

    body,
    html {
        font-size: 15px
    }
}

section {
    max-width: 100vw;
    overflow-x: clip !important;
    overflow-y: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    margin-top: 30px;
    margin-bottom: 30px
}

@media (max-width:768.1px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

h1 {
    font-size: 79px;
    line-height: 1.353
}

@media (max-width:768.1px) {
    h1 {
        font-size: 60px
    }
}

@media (max-width:575.9px) {
    h1 {
        font-size: 40px
    }
}

h2 {
    font-size: 55px;
    line-height: 1.2
}

@media (max-width:768.1px) {
    h2 {
        font-size: 38px
    }
}

@media (max-width:575.9px) {
    h2 {
        font-size: 34px
    }
}

h3 {
    font-size: 46px;
    line-height: 1.2
}

@media (max-width:768.1px) {
    h3 {
        font-size: 36px
    }
}

@media (max-width:575.9px) {
    h3 {
        font-size: 32px
    }
}

h4 {
    font-size: 38px;
    line-height: 1.2
}

@media (max-width:768.1px) {
    h4 {
        font-size: 30px
    }
}

h5 {
    font-size: 30px;
    line-height: 1.2
}

@media (max-width:768.1px) {
    h5 {
        font-size: 24px
    }
}

h6 {
    font-size: 22px;
    line-height: 1.2
}

@media (max-width:768.1px) {
    h6 {
        font-size: 18px
    }
}

a {
    cursor: pointer;
    color: inherit;
    -webkit-transition: color 0.2s, opacity 0.2s;
    transition: color 0.2s, opacity 0.2s
}

@media (min-width:768.1px) {
    a:hover {
        opacity: 0.8
    }
}

p {
    margin: 0 0 27px
}

p:last-child {
    margin-bottom: 0
}

@media (max-width:768.1px) {
    p {
        margin-bottom: 15px
    }
}

p a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: underline
}

p span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit
}

.cite,
blockquote {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    font-family: inherit;
    display: block;
    text-transform: none;
    white-space: normal
}

ol,
ul {
    padding-left: 30px
}

ol li,
ul li {
    position: relative
}

ol li:last-child,
ul li:last-child {
    margin-bottom: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

.color-blue {
    color: #215baa
}

img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

svg {
    max-width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

iframe,
video {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.bg-box,
.common,
.img,
.media-box,
.video-box,
.wp-block-image,
.wp-block-video {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bg-box iframe,
.bg-box video,
.common iframe,
.common video,
.img iframe,
.img video,
.media-box iframe,
.media-box video,
.video-box iframe,
.video-box video,
.wp-block-image iframe,
.wp-block-image video,
.wp-block-video iframe,
.wp-block-video video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.img-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    font-family: inherit;
    display: block;
    -webkit-transition: opacity 0.2s, -webkit-filter 0.2s;
    transition: opacity 0.2s, -webkit-filter 0.2s;
    transition: opacity 0.2s, filter 0.2s;
    transition: opacity 0.2s, filter 0.2s, -webkit-filter 0.2s
}

input::-webkit-input-placeholder {
    font-size: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

input::-moz-placeholder {
    font-size: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

input:-ms-input-placeholder {
    font-size: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

input::-ms-input-placeholder {
    font-size: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

input::placeholder {
    font-size: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

input:focus {
    opacity: 0.8
}

button,
select,
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    outline: none;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: inherit;
    display: block;
    -webkit-transition: opacity 0.2s, -webkit-filter 0.2s;
    transition: opacity 0.2s, -webkit-filter 0.2s;
    transition: opacity 0.2s, filter 0.2s;
    transition: opacity 0.2s, filter 0.2s, -webkit-filter 0.2s
}

textarea {
    resize: none
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000000
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
    cursor: pointer
}

:after,
:before,
button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

select {
    border-radius: 0;
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.container {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto
}

.content {
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1530px;
    padding: 0 30px
}

@media (max-width:768.1px) {
    .content {
        padding: 0 25px
    }
}

.content h1 {
    margin-top: 0
}

.filter-load.is-active {
    min-height: 42vh;
    padding: 50px 0
}

.filter-load.is-active a {
    display: none
}

.filter-load.is-active:after {
    content: "";
    display: block;
    width: 5vw;
    height: 5vw;
    aspect-ratio: 1;
    border: 5px solid #ffffff;
    border-top: 5px solid #000000;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto
}

@media (max-width:768.1px) {
    .filter-load.is-active:after {
        width: 40px;
        height: 40px
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width:1500px) {
    .title h2 {
        margin: 0
    }
}

.btn .wp-block-button__link,
.btn a,
.btn > span,
.btn input,
.submit-box .wp-block-button__link,
.submit-box a,
.submit-box input,
.wp-block-button .wp-block-button__link,
.wp-block-button a,
.wp-block-button input {
    -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s, opacity 0.2s;
    transition: background-color 0.2s, color 0.2s, border 0.2s, opacity 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    border-radius: 9999px;
    padding: 17.5px 37.6px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8125;
    letter-spacing: 0px;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000
}

@media (max-width:991.9px) {

    .btn .wp-block-button__link,
    .btn a,
    .btn input,
    .submit-box .wp-block-button__link,
    .submit-box a,
    .submit-box input,
    .wp-block-button .wp-block-button__link,
    .wp-block-button a,
    .wp-block-button input {
        padding: 17.5px 28px
    }
}

@media (max-width:768.1px) {

    .btn .wp-block-button__link,
    .btn a,
    .btn input,
    .submit-box .wp-block-button__link,
    .submit-box a,
    .submit-box input,
    .wp-block-button .wp-block-button__link,
    .wp-block-button a,
    .wp-block-button input {
        font-size: 15px;
        padding: 14px 20px
    }
}

@media (min-width:768.1px) {

    .btn .wp-block-button__link:hover,
    .btn a:hover,
    .btn > span:hover,
    .btn input:hover,
    .submit-box .wp-block-button__link:hover,
    .submit-box a:hover,
    .submit-box input:hover,
    .wp-block-button .wp-block-button__link:hover,
    .wp-block-button a:hover,
    .wp-block-button input:hover {
        opacity: 1;
        background-color: #215baa;
        border-color: #215baa;
        color: #ffffff
    }
}

.btn .wp-block-button__link:after,
.btn a:after,
.btn input:after,
.submit-box .wp-block-button__link:after,
.submit-box a:after,
.submit-box input:after,
.wp-block-button .wp-block-button__link:after,
.wp-block-button a:after,
.wp-block-button input:after {
    display: none !important
}

.btn.blue-btn a,
.submit-box.blue-btn a,
.wp-block-button.blue-btn a {
    border: 1px solid #215baa;
    color: #ffffff;
    background-color: #215baa
}

.btn.blue-btn a:hover,
.submit-box.blue-btn a:hover,
.wp-block-button.blue-btn a:hover {
    opacity: 1;
    background-color: #000000;
    border-color: #000000;
    color: #ffffff
}

.wp-block-button .wp-block-button__link:after {
    content: none
}

.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.video {
    padding-bottom: 144px
}

@media (max-width:576.9px) {
    .video {
        padding-bottom: 94px
    }
}

.video .container .video-link {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.video .container .video-link .img {
    width: 100%;
    overflow: hidden;
    border-radius: 5px
}

.video .container .video-link .img:hover div {
    scale: 1.18
}

.video .container .video-link .img div {
    padding-top: 42.7%;
    background-size: cover;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.video .container .video-link img {
    width: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none
}

@media (max-width:767.98px) {
    .video .container .video-link img {
        width: 32px
    }
}

.video .container .video-link .data-video {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.video-light-box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0
}

.video-light-box:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8
}

.video-light-box .close {
    opacity: 1;
    background: none;
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 9;
    right: -7px;
    top: -30px;
    -webkit-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    cursor: pointer
}

.video-light-box .close:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    position: absolute;
    left: 3px;
    top: 13px;
    -webkit-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out
}

.video-light-box .close:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    position: absolute;
    left: 3px;
    top: 13px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out
}

.video-light-box .video-box {
    overflow: visible !important;
    max-width: 1134px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0
}

@media (max-width:1200px) {
    .video-light-box .video-box {
        width: 96%
    }
}

.video-light-box .video-box video {
    width: 100%
}

.video-light-box .video-box iframe {
    width: 100%;
    height: 641px
}

@media (max-width:1200px) {
    .video-light-box .video-box iframe {
        height: 52.9vw
    }
}

.play-iframe-video {
    width: 100%
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    padding: 38px 0 20px
}

@media (max-width:768.1px) {
    header {
        padding: 18px 0 18px
    }
}

header.smaller-header {
    padding: 18px 0 18px
}

header .container {
    max-width: unset
}

header .content {
    max-width: 1487px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:1550px) {
    header .content {
        max-width: unset
    }
}

header a {
    text-decoration: none
}

header .header-logo {
    width: 167px
}

@media (max-width:991.9px) {
    header .header-logo {
        width: 145px
    }
}

@media (max-width:768.1px) {
    header .header-logo {
        width: 132px
    }
}

@media (max-width:575.9px) {
    header .header-logo {
        width: 115px
    }
}

header .header-logo img {
    display: block
}

header .header-logo:hover {
    opacity: 1
}

header .pop-menu {
    width: 768px;
    max-width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media (max-width:768.1px) {
    header .pop-menu {
        width: 100%
    }
}

header .pop-menu .left-box {
    padding: 156px 31px 76px 45px;
    background-color: #000000;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 450px;
    max-width: 65%;
    -webkit-transition: all;
    transition: all;
    z-index: -1;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media (max-width:768.1px) {
    header .pop-menu .left-box {
        display: none
    }
}

@media (max-width:575.9px) {
    header .pop-menu .left-box {
        padding: 150px 25px 60px 25px
    }
}

@media (min-width:768.1px) {
    header .pop-menu .left-box a:hover {
        opacity: 1;
        color: #215baa
    }
}

header .pop-menu .left-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 1.1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

@media (max-width:991.9px) {
    header .pop-menu .left-box ul {
        font-size: 25px
    }
}

@media (max-width:768.1px) {
    header .pop-menu .left-box ul {
        font-size: 22px
    }
}

header .pop-menu .left-box ul li {
    padding: 0;
    margin: 0 0 11px
}

header .pop-menu .left-box ul li:last-child {
    margin-bottom: 0
}

header .pop-menu .left-box ul li a {
    display: block
}

header .pop-menu .left-box ul li:first-child>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(2)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(3)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(4)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(5)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(6)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(7)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(8)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(9)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(10)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(11)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(12)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(13)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(14)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(15)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(16)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(17)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(18)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(19)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box ul li:nth-child(20)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .pop-menu .left-box.is-show {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

header .pop-menu .left-box.is-show .sub-menu li>a {
    opacity: 1;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important
}

header .pop-menu .left-box.changeAnimate {
    -webkit-transition: all 0.2s, opacity 0s;
    transition: all 0.2s, opacity 0s;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

header .pop-menu .left-box.hideBar ul {
    opacity: 0
}

header .pop-menu .main-box {
    padding: 150px 29px 80px 73px;
    background-color: #1f56a1;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 337px;
    max-width: 50%
}

@media (max-width:768.1px) {
    header .pop-menu .main-box {
        padding: 100px 25px 60px 30px;
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-left: auto
    }
}

@media (max-width:768.1px) {
    header .pop-menu .main-box {
        width: 100%;
        max-width: unset
    }
}

@media (min-width:768.1px) {
    header .pop-menu .main-box a {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: relative
    }

    header .pop-menu .main-box a:after {
        content: "";
        display: block;
        height: 1px;
        width: 0%;
        position: absolute;
        bottom: -0.5px;
        left: 0;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        background-color: #ffffff
    }

    header .pop-menu .main-box a:hover {
        opacity: 1;
        color: #000000
    }
}

header .pop-menu .main-box nav {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 33px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0px
}

@media (max-width:991.9px) {
    header .pop-menu .main-box nav {
        font-size: 30px
    }
}

@media (max-width:768.1px) {
    header .pop-menu .main-box nav {
        font-size: 26px
    }
}

@media (max-width:768.1px) {
    header .pop-menu .main-box nav {
        height: auto;
        line-height: 1
    }
}

header .pop-menu .main-box nav ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

header .pop-menu .main-box nav ul>li {
    display: block
}

@media (max-width:768.1px) {
    header .pop-menu .main-box nav ul>li {
        margin-bottom: 12px
    }

    header .pop-menu .main-box nav ul>li:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768.1px) {
    header .pop-menu .main-box nav ul>li.left-open>a {
        color: #000000
    }
}

header .pop-menu .main-box nav ul>li.has-sub-menu .sub-menu {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 150px 25px 25px;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    color: #000000;
    z-index: 9998;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.215, 0.61, 0.355, 1)
}

header .pop-menu .main-box nav ul>li.has-sub-menu .sub-menu .back {
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    position: absolute;
    top: 100px;
    left: 25px;
    margin-bottom: 35px;
    z-index: 9
}

@media (max-width:991.9px) {
    header .pop-menu .main-box nav ul>li.has-sub-menu .sub-menu .back {
        font-size: 25px
    }
}

@media (max-width:768.1px) {
    header .pop-menu .main-box nav ul>li.has-sub-menu .sub-menu .back {
        font-size: 22px
    }
}

@media (min-width:768.1px) {
    header .pop-menu .main-box nav ul>li.has-sub-menu .sub-menu {
        display: none !important
    }
}

header .pop-menu .main-box nav ul>li.has-sub-menu .sub-menu li {
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px
}

@media (max-width:991.9px) {
    header .pop-menu .main-box nav ul>li.has-sub-menu .sub-menu li {
        font-size: 25px
    }
}

@media (max-width:768.1px) {
    header .pop-menu .main-box nav ul>li.has-sub-menu .sub-menu li {
        font-size: 22px
    }
}

header .pop-menu .main-box nav ul>li.has-sub-menu .sub-menu li:last-child {
    margin-bottom: 0
}

header .pop-menu .main-box nav ul>li.has-sub-menu.active .sub-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

header .pop-menu .main-box nav ul>li:has(.book-btn) .book-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    border-radius: 9999px;
    padding: 17.5px 37.6px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8125;
    letter-spacing: 0px;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    min-width: 196px;
    margin-top: 30px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.2s ease-out 0.45s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s ease-out 0.45s, background-color 0.3s ease-out, color 0.3s ease-out
}

@media (min-width:768.1px) {
    header .pop-menu .main-box nav ul>li:has(.book-btn) .book-btn {
        padding: 20px 30px
    }
}

@media (max-width:768.1px) {
    header .pop-menu .main-box nav ul>li:has(.book-btn) .book-btn {
        min-width: unset;
        font-size: 15px;
        padding: 14px 20px
    }
}

@media (min-width:768.1px) {
    header .pop-menu .main-box nav ul>li:has(.book-btn) .book-btn:hover {
        opacity: 1;
        background-color: #215baa;
        color: #ffffff
    }
}

header .pop-menu .main-box nav .menu>li:first-child {
    -webkit-transition: all 0.2s linear 0s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:first-child>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(2) {
    -webkit-transition: all 0.2s linear 0.05s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.05s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(2)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(3) {
    -webkit-transition: all 0.2s linear 0.1s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.1s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(3)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(4) {
    -webkit-transition: all 0.2s linear 0.15s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.15s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(4)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(5) {
    -webkit-transition: all 0.2s linear 0.2s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.2s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(5)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(6) {
    -webkit-transition: all 0.2s linear 0.25s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.25s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(6)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(7) {
    -webkit-transition: all 0.2s linear 0.3s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.3s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(7)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(8) {
    -webkit-transition: all 0.2s linear 0.35s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.35s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(8)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(9) {
    -webkit-transition: all 0.2s linear 0.4s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.4s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(9)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(10) {
    -webkit-transition: all 0.2s linear 0.45s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.45s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(10)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(11) {
    -webkit-transition: all 0.2s linear 0.5s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.5s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(11)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

header .pop-menu .main-box nav .menu>li:nth-child(12) {
    -webkit-transition: all 0.2s linear 0.55s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s linear 0.55s, background-color 0.3s ease-out, color 0.3s ease-out
}

header .pop-menu .main-box nav .menu>li:nth-child(12)>a {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0
}

@media (max-width:768.1px) {
    header .pop-menu .main-box nav .has-sub-menu>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header .pop-menu .main-box nav .has-sub-menu>a:after {
        content: ">" !important;
        display: block;
        line-height: 0;
        margin-left: 8px;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        z-index: 9;
        margin-top: 0.1em
    }
}

header .pop-menu .main-box .btn {
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0.45s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s ease-out 0.45s, background-color 0.3s ease-out, color 0.3s ease-out;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

header .pop-menu .main-box .btn a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    min-width: 196px
}

@media (min-width:768.1px) {
    header .pop-menu .main-box .btn a {
        padding: 20px 30px
    }
}

@media (max-width:768.1px) {
    header .pop-menu .main-box .btn a {
        min-width: unset
    }
}

header .pop-menu .main-box .bottom-box {
    margin-top: 38px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0.5s, background-color 0.3s ease-out, color 0.3s ease-out;
    transition: all 0.2s ease-out 0.5s, background-color 0.3s ease-out, color 0.3s ease-out;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

header .pop-menu .main-box .bottom-box p {
    margin: 0
}

header .pop-menu .main-box .bottom-box .link {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6428571429;
    letter-spacing: 0px;
    margin: 0 0 24px
}

@media (max-width:768.1px) {
    header .pop-menu .main-box .bottom-box .link {
        font-size: 13px
    }
}

header .pop-menu .main-box .bottom-box .link:last-child {
    margin: 0
}

header .pop-menu .main-box .bottom-box .link a {
    display: block;
    position: relative
}

header .pop-menu .main-box .bottom-box .link a:after {
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -0.5px;
    left: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-color: #ffffff
}

header .pop-menu .main-box .bottom-box .link a:hover {
    opacity: 1;
    color: #ffffff
}

header .pop-menu .main-box .bottom-box .link a:hover:after {
    width: 100%
}

header .pop-menu .main-box .bottom-box .hours {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.9166666667;
    letter-spacing: 0px;
    line-height: 1.2
}

header .pop-menu .main-box .bottom-box .hours p {
    margin: 0 0 6px
}

header .pop-menu .main-box .bottom-box .hours p:last-child {
    margin: 0
}

header .pop-menu.is-show {
    visibility: visible;
    z-index: 5;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

header .pop-menu.is-show .main-box nav .menu .menu-item>a {
    opacity: 1;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important
}

header .pop-menu.is-show .main-box .btn {
    opacity: 1;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important
}

header .pop-menu.is-show .main-box .bottom-box {
    opacity: 1;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important
}

header .back {
    display: none
}

@media (max-width:768.1px) {
    header .back {
        display: block
    }
}

header.sticky1 {
    position: fixed;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

header.sticky1.scroll-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

header.sticky1.scroll-down {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.hamburger {
    position: fixed;
    margin: 49px 0 20px;
    top: 0;
    right: 30px;
    text-decoration: none;
    cursor: pointer;
    z-index: 9999;
    display: block;
    width: 57px;
    height: auto;
    aspect-ratio: 1;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

@media (max-width:768.1px) {
    .hamburger {
        margin: 29px 0 18px;
        right: 25px
    }
}

@media (max-width:991.9px) {
    .hamburger {
        width: 45px
    }
}

@media (max-width:768.1px) {
    .hamburger {
        width: 40px
    }
}

.hamburger span {
    display: block;
    position: absolute;
    width: 21px;
    height: 2px;
    background-color: #ffffff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

@media (max-width:768.1px) {
    .hamburger span {
        width: 18px
    }
}

@media (max-width:575.9px) {
    .hamburger span {
        width: 17px;
        height: 1.5px
    }
}

.hamburger span:first-child {
    top: 37%
}

.hamburger span:nth-child(2) {
    top: 50%;
    left: 44%
}

.hamburger span:last-child {
    top: 63%
}

.hamburger.active span:first-child {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.hamburger.active span:nth-child(2) {
    opacity: 0
}

.hamburger.active span:last-child {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg)
}

.banner {
    padding: 76px 0 78px;
    background-color: #f7f7f7
}

@media (max-width:991.9px) {
    .banner {
        padding: 140px 0 78px
    }
}

@media (max-width:991.9px) {
    .banner {
        padding: 90px 0 55px
    }
}

.banner .content {
    max-width: 1437px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768.1px) {
    .banner .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.banner .text {
    width: 100%;
    max-width: 656px;
    padding-left: 77px;
    padding-top: 164px;
    margin-right: 40px
}

@media (max-width:1199.9px) {
    .banner .text {
        padding-left: 0;
        max-width: 50%;
        padding-right: 5%
    }
}

@media (max-width:991.9px) {
    .banner .text {
        padding-top: 120px
    }
}

@media (max-width:768.1px) {
    .banner .text {
        max-width: unset;
        padding-top: 60px;
        margin-bottom: 38px
    }
}

.banner .text h1 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(12px, 14.37908vw, 220px);
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -0.068em;
    margin: 0 0 14px
}

@media (max-width:991.9px) {
    .banner .text h1 {
        font-size: 125px
    }
}

@media (max-width:768.1px) {
    .banner .text h1 {
        font-size: 98px
    }
}

@media (max-width:575.9px) {
    .banner .text h1 {
        font-size: 72px
    }
}

.banner .text h1 span {
    display: block
}

.banner .text .text-body {
    margin-left: 21px;
    max-width: 518px
}

@media (max-width:768.1px) {
    .banner .text .text-body {
        margin-left: 0;
        max-width: unset
    }
}

.banner .text .btns {
    margin-left: 23px;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:768.1px) {
    .banner .text .btns {
        margin-left: 0;
        margin-top: 20px
    }
}

.banner .text .btns .btn:first-child {
    margin-right: 9px
}

.banner .img {
    width: 100%;
    max-width: 546px;
    border-radius: 0 193px 0 0
}

@media (max-width:1199.9px) {
    .banner .img {
        max-width: 50%;
        border-radius: 0 145px 0 0
    }
}

@media (max-width:768.1px) {
    .banner .img {
        max-width: unset
    }
}

.marquee-testimonials {
    position: relative;
    padding: 85px 0 102px
}

@media (max-width:991.9px) {
    .marquee-testimonials {
        padding: 60px 0 70px
    }
}

@media (max-width:768.1px) {
    .marquee-testimonials {
        padding: 55px 0
    }
}

.marquee-testimonials .content {
    position: relative;
    z-index: 9
}

.marquee-testimonials .content :empty {
    display: none !important
}

.marquee-testimonials .content p {
    max-width: 848px
}

.marquee-testimonials .marquee-box .marquee-item-content {
    margin-bottom: 30px
}

@media (max-width:768.1px) {
    .marquee-testimonials .marquee-box .marquee-item-content {
        margin-bottom: 20px
    }
}

.marquee-testimonials .marquee-box .marquee-item-content:last-child {
    margin-bottom: 0
}

.marquee-testimonials .marquee-box .marquee-item-content .item-box {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.marquee-testimonials .marquee-box .marquee-item-content .item-box .marquee-item {
    border-radius: 23px;
    background-color: #f7f7f7;
    width: 393px;
    height: 253px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 44px 45px 52px 52px;
    margin: 0 15px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991.9px) {
    .marquee-testimonials .marquee-box .marquee-item-content .item-box .marquee-item {
        padding: 35px 30px
    }
}

@media (max-width:768.1px) {
    .marquee-testimonials .marquee-box .marquee-item-content .item-box .marquee-item {
        width: 300px;
        height: auto;
        margin: 0 10px;
        padding: 20px 20px
    }
}

.marquee-testimonials .marquee-box .marquee-item-content .item-box .marquee-item blockquote {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5238095238;
    letter-spacing: 0px;
    display: block;
    margin: 0 0 30px;
    font-style: italic
}

@media (max-width:768.1px) {
    .marquee-testimonials .marquee-box .marquee-item-content .item-box .marquee-item blockquote {
        font-size: 19px
    }
}

.marquee-testimonials .marquee-box .marquee-item-content .item-box .marquee-item img {
    width: auto;
    max-width: 220px;
    max-height: 100%
}

@media (max-width:991.9px) {
    .marquee-testimonials .marquee-box .marquee-item-content .item-box .marquee-item img {
        max-width: 150px;
        height: auto
    }
}

.marquee-testimonials .marquee-box .marquee-item-content .item-box .video-play {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    padding: 15.5px 15.5px;
    background-color: #a0cdd9;
    overflow: hidden;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

@media (max-width:768.1px) {
    .marquee-testimonials .marquee-box .marquee-item-content .item-box .video-play {
        padding: 12px 12px
    }
}

.marquee-testimonials .marquee-box .marquee-item-content .item-box .video-play img {
    width: 55px;
    height: 55px;
    display: block
}

@media (max-width:768.1px) {
    .marquee-testimonials .marquee-box .marquee-item-content .item-box .video-play img {
        width: 48px;
        height: 48px
    }
}

.marquee-testimonials .marquee-box .marquee-item-content .item-box .video-play:hover {
    opacity: 0.7
}

.marquee-testimonials .marquee-box blockquote {
    width: 100%;
    display: block;
    margin: 0 auto 34px
}

@media (max-width:768.1px) {
    .marquee-testimonials .marquee-box blockquote {
        margin: 0 auto 25px
    }
}

.marquee-testimonials .marquee-box cite {
    text-transform: unset;
    font-style: normal;
    display: block;
    text-align: left
}

.marquee-testimonials .marquee-box cite span {
    display: block
}

.marquee-testimonials .marquee-box cite .name {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4444444444;
    letter-spacing: 0px;
    font-weight: 500
}

@media (max-width:768.1px) {
    .marquee-testimonials .marquee-box cite .name {
        font-size: 16px
    }
}

.marquee-testimonials .marquee-box cite .pain {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6428571429;
    letter-spacing: 0px;
    font-weight: 400
}

@media (max-width:768.1px) {
    .marquee-testimonials .marquee-box cite .pain {
        font-size: 13px
    }
}

.marquee-testimonials:after {
    content: "";
    background-color: #215baa;
    position: absolute;
    right: 0;
    top: 0;
    width: 49.8%;
    height: 100%;
    display: block;
    z-index: -1
}

@media (max-width:1439.9px) {
    .marquee-testimonials:after {
        width: 50%
    }
}

@media (max-width:768.1px) {
    .marquee-testimonials:after {
        width: 100%;
        height: 65%;
        top: 0
    }
}

.marquee-testimonials .data-video {
    visibility: hidden;
    opacity: 0;
    z-index: -99;
    position: absolute
}

.carousel-and-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768.1px) {
    .carousel-and-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        min-height: unset !important
    }
}

.carousel-and-text .content {
    max-width: 1437px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.carousel-and-text .slider-outbox {
    width: 100%;
    max-width: 50.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 50px 178px 50px 30px
}

@media (max-width:1500px) {
    .carousel-and-text .slider-outbox {
        padding-right: 80px
    }
}

@media (max-width:1439.9px) {
    .carousel-and-text .slider-outbox {
        max-width: 50%;
        padding: 55px 178px 55px 30px;
        padding-right: 40px
    }
}

@media (max-width:768.1px) {
    .carousel-and-text .slider-outbox {
        max-width: unset;
        padding: 55px 25px
    }
}

.carousel-and-text .slider-outbox .content-box {
    position: relative;
    margin-left: auto;
    width: 100%;
    max-width: 492px;
    padding-left: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1500px) {
    .carousel-and-text .slider-outbox .content-box {
        padding-left: 66px
    }
}

@media (max-width:1439.9px) {
    .carousel-and-text .slider-outbox .content-box {
        padding-left: 40px
    }
}

@media (max-width:768.1px) {
    .carousel-and-text .slider-outbox .content-box {
        margin-left: 0;
        margin-right: auto;
        max-width: unset;
        padding-left: 0
    }
}

.carousel-and-text .slider-outbox .content-box .slider-box {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.carousel-and-text .slider-outbox .content-box .slider-box .slider-list {
    overflow: visible
}

.carousel-and-text .slider-outbox .content-box .slider-item h3 {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0 0 33px
}

@media (max-width:991.9px) {
    .carousel-and-text .slider-outbox .content-box .slider-item h3 {
        font-size: 31px
    }
}

@media (max-width:768.1px) {
    .carousel-and-text .slider-outbox .content-box .slider-item h3 {
        font-size: 27px
    }
}

@media (max-width:1439.9px) {
    .carousel-and-text .slider-outbox .content-box .slider-item h3 {
        line-height: 1
    }
}

@media (max-width:991.9px) {
    .carousel-and-text .slider-outbox .content-box .slider-item h3 {
        margin: 0 0 28px
    }
}

@media (max-width:768.1px) {
    .carousel-and-text .slider-outbox .content-box .slider-item h3 {
        margin: 0 0 24px
    }
}

.carousel-and-text .slider-outbox .content-box .mix-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
    margin-left: -5px
}

@media (max-width:768.1px) {
    .carousel-and-text .slider-outbox .content-box .mix-btns {
        margin-left: 0
    }
}

.carousel-and-text .slider-outbox .content-box .mix-btns .btn.black-btn {
    z-index: 8
}

.carousel-and-text .slider-outbox .content-box .mix-btns .btn.blue-btn {
    margin-left: -65px
}

@media (max-width:991.9px) {
    .carousel-and-text .slider-outbox .content-box .mix-btns .btn.blue-btn {
        margin-left: -53px
    }
}

.carousel-and-text .slider-outbox .content-box .mix-btns .btn.blue-btn a {
    padding-left: 93px
}

@media (max-width:991.9px) {
    .carousel-and-text .slider-outbox .content-box .mix-btns .btn.blue-btn a {
        padding-left: 63px
    }
}

.carousel-and-text .slider-outbox .content-box .mix-btns .btn a {
    white-space: nowrap
}

@media (max-width:991.9px) {
    .carousel-and-text .slider-outbox .content-box .mix-btns .btn a {
        padding-left: 28px;
        padding-right: 28px;
        padding: 14px 20px
    }
}

.carousel-and-text .title {
    width: 100%;
    max-width: 49.8%;
    background-color: #215baa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 30px 50px 129px
}

@media (max-width:1500px) {
    .carousel-and-text .title {
        padding-left: 80px
    }
}

@media (max-width:1439.9px) {
    .carousel-and-text .title {
        max-width: 50%;
        padding-left: 60px
    }
}

@media (max-width:991.9px) {
    .carousel-and-text .title {
        padding-left: 60px
    }
}

@media (max-width:768.1px) {
    .carousel-and-text .title {
        max-width: unset;
        padding: 55px 25px
    }
}

.carousel-and-text .title .content-box {
    margin-right: auto
}

.carousel-and-text .title .content-box h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    font-size: clamp(12px, 12.745098vw, 195px);
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -0.072em;
    line-height: 0.8;
    margin: 0
}

@media (max-width:991.9px) {
    .carousel-and-text .title .content-box h2 {
        font-size: 110px
    }
}

@media (max-width:768.1px) {
    .carousel-and-text .title .content-box h2 {
        font-size: 78px
    }
}

@media (max-width:575.9px) {
    .carousel-and-text .title .content-box h2 {
        font-size: 64px
    }
}

.carousel-and-text .title .content-box h2 span {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #000000
}

.carousel-and-text .title .content-box h2 span.active {
    color: #ffffff
}

.carousel-and-text .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    list-style: none
}

@media (max-width:1500px) {
    .carousel-and-text .slick-dots {
        left: 0
    }
}

@media (max-width:768.1px) {
    .carousel-and-text .slick-dots {
        left: 0;
        position: relative;
        top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-transform: none;
        transform: none;
        margin-top: 25px
    }
}

.carousel-and-text .slick-dots li {
    margin: 0 0 18px
}

@media (max-width:768.1px) {
    .carousel-and-text .slick-dots li {
        margin: 0 18px 0 0
    }
}

.carousel-and-text .slick-dots li:last-child {
    margin: 0
}

.carousel-and-text .slick-dots li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    font-family: inherit;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 0;
    color: transparent;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000000
}

.carousel-and-text .slick-dots li.slick-active button {
    outline: 6px solid #a0cdd9
}

.full-scroll-wrapper {
    position: relative;
    height: calc(100vh * var(--scroll-wrapper-scale))
}

.full-scroll-wrapper .scroll-animate-section {
    width: 100%
}

@media (max-width:768.1px) {
    .full-scroll-wrapper {
        height: auto !important
    }
}

.full-scroll-wrapper .scroll-animate-section {
    position: sticky;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

@media (max-width:768.1px) {
    .full-scroll-wrapper .scroll-animate-section {
        position: relative !important
    }
}

.full-scroll-wrapper .scroll-animate-section .scroll-animate-text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.full-scroll-wrapper .sticky-bottom {
    bottom: 0
}

.scroll-animate-text span.active {
    color: #ffffff
}

@media (max-width:768.1px) {
    .scroll-animate-text span {
        color: #000000 !important
    }

    .scroll-animate-text span:first-child {
        color: #ffffff !important
    }
}

.team-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768.1px) {
    .team-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: unset !important
    }
}

.team-title {
    display: block;
    font-size: 19px;
    margin-top: 1rem;
}

.team-section .team-outbox {
    position: relative;
    width: 100%;
    max-width: 50.2%;
    padding: 55px 109px 55px 80px;
    margin-left: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (max-width:1500px) {
    .team-section .team-outbox {
        padding-right: 80px
    }
}

@media (max-width:1439.9px) {
    .team-section .team-outbox {
        max-width: 50%;
        padding-right: 40px;
        padding: 55px 109px 45px 80px
    }
}

@media (max-width:1199.9px) {
    .team-section .team-outbox {
        padding: 55px 40px 45px 80px
    }
}

@media (max-width:991.9px) {
    .team-section .team-outbox {
        padding: 55px 40px 234px 40px
    }
}

@media (max-width:768.1px) {
    .team-section .team-outbox {
        max-width: unset;
        padding: 55px 25px 0
    }
}

.team-section .team-outbox .content-box, .team-section .team-outbox .slider-next{
    width: 100%;
    max-width: 496px;
    margin-left: auto
}

@media (max-width:768.1px) {
    .team-section .team-outbox .content-box,  .team-section .team-outbox .slider-next {
        max-width: unset;
        padding: 0;
    }

    .team-section .team-outbox .slider-next {
        margin-top: 1.5rem;
    }
}

.team-section .team-outbox .content-box .slider-box {
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.team-section .team-outbox .content-box .slider-box .slider-list {
    overflow: visible
}

.team-section .team-outbox .content-box .slider-box .slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.team-section .team-outbox .content-box .slider-box .slider-item .name {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0 0 30px
}

@media (max-width:991.9px) {
    .team-section .team-outbox .content-box .slider-box .slider-item .name {
        font-size: 31px
    }
}

@media (max-width:768.1px) {
    .team-section .team-outbox .content-box .slider-box .slider-item .name {
        font-size: 27px
    }
}

@media (max-width:991.9px) {
    .team-section .team-outbox .content-box .slider-box .slider-item .name {
        line-height: 1.2
    }
}

@media (max-width:768.1px) {
    .team-section .team-outbox .content-box .slider-box .slider-item .name {
        margin: 0 0 25px
    }
}

.team-section .team-outbox .content-box .slider-box .slider-item .name .sm-text {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px
}

@media (max-width:991.9px) {
    .team-section .team-outbox .content-box .slider-box .slider-item .name .sm-text {
        font-size: 25px
    }
}

@media (max-width:768.1px) {
    .team-section .team-outbox .content-box .slider-box .slider-item .name .sm-text {
        font-size: 22px
    }
}

.team-section .team-outbox .content-box .slider-box .slider-item .item-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
    overflow: hidden
}

.team-section .team-outbox .content-box .slider-box .slider-item .item-content .team-member-img {
    pointer-events: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    width: 100%;
    max-width: 437px;
    aspect-ratio: 437/445
}

@media (max-width:768.1px) {
    .team-section .team-outbox .content-box .slider-box .slider-item .item-content .team-member-img {
        max-width: unset
    }
}

.team-section .team-outbox .content-box .slider-box .slider-item .item-content .team-member-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team-section .team-outbox .content-box .slider-box .slider-item .item-content .tag {
    cursor: pointer;
    width: 100%;
    max-width: 59px;
    background-color: #215baa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 6;
    margin: 0
}

@media (max-width:768.1px) {
    .team-section .team-outbox .content-box .slider-box .slider-item .item-content .tag {
        max-width: 48px
    }
}

.team-section .team-outbox .content-box .slider-box .slider-item .item-content .tag span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    bottom: 65px;
    left: -7%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap
}

@media (max-width:768.1px) {
    .team-section .team-outbox .content-box .slider-box .slider-item .item-content .tag span {
        bottom: 46px;
        left: -15%
    }
}

.team-section .team-outbox .content-box .slider-box .slider-item .item-content .tag:hover+.cover-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.team-section .team-outbox .content-box .slider-box .slider-item .item-content .cover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 45px 100px 45px 45px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
}

.team-section .team-outbox .content-box .slider-box .slider-item .item-content .cover-box:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.team-section .team-outbox .content-box .slider-box.show {
    opacity: 1
}

@media screen and (max-width: 1200px) {

    .team-section .team-outbox .content-box .slider-box .slider-item .item-content {
        flex-direction: column;
    }

    .team-section .team-outbox .content-box .slider-box .slider-item .item-content .tag {
        display: none;
    }

    .team-section .team-outbox .content-box .slider-box .slider-item .item-content .cover-box {
        position: static;
        height: auto;
        color: black;
        opacity: 1;
        transform: none;
        background: white;
        padding: 2rem 0 0;
    }
}

.team-section .title {
    width: 100%;
    max-width: 49.8%;
    background-color: #215baa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 55px 30px 85px 127px;
    border-radius: 0 0 0 208px
}

@media (max-width:1500px) {
    .team-section .title {
        padding-left: 80px
    }
}

@media (max-width:1439.9px) {
    .team-section .title {
        max-width: 50%;
        padding-left: 60px;
        border-radius: 0 0 0 150px
    }
}

@media (max-width:768.1px) {
    .team-section .title {
        max-width: unset;
        padding: 55px 25px;
        border-radius: 0 0 0 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (max-width:600px) {
    .team-section .team-outbox .content-box .slider-box .slider-item .item-content .tag {
        display: none;
    }
}

.team-section .title .content-box {
    margin-right: auto
}

.team-section .title .content-box h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    font-size: clamp(12px, 12.745098vw, 195px);
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -0.072em;
    line-height: 0.8;
    margin: 0
}

@media (max-width:991.9px) {
    .team-section .title .content-box h2 {
        font-size: 110px
    }
}

@media (max-width:768.1px) {
    .team-section .title .content-box h2 {
        font-size: 78px
    }
}

@media (max-width:575.9px) {
    .team-section .title .content-box h2 {
        font-size: 64px
    }
}

.team-section .title .content-box h2 span {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #000000
}

.team-section .title .content-box h2 span.active {
    color: #ffffff
}

@media screen and (max-width: 600px) {
    .team-title {
        margin-top: .5rem;
    }
}

.team-section .slider-next {
    display: block;
    cursor: pointer;
    width: fit-content;
    margin-top: 2.5rem;
}

@media screen and (max-width: 12000px) {

    .team-section .slider-next {
        margin-top: 2rem;
    }
}

.team-section .slider-next .next-text {
    display: block;
    width: fit-content;
    margin-left: 0;
}

/* .team-section .slider-next:before {
    content: ">";
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 12px;
    font-size: inherit;
    line-height: 1
} */

.questions-section {
    padding: 150px 0 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991.9px) {
    .questions-section {
        padding: 60px 0 60px
    }
}

@media (max-width:768.1px) {
    .questions-section {
        padding: 55px 0
    }
}

.questions-section .container {
    width: 100%
}

.questions-section .content {
    max-width: 1272px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:768.1px) {
    .questions-section .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.questions-section .title-and-text {
    margin-right: -82px;
    width: 100%;
    max-width: 822px
}

@media (max-width:1199.9px) {
    .questions-section .title-and-text {
        margin-right: 0;
        max-width: 50%;
        padding-right: 5%
    }
}

@media (max-width:991.9px) {
    .questions-section .title-and-text {
        max-width: unset
    }
}

.questions-section .title-and-text h2 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(12px, 12.745098vw, 195px);
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -0.072em;
    margin: 0 0 35px
}

@media (max-width:991.9px) {
    .questions-section .title-and-text h2 {
        font-size: 110px
    }
}

@media (max-width:768.1px) {
    .questions-section .title-and-text h2 {
        font-size: 78px
    }
}

@media (max-width:575.9px) {
    .questions-section .title-and-text h2 {
        font-size: 64px
    }
}

@media (max-width:991.9px) {
    .questions-section .title-and-text h2 {
        font-size: 80px
    }
}

@media (max-width:768.1px) {
    .questions-section .title-and-text h2 {
        font-size: 72px;
        margin: 0 0 30px
    }
}

@media (max-width:575.9px) {
    .questions-section .title-and-text h2 {
        font-size: 58px
    }
}

.questions-section .title-and-text h2 span {
    display: block;
    color: #000000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.questions-section .title-and-text h2 span.active {
    color: #215baa
}

@media (max-width:991.9px) {
    .questions-section .title-and-text h2 span {
        color: #000000 !important
    }

    .questions-section .title-and-text h2 span:first-child {
        color: #215baa !important
    }
}

.questions-section .title-and-text .text-body {
    margin-left: 17px;
    max-width: 553px
}

@media (max-width:768.1px) {
    .questions-section .title-and-text .text-body {
        margin-left: 0
    }
}

.questions-section .title-and-text .btn-and-link {
    margin-top: 35px;
    margin-left: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991.9px) {
    .questions-section .title-and-text .btn-and-link {
        margin-top: 30px
    }
}

@media (max-width:768.1px) {
    .questions-section .title-and-text .btn-and-link {
        margin-top: 25px;
        margin-left: 0
    }
}

.questions-section .title-and-text .btn-and-link .btn {
    margin-right: 11px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.questions-section .title-and-text .btn-and-link>a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4444444444;
    letter-spacing: 0px;
    display: block;
    text-decoration: none
}

@media (max-width:768.1px) {
    .questions-section .title-and-text .btn-and-link>a {
        font-size: 16px
    }
}

.questions-section .title-and-text .btn-and-link>a:hover {
    opacity: 1;
    color: #215baa
}

.questions-section .accordion-box {
    padding-top: 253px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 475px
}

@media (max-width:1199.9px) {
    .questions-section .accordion-box {
        padding-top: 160px;
        max-width: 50%;
        padding-right: 5%
    }
}

@media (max-width:991.9px) {
    .questions-section .accordion-box {
        padding-top: 45px;
        max-width: unset
    }
}

.questions-section .accordion-box .accordion-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 9px
}

.questions-section .accordion-box .accordion-item:last-child {
    margin-bottom: 0
}

.questions-section .accordion-box .accordion-item .accordion-head {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.questions-section .accordion-box .accordion-item .accordion-head:before {
    content: ">";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 200;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1c7c97;
    margin-top: 0.63rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    line-height: 0
}

.questions-section .accordion-box .accordion-item .accordion-head h3,
.questions-section .accordion-box .accordion-item .accordion-head p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.625;
    letter-spacing: 0px;
    margin: 0;
    margin-left: 20px
}

@media (max-width:768.1px) {

    .questions-section .accordion-box .accordion-item .accordion-head h3,
    .questions-section .accordion-box .accordion-item .accordion-head p {
        font-size: 15px
    }
}

.questions-section .accordion-box .accordion-item .accordion-body {
    display: none;
    padding: 9px 28px;
    font-size: 14px;
    /* text-indent: 1.2rem; */
    padding-bottom: 20px
}

@media (max-width:768.1px) {
    .questions-section .accordion-box .accordion-item .accordion-body {
        font-size: 13px
    }
}

.questions-section .accordion-box .accordion-item.is-active .accordion-head:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width:991.9px) {
    .full-scroll-wrapper:has(.questions-section) {
        height: auto !important
    }
}

.more-section {
    padding: 161px 0 173px;
    background-color: #f7f7f7;
    border-radius: 205px 205px 0 0
}

@media (max-width:1439.9px) {
    .more-section {
        border-radius: 150px 150px 0 0
    }
}

@media (max-width:991.9px) {
    .more-section {
        padding: 80px 0 86px;
        border-radius: 80px 80px 0 0
    }
}

@media (max-width:768.1px) {
    .more-section {
        padding: 55px 0
    }
}

.more-section .content {
    max-width: 1244px
}

.more-section .title {
    text-align: center;
    margin: 0 0 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768.1px) {
    .more-section .title {
        margin: 0 0 40px
    }
}

.more-section .title h2 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(12px, 12.745098vw, 195px);
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -0.072em;
    margin: 0 0 21px
}

@media (max-width:991.9px) {
    .more-section .title h2 {
        font-size: 110px
    }
}

@media (max-width:768.1px) {
    .more-section .title h2 {
        font-size: 78px
    }
}

@media (max-width:575.9px) {
    .more-section .title h2 {
        font-size: 64px
    }
}

@media (max-width:768.1px) {
    .more-section .title h2 {
        margin: 0 0 18px
    }
}

.more-section .title p {
    max-width: 630px
}

.more-section .slider-box {
    cursor: -webkit-grab;
    cursor: grab
}

.more-section .slider-box .slider-item {
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    aspect-ratio: 347/443;
    border-radius: 0 79px 0 0;
    height: auto;
    margin-right: 35px;
    width: 347px
}

@media (max-width:991.9px) {
    .more-section .slider-box .slider-item {
        width: 320px;
        margin-right: 28px;
        border-radius: 0 68px 0 0
    }
}

@media (max-width:768.1px) {
    .more-section .slider-box .slider-item {
        width: 295px;
        margin-right: 20px
    }
}

.more-section .slider-box .slider-item .item-title {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 49px 39px;
    transition: .3s opacity;
}

@media (max-width:768.1px) {
    .more-section .slider-box .slider-item .item-title {
        padding: 30px 24px
    }
}

.more-section .slider-box .slider-item .item-title h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    margin: 0;
    color: #ffffff
}

@media (max-width:991.9px) {
    .more-section .slider-box .slider-item .item-title h3 {
        font-size: 28px
    }
}

@media (max-width:768.1px) {
    .more-section .slider-box .slider-item .item-title h3 {
        font-size: 25px
    }
}

.more-section .slider-box .slider-item .bg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.more-section .slider-box .slider-item .bg-box img {
    -o-object-fit: cover;
    object-fit: cover
}

.more-section .slider-box .slider-item .info-box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    padding: 93px 70px 120px;
    background-color: rgba(0,0,0,.8);
    z-index: 6;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6428571429;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

@media (max-width:768.1px) {
    .more-section .slider-box .slider-item .info-box {
        font-size: 13px
    }
}

@media (max-width:768.1px) {
    .more-section .slider-box .slider-item .info-box {
        padding: 60px 50px 120px
    }
}

@media (max-width:768.1px) {
    .more-section .slider-box .slider-item .info-box {
        padding: 45px 35px 95px
    }
}

.more-section .slider-box .slider-item:hover .info-box {
    opacity: 1;
    visibility: visible
}

.more-section .slider-box .slider-item:hover .item-title {
    opacity: 0;
}

.more-section .controls {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991.9px) {
    .more-section .controls {
        margin-top: 58px
    }
}

@media (max-width:768.1px) {
    .more-section .controls {
        margin-top: 28px
    }
}

@media (max-width:575.9px) {
    .more-section .controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.more-section .controls .swiper-scrollbar {
    position: relative !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    opacity: 1 !important;
    height: 12px;
    border-radius: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000
}

.more-section .controls .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #215baa;
    border-radius: 0
}

.more-section .controls .btn {
    margin-left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:575.9px) {
    .more-section .controls .btn {
        margin-top: 25px;
        margin-left: auto
    }
}

.more-section .controls .btn a {
    white-space: nowrap
}

.contact-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768.1px) {
    .contact-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact-section .title {
    width: 100%;
    max-width: 50.2%;
    background-color: #215baa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 55px 227px 55px 30px;
    border-radius: 0 0 208px 0
}

@media (max-width:1500px) {
    .contact-section .title {
        padding-right: 80px
    }
}

@media (max-width:1439.9px) {
    .contact-section .title {
        max-width: 50%;
        padding: 200px 40px 220px;
        padding-right: 60px;
        border-radius: 0 0 150px 0
    }
}

@media (max-width:991.9px) {
    .contact-section .title {
        padding: 130px 40px 160px;
        padding-right: 60px
    }
}

@media (max-width:768.1px) {
    .contact-section .title {
        max-width: unset;
        padding: 55px 25px;
        border-radius: 0 0 0 0
    }
}

.contact-section .title .content-box {
    margin-left: auto
}

@media (max-width:768.1px) {
    .contact-section .title .content-box {
        margin-left: 0
    }
}

.contact-section .title .content-box h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    font-size: clamp(12px, 12.745098vw, 195px);
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -0.072em;
    line-height: 0.8;
    margin: 0
}

@media (max-width:991.9px) {
    .contact-section .title .content-box h2 {
        font-size: 110px
    }
}

@media (max-width:768.1px) {
    .contact-section .title .content-box h2 {
        font-size: 78px
    }
}

@media (max-width:575.9px) {
    .contact-section .title .content-box h2 {
        font-size: 64px
    }
}

.contact-section .title .content-box h2 span {
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.contact-section .form-box {
    width: 100%;
    max-width: 49.8%;
    padding: 55px 30px 55px 142px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (max-width:1500px) {
    .contact-section .form-box {
        padding-left: 80px
    }
}

@media (max-width:1439.9px) {
    .contact-section .form-box {
        max-width: 50%;
        padding: 45px 40px 45px;
        padding-left: 40px
    }
}

@media (max-width:991.9px) {
    .contact-section .form-box {
        padding: 60px 40px 60px
    }
}

@media (max-width:768.1px) {
    .contact-section .form-box {
        max-width: unset;
        padding: 55px 25px
    }
}

.contact-section .form-box .content-box {
    width: 466px;
    max-width: 100%;
    margin-right: auto
}

@media (max-width:1439.9px) {
    .contact-section .form-box .content-box {
        margin: 0 auto
    }
}

@media (max-width:768.1px) {
    .contact-section .form-box .content-box {
        width: 100%;
        max-width: unset
    }
}

.contact-section .form-box .before-form-text {
    max-width: 466px;
    margin: 0 auto 49px;
    text-align: center
}

@media (max-width:991.9px) {
    .contact-section .form-box .before-form-text {
        margin: 0 auto 40px
    }
}

@media (max-width:768.1px) {
    .contact-section .form-box .before-form-text {
        margin: 0 auto 32px
    }
}

.contact-section .form-box .before-form-text h3 {
    font-family: "Poppins", sans-serif;
    font-size: 52px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.5;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 27px
}

@media (max-width:991.9px) {
    .contact-section .form-box .before-form-text h3 {
        font-size: 47px;
        line-height: 1
    }
}

@media (max-width:768.1px) {
    .contact-section .form-box .before-form-text h3 {
        font-size: 42px
    }
}

@media (max-width:991.9px) {
    .contact-section .form-box .before-form-text h3 {
        margin: 0 0 22px
    }
}

@media (max-width:768.1px) {
    .contact-section .form-box .before-form-text h3 {
        margin: 0 0 18px
    }
}

.contact-section .form-box .before-form-text p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6428571429;
    letter-spacing: 0px;
    max-width: 437px;
    margin: 0 auto
}

@media (max-width:768.1px) {
    .contact-section .form-box .before-form-text p {
        font-size: 13px
    }
}

.contact-section .form-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% + 25px);
    margin: 0 -12.5px 0
}

.contact-section .form-box form label {
    display: none
}

.contact-section .form-box form>input {
    display: none !important
}

.contact-section .form-box form input {
    display: block;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4444444444;
    letter-spacing: 0px
}

@media (max-width:768.1px) {
    .contact-section .form-box form input {
        font-size: 16px
    }
}

.contact-section .form-box form .input-box {
    width: 100%;
    max-width: calc(50% - 25px);
    margin: 0 12.5px 34.5px
}

@media (max-width:768.1px) {
    .contact-section .form-box form .input-box {
        margin: 0 12.5px 20px
    }
}

.contact-section .form-box form .input-box input {
    padding: 0 14px 8px;
    border-bottom: 1px solid rgba(176, 179, 182, 0.78);
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.contact-section .form-box form .input-box input:focus {
    border-color: #215baa
}

.contact-section .form-box form .input-box input:hover {
    border-color: rgba(33, 91, 170, 0.78)
}

.contact-section .form-box form .input-box.full-width {
    max-width: calc(100% - 25px)
}

.contact-section .form-box form .input-box.error input {
    border-color: red
}

.contact-section .form-box form .select-box {
    cursor: pointer;
    width: 100%;
    max-width: calc(100% - 25px);
    margin: 0 12.5px 0;
    position: relative;
    position: relative
}


@media (max-width:768.1px) {
    .contact-section .form-box form .select-box {
        margin: 0 12.5px 0
    }
}

.contact-section .form-box form .select-box input {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    padding: 0 14px 8px;
    border-bottom: 1px solid rgba(176, 179, 182, 0.78);
    padding-right: 40px
}

.contact-section .form-box form .select-box .select-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: calc(100% - 0px);
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #215baa;
    color: #ffffff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: none;
    border: 1px solid #215baa
}

.contact-section .form-box form .select-box .select-list li {
    cursor: pointer;
    padding: 5px 14px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block
}

.contact-section .form-box form .select-box .select-list li:hover {
    background-color: #ffffff;
    color: #215baa
}

.contact-section .form-box form .select-box:after {
    content: ">";
    font-size: inherit;
    font-weight: 700;
    position: absolute;
    right: 5px;
    top: calc(50% - 4px);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.contact-section .form-box form .select-box.active:after {
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg)
}

.contact-section .form-box form .choose-flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-section .form-box form .pdf-box {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6428571429;
    letter-spacing: 0px;
    margin-right: 20px;
    min-width: 137px;
    margin-top: 11px;
    margin-left: 12.5px
}

@media (max-width:768.1px) {
    .contact-section .form-box form .pdf-box {
        font-size: 13px
    }
}

.contact-section .form-box form  .pdf-box a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width:768.1px) {
    .contact-section .form-box form .pdf-box a {
        margin-bottom: 14px
    }
}

.contact-section .form-box form .pdf-box a:last-child {
    margin-bottom: 0
}

.contact-section .form-box form .pdf-box a span {
    display: block;
    max-width: 100px
}

.contact-section .form-box form  .pdf-box a:before {
    content: "";
    display: block;
    width: 35px;
    min-width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../images/file-icon.svg");
    margin-right: 2px
}

.contact-section .form-box form  .choose-content {
    width: 100%;
    margin-left: auto;
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6428571429;
    letter-spacing: 0px;
    margin-top: 11px;
    margin-right: 14px;
    margin-bottom: -15px
}

@media (max-width:768.1px) {
    .contact-section .form-box form .choose-content {
        font-size: 13px
    }
}

.contact-section .form-box form .choose-box-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.contact-section .form-box form .choose-box-item.choose-box-item--new {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.contact-section .form-box form .choose-flex label {
    display: block
}

.contact-section .form-box form .choose-box {
    z-index: 9;
    cursor: pointer;
    padding-left: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

@media (max-width:991.9px) {
    .contact-section .form-box form  .choose-box {
        margin-bottom: 5px
    }
}

.contact-section .form-box form .choose-box input[type=checkbox],
.contact-section .form-box form .choose-box input[type=radio] {
    width: 9px;
    height: 9px;
    aspect-ratio: 1;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    outline: 4px solid #a0cdd9;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.contact-section .form-box form  .choose-box input[type=checkbox]:checked,
.contact-section .form-box form  .choose-box input[type=radio]:checked {
    background-color: #000000
}

.contact-section .form-box form .choose-box label {
    display: block;
    padding-left: 10px;
    cursor: pointer
}

.contact-section .form-box form .submit-box {
    margin-top: 39px;
    width: 100%;
    margin-right: 14px
}

/* @media screen and (min-width: 1130px) {
    .contact-section .form-box form .new-fields .submit-box {
        margin-top: -48px;
    }
} */

.contact-section .form-box form .submit-box input {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.625;
    letter-spacing: 0px;
    line-height: 1;
    padding: 17px 34px 17px 39px;
    background-color: #215baa;
    border-color: #215baa
}

@media (max-width:768.1px) {
    .contact-section .form-box form .submit-box input {
        font-size: 15px
    }
}

@media (min-width:768.1px) {
    .contact-section .form-box form .submit-box input:hover {
        color: #ffffff;
        border-color: #000000;
        background-color: #000000
    }
}

@media (max-width:768.1px) {
    .contact-section .form-box form .submit-box input {
        padding: 14px 20px
    }
}

.contact-section .form-box .messages {
    max-width: calc(100% - 25px);
    margin: 25px 12.5px 34.5px
}

@media (max-width:768.1px) {
    .contact-section .form-box .messages {
        margin: 25px 12.5px 20px
    }
}

.contact-section .form-box .messages .close {
    display: none
}

.contact-section .form-box .messages:empty {
    display: none !important
}

.thrive-section {
    padding: 145px 0 127px
}

@media (max-width:991.9px) {
    .thrive-section {
        padding: 70px 0 60px
    }
}

@media (max-width:768.1px) {
    .thrive-section {
        padding: 0 0 55px
    }
}

.thrive-section .content {
    max-width: 1120px
}

.thrive-section .title {
    text-align: center;
    margin: 0 0 32px
}

.thrive-section .title h2 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(12px, 12.745098vw, 195px);
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -0.072em;
    margin: 0 0
}

@media (max-width:991.9px) {
    .thrive-section .title h2 {
        font-size: 110px
    }
}

@media (max-width:768.1px) {
    .thrive-section .title h2 {
        font-size: 78px
    }
}

@media (max-width:575.9px) {
    .thrive-section .title h2 {
        font-size: 64px
    }
}


.thrive-section .thrive-section__subtitle {
    font-size: clamp(17px, 3vw, 48px);
    line-height: 1.2;
    font-style: italic;
}

.thrive-section .thrive-section__subtitle + p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:  600px) {
    .thrive-section .thrive-section__subtitle {
        line-height: 1.3;
    }
}

.thrive-section .content {
    max-width: 1120px;
    text-align: center;
}

.thrive-section .btn {
    margin-top: 40px;
}

@media screen and (max-width:  600px) {
    .thrive-section .btn {
        margin-top: 24px;
    }
}

.thrive-section .btn a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 52px;
  }

.news-section {
    padding: 180px 0 155px
}

@media (max-width:991.9px) {
    .news-section {
        padding: 70px 0 60px
    }
}

@media (max-width:768.1px) {
    .news-section {
        padding: 0 0 55px
    }
}

.news-section .content {
    max-width: 1120px
}

.news-section .title {
    text-align: center;
    margin: 0 0 52px
}

@media (max-width:991.9px) {
    .news-section .title {
        margin: 0 0 48px
    }
}

@media (max-width:768.1px) {
    .news-section .title {
        margin: 0 0 32px
    }
}

.news-section .title h2 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(12px, 12.745098vw, 195px);
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -0.072em;
    margin: 0 0
}

@media (max-width:991.9px) {
    .news-section .title h2 {
        font-size: 110px
    }
}

@media (max-width:768.1px) {
    .news-section .title h2 {
        font-size: 78px
    }
}

@media (max-width:575.9px) {
    .news-section .title h2 {
        font-size: 64px
    }
}

.news-section .col-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% + 88px);
    margin: 0 -44px -30px
}

@media (max-width:991.9px) {
    .news-section .col-box {
        width: calc(100% + 20px);
        margin: 0 -10px -30px
    }
}

@media (max-width:768.1px) {
    .news-section .col-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.news-section .col-box .col-item {
    width: 100%;
    max-width: calc(33.33% - 88px);
    margin: 0 44px 30px
}

@media (max-width:991.9px) {
    .news-section .col-box .col-item {
        max-width: calc(33.33% - 20px);
        margin: 0 10px 30px
    }
}

@media (max-width:768.1px) {
    .news-section .col-box .col-item {
        max-width: calc(50% - 20px)
    }
}

@media (max-width:575.9px) {
    .news-section .col-box .col-item {
        max-width: calc(100% - 20px)
    }
}

.news-section .col-box .col-item .img {
    margin: 0 0 28px
}

@media (max-width:991.9px) {
    .news-section .col-box .col-item .img {
        margin: 0 0 23px
    }
}

.news-section .col-box .col-item h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: -0.01em;
    margin: 0 0 16px
}

@media (max-width:768.1px) {
    .news-section .col-box .col-item h3 {
        font-size: 18px
    }
}

@media (max-width:991.9px) {
    .news-section .col-box .col-item h3 {
        line-height: 1.1;
        margin: 0 0 14px
    }
}

.news-section .col-box .col-item .text-body {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6428571429;
    letter-spacing: 0px;
    line-height: 1.7857142857
}

@media (max-width:768.1px) {
    .news-section .col-box .col-item .text-body {
        font-size: 13px
    }
}

@media (max-width:991.9px) {
    .news-section .col-box .col-item .text-body {
        margin: 0 0 14px;
        line-height: 1.7857142857
    }
}

.news-section .col-box .col-item .link {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6428571429;
    letter-spacing: 0px;
    line-height: 1.7857142857
}

@media (max-width:768.1px) {
    .news-section .col-box .col-item .link {
        font-size: 13px
    }
}

.news-section .col-box .col-item .link a {
    color: #215baa;
    text-decoration: none;
    font-weight: 500
}

.news-section .col-box .col-item .link a:hover {
    opacity: 1;
    color: #000000
}

.news-section .btn {
    margin-top: 48px
}

@media (max-width:991.9px) {
    .news-section .btn {
        margin-top: 42px
    }
}

@media (max-width:768.1px) {
    .news-section .btn {
        margin-top: 35px
    }
}

.news-section .btn a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 275px;
    min-height: 52px
}

@media (max-width:991.9px) {
    .news-section .btn a {
        min-width: auto;
        min-height: auto
    }
}

footer .content {
    max-width: 1116px
}

footer .footer-top {
    background-color: #f7f7f7;
    padding: 113px 0 118px
}

@media (max-width:991.9px) {
    footer .footer-top {
        padding: 60px 0 60px
    }
}

@media (max-width:768.1px) {
    footer .footer-top {
        padding: 40px 0
    }
}

footer .footer-top .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768.1px) {
    footer .footer-top .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer .footer-top .logo-and-text {
    width: 100%;
    max-width: 286px;
    margin-right: 35px
}

@media (max-width:991.9px) {
    footer .footer-top .logo-and-text {
        max-width: 40%
    }
}

@media (max-width:768.1px) {
    footer .footer-top .logo-and-text {
        max-width: 320px
    }
}

footer .footer-top .logo-and-text a {
    display: block;
    width: 114px;
    margin: 0 0 20px
}

footer .footer-top .logo-and-text a img {
    display: block
}

footer .footer-top .logo-and-text p {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.9166666667;
    letter-spacing: 0px
}

footer .footer-top .lists {
    width: 100%;
    max-width: 645px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 36px
}

@media (max-width:991.9px) {
    footer .footer-top .lists {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 10px;
        max-width: calc(60% + 20px);
        margin: 0 -10px -20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:768.1px) {
    footer .footer-top .lists {
        padding-top: 35px;
        max-width: unset
    }
}

footer .footer-top .lists .list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 140px
}

@media (max-width:1199.9px) {
    footer .footer-top .lists .list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 20px
    }
}

@media (max-width:991.9px) {
    footer .footer-top .lists .list {
        width: 100%;
        max-width: calc(50% - 20px);
        margin: 0 10px 20px
    }
}

@media (max-width:768.1px) {
    footer .footer-top .lists .list {
        max-width: calc(25% - 20px)
    }
}

@media (max-width:575.9px) {
    footer .footer-top .lists .list {
        max-width: calc(50% - 20px)
    }
}

footer .footer-top .lists .list .list-title {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4444444444;
    letter-spacing: 0px;
    margin: 0 0 24px
}

@media (max-width:768.1px) {
    footer .footer-top .lists .list .list-title {
        font-size: 16px
    }
}

@media (max-width:991.9px) {
    footer .footer-top .lists .list .list-title {
        margin: 0 0 14px
    }
}

@media (max-width:768.1px) {
    footer .footer-top .lists .list .list-title {
        margin: 0 0 6px
    }
}

footer .footer-top .lists .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6428571429;
    letter-spacing: 0px
}

@media (max-width:768.1px) {
    footer .footer-top .lists .list ul {
        font-size: 13px
    }
}

footer .footer-top .lists .list ul li {
    margin: 0 0 2.3px
}

footer .footer-top .lists .list ul li:last-child {
    margin-bottom: 0
}

footer .footer-top .lists .list ul li a {
    text-decoration: none
}

footer .footer-top .lists .list ul li a:hover {
    opacity: 1;
    color: #215baa
}

@media (min-width:1199.9px) {
    footer .footer-top .lists .list:first-child {
        width: 73px;
        margin-right: 86px
    }

    footer .footer-top .lists .list:nth-child(2) {
        width: 78px;
        margin-right: 86px
    }

    footer .footer-top .lists .list:nth-child(3) {
        width: 135px;
        margin-right: 60px
    }

    footer .footer-top .lists .list:nth-child(4) {
        width: 115px;
        margin-right: 0
    }
}

footer .footer-top .lists .contact-list li:first-child {
    margin: 0 0 26px;
    line-height: 1.7857142857
}

@media (max-width:768.1px) {
    footer .footer-top .lists .contact-list li:first-child {
        margin: 0 0 15px
    }
}

footer .footer-bottom {
    background-color: #000000;
    color: rgba(255, 255, 255, 0.59);
    padding: 34px 0 44px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.9166666667;
    letter-spacing: 0px
}

@media (max-width:768.1px) {
    footer .footer-bottom {
        padding: 24px 0;
        line-height: 1.3
    }
}

footer .footer-bottom a {
    text-decoration: none;
    display: inline-block;
    position: relative
}

footer .footer-bottom a:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0.5px;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: rgba(255, 255, 255, 0.59)
}

footer .footer-bottom a:hover {
    opacity: 1
}

footer .footer-bottom a:hover:after {
    width: 100%
}

footer .footer-bottom .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768.1px) {
    footer .footer-bottom .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer .footer-bottom .content .left-links {
    margin-right: 40px
}

footer .footer-bottom .content .left-links .link-item {
    display: inline-block;
    margin: 0
}

footer .footer-bottom .content .left-links .link-item:after {
    content: "/";
    font-size: inherit;
    color: inherit;
    display: inline-block;
    margin: 0 11.5px
}

@media (max-width:991.9px) {
    footer .footer-bottom .content .left-links .link-item:after {
        margin: 0 6px
    }
}

footer .footer-bottom .content .left-links .link-item:last-child:after {
    content: none
}

footer .footer-bottom .content>p {
    white-space: nowrap
}

@media (max-width:768.1px) {
    footer .footer-bottom .content>p {
        margin-top: 8px
    }
}

.gen-page {
    background: #154689;
    padding: 186px 0;
}

.gen-page .container {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
}

.gen-page h1 {
    font-size: 64px;
    color: white;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 48px;
}

.gen-page h2 {
    font-size: 26px;
    color: white;
    font-weight: 400;
    line-height: 1.3;
    margin: 43px 0 26px;
    
}

.gen-page p {
    color: white;
}

.gen-page .btns {
    justify-content: center;
    margin-top: 70px;
}

.gen-page .btn {
    min-width: 210px;
}

@media screen and (max-width: 600px) {

    .gen-page {
        padding: 140px 0 60px;
    }

    .gen-page .container {
        padding: 0 32px;
    }

    .gen-page h1 {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .gen-page .btns {
        justify-content: center;
        margin-top: 32px;
    }
}

.more-section-link {
    display: block;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

/*# sourceMappingURL=style.css.map */