﻿.icon__app {
    content: "";
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    font-size: inherit;
    line-height: 1em;
    width: 1em;
    height: 1em;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

    .icon__app:before {
        content: "";
        display: inline-block;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        flex-grow: 0;
        overflow: hidden;
        font-size: inherit;
        line-height: 1em;
        width: 1em;
        height: 1em;
        max-height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .icon__app.icon__app--anchor:before {
        background-image: url(/images/icon/anchor.svg);
    }

    .icon__app.icon__app--arrow-left-primary:before {
        background-image: url(/images/icon/arrow-left-primary.svg);
    }

    .icon__app.icon__app--arrow-right-light:before {
        background-image: url(/images/icon/arrow-right-light.svg);
    }

    .icon__app.icon__app--arrow-right-primary:before {
        background-image: url(/images/icon/arrow-right-primary.svg);
    }

    .icon__app.icon__app--boat:before {
        background-image: url(/images/icon/boat.svg);
    }

    .icon__app.icon__app--check:before {
        background-image: url(/images/icon/check.svg);
    }

    .icon__app.icon__app--date:before {
        background-image: url(/images/icon/date.svg);
    }

    .icon__app.icon__app--ekspert-blue:before {
        background-image: url(/images/icon/ekspert-blue.svg);
    }

    .icon__app.icon__app--ekspert:before {
        background-image: url(/images/icon/ekspert.svg);
    }

    .icon__app.icon__app--error:before {
        background-image: url(/images/icon/error.svg);
    }

    .icon__app.icon__app--experience:before {
        background-image: url(/images/icon/experience.svg);
    }

    .icon__app.icon__app--facebook-light:before {
        background-image: url(/images/icon/facebook-light.svg);
    }

    .icon__app.icon__app--facebook-primary:before {
        background-image: url(/images/icon/facebook-primary.svg);
    }

    .icon__app.icon__app--heart:before {
        background-image: url(/images/icon/heart.svg);
    }

    .icon__app.icon__app--instagram-light:before {
        background-image: url(/images/icon/instagram-light.svg);
    }

    .icon__app.icon__app--instagram-primary:before {
        background-image: url(/images/icon/instagram-primary.svg);
    }

    .icon__app.icon__app--lifebelt-blue:before {
        background-image: url(/images/icon/lifebelt-blue.svg);
    }

    .icon__app.icon__app--lifebelt:before {
        background-image: url(/images/icon/lifebelt.svg);
    }

    .icon__app.icon__app--lighthouse-blue:before {
        background-image: url(/images/icon/lighthouse-blue.svg);
    }

    .icon__app.icon__app--lighthouse:before {
        background-image: url(/images/icon/lighthouse.svg);
    }

    .icon__app.icon__app--location-filled-light:before {
        background-image: url(/images/icon/location-filled-light.svg);
    }

    .icon__app.icon__app--location-light:before {
        background-image: url(/images/icon/location-light.svg);
    }

    .icon__app.icon__app--logo-light:before {
        background-image: url(/images/icon/logo-light.svg);
    }

    .icon__app.icon__app--logo:before {
        background-image: url(/images/icon/logo.svg);
    }

    .icon__app.icon__app--minus-primary:before {
        background-image: url(/images/icon/minus-primary.svg);
    }

    .icon__app.icon__app--play-button-circle:before {
        background-image: url(/images/icon/play-button-circle.svg);
    }

    .icon__app.icon__app--plus-primary:before {
        background-image: url(/images/icon/plus-primary.svg);
    }

    .icon__app.icon__app--propeller-blue:before {
        background-image: url(/images/icon/propeller-blue.svg);
    }

    .icon__app.icon__app--propeller:before {
        background-image: url(/images/icon/propeller.svg);
    }

    .icon__app.icon__app--ruler:before {
        background-image: url(/images/icon/ruler.svg);
    }

    .icon__app.icon__app--success-check:before {
        background-image: url(/images/icon/success-check.svg);
    }

    .icon__app.icon__app--twitter-light:before {
        background-image: url(/images/icon/twitter-light.svg);
    }

    .icon__app.icon__app--twitter-primary:before {
        background-image: url(/images/icon/twitter-primary.svg);
    }

    .icon__app.icon__app--upload:before {
        background-image: url(/images/icon/upload.svg);
    }

    .icon__app.icon__app--45 {
        transform: rotate(45deg) !important;
    }

    .icon__app.icon__app--90 {
        transform: rotate(90deg) !important;
    }

    .icon__app.icon__app--135 {
        transform: rotate(135deg) !important;
    }

    .icon__app.icon__app--180 {
        transform: rotate(180deg) !important;
    }

    .icon__app.icon__app--225 {
        transform: rotate(225deg) !important;
    }

    .icon__app.icon__app--270 {
        transform: rotate(270deg) !important;
    }

    .icon__app.icon__app--315 {
        transform: rotate(315deg) !important;
    }

.icon__app--processing-dark:before {
    background-image: url(images/icon/loading-dark.svg) !important;
    -webkit-animation: getAnimation(rotate) 2s infinite ease-in-out;
    animation: getAnimation(rotate) 2s infinite ease-in-out;
}

.icon__app--processing:before {
    background-image: url(images/icon/loading.svg) !important;
    -webkit-animation: getAnimation(rotate) 2s infinite ease-in-out;
    animation: getAnimation(rotate) 2s infinite ease-in-out;
}

.icon__app--flip-horizontal {
    transform: scaleX(-1) !important;
    filter: FlipH;
    -ms-filter: "FlipH";
}

.icon__app--flip-vertical {
    transform: scaleY(-1) !important;
    filter: FlipV;
    -ms-filter: "FlipV";
}

.icon__app--xs {
    font-size: 12px;
}

.icon__app--sm {
    font-size: 18px;
}

.icon__app--md {
    font-size: 24px;
}

.icon__app--lg {
    font-size: 32px;
}

.icon__app--xl {
    font-size: 46px;
}

.font__app {
    font-family: "Bodoni Moda 9pt", serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.font__app--primary {
    font-family: "Bodoni Moda 9pt", serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

    .font__app--primary.font__app--regular {
        font-family: "Bodoni Moda 9pt", serif !important;
        font-weight: 400 !important;
        font-style: normal !important;
    }

    .font__app--primary.font__app--bold {
        font-style: normal !important;
    }

.font__app--secondary {
    font-family: "Arimo", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

    .font__app--secondary.font__app--bold {
        font-family: "Arimo", sans-serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
    }

.font__app--sm {
    font-size: 0.75em;
}

.font__app--lg {
    font-size: 1.25em;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input {
    -webkit-appearance: none;
}

img {
    width: 100%;
    height: auto;
    min-height: 1px;
    min-width: 1px;
}

a {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: inherit;
}

    a[href] {
        cursor: pointer;
        text-decoration: underline;
    }

        a[href]:hover {
            text-decoration: none;
        }

b,
strong {
    font-weight: 700;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.image-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 100px 0;
}

@media (max-width: 767px) {
    .image-content {
        padding: 40px 24px;
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

.image-content-picture {
    width: 100%;
    max-width: 448px;
    margin-right: 83px;
}

@media (max-width: 767px) {
    .image-content-picture {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.image-content-inner {
    width: 100%;
    max-width: 389px;
}

    .image-content-inner p {
        font-family: "Arimo", sans-serif;
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 36px;
    }

    .image-content-inner .c-button {
        width: 100%;
        max-width: 271px;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
    }

@media (max-width: 767px) {
    .image-content-inner {
        max-width: 100%;
    }
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    max-height: 60px;
    padding: 0 50px;
    background-color: #ffffff;
    border: 1px solid #006693;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.25px;
    color: #004e8b;
    text-decoration: none !important;
}

    .button::before {
        content: "";
        width: 8px;
        height: 100%;
        background-color: #006693;
        position: absolute;
        top: 0;
        left: 0;
        transition: width 0.2s ease-in-out;
    }

    .button::after {
        content: "";
        width: 15px;
        height: 28px;
        background-image: url("../images/icon/arrow-right-primary.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    .button:hover::before {
        width: 18px;
    }

@-webkit-keyframes backgroundTransparent {
    to {
        color: #0d2435;
        background: transparent;
    }
}

@keyframes backgroundTransparent {
    to {
        color: #0d2435;
        background: transparent;
    }
}

@-webkit-keyframes backgroundWhite {
    to {
        color: #0d2435;
        background: white;
    }
}

@keyframes backgroundWhite {
    to {
        color: #0d2435;
        background: white;
    }
}

.backgroundTransparent {
    -webkit-animation-name: backgroundTransparent;
    animation-name: backgroundTransparent;
}

@-webkit-keyframes backgroundTransparentLight {
    to {
        color: white;
        background: transparent;
    }
}

@keyframes backgroundTransparentLight {
    to {
        color: white;
        background: transparent;
    }
}

.backgroundTransparentLight {
    -webkit-animation-name: backgroundTransparentLight;
    animation-name: backgroundTransparentLight;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
}

.c-template {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.c-template__background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.c-template__content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

html {
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
    height: 100%;
    padding: 0;
    overflow: auto;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    background-color: white;
}

    body #header-menu {
        display: none;
    }

    body.header-shrink #header {
        display: none;
    }

    body.header-shrink #header-menu {
        display: block;
    }

        body.header-shrink #header-menu.l-header {
            display: flex;
        }

    body.header-shrink .l-header {
        height: 94px;
    }

@-webkit-keyframes loading {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
        border-radius: 0.1em;
    }

    50% {
        border-radius: 0.4em;
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
        border-radius: 0.1em;
    }
}

@keyframes loading {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
        border-radius: 0.1em;
    }

    50% {
        border-radius: 0.4em;
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
        border-radius: 0.1em;
    }
}

.l-main {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex-grow: 1;
}

.l-main--ready:after, .l-main--ready::before {
    content: none;
}

.l-main--no-scroll .l-main__container {
    overflow: hidden !important;
    width: 100vw;
    width: calc(100vw - 4px);
    height: 100vh;
}

.l-main--no-scroll:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #c1c4ca;
    z-index: 1041;
    -webkit-animation: fadeIn 0.3s ease-out;
    animation: fadeIn 0.3s ease-out;
}

.l-main--no-scroll:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    right: 0px;
    top: 0px;
    background-color: #c1c4ca;
    z-index: 1042;
    -webkit-animation: fadeIn 0.3s ease-out;
    animation: fadeIn 0.3s ease-out;
}

.l-main--overlay::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1040;
    -webkit-animation: fadeIn 0.3s ease-out;
    animation: fadeIn 0.3s ease-out;
}

.l-main--loading::before {
    position: fixed;
    content: "";
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    font-size: inherit;
    line-height: 1em;
    width: 1em;
    height: 1em;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(images/icon/loading.svg);
    background-size: 80%;
    z-index: 1041;
    font-size: 124px;
    top: 50vh;
    left: 50%;
    -webkit-animation: loading 2s infinite ease-in-out;
    animation: loading 2s infinite ease-in-out;
    border-radius: 0.15em;
    overflow: hidden;
    background-color: rgba(0, 79, 139, 0.1);
    box-shadow: 0px 0px 0.3em 1px #001525;
}

.l-main--loading::after {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 79, 139, 0.35);
    z-index: 1040;
    -webkit-animation: fadeIn 0.3s ease-out;
    animation: fadeIn 0.3s ease-out;
}

.l-main__container {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

    .l-main__container .container {
        max-width: 1274px;
        margin: 0 auto;
    }

.l-main__header {
    display: flex;
    position: relative;
    z-index: 3;
    flex-direction: column;
    flex-shrink: 0;
}

.l-main__content {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
}

.l-main__content--overlay::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1040;
    -webkit-animation: fadeIn 0.3s ease-out;
    animation: fadeIn 0.3s ease-out;
}

.l-main__footer {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    flex-shrink: 0;
}

.l-header {
    display: flex;
    position: fixed;
    width: 100%;
    height: 110px;
    z-index: 100;
    background-color: #0d2435;
    align-items: center;
    justify-content: center;
}

.p-landing--mobile .l-header {
    height: 40px !important;
}

.l-footer {
    position: relative;
    z-index: 1;
    display: block;
    background: #3c405b;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 4px;
    height: 4px;
    background-color: #c1c4ca;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #f2f2f2;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0);
}

.page {
    display: flex;
    flex-direction: column;
}

.page__section {
    padding-top: 64px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .page__section {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 420px) {
    .page__section {
        padding-top: 32px;
    }
}

.page .anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.c-template {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.c-template__background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.c-template__content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.c-header {
    display: block;
    width: 100%;
    position: relative;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 128px;
    transform: 0.5ms;
    transition: all 0.3s ease-in-out;
}

.c-header--sticky {
    height: 80px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
}

    .c-header--sticky .c-header__logo img:nth-child(2) {
        display: block;
    }

    .c-header--sticky .c-header__logo img:nth-child(1) {
        display: none;
    }

    .c-header--sticky .mega-menu {
        top: 80px !important;
    }

.c-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0px 24px;
}

.c-header__logo {
    max-width: 146px;
}

    .c-header__logo img:nth-child(2) {
        display: none;
    }

.c-header__nav {
    height: 100%;
}

.c-header__nav-items {
    display: flex;
    gap: 20px;
    height: 100%;
}

.c-header__nav-item {
    height: 100%;
    padding: 0 20px;
    border-bottom: 4px solid transparent;
    transition: border-color 0.2s ease-in-out;
}

    .c-header__nav-item a,
    .c-header__nav-item div {
        display: inline-flex;
        align-items: center;
        height: 100%;
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 20px;
        color: #004f8b;
        text-decoration: none;
    }

.c-header__nav-items-dropdown-label {
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 20px;
    color: #004f8b;
    cursor: pointer;
}

.c-header__nav-items-dropdown:hover {
    border-color: #004f8b;
}

    .c-header__nav-items-dropdown:hover .mega-menu {
        opacity: 1;
        visibility: visible;
    }

.c-header__right {
    display: flex;
    align-items: center;
}

.c-header__social-items {
    display: flex;
    align-items: center;
}

.c-header__social-item {
    font-size: 20px;
    color: #004f8b;
}

    .c-header__social-item + .c-header__social-item {
        margin-left: 16px;
    }

    .c-header__social-item i,
    .c-header__social-item a {
        font-size: inherit;
    }

.c-header__language {
    display: flex;
    align-items: center;
    margin-left: 36px;
}

.c-header__language-item a {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 14px;
    text-decoration: underline;
    color: #004f8b;
}

.c-header__language-item--active a {
    text-decoration: none;
    color: #8f95a0;
}

.c-header__language-seperator {
    height: 20px;
    width: 1px;
    background: #c1c4ca;
    margin: 0px 12px;
}

.c-header .mega-menu {
    position: fixed;
    top: 128px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 56px 0;
    background-color: #f2f3f4;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

    .c-header .mega-menu .c-header__container {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 60px;
        width: 100%;
        height: auto;
    }

.c-header .mega-menu__picture {
    width: 100%;
    max-width: 389px;
    height: 300px;
}

    .c-header .mega-menu__picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.c-header .mega-menu__inner {
    display: flex;
    flex-direction: column;
}

    .c-header .mega-menu__inner li {
        display: inline-flex;
        align-items: center;
    }

    .c-header .mega-menu__inner a {
        padding: 17px 24px 14px;
        font-size: 16px;
        line-height: 19px;
        color: #004f8b;
    }

@media only screen and (max-width: 1024px) {
    .c-header {
        position: relative;
        margin-bottom: -100%;
        height: 80px;
    }

    .c-header--sticky .c-header__logo {
        max-width: 50px;
    }

    .c-header__logo {
        max-width: 100px;
    }

    .c-header__nav {
        display: none;
    }

    .c-header__nav-item {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 24px;
    }

        .c-header__nav-item nav {
            display: none;
        }

        .c-header__nav-item ul {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

    .c-header__language {
        margin-left: 24px;
    }
}

.section-services {
    margin-bottom: 64px;
}

.section-services__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 44px;
    line-height: 48px;
    color: #004e8b;
    padding-top: 85px;
    padding-bottom: 50px;
    background: transparent;
    letter-spacing: 0;
}

.section-services__content {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 1156px;
    padding: 0 24px;
    margin: 0 auto;
}

.section-services__content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 49px;
    width: 100%;
}

    .section-services__content-item:not(:last-child) {
        margin-bottom: 3.75rem;
    }

.section-services__content-item-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: 364px;
    padding-left: 60px;
    text-align: left;
}

    .section-services__content-item-inner h6 {
        font-size: 44px;
        font-weight: 300;
        line-height: 48px;
        color: #004e8b;
    }

    .section-services__content-item-inner p {
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 16px;
    }

.section-services__content-item-picture {
    width: 100%;
    max-width: 684px;
    min-width: 684px;
    height: 484px;
}

    .section-services__content-item-picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.section-services__content-item:nth-child(2n) {
    gap: 70px;
}

    .section-services__content-item:nth-child(2n) .section-services__content-item-inner {
        order: 2;
        padding-left: 0;
    }

    .section-services__content-item:nth-child(2n) .section-services__content-item-picture {
        order: 1;
    }

@media (max-width: 1092px) {
    .section-services__content-item {
        flex-direction: column;
        gap: 30px;
    }

    .section-services__content-item-inner {
        order: 2;
        padding-left: 0;
        max-width: 100%;
    }

    .section-services__content-item-picture {
        order: 1;
        max-width: 100%;
        min-width: 100%;
    }

    .section-services__content-item:nth-child(2n) {
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-services__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 32px;
        line-height: 48px;
    }
}

.section-hero {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    text-align: center;
    padding-top: 128px;
}

.section-hero__bg {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center bottom;
    z-index: -2;
}

.section-hero__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 128px;
}

.section-hero__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 64px;
    line-height: 72px;
    color: white;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 1px solid white;
}

