body::after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    z-index: 1000;
    pointer-events: none;
    /* background: red; */
}

:root {
    --blue-primary: #0c1f2b;
    --blue-primary-rgb: 12, 31, 43;
    --blue-secondary: #00b1bf;
    --blue-secondary-rgb: 0, 177, 191;
    --magenta-primary: #804070;
    --white-primary: #fff;
    --gray-primary: #afafaf;
    --black-primary: #000;
    --text-shadow-blue-secondary: 0 0 2px var(--blue-primary), 0 0 5px var(--blue-secondary),
        0 0 10px var(--blue-secondary),
        0 0 15px var(--blue-secondary),
        0 0 20px var(--blue-secondary);
}

.text-shadow-blue-secondary {
    text-shadow: var(--text-shadow-blue-secondary);
}

.text-color-blue-secondary {
    color: var(--blue-secondary);
}

.font-buffet {
    font-family: 'Buffet Script', cursive;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-exocet {
    font-family: 'Exocet OTCECY';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

.font-labor-union {
    font-family: 'Labor Union', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.font-gotham-ssm {
    font-family: 'GothamSSm', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.font-minion-pro {
    font-family: 'Minion Pro', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.text-sabotage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.text-sabotage img {
    display: block;
    width: auto;
    object-fit: contain;
    object-position: center;
    transform: translateY(20%);
}

.btn-outline-primary {
    border-color: var(--blue-secondary);
    color: var(--blue-secondary);
    background-color: transparent;
    border-radius: 0;
    border-width: 2px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Exocet OTCECY';
    box-shadow: 0 0 0 0 var(--blue-secondary);
}

.btn-outline-primary:hover {
    border-color: var(--blue-secondary);
    color: var(--blue-primary);
    background-color: var(--blue-secondary);
    box-shadow: 0 0 10px 0 var(--blue-secondary);
}

.btn-outline-secondary {
    border-color: var(--white-primary);
    color: var(--white-primary);
    background-color: transparent;
    border-radius: 0;
    border-width: 2px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Exocet OTCECY';
    box-shadow: 0 0 0 0 var(--white-primary);
}

.btn-outline-secondary:hover {
    border-color: var(--white-primary);
    color: var(--blue-primary);
    background-color: var(--white-primary);
    box-shadow: 0 0 10px 0 var(--white-primary);
}

.section-title {
    margin-bottom: 20px;
    font-size: 34px;
    transform: rotate(-5deg);
    font-family: 'Buffet Script';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .section-title {
        font-size: 50px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1400px) {
    .section-title {
        font-size: 70px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1600px) {
    .section-title {
        font-size: 80px;
        margin-bottom: 60px;
    }
}

section {
    padding: 50px 0;
}

html,
body {
    background-color: var(--blue-primary);
    color: var(--white-primary);
    font-size: 16px;
    line-height: 1.3;
    font-style: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'GothamSSm', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-variation-settings: "opsz" 14;
    font-variation-settings: "opsz" 14;
}


.container {
    width: 100%;
    max-width: 1300px;
}

/* menu button begin */
.toggleMenu {
    display: inline-block;
    width: 36px;
    min-width: 36px;
    height: 36px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: 1px solid transparent;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .toggleMenu {
        display: none;
    }
}

.toggleMenu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--white-primary);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.toggleMenu span:nth-child(1) {
    top: 6px;
}

.toggleMenu span:nth-child(2),
.toggleMenu span:nth-child(3) {
    top: 50%;
    margin-top: -1px;
}

.toggleMenu span:nth-child(4) {
    bottom: 6px;
}

.openMenu .toggleMenu {
    /*border-color: #fff;*/
}

.openMenu .toggleMenu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.openMenu .toggleMenu span:nth-child(2) {
    transform: rotate(45deg);
}

.openMenu .toggleMenu span:nth-child(3) {
    transform: rotate(-45deg);
}

.openMenu .toggleMenu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* menu button end */

/* size begin */
#windowSize * {
    font-family: "Arial", sans-serif !important;
}

#windowSize {
    position: fixed;
    left: 0px;
    bottom: 120px;
    z-index: 100;
    background: rgba(0, 0, 0, 1);
    padding: 3px;
    text-align: right;
    font-weight: normal;
}

@media (min-width: 768px) {
    #windowSize {
        bottom: 250px;
    }
}

#windowSize tr {
    border-top: 1px solid #aaa;
}

#windowSize tr:first-of-type {
    border-top: none;
}

#windowSize td {
    font-size: 11px;
    color: #eee;
    margin: 0;
    padding: 0;
    text-align: center;
}

#windowSize td span.hideMe {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
    padding: 0;
    color: #777;
}

#windowSize:hover td span {
    height: auto;
    line-height: 1;
    padding: 2px 0;
}

#windowSize b {
    color: red;
    font-weight: bold;
}

#windowSize p span {
    display: inline-block;
    padding: 0 3px;
    font-weight: bold;
}

#windowSize .ipAddress {
    max-width: 60px;
    word-wrap: break-word;
}

/* size end */

.section-separator {
    position: relative;
    z-index: 10;
}

.section-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    aspect-ratio: 2.5/1;
    background: url('../img/front/separator.png') no-repeat center center;
    background-image: image-set(url('../img/front/separator.webp') type('image/webp'), url('../img/front/separator.png') type('image/png'));
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.head-separator {
    position: relative;
    z-index: 10;
}

.head-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    aspect-ratio: 1/1.5;
    background: var(--blue-secondary);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
    .head-separator::before {
        width: 180px;
    }
}

.head-separator.head-separator-nightshadow::before {
    background: url('../img/front/face-night-shadow.png') no-repeat center center;
    background-image: image-set(url('../img/front/face-night-shadow.webp') type('image/webp'), url('../img/front/face-night-shadow.png') type('image/png'));
    background-size: contain;
}

.head-separator.head-separator-phantom::before {
    background: url('../img/front/face-phantom.png') no-repeat center center;
    background-image: image-set(url('../img/front/face-phantom.webp') type('image/webp'), url('../img/front/face-phantom.png') type('image/png'));
    background-size: contain;
}



.section-hero-page {
    padding: 300px 0 50px;

    background: url("../img/front/bg-faces-dark-blue.png") no-repeat left bottom;
    background-image: image-set(url("../img/front/bg-faces-dark-blue.webp") type("image/webp"),
            url("../img/front/bg-faces-dark-blue.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

@media (min-width: 992px) {
    .section-hero-page {
        padding: 350px 0 100px;
    }
}


.section-no-content {
    padding: 50px 0;

    position: relative;
    background-image: url("../img/front/bg-tapet-blue-big.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.section-no-content .wrap {
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    border: 2px solid var(--blue-secondary);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-family: 'Labor Union', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    background: rgba(var(--blue-primary-rgb), 0.5);
    backdrop-filter: blur(5px);
}

.section-no-content .wrap .logo {
    display: block;
    margin: 10px auto 30px;
    max-width: 300px;
    width: 100%;
}


.section-no-content .wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
}



.icon-scroll {
    position: relative;
    height: 80px;
}

.icon-scroll-animated {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -130%);
}

.icon-scroll-animated .chevron {
    position: absolute;
    width: 24px;
    height: 4px;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

.icon-scroll-animated .chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite;
}

.icon-scroll-animated .chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite;
}


.icon-scroll-animated .chevron:before,
.icon-scroll-animated .chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: var(--white-primary);
}

.icon-scroll-animated .chevron:before {
    left: 0;
    transform: skewY(30deg);
}

.icon-scroll-animated .chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }

    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }

    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}