:root {
    --ci: #9719f6;
    --btn-h: 44px;
    --btn-fs: 1rem;
}

@font-face {
    font-family: 'Font';
    src: url('fonts/Font.eot');
    src: url('fonts/Font.eot?#iefix') format('embedded-opentype'),
    url('fonts/Font.woff2') format('woff2'),
    url('fonts/Font.woff') format('woff'),
    url('fonts/Font.ttf') format('truetype'),
    url('fonts/Font.#hamburger#Font') format('#hamburger');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Font", Arial, sans-serif;
    line-height: 1.8;
    letter-spacing: .5px;
    background-repeat: repeat;
    background-attachment: fixed;
}

p {
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Font', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    /*color: var(--ci)*/
}

h1, h2, h3, h4 {
    text-align: center;
}

a {
    text-decoration: none;
}

.lang-switch {
    background: #ffffff;

    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.cc-revoke {
    display: none !important;
}

.lang-switch ul {
    list-style: none;
    margin: 0;
    padding: .5rem 0;
    display: flex;
    gap: .75rem;
    justify-content: end;
    align-items: end;
}

.lang-switch li {
    position: relative;
}

.lang-switch li:not(:last-child)::after {
    content: "|";
    margin-left: .75rem;
    color: var(--bs-body-color);
}

.lang-switch a {
    color: var(--bs-body-color);
}

.site-nav {
    background-color: var(--ci);
    position: sticky;
    top: 44px;
    z-index: 1100;
}

.text-left * {
    text-align: left !important;
}
.site-nav .nav-link {
    color: #fff !important;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}


.site-nav .nav-link.active {

}

.site-nav .navbar-brand img {
    height: 44px;
}

.navbar-toggler {
    border-color: #fff;
    border-radius: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

button, .btn, .form-control {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #bbb;
}

.glightbox {
    overflow: hidden;
    display: block;
}

.glightbox:hover img {
    transform: scale(1.05);
    transition: all .3s ease-in-out;
}

.glightbox img {
    transition: all .3s ease-in-out;
}

.btn-unified {
    height: var(--btn-h);
    font-size: var(--btn-fs);
    padding: 0 1.25rem;
    border-radius: 0;
    border: 1px solid transparent;
    margin-bottom: 1rem;
    background: var(--ci);
    color: #fff;
}

.btn-unified:hover {
    opacity: .9;
    color: #fff;
}

footer {
    background-color: #f3f3f3;
    margin: 1rem 0;
    padding-top: 1rem;
}

main ol li {
    margin-bottom: 1rem;
}

.hero {
    position: relative;
    width: 100vw;
    height: calc(70vh - 115px);
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero__bg video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    filter: blur(5px);
    object-fit: cover;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: var(--ci);
    z-index: 1;
}

.hero__content {
    position: relative;
    z-index: 2;
}

.hero__content img {
    max-width: 350px;
}

section {
    padding: 4rem 0;
}

.about-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

#about h2, #about h3 {
    text-align: left;
}

#about ul, #about ol {
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
}

#about ol {
    counter-reset: item;
}

.gallery .grid-sizer, .gallery .grid-item {
    width: 25%;
}

.gallery .grid-item {
    float: left;
    padding: .5rem;
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

@media (max-width: 991.98px) {
    .gallery .grid-sizer, .gallery .grid-item {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .gallery .grid-sizer, .gallery .grid-item {
        width: 100%;
    }
}

.video-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    overflow: hidden;
}

.video-thumb .play-button {
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    top: 50%;
    left: 50%;
}

.video-thumb .play-button svg {
    fill: #ffffff;
    opacity: 0.7;
}

.video-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.footer-links {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
    gap: .75rem;
    justify-content: center;
}

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

    footer .d-flex {
        display: block !important;
    }

    footer .d-flex p {
        text-align: center;
    }

    .footer-links {
        display: block;
        text-align: center;
        margin-bottom: 1rem;
    }

    .footer-links li:not(:last-child)::after {
        display: none;
    }
}

.footer-links li {
    position: relative;
}

.footer-links li:not(:last-child)::after {
    content: "|";
    margin-left: .75rem;
    color: #333;
}

.footer-links a {
    color: #333;
}

.footer-links a:hover {
    color: #000;
}

.cc-window .cc-btn {
    text-decoration: none !important;
}


#hamburger {
    width: 120px;
}

#top-line,
#bottom-line,
#middle-line {
    transform-box: fill-box;
    transform-origin: center;
}

#hamburger {
    width: 40px;
}

#top-line,
#bottom-line,
#middle-line {
    transform-box: fill-box;
    transform-origin: center;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler[aria-expanded="true"] #top-line {
    animation: down-rotate 0.6s ease-out both;
}

.navbar-toggler[aria-expanded="true"] #bottom-line {
    animation: up-rotate 0.6s ease-out both;
}

.navbar-toggler[aria-expanded="true"] #middle-line {
    animation: hide 0.6s ease-out forwards;
}

@keyframes up-rotate {
    0% {
        animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
        transform: translateY(0px);
    }
    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
        transform: translateY(-10px);
    }
    100% {
        transform-origin: center;
        transform: translateY(-10px) rotate(45deg) scale(0.9);
    }
}

@keyframes down-rotate {
    0% {
        animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
        transform: translateY(0px);
    }
    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
        transform: translateY(10px);
    }
    100% {
        transform-origin: center;
        transform: translateY(10px) rotate(-45deg) scale(0.9);
    }
}

@keyframes hide {
    29% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


.float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    text-align: center;
    z-index: 1000;
}

.float .trigger {
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    background: var(--ci);
    color: #fff;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    transition: ease-in-out 0.2s;
    cursor: pointer;
}

.float .trigger:hover {
    transform: scale(1.1);
}

.float.open .trigger .fa::before {
    content: "\f00d";
}

.float .trigger .fa::after {
    transition: ease-in-out 1s;
}

.fab.open .trigger i {
    transition: all 0.4s ease;
    transform: translateY(5px) rotate(360deg);
}

.float i {
    font-size: 28px;
    line-height: 58px;
}