.section-hero__description {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 27px;
    line-height: 36px;
    color: white;
    margin-top: 16px;
}

.section-hero__bottom {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.section-hero__bottom-scroll {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.section-hero__bottom-line {
    height: 100px;
    width: 1px;
    background-color: white;
    margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
    .section-hero {
        margin-top: 80px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .section-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 640px) {
    .section-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 27px;
        line-height: 32px;
    }

    .section-hero__description {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 16px;
        line-height: 21px;
        max-width: 200px;
    }

    .section-hero__content {
        padding-top: 24px;
    }

    .section-hero__bottom-line {
        height: 40px;
    }
}

.section-features {
    width: 100%;
    display: block;
    position: relative;
    padding: 0px 16px;
}

.section-features__container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-features__items {
    display: flex;
}

.section-features__item {
    max-width: 330px;
    flex-shrink: 0;
}

    .section-features__item + .section-features__item {
        margin-left: 24px;
    }

@media only screen and (max-width: 1024px) {
    .section-features__item {
        max-width: 270px;
    }

        .section-features__item .c-feature-card__description {
            font-family: "Arimo", sans-serif;
            font-weight: 400 !important;
            font-style: normal;
            font-size: 13px;
        }

        .section-features__item .c-feature-card__title {
            font-family: "Bodoni Moda 9pt", serif;
            font-weight: 400 !important;
            font-style: normal;
            font-size: 20px;
        }
}

@media only screen and (max-width: 888px) {
    .section-features__container {
        justify-content: center;
    }

    .section-features__items {
        flex-wrap: wrap;
    }

    .section-features__item {
        max-width: 50%;
        padding: 24px;
    }

        .section-features__item + .section-features__item {
            margin-left: 0px;
        }
}

@media only screen and (max-width: 767px) {
    .section-features__item {
        max-width: 100%;
        padding: 0;
    }

        .section-features__item .c-feature-card__description {
            font-family: "Arimo", sans-serif;
            font-weight: 400 !important;
            font-style: normal;
            font-size: 15px;
        }

        .section-features__item + .section-features__item {
            margin-top: 24px;
        }
}

.c-feature-card {
    display: block;
    width: 100%;
    position: relative;
}

.c-feature-card__image {
    width: 100%;
    height: 290px;
    display: flex;
}

    .c-feature-card__image img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

.c-feature-card__caption {
    width: 100%;
    padding: 20px 0px;
    background: #004f8b;
    border-left: 8px solid #0099db;
    text-align: center;
}

.c-feature-card__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 23px;
    color: white;
}

.c-feature-card__bottom {
    margin-top: 24px;
}

.c-feature-card__description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: #0d2435;
}

.section-image-blocks {
    width: 100%;
    display: block;
    position: relative;
}

.section-image-blocks__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.section-image-blocks__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 566px;
}

    .section-image-blocks__item + .section-image-blocks__item {
        margin-left: 24px;
    }

.section-image-blocks__caption {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    margin-top: 24px;
    color: #004f8b;
    max-width: 450px;
}

@media only screen and (max-width: 768px) {
    .section-image-blocks__caption {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 24px;
        line-height: 36px;
        padding-left: 24px;
    }
}

@media only screen and (max-width: 600px) {
    .section-image-blocks__container {
        flex-wrap: wrap;
    }

    .section-image-blocks__item + .section-image-blocks__item {
        margin-top: 32px;
        margin-left: 0px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .section-image-blocks__caption {
        margin-top: 16px;
    }
}

.section-boat-list-hero {
    width: 100%;
    display: flex;
    position: relative;
    height: 352px;
    text-align: center;
    margin-top: 128px;
    padding-top: 0px !important;
}

.section-boat-list-hero__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center bottom;
    z-index: -2;
}

.section-boat-list-hero__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.section-boat-list-hero__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 72px;
    line-height: 86px;
    color: white;
    letter-spacing: 0;
    margin-bottom: 24px;
    filter: drop-shadow(0px 0px 24px rgba(3, 34, 41, 0.8));
}

.section-boat-list-hero__title-line {
    border-bottom: 1px solid white;
}

.section-boat-list-hero__description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: white;
    margin-top: 16px;
    filter: drop-shadow(0px 0px 24px rgba(3, 34, 41, 0.8));
}

.section-boat-list-hero__bottom {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.section-boat-list-hero__bottom-scroll {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.section-boat-list-hero__bottom-line {
    height: 100px;
    width: 1px;
    background-color: white;
    margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
    .section-boat-list-hero {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .section-boat-list-hero {
        height: 360px;
    }

    .section-boat-list-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 640px) {
    .section-boat-list-hero {
        height: 200px;
    }

    .section-boat-list-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 27px;
        line-height: 40px;
    }

    .section-boat-list-hero__description {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 16px;
        line-height: 21px;
        max-width: 200px;
    }

    .section-boat-list-hero__content {
        padding-top: 24px;
    }

    .section-boat-list-hero__bottom-line {
        height: 40px;
    }
}

.section-boat-list-content {
    padding-top: 0;
}

.section-boat-list-content__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 44px;
    margin-top: 64px;
    margin-bottom: 46px;
    text-align: center;
    color: #004e8b;
}

@media only screen and (max-width: 576px) {
    .section-boat-list-content__title {
        margin: 48px 16px;
    }
}

.section-boat-list-content__band {
    display: flex;
    background: #004e8b;
}

.section-boat-list-content__band-items {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 32px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: white;
    grid-gap: 64px;
}

.section-boat-list-content__band-item {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.section-boat-list-content__band-item-image {
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 16px;
}

.section-boat-list-content__band-item-text {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    margin: 12px 0;
}

.section-boat-list-content__list {
    padding: 0 32px 48px;
}

@media only screen and (max-width: 576px) {
    .section-boat-list-content__list {
        padding: 0 16px 24px;
    }
}

.section-boat-list-content__list-container {
    max-width: 1038px;
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: calc((100% - 48px) / 3) calc((100% - 48px) / 3) calc( (100% - 48px) / 3);
    grid-gap: 24px;
}

    .section-boat-list-content__list-container a {
        text-decoration: none;
    }

@media only screen and (max-width: 1024px) {
    .section-boat-list-content__list-container {
        grid-template-columns: calc((100% - 24px) / 2) calc((100% - 24px) / 2);
    }
}

@media only screen and (max-width: 576px) {
    .section-boat-list-content__list-container {
        grid-template-columns: 100%;
    }
}

.section-boat-list-content__list-item {
    display: flex;
    flex-direction: column;
    background-color: #f2f3f4;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.section-boat-list-content__list-item-link:hover .section-boat-list-content__list-item {
    background: white;
    box-shadow: 0 0 16px 0 rgba(13, 36, 53, 0.21);
}

.section-boat-list-content__list-item-title {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #0d2435;
    margin: 16px 16px 12px;
}

.section-boat-list-content__list-item-description {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    margin: 0 16px 16px;
    color: #004e8b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-boat-list-content__list-item-specs {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    margin: 0 16px 20px;
    color: #9c9a9a;
    flex-wrap: wrap;
}

.section-boat-list-content__list-item-spec {
    display: flex;
    flex-direction: row;
}

    .section-boat-list-content__list-item-spec:not(:last-child) {
        margin-right: 16px;
    }

.section-boat-list-content__list-item-spec-image {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8px;
}

.section-boat-list-content__list-item-spec-text {
    margin: auto 0;
}

.section-boat-list-content__list-item-image {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-boat-list-content__list-item-price {
    font-family: "Arimo", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    color: #004e8b;
    margin: 0 16px 24px;
}

    .section-boat-list-content__list-item-price small {
        font-size: 16px;
    }

.section-boat-list-advantages {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.section-boat-list-advantages__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 44px;
    margin-top: 12px;
    margin-bottom: 20px;
    text-align: center;
    color: #004e8b;
}

.section-boat-list-advantages__container {
    display: flex;
    flex-direction: row;
    margin-bottom: 56px;
    grid-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.section-boat-list-advantages__left, .section-boat-list-advantages__right {
    padding: 24px 16px;
    flex-shrink: 1;
    display: flex;
    margin: auto 0;
}

.section-boat-list-advantages__list {
    display: flex;
    flex-direction: column;
    max-width: 448px;
}

.section-boat-list-advantages__list-item {
    display: flex;
    flex-direction: row;
}

    .section-boat-list-advantages__list-item:not(:last-child) {
        margin-bottom: 32px;
    }

.section-boat-list-advantages__list-item-image {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 24px;
    margin-top: 6px;
}

.section-boat-list-advantages__list-item-text {
    display: flex;
    flex-direction: column;
}

.section-boat-list-advantages__list-item-title {
    font-family: "Arimo", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 23px;
    color: #004e8b;
}

.section-boat-list-advantages__list-item-description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(7, 19, 44, 0.7);
}

.section-boat-details-content {
    padding: 0 24px;
    margin: 128px auto 0;
    display: flex;
    flex-direction: column;
    max-width: 1204px;
}

@media only screen and (max-width: 1024px) {
    .section-boat-details-content {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 576px) {
    .section-boat-details-content {
        padding: 0 8px;
    }
}

.section-boat-details-content__icon-button {
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 22px;
    display: flex;
    height: 39px;
}

    .section-boat-details-content__icon-button:hover {
        background-color: rgba(0, 78, 139, 0.2);
    }

    .section-boat-details-content__icon-button:active {
        padding: 0 5px;
        border: 1px solid #004e8b;
    }

.section-boat-details-content__icon-button-image {
    width: 27px;
    height: 27px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}

.section-boat-details-content__seperator-line {
    width: 1px;
    height: 32px;
    margin: auto 16px;
    background: #dadce0;
}

.section-boat-details-content__location {
    margin: 32px;
    padding: 0;
    border: 1px solid #c1c4ca;
}

    .section-boat-details-content__location iframe {
        margin-bottom: -4px;
    }

.section-boat-details-content__header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.section-boat-details-content__header-buttons {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: 0;
    flex-shrink: 0;
    margin-bottom: 24px;
}

.section-boat-details-content__gallery-swiper {
    position: relative;
}

    .section-boat-details-content__gallery-swiper .swiper-button-next,
    .section-boat-details-content__gallery-swiper .swiper-button-prev {
        padding: 4px 8px;
        background-color: rgba(255, 255, 255, 0.5);
        transition: all 0.3s ease-in-out;
    }

        .section-boat-details-content__gallery-swiper .swiper-button-next:after,
        .section-boat-details-content__gallery-swiper .swiper-button-prev:after {
            font-size: 24px;
            color: #0d2435;
        }

        .section-boat-details-content__gallery-swiper .swiper-button-next:hover,
        .section-boat-details-content__gallery-swiper .swiper-button-prev:hover {
            background-color: rgba(255, 255, 255, 0.84);
        }

    .section-boat-details-content__gallery-swiper .swiper-button-next {
        right: 0;
    }

    .section-boat-details-content__gallery-swiper .swiper-button-prev {
        left: 0;
    }

    .section-boat-details-content__gallery-swiper .swiper-slide {
        height: auto;
        display: flex;
    }

.section-boat-details-content__swiper-image {
    max-width: 100%;
    max-height: min(440px, 50vh);
    -o-object-fit: cover;
    object-fit: cover;
}

.section-boat-details-content__swiper-thumb-image {
    width: 100px;
    height: 65px;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-boat-details-content .swiper-slide-thumb-active img {
    border: 2px solid #004e8b;
}

.section-boat-details-content__gallery-thumbs {
    margin-top: 8px;
}

    .section-boat-details-content__gallery-thumbs .swiper-slide {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        cursor: pointer;
    }

.section-boat-details-content__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 32px;
    line-height: 38px;
    color: #004e8b;
    margin-bottom: 24px;
}

.section-boat-details-content__container {
    display: flex;
    flex-direction: row;
    grid-gap: 24px;
}

@media only screen and (max-width: 1024px) {
    .section-boat-details-content__container {
        flex-direction: column;
    }
}

.section-boat-details-content__primary-column {
    max-width: 734px;
    min-width: 280px;
    flex-shrink: 1;
}

@media only screen and (max-width: 1024px) {
    .section-boat-details-content__primary-column {
        max-width: 100%;
    }
}

.section-boat-details-content__secondary-column {
    max-width: 389px;
    min-width: 288px;
    flex-shrink: 1;
}

@media only screen and (max-width: 1024px) {
    .section-boat-details-content__secondary-column {
        max-width: 100%;
    }
}

.section-boat-details-content__gallery {
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
}

.section-boat-details-content__description-text {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
}

.section-boat-details-content .section-boat-details-content__description-more {
    margin-bottom: 16px;
}

    .section-boat-details-content .section-boat-details-content__description-more .dms-accordion-item {
        max-width: 100%;
    }

        .section-boat-details-content .section-boat-details-content__description-more .dms-accordion-item button {
            padding-left: 0;
            border-bottom: none;
        }

            .section-boat-details-content .section-boat-details-content__description-more .dms-accordion-item button span {
                font-family: "Bodoni Moda 9pt", serif;
                font-weight: 400 !important;
                font-style: normal;
                font-size: 15px;
                line-height: 18px;
                text-decoration: underline;
            }

            .section-boat-details-content .section-boat-details-content__description-more .dms-accordion-item button i {
                font-size: 18px;
                margin-right: 0;
                margin-left: 16px;
            }

    .section-boat-details-content .section-boat-details-content__description-more .dms-accordion-item-text {
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 15px;
        line-height: 25px;
        margin-left: 16px;
        margin-right: 32px;
    }

.section-boat-details-content__specs {
    margin-bottom: 80px;
}

.section-boat-details-content__specs-list {
    display: flex;
    flex-direction: column;
}

.section-boat-details-content__specs-list-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

    .section-boat-details-content__specs-list-item:not(:last-child) {
        margin-bottom: 16px;
    }

.section-boat-details-content__specs-list-item-label {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    color: #07132c;
    text-align: left;
}

.section-boat-details-content__specs-list-item-value {
    font-family: "Arimo", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    color: #07132c;
    text-align: right;
}

.section-boat-details-content__info-box {
    border: 1px solid #dadce0;
    margin-bottom: 32px;
}

.section-boat-details-content__related {
    border: 1px solid #dadce0;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.section-boat-details-content__related-title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 24px;
    line-height: 38px;
    margin: 24px;
    color: #004e8b;
}

.section-boat-details-content__related-items a {
    text-decoration: none;
}

.section-boat-details-content__related-item {
    display: flex;
    flex-direction: row;
    margin: 0 24px 24px;
}

@media only screen and (max-width: 380px) {
    .section-boat-details-content__related-item {
        flex-direction: column;
    }
}

.section-boat-details-content__related-item-image {
    width: 120px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
    flex-shrink: 0;
}

@media only screen and (max-width: 380px) {
    .section-boat-details-content__related-item-image {
        width: 100%;
        height: 160px;
        margin-right: 0;
    }
}

.section-boat-details-content__related-item-info {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    max-width: calc(100% - 130px);
}

@media only screen and (max-width: 380px) {
    .section-boat-details-content__related-item-info {
        max-width: 100%;
    }
}

.section-boat-details-content__related-item-title {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    margin: 4px 0;
    color: #0d2435;
}

.section-boat-details-content__related-item-description {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    color: #004e8b;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.section-boat-details-content__related-item-specs {
    color: #676f7e;
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-boat-details-content__related-item-price {
    font-family: "Arimo", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #314250;
}

    .section-boat-details-content__related-item-price small {
        font-size: 12px;
    }

.section-boat-details-content__price {
    padding: 16px 24px;
    border-left: 8px solid #0099db;
    background-color: #004e8b;
    color: white;
}

.section-boat-details-content__price-text {
    font-family: "Arimo", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
}

.section-boat-details-content__summary-list {
    padding: 24px 32px;
}

.section-boat-details-content__summary-item {
    display: flex;
    flex-direction: row;
}

    .section-boat-details-content__summary-item:not(:last-child) {
        margin-bottom: 32px;
    }

.section-boat-details-content__summary-image {
    width: 27px;
    height: 27px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
}

.section-boat-details-content__summary-text {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px;
    line-height: 27px;
    color: #314250;
}

.section-boat-details-content .dms-accordion-item {
    margin: 0;
    max-width: 566px;
}

.section-boat-details-content .dms-accordion-item-text {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    color: #0d2435;
    text-align: left;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
    letter-spacing: 0;
}

.section-boat-details-content .dms-accordion-item--open .dms-accordion-item-text {
    margin-bottom: 16px;
    margin-top: 16px;
}

.section-boat-details-content .dms-accordion-item button {
    background: white;
    outline: none;
    border: none;
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #dadce0;
}

    .section-boat-details-content .dms-accordion-item button i {
        font-size: 24px;
        margin-right: 0;
        margin-left: auto;
    }

    .section-boat-details-content .dms-accordion-item button span {
        font-family: "Arimo", sans-serif;
        font-weight: 700 !important;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        color: #004e8b;
        letter-spacing: 0;
    }

.section-our-team-hero {
    width: 100%;
    display: flex;
    position: relative;
    height: 352px;
    text-align: center;
    margin-top: 128px;
    padding-top: 0px !important;
}

.section-our-team-hero__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    z-index: -2;
}

.section-our-team-hero__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.section-our-team-hero__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 72px;
    line-height: 86px;
    color: white;
    letter-spacing: 0;
    border-bottom: 1px solid white;
    padding-top: 16px;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.8));
}

.section-our-team-hero__description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: white;
    margin-top: 16px;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.8));
}

.section-our-team-hero__bottom {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.section-our-team-hero__bottom-scroll {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.section-our-team-hero__bottom-line {
    height: 100px;
    width: 1px;
    background-color: white;
    margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
    .section-our-team-hero {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .section-our-team-hero {
        height: 360px;
    }

    .section-our-team-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 640px) {
    .section-our-team-hero {
        height: 200px;
    }

    .section-our-team-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 27px;
        line-height: 32px;
    }

    .section-our-team-hero__description {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 16px;
        line-height: 21px;
        max-width: 200px;
    }

    .section-our-team-hero__content {
        padding-top: 24px;
    }

    .section-our-team-hero__bottom-line {
        height: 40px;
    }
}

@media only screen and (max-width: 360px) {
    .section-our-team-hero {
        height: 172px;
    }
}

.section-our-team-content {
    padding: 16px;
    margin: 64px auto 64px;
    max-width: 920px;
    display: flex;
    flex-direction: column;
}

.section-our-team-content__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 44px;
    line-height: 48px;
    max-width: 435px;
    margin: 0 auto 36px;
    color: #004e8b;
    text-align: center;
}

.section-our-team-content__team-list {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 72px) / 4));
    grid-gap: 24px;
}

@media only screen and (max-width: 768px) {
    .section-our-team-content__team-list {
        grid-template-columns: repeat(3, calc((100% - 48px) / 3));
    }
}

@media only screen and (max-width: 576px) {
    .section-our-team-content__team-list {
        grid-template-columns: calc((100% - 24px) / 2) calc((100% - 24px) / 2);
    }
}

@media only screen and (max-width: 360px) {
    .section-our-team-content__team-list {
        grid-template-columns: 100%;
    }
}

.section-our-team-content__team-list-item {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .section-our-team-content__team-list-item:first-child {
        grid-row-start: 1;
        grid-row-end: 5;
    }
}

.section-our-team-content__team-list-item-title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #004e8b;
    margin-top: 12px;
}

.section-our-team-content__team-list-item-description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #0d2435;
}

.section-contact-hero {
    width: 100%;
    display: flex;
    position: relative;
    height: 352px;
    text-align: center;
    margin-top: 128px;
    padding-top: 0px !important;
}

.section-contact-hero__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center bottom;
    z-index: -2;
}

.section-contact-hero__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.section-contact-hero__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 72px;
    line-height: 86px;
    color: white;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 120, 0.8));
}

.section-contact-hero__description {
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: white;
    margin-top: 12px;
    text-decoration: underline;
    letter-spacing: 1.43px;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 120, 0.8));
}

.section-contact-hero__bottom {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.section-contact-hero__bottom-scroll {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.section-contact-hero__bottom-line {
    height: 100px;
    width: 1px;
    background-color: white;
    margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
    .section-contact-hero {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .section-contact-hero {
        height: 360px;
    }

    .section-contact-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 640px) {
    .section-contact-hero {
        height: 200px;
    }

    .section-contact-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 27px;
        line-height: 32px;
    }

    .section-contact-hero__description {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 16px;
        line-height: 21px;
        max-width: 200px;
    }

    .section-contact-hero__content {
        padding-top: 24px;
    }

    .section-contact-hero__bottom-line {
        height: 40px;
    }
}

@media only screen and (max-width: 360px) {
    .section-contact-hero {
        height: 172px;
    }
}

.section-contact-content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.section-contact-content__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin: 80px auto;
}

.section-contact-content__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.section-contact-content__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    width: 100%;
    max-width: 545px;
}

.section-contact-content__right {
    flex-shrink: 1;
    padding: 0 20px;
    display: flex;
}

.section-contact-content__image {
    width: 100%;
    height: auto;
}

.section-contact-content__description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 28px;
    color: #0d2435;
    max-width: 389px;
    min-width: 260px;
    margin: auto;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
}

.section-contact-content__description-title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #004f8b;
}

.section-contact-content__description-mail a {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 27px;
    color: #004e8b;
}

@media (max-width: 540px) {
    .section-contact-content__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.section-about-hero {
    width: 100%;
    display: flex;
    position: relative;
    height: 352px;
    text-align: center;
    margin-top: 128px;
    padding-top: 0px !important;
}

.section-about-hero__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    z-index: -2;
}

.section-about-hero__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.section-about-hero__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 72px;
    line-height: 86px;
    color: white;
    border-bottom: 1px solid white;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.8));
}

.section-about-hero__description {
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: white;
    margin-top: 12px;
    text-decoration: underline;
    letter-spacing: 1.43px;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.8));
}

.section-about-hero__bottom {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.section-about-hero__bottom-scroll {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.section-about-hero__bottom-line {
    height: 100px;
    width: 1px;
    background-color: white;
    margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
    .section-about-hero {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .section-about-hero {
        height: 360px;
    }

    .section-about-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 640px) {
    .section-about-hero {
        height: 200px;
    }

    .section-about-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 27px;
        line-height: 32px;
    }

    .section-about-hero__description {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 16px;
        line-height: 21px;
        max-width: 200px;
    }

    .section-about-hero__content {
        padding-top: 24px;
    }

    .section-about-hero__bottom-line {
        height: 40px;
    }
}

@media only screen and (max-width: 360px) {
    .section-about-hero {
        height: 172px;
    }
}

.section-about-content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.section-about-content__container {
    display: flex;
    flex-direction: row;
    margin: 72px auto 80px;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 576px) {
    .section-about-content__container {
        margin: 48px 0;
    }
}

.section-about-content__left {
    max-width: 422px;
    min-width: 260px;
    padding: 0 16px;
    margin-bottom: 32px;
}

.section-about-content__right {
    max-width: 540px;
    padding: 0 16px;
    min-width: 260px;
    display: flex;
}

.section-about-content__center {
    max-width: 920px;
    min-width: 260px;
    padding: 0 16px;
    margin-bottom: 32px;
}

    .section-about-content__center h4 {
        font-family: "Arimo", sans-serif;
        font-weight: 700 !important;
        font-style: normal;
        font-size: 32px;
        color: #3c555f;
        margin-bottom: 24px;
    }

.section-about-content__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 32px;
    line-height: 37px;
    color: #004e8b;
    letter-spacing: 0.67px;
}

.section-about-content__description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    color: #0d2435;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

    .section-about-content__description h4 {
        font-family: "Arimo", sans-serif;
        font-weight: 700 !important;
        font-style: normal;
        font-size: 21px;
        color: #3c555f;
        margin-bottom: 24px;
    }

.section-about-president {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    background-color: #07132c;
    background: linear-gradient(180deg, #112b57 0%, #07132c 100%);
}

.section-about-president__container {
    display: flex;
    flex-direction: row;
    margin: 80px auto;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 54px;
}

.section-about-president__left {
    max-width: 422px;
    min-width: 260px;
    padding: 0 16px;
    margin-bottom: 32px;
}

.section-about-president__right {
    max-width: 540px;
    padding: 0 16px;
    min-width: 260px;
    display: flex;
}

.section-about-president__description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
    color: white;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

    .section-about-president__description h4 {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 23px;
        color: white;
        margin: 44px 0 6px;
    }

    .section-about-president__description .uppercase {
        text-transform: uppercase;
        font-size: 12px;
    }

.section-location {
    width: 100%;
    display: block;
    position: relative;
    height: 450px;
}

.section-location__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

.section-location__content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.section-location__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 96px;
    line-height: 96px;
    color: white;
}

.section-location__location {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

    .section-location__location i {
        font-size: 44px;
        margin-bottom: 16px;
    }

    .section-location__location span {
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 20px;
        color: white;
        text-decoration: underline;
    }

    .section-location__location:hover span {
        text-decoration: none;
    }

@media only screen and (max-width: 767px) {
    .section-location {
        height: 300px;
    }

    .section-location__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 48px;
        line-height: 56px;
    }

    .section-location__content {
        bottom: 36px;
    }

    .section-location__location {
        margin-top: 16px;
    }

        .section-location__location i {
            font-size: 24px;
            margin-bottom: 16px;
        }

        .section-location__location span {
            font-family: "Arimo", sans-serif;
            font-weight: 400 !important;
            font-style: normal;
            font-size: 16px;
        }
}

.c-form {
    display: block;
    width: 100%;
    position: relative;
}

.c-form__container {
    width: 100%;
}

.c-form__row {
    width: 100%;
    overflow: hidden;
}

    .c-form__row + .c-form__row {
        margin-top: 32px;
    }

.c-form__row--action {
    text-align: center;
}

    .c-form__row--action button {
        display: inline-block;
    }

.c-form__row--error, .c-form__row--success {
    display: none;
}

.c-form__input input,
.c-form__input textarea {
    font-family: "Arimo", sans-serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 15px;
    color: white;
    background-color: rgba(11, 42, 77, 0.8);
    border: 0;
    border-bottom: 1px solid #0099db;
    padding: 21px 24px;
    box-shadow: none;
    outline: none;
    width: 100%;
}

    .c-form__input input::-moz-placeholder, .c-form__input textarea::-moz-placeholder {
        font-family: "Arimo", sans-serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.65);
    }

    .c-form__input input:-ms-input-placeholder, .c-form__input textarea:-ms-input-placeholder {
        font-family: "Arimo", sans-serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.65);
    }

    .c-form__input input::placeholder,
    .c-form__input textarea::placeholder {
        font-family: "Arimo", sans-serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.65);
    }

    .c-form__input input:focus,
    .c-form__input textarea:focus {
        box-shadow: none;
    }

.c-form__input--error input {
    border-bottom: 1px solid #db2d00;
}

.c-form__input-error-text {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 13px;
    color: #db2d00;
    margin-top: 8px;
}

.c-form__message {
    padding: 24px 16px;
    background-color: white;
    display: flex;
    align-items: center;
}

.c-form__message--error {
    color: #db2d00;
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    border-left: 8px solid #db2d00;
}

    .c-form__message--error::before {
        content: "";
        display: inline-block;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        flex-grow: 0;
        overflow: hidden;
        font-size: inherit;
        line-height: 1em;
        width: 1em;
        height: 1em;
        max-height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url(images/icon/error.svg);
        font-size: 32px;
        margin-right: 12px;
    }

.c-form__message--success {
    color: #7ed321;
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    border-left: 8px solid #7ed321;
}

    .c-form__message--success::before {
        content: "";
        display: inline-block;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        flex-grow: 0;
        overflow: hidden;
        font-size: inherit;
        line-height: 1em;
        width: 1em;
        height: 1em;
        max-height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url(images/icon/success-check.svg);
        font-size: 32px;
        margin-right: 12px;
    }

.c-form__checkbox {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
}

    .c-form__checkbox label {
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

    .c-form__checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }

        .c-form__checkbox input:checked + .c-form__checkbox-checkmark {
            background-color: #004f8b;
            border-color: #0b2a4d;
        }

.c-form__checkbox-checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-color: white;
    border: 1px solid #004f8b;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

    .c-form__checkbox-checkmark img {
        width: 10px;
        height: auto;
    }

.c-form__checkbox-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 16px;
}

    .c-form__checkbox-inner strong {
        font: 700 14px/17px "Arimo", sans-serif;
        color: white;
        margin-bottom: 14px;
    }

    .c-form__checkbox-inner p {
        font: 400 12px/22px "Arimo", sans-serif;
        color: white;
    }

.section-form {
    width: 100%;
    position: relative;
    padding: 54px 20px !important;
}

    .section-form #contact-section {
        display: block;
        padding-top: 168px;
        margin-top: -168px;
    }

    .section-form::before {
        content: "";
        height: 100%;
        width: calc(50% - 390px);
        position: absolute;
        left: 0;
        top: 0;
        background-image: linear-gradient(270deg, rgba(7, 19, 44, 0) 18%, #07132c 85%);
    }

    .section-form::after {
        content: "";
        height: 100%;
        width: calc(50% - 390px);
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(180deg);
        background-image: linear-gradient(270deg, rgba(7, 19, 44, 0) 18%, #07132c 85%);
    }

.section-form__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-form__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 32px;
    color: white;
    margin-bottom: 24px;
    text-align: center;
}

.section-form__form {
    max-width: 390px;
    width: 100%;
}

.section-form__form-text {
    font: 400 14px/20px "Arimo", sans-serif;
    color: white;
    margin: 32px 0 18px;
}

    .section-form__form-text a {
        font-family: "Arimo", sans-serif;
        color: white;
    }

.section-form__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

@media only screen and (max-width: 480px) {
    .section-form .c-button {
        width: 100%;
    }
}

.c-button {
    padding: 4px 75px 4px 67px;
    height: 60px;
    background: #004f8b;
    color: white;
    border: 0;
    border-left: 8px solid #0099db;
    box-shadow: none;
    outline: none;
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 20px;
    position: relative;
    display: block;
    cursor: pointer;
}

    .c-button::after {
        content: "";
        display: inline-block;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        flex-grow: 0;
        overflow: hidden;
        font-size: inherit;
        line-height: 1em;
        width: 1em;
        height: 1em;
        max-height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url('/images/icon/arrow-right-light.svg');
        font-size: 28px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
    }

.c-footer {
    display: block;
    width: 100%;
    position: relative;
    background-color: #07132c;
}

.c-footer__container {
    padding: 50px 16px;
}

.c-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-footer__nav-items {
    display: flex;
}

.c-footer__nav-item + .c-footer__nav-item {
    margin-left: 70px;
}

.c-footer__nav-item a {
    font-family: Arial, serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.c-footer__contact {
    display: flex;
    align-items: center;
}

.c-footer__contact-item + .c-footer__contact-item {
    margin-left: 24px;
}

.c-footer__location {
    display: flex;
    align-items: center;
}

    .c-footer__location i {
        font-size: 27px;
        margin-right: 12px;
    }

    .c-footer__location span {
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 15px;
        color: white;
        text-decoration: underline;
    }

    .c-footer__location:hover span {
        text-decoration: none;
    }

.c-footer__phone a {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    color: white;
}

.c-footer__social-items {
    display: flex;
}

.c-footer__social-item + .c-footer__social-item {
    margin-left: 24px;
}

.c-footer__social-item i {
    font-size: 24px;
}

.c-footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.c-footer__bottom-item span {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.45);
}

    .c-footer__bottom-item span a {
        text-decoration: underline;
        color: rgba(255, 255, 255, 0.45);
    }

    .c-footer__bottom-item span img {
        max-width: 60px;
        opacity: 0.5;
        margin: 0px 6px;
        vertical-align: middle;
    }

@media only screen and (max-width: 1024px) {
    .c-footer__top {
        flex-direction: column;
        justify-content: center;
    }

    .c-footer__nav {
        margin-bottom: 36px;
    }

    .c-footer__bottom {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .c-footer__bottom-item {
        justify-content: center;
    }

        .c-footer__bottom-item + .c-footer__bottom-item {
            margin-top: 36px;
        }
}

@media only screen and (max-width: 767px) {
    .c-footer__nav {
        margin-bottom: 24px;
    }

    .c-footer__nav-items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .c-footer__nav-item {
        padding: 12px;
    }

        .c-footer__nav-item + .c-footer__nav-item {
            margin-left: 0px;
        }

    .c-footer__contact {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .c-footer__contact-item {
        padding: 12px;
    }

        .c-footer__contact-item + .c-footer__contact-item {
            margin-left: 0px;
        }
}

.section-about {
    max-width: 1274px;
    margin: 0 auto;
}

.section-about__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 44px;
    line-height: 53px;
    color: #004f8b;
    text-align: center;
    margin-bottom: 36px;
    letter-spacing: 0;
}

.section-about__gallery {
    margin-bottom: 48px;
}

    .section-about__gallery #about-gallery-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-about__gallery .swiper-container {
        position: relative;
        width: calc(100% + 174px);
        margin-left: -174px;
        margin-right: -174px;
        overflow: hidden;
    }

    .section-about__gallery .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: static;
        margin-top: 16px;
    }

    .section-about__gallery .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-color: #dadce0;
        opacity: 1;
    }

    .section-about__gallery .swiper-pagination-bullet-active {
        background-color: #004f8b;
    }

    .section-about__gallery .swiper-slide {
        width: auto;
    }

    .section-about__gallery .swiper-button-next,
    .section-about__gallery .swiper-button-prev {
        width: 87px;
        height: 354px;
        background-color: #ffffff;
        top: -2px;
        margin-top: 0;
    }

        .section-about__gallery .swiper-button-next::after,
        .section-about__gallery .swiper-button-prev::after {
            color: #002f51;
        }

    .section-about__gallery .swiper-button-next {
        right: 0;
    }

    .section-about__gallery .swiper-button-prev {
        left: 0;
    }

    .section-about__gallery img {
        max-height: 350px;
        width: auto;
        max-width: calc(100vw - 48px);
        transition: all 0.3s ease-in-out;
    }

        .section-about__gallery img:hover {
            cursor: pointer;
            filter: brightness(80%);
        }

    .section-about__gallery video {
        max-height: 350px;
        width: auto;
        height: auto;
        max-width: calc(100vw - 48px);
        cursor: pointer;
    }

.section-about__subtitle {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 23px;
    line-height: 32px;
    color: #0d2435;
    text-align: center;
    margin: 0 auto 42px auto;
    max-width: 600px;
    letter-spacing: 0.5px;
}

.section-about__description {
    max-width: 804px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 26px;
    margin: 0 auto;
}

    .section-about__description span {
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 15px;
        line-height: 25px;
        color: #0d2435;
        text-align: left;
        letter-spacing: 0;
    }

@media (max-width: 1410px) {
    .section-about__gallery .swiper-container {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .section-about__gallery .swiper-button-next,
    .section-about__gallery .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .section-about {
        padding: 32px 0px;
    }

    .section-about__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .section-about__subtitle {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
        margin: 0 auto 24px auto;
    }

    .section-about__gallery {
        padding: 0px 16px;
        width: 100%;
        margin-bottom: 24px;
    }

        .section-about__gallery img,
        .section-about__gallery video {
            height: 300px;
            -o-object-fit: cover;
            object-fit: cover;
            width: auto;
            max-width: 100%;
        }

    .section-about__description {
        display: flex;
        flex-direction: column;
        padding: 0px 16px;
    }
}

.fullscreen-gallery {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    padding: 24px;
    cursor: pointer;
}

    .fullscreen-gallery .swiper-button-disabled {
        pointer-events: auto;
        cursor: not-allowed;
    }

    .fullscreen-gallery .swiper-button-prev {
        display: flex;
        position: relative;
        margin-left: auto;
        margin-right: 24px;
        color: white;
    }

    .fullscreen-gallery .swiper-button-next {
        display: block;
        position: relative;
        margin-left: 24px;
        margin-right: auto;
        color: white;
    }

.fullscreen-gallery-wrapper {
    cursor: default;
    max-width: 1048px;
    margin: auto 12px;
    padding: 24px;
    background-color: white;
    width: calc(100% - 120px);
}

    .fullscreen-gallery-wrapper .swiper-slide {
        display: flex;
    }

    .fullscreen-gallery-wrapper .swiper-wrapper {
        cursor: -webkit-grab;
        cursor: grab;
    }

    .fullscreen-gallery-wrapper .swiper-pagination {
        display: block;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 16px;
    }

    .fullscreen-gallery-wrapper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #dadce0;
        opacity: 1;
    }

    .fullscreen-gallery-wrapper .swiper-pagination-bullet-active {
        background-color: #004f8b;
    }

    .fullscreen-gallery-wrapper img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

.fullscreen-gallery__close-button-container {
    height: 36px;
    width: 36px;
    display: flex;
    overflow: visible;
    margin-right: -24px;
    margin-left: auto;
    margin-top: -36px;
}

    .fullscreen-gallery__close-button-container i {
        display: block;
        font-size: 36px;
        margin-top: -36px;
        transform: rotate(45deg);
        filter: brightness(0) invert(1);
        cursor: pointer;
    }

#menuToggle {
    display: block;
    position: relative;
    margin-left: 24px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 1024px) {
    #menuToggle {
        display: none;
    }
}

#menuToggle .c-header__nav-item {
    margin-left: auto;
    margin-right: 0;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #004f8b;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(0px, 2px);
}

    /*
 * But let's hide the middle one.
 */
    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
 * Ohyeah and the last one should go the other direction
 */
    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(-2px, 1px);
    }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: calc(100vw + 7px);
    margin: 52px 0 0 50px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(10px, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

    #menu li {
        padding: 12px 0;
    }

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: translate(-100vw, 0);
}

.inner-hero {
    width: 100%;
    display: flex;
    position: relative;
    height: 296px;
    text-align: center;
    margin-top: 128px;
    padding-top: 0px !important;
}

.inner-hero__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    z-index: -2;
}

.inner-hero__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.inner-hero__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 72px;
    line-height: 86px;
    color: white;
    letter-spacing: 0;
    border-bottom: 1px solid white;
    padding-top: 16px;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 120, 0.8));
}

.inner-hero__description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: white;
    margin-top: 16px;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 120, 0.8));
}

.inner-hero__bottom {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.inner-hero__bottom-scroll {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.inner-hero__bottom-line {
    height: 100px;
    width: 1px;
    background-color: white;
    margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
    .inner-hero {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .inner-hero {
        height: 360px;
    }

    .inner-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 640px) {
    .inner-hero {
        height: 200px;
    }

    .inner-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 27px;
        line-height: 32px;
    }

    .inner-hero__description {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 16px;
        line-height: 21px;
        max-width: 200px;
    }

    .inner-hero__content {
        padding-top: 24px;
    }

    .inner-hero__bottom-line {
        height: 40px;
    }
}

@media only screen and (max-width: 360px) {
    .inner-hero {
        height: 172px;
    }
}

.inner-nav-menu {
    background: #004e8b;
    text-align: center;
    width: 100%;
}

.inner-nav-item {
    color: white;
    text-decoration: none !important;
    font-style: normal;
    font-size: 17px;
    line-height: 20px;
    padding: 18px 32px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.inner-nav-item--active {
    background: rgba(7, 19, 44, 0.25);
    cursor: initial;
}

.inner-nav-item:hover:not(.inner-nav-item--active) {
    background: rgba(7, 19, 44, 0.15);
}

.section-services-technical-content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.section-services-technical-content__container {
    display: flex;
    flex-direction: row;
    margin: 80px auto;
    grid-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.section-services-technical-content__left {
    padding: 0 20px;
    flex-shrink: 1;
}

    .section-services-technical-content__left img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 454px;
    }

.section-services-technical-content__right {
    flex-shrink: 1;
    padding: 0 20px;
    margin-top: -12px;
}

.section-services-technical-content .dms-accordion {
    padding: 0;
}

.section-services-technical-content .dms-accordion-item {
    margin: 0 auto;
    max-width: 625px;
}

    .section-services-technical-content .dms-accordion-item:not(:last-child) {
        border-bottom: 1px solid #c1c4ca;
    }

.section-services-technical-content .dms-accordion-item-text {
    margin-left: 60px;
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    color: #0d2435;
    text-align: left;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
    letter-spacing: 0;
}

.section-services-technical-content .dms-accordion-item--open .dms-accordion-item-text {
    margin-bottom: 16px;
}

.section-services-technical-content .dms-accordion-item button {
    background: white;
    outline: none;
    border: none;
    padding: 20px 6px;
    display: flex;
    flex-direction: row;
    width: 100%;
    cursor: pointer;
}

    .section-services-technical-content .dms-accordion-item button i {
        font-size: 24px;
        margin-right: 30px;
    }

    .section-services-technical-content .dms-accordion-item button span {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 21px;
        line-height: 24px;
        color: #004e8b;
        letter-spacing: 0;
    }

@media only screen and (max-width: 767px) {
    .section-services-technical-content .dms-accordion {
        border: 0;
        padding: 16px 0px 32px 0px;
    }

    .section-services-technical-content .dms-accordion-item button {
        text-align: left;
    }
}

.section-services-accessories-content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.section-services-accessories-content__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 44px;
    line-height: 52px;
    color: #004e8b;
    letter-spacing: 0;
    max-width: 966px;
    padding: 0 16px;
    text-align: center;
    margin: 64px auto 24px;
}

.section-services-accessories-content__images {
    display: flex;
    flex-direction: row;
    max-width: 1188px;
    margin: 0 auto 42px;
    padding: 0 16px;
}

    .section-services-accessories-content__images img {
        -o-object-fit: contain;
        object-fit: contain;
    }

        .section-services-accessories-content__images img:not(:last-child) {
            margin-right: 24px;
            margin-bottom: 0;
        }

@media only screen and (max-width: 576px) {
    .section-services-accessories-content__images {
        flex-direction: column;
    }

        .section-services-accessories-content__images img:not(:last-child) {
            margin-bottom: 12px;
            margin-right: 0;
        }
}

.section-services-accessories-content__description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 27px;
    color: #0d2435;
    max-width: 716px;
    margin: 0 auto 80px;
    padding: 0 16px;
}

.section-services-accessories-content__button {
    width: 271px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none !important;
}

.section-services-insurance-content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.section-services-insurance-content__container {
    display: flex;
    flex-direction: row;
    margin: 24px auto 80px;
    grid-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.section-services-insurance-content__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-services-insurance-content__left {
    padding: 0 20px;
    flex-shrink: 1;
}

.section-services-insurance-content__right {
    flex-shrink: 1;
    padding: 0 20px;
    display: flex;
}

.section-services-insurance-content__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 44px;
    line-height: 52px;
    color: #004e8b;
    letter-spacing: 0;
    max-width: 966px;
    padding: 0 16px;
    text-align: center;
    margin: 64px auto 0;
}

.section-services-insurance-content__images {
    display: flex;
    flex-direction: row;
    max-width: 1188px;
    grid-gap: 24px;
    margin: 0 auto 42px;
    padding: 0 16px;
}

@media only screen and (max-width: 576px) {
    .section-services-insurance-content__images {
        flex-direction: column;
    }
}

.section-services-insurance-content__description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 27px;
    color: #0d2435;
    max-width: 389px;
    min-width: 260px;
    margin: auto;
    padding: 0 16px;
    display: block;
}

.section-services-insurance-content__button {
    width: 271px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none !important;
}

.section-services-assistance-content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.section-services-assistance-content__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 44px;
    line-height: 52px;
    color: #004e8b;
    letter-spacing: 0;
    max-width: 966px;
    padding: 0 16px;
    text-align: center;
    margin: 64px auto 24px;
}

.section-services-assistance-content__images {
    display: flex;
    flex-direction: row;
    max-width: 1188px;
    margin: 0 auto 42px;
    padding: 0 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

    .section-services-assistance-content__images img {
        max-height: 50vw;
    }

@media only screen and (max-width: 360px) {
    .section-services-assistance-content__images {
        flex-direction: column;
    }

        .section-services-assistance-content__images img:first-child {
            margin-right: 0;
            margin-bottom: 12px;
        }
}

.section-services-assistance-content__images img {
    -o-object-fit: contain;
    object-fit: contain;
}

    .section-services-assistance-content__images img:first-child {
        margin-right: 24px;
    }

.section-services-assistance-content__description {
    font-family: "Arimo", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 27px;
    color: #0d2435;
    max-width: 716px;
    margin: 0 auto 80px;
    padding: 0 16px;
}

.section-services-assistance-content__button {
    width: 271px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none !important;
}

.our-brands-hero {
    width: 100%;
    display: flex;
    position: relative;
    height: 352px;
    text-align: center;
    margin-top: 128px;
    padding-top: 0px !important;
}

.our-brands-hero__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    z-index: -2;
}

.our-brands-hero__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.our-brands-hero__title {
    font-family: "Bodoni Moda 9pt", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 72px;
    line-height: 86px;
    color: white;
    border-bottom: 1px solid white;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.8));
}

@media only screen and (max-width: 1024px) {
    .our-brands-hero {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .our-brands-hero {
        height: 360px;
    }

    .our-brands-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 640px) {
    .our-brands-hero {
        height: 200px;
    }

    .our-brands-hero__title {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 27px;
        line-height: 32px;
    }

    .our-brands-hero__content {
        padding-top: 24px;
    }
}

@media only screen and (max-width: 360px) {
    .our-brands-hero {
        height: 172px;
    }
}

.our-brands-showcase {
    width: 100%;
    padding: 64px 0 60px;
}

.our-brands-showcase__inner {
    width: 100%;
    max-width: 673px;
    margin: 0 auto;
}

    .our-brands-showcase__inner p {
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 30px;
    }

.our-brands-showcase__inner-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 12px;
}

.our-brands-showcase__inner-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 148px;
}

    .our-brands-showcase__inner-list-item img {
        max-width: 220px;
    }

@media (max-width: 767px) {
    .our-brands-showcase__inner {
        padding: 0 20px;
    }
}

.our-brands-info {
    width: 100%;
    position: relative;
    padding: 54px 20px !important;
}

    .our-brands-info::before {
        content: "";
        height: 100%;
        width: calc(50% - 390px);
        position: absolute;
        left: 0;
        top: 0;
        background-image: linear-gradient(270deg, rgba(7, 19, 44, 0) 18%, #07132c 85%);
    }

    .our-brands-info::after {
        content: "";
        height: 100%;
        width: calc(50% - 390px);
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(180deg);
        background-image: linear-gradient(270deg, rgba(7, 19, 44, 0) 18%, #07132c 85%);
    }

.our-brands-info__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.our-brands-info__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 684px;
    margin: 0 auto;
}

    .our-brands-info__inner h2 {
        max-width: 689px;
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 44px;
        line-height: 53px;
        color: white;
        text-align: center;
        margin-bottom: 50px;
    }

    .our-brands-info__inner p {
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 15px;
        line-height: 27px;
        color: white;
        margin-bottom: 24px;
    }

    .our-brands-info__inner .c-button {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

.our-brands-info__inner-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin-bottom: 50px;
}

.our-brands-info__inner-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 2 - 12px);
}

    .our-brands-info__inner-list-item img {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    .our-brands-info__inner-list-item h6 {
        font-family: "Bodoni Moda 9pt", serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 24px;
        line-height: 29px;
        color: white;
        text-align: center;
    }

    .our-brands-info__inner-list-item span {
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 16px;
        line-height: 23px;
        color: white;
        text-align: center;
    }

.our-brands-info--services-accessories {
    padding: 60px 0 50px;
}

    .our-brands-info--services-accessories::before, .our-brands-info--services-accessories::after {
        display: none;
    }

    .our-brands-info--services-accessories .our-brands-info__inner h2 {
        color: #004f8b;
    }

    .our-brands-info--services-accessories .our-brands-info__inner p {
        color: #0d2435;
    }

    .our-brands-info--services-accessories .our-brands-info__inner-list-item h6 {
        color: #004f8b;
    }

    .our-brands-info--services-accessories .our-brands-info__inner-list-item span {
        color: black;
    }

.services-hero {
    position: relative;
    background-image: url("/images/services-hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 132px 0 116px;
    margin-top: 128px;
    text-align: center;
    color: #ffffff;
}

    .services-hero .container {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .services-hero h1 {
        position: relative;
        font-size: 72px;
        line-height: 86px;
    }

        .services-hero h1::after {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #ffffff;
            position: absolute;
            top: 100%;
            left: 0;
        }

    .services-hero h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 1.43px;
    }

    .services-hero::after {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 27, 53, 0) 0%, rgba(0, 27, 53, 0.71) 100%);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.7;
    }

@media (max-width: 1024px) {
    .services-hero {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .services-hero h1 {
        font-size: 62px;
        line-height: 76px;
    }
}

.services-entry {
    width: 100%;
    padding: 124px 0 120px;
}

    .services-entry .container {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        max-width: 1204px;
        padding-left: 24px;
        padding-right: 24px;
    }

.services-entry__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    max-width: 390px;
}

    .services-entry__inner img {
        max-width: 88px;
    }

    .services-entry__inner p {
        font-size: 32px;
        line-height: 38px;
        color: #004e8b;
    }

.services-entry__picture {
    width: 100%;
    max-width: 594px;
    height: 518px;
}

    .services-entry__picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.services-entry--not-image .container {
    justify-content: center;
}

.services-entry--not-image .services-entry__inner {
    max-width: 568px;
    align-items: center;
    text-align: center;
}

@media (max-width: 991px) {
    .services-entry {
        padding: 64px 0;
    }

        .services-entry .container {
            flex-direction: column;
        }

    .services-entry__inner {
        max-width: 100%;
    }

    .services-entry__picture {
        max-width: 100%;
    }
}

.services-gallery {
    width: 100%;
    margin-bottom: 136px;
}

    .services-gallery .container {
        display: flex;
        flex-direction: column;
        gap: 68px;
        max-width: 1204px;
        padding-left: 24px;
        padding-right: 24px;
    }

.services-gallery__top {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
}

    .services-gallery__top h3 {
        width: 100%;
        max-width: 507px;
        font-size: 60px;
        line-height: 70px;
        color: #004e8b;
    }

.services-gallery__top-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 510px;
}

    .services-gallery__top-inner p {
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 15px;
        line-height: 27px;
        color: #07132c;
    }

.services-gallery__inner {
    position: relative;
    width: 100%;
}

    .services-gallery__inner .swiper-container {
        overflow: hidden;
    }

    .services-gallery__inner .swiper-pagination {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 24px;
    }

    .services-gallery__inner .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        opacity: 1;
        background: #dadce0;
        transition: background 0.2s ease-in-out;
    }

        .services-gallery__inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #004e8b;
        }

    .services-gallery__inner .swiper-button-next,
    .services-gallery__inner .swiper-button-prev {
        top: 50%;
    }

        .services-gallery__inner .swiper-button-next::after,
        .services-gallery__inner .swiper-button-prev::after {
            color: #002f51;
        }

    .services-gallery__inner .swiper-button-prev {
        left: -24px;
        transform: translateX(-100%) translateY(-50%);
    }

    .services-gallery__inner .swiper-button-next {
        right: -24px;
        transform: translateX(100%) translateY(-50%);
    }

@media (max-width: 1274px) {
    .services-gallery .swiper-button-next,
    .services-gallery .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 991px) {
    .services-gallery {
        margin-bottom: 64px;
    }

    .services-gallery__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

        .services-gallery__top h3 {
            max-width: 100%;
        }

    .services-gallery__top-inner {
        max-width: 100%;
        gap: 15px;
    }
}

.services-final {
    width: 100%;
    margin-bottom: 108px;
}

    .services-final .container {
        display: flex;
        align-items: center;
        gap: 24px;
        max-width: 1204px;
        padding-left: 24px;
        padding-right: 24px;
    }

.services-final__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    width: 100%;
}

    .services-final__item p {
        max-width: 448px;
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 15px;
        line-height: 27px;
    }

@media (max-width: 991px) {
    .services-final {
        margin-bottom: 64px;
    }

        .services-final .container {
            flex-direction: column;
            gap: 60px;
        }

    .services-final__item {
        align-items: flex-start;
        gap: 30px;
    }

        .services-final__item p {
            max-width: 100%;
        }
}

.technical-services-content {
    width: 100%;
    padding: 120px 0 140px;
}

    .technical-services-content .container {
        display: flex;
        align-items: flex-start;
        gap: 84px;
        max-width: 1205px;
        padding: 0 24px;
    }

.technical-services-content__picture {
    width: 100%;
    max-width: 448px;
}

.technical-services-content__inner {
    width: 100%;
}

    .technical-services-content__inner .dms-accordion {
        padding: 0;
    }

    .technical-services-content__inner .dms-accordion-item {
        margin: 0 auto;
    }

        .technical-services-content__inner .dms-accordion-item:not(:last-child) {
            border-bottom: 1px solid #c1c4ca;
        }

    .technical-services-content__inner .dms-accordion-item-text {
        margin-left: 60px;
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 15px;
        line-height: 23px;
        color: #0d2435;
        text-align: left;
        transition: all 0.3s ease-in-out;
        margin-bottom: 0;
        height: 0;
        overflow: hidden;
        letter-spacing: 0;
    }

    .technical-services-content__inner .dms-accordion-item--open .dms-accordion-item-text {
        margin-bottom: 16px;
    }

    .technical-services-content__inner .dms-accordion-item button {
        background: white;
        outline: none;
        border: none;
        padding: 20px 6px;
        display: flex;
        flex-direction: row;
        width: 100%;
        cursor: pointer;
    }

        .technical-services-content__inner .dms-accordion-item button i {
            font-size: 24px;
            margin-right: 30px;
        }

        .technical-services-content__inner .dms-accordion-item button span {
            font-family: "Bodoni Moda 9pt", serif;
            font-weight: 400 !important;
            font-style: normal;
            font-size: 21px;
            line-height: 24px;
            color: #004e8b;
            letter-spacing: 0;
        }

@media (max-width: 991px) {
    .technical-services-content {
        padding: 64px 0;
    }

        .technical-services-content .container {
            flex-direction: column;
            gap: 30px;
        }
}

@media (max-width: 767px) {
    .technical-services-content__inner .dms-accordion {
        border: 0;
        padding: 16px 0px 32px 0px;
    }

    .technical-services-content__inner .dms-accordion-item button {
        text-align: left;
    }
}

.services-content {
    width: 100%;
    margin-bottom: 120px;
}

    .services-content .container {
        display: flex;
        gap: 56px;
        max-width: 1204px;
        padding-left: 24px;
        padding-right: 24px;
    }

.services-content__picture {
    width: 100%;
    max-width: 594px;
}

.services-content__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
}

    .services-content__inner h4 {
        font-size: 60px;
        line-height: 70px;
        color: #004f8b;
    }

    .services-content__inner p {
        font-family: "Arimo", sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 15px;
        line-height: 27px;
    }

@media (max-width: 991px) {
    .services-content {
        margin-bottom: 64px;
    }

        .services-content .container {
            flex-direction: column;
            gap: 30px;
        }

    .services-content__picture {
        max-width: 100%;
        order: 2;
    }

    .services-content__inner {
        order: 1;
    }
}

.p-index--sticky .section-hero {
    margin-top: 80px !important;
}

.p-terms .section-about-content a {
    font-family: "Arimo", sans-serif;
    font-style: normal;
    font-size: 15px;
    color: #0D2436;
}

.p-terms .section-about-content p + *, .p-terms .section-about-content h5 + *, .p-terms .section-about-content h6 + *, .p-terms .section-about-content ul + *, .p-terms .section-about-content ol + * {
    margin-top: 34px;
}

.p-terms .section-about-content ul li:not(:last-child), .p-terms .section-about-content ol li:not(:last-child) {
    margin-bottom: 24px;
}

.p-terms .section-about-content ul {
    list-style: inside disc;
}

.p-terms .section-about-content h4 {
    margin-top: 50px;
    margin-bottom: 24px;
    font-family: "Arimo", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    color: #3c555f;
    text-align: center;
}

@media only screen and (min-width: 648px) {
    .p-terms .section-about-content h4 .break-line {
        display: block;
    }
}

.p-terms .section-about-content h5 {
    font-family: "Arimo", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 21px;
    line-height: 29px;
    color: #3c555f;
}

.p-terms .section-about-content h6 {
    font-family: "Arimo", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    color: #3c555f;
}

body {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#loadingSpinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    backdrop-filter: blur(0.7px);
    height: 100%;
    width: 100%;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: fixed;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background: transparent;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contact-form-error {
    font-size: 12px;
    color: white;
}