:root {
    --gray: #2f2e43;
    --yellow: #B1B502;
    --red: #ff595e;
    --green: #042D00
}

@font-face {
    font-family: Lato;
    src: url(/assets/css/Lato-Regular.ttf) format('truetype');
    font-weight: 400
}

* {
    box-sizing: border-box
}

body, html {
    padding: 0 3rem;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #000;
    overflow-x: hidden;
    color: #fff;
    font-family: Lato, sans-serif;
    letter-spacing: 0;
    text-align: left
}

.flex {
    display: flex
}

.flexc {
    flex-direction: column
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center
}

.spc-btw {
    justify-content: space-between
}

.spc-arnd {
    justify-content: space-around
}

.wrapped {
    flex-wrap: wrap
}

.hidden {
    display: none
}

.p05 {
    padding-left: .5rem;
    padding-right: .5rem
}

.p1 {
    padding-left: 1rem;
    padding-right: 1rem
}

.p2 {
    padding-left: 2rem;
    padding-right: 2rem
}

.mt1 {
    margin-top: 1rem
}

.mtauto {
    margin-top: auto
}

.mt3 {
    margin-top: 3rem
}

.mb3 {
    margin-bottom: 3rem
}

.mt6 {
    margin-top: 6rem
}

.my1 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my05 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.ml1 {
    margin-left: 1rem
}

.ml05 {
    margin-left: .5rem
}

.mlautomc {
    margin-left: auto
}

.m1 {
    margin-left: 1rem;
    margin-right: 1rem
}

.m2 {
    margin-left: 2rem;
    margin-right: 2rem
}

.py1 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py3 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.my3 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my2 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.py05 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.fsz2 {
    font-size: 2rem
}

.fsz12 {
    font-size: 1.2rem
}

.fsz5 {
    font-size: .5rem
}

.fsz6 {
    font-size: .6rem
}

.fsz9 {
    font-size: .9rem
}

.fsz8 {
    font-size: .8rem
}

.fsz7 {
    font-size: .7rem
}

.bold {
    font-weight: 700
}

.nowrap {
    white-space: nowrap
}

a {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.w3 {
    width: 33.33%
}

.w100 {
    width: 100%
}

.bordered {
    border: 1px solid #fff;
    border-radius: .5rem
}

.button {
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: .5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: .8rem;
    user-select: none
}

.taligned {
    text-align: center
}

.button:hover {
    background-color: rgba(241, 70, 104, .8);
    user-select: none
}

.green {
    color: #10ca00
}

.bg-green {
    background-color: var(--green)
}

.bg-red {
    background-color: var(--red) !important
}

.bg-dark-dark {
    background-color: #0a0A0A80;
    border-radius: .75rem
}

.bg-light-dark {
    background-color: #0d0d0d;
    border-radius: .75rem
}

.w15rem {
    width: 1.5rem
}

.h15rem {
    height: 1.5rem
}

.tab input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all .35s
}

.tab input[type=checkbox]:checked ~ .tab__content {
    max-height: 70vh
}

.accordion {
    border-radius: .5rem;
    overflow: hidden;
    font-size: .8rem
}

.tab__close, .tab__label {
    display: flex;
    cursor: pointer
}

.tab__label {
    justify-content: space-between;
    position: relative
}

.tab__label::after {
    position: absolute;
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(180deg);
    transition: all .35s;
    top: 50%;
    transform: translateY(-50%);
    right: .1rem
}

.tab input[type=checkbox]:checked + .tab__label::after {
    transform: rotate(90deg)
}

.tab__close {
    justify-content: flex-end;
    padding: .5rem 1rem;
    font-size: .75rem
}

#hero {
    background-image: url(/assets/imgs/e4c42c900dbd0056f2a14bcc3e972919.jpeg);
    background-size: 30%;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 90vh
}

.hero-image {
    background-image: url(/assets/imgs/next-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 40vh;
    width: 50%;
    align-self: flex-end;
    position: relative
}

.hero-image span {
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px)
}

.hero-stats {
    background-color: #000;
    width: 60%;
    min-height: 40vh;
    margin-left: 1rem
}

.bordered2 {
    box-shadow: -10px -10px 10px 0 #3b3B3B66 inset, 10px 10px 10px 0 #0f0F0F80 inset;
    border-radius: 1rem
}

.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.contact {
    width: 60%;
    height: 100%
}

.contact-us {
    background-image: url(/assets/imgs/contact-us.svg);
    background-size: 22.5%;
    background-position: 5%;
    background-repeat: no-repeat
}

footer {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(/assets/imgs/3b03cdf796ffed15fd733f47fdbbf557.jpeg);
    background-size: cover;
    background-position: 20%;
    background-repeat: no-repeat;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'></feColorMatrix></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'></feColorMatrix></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'></feColorMatrix></filter></svg>#grayscale")
}

.span-1 {
    width: fit-content;
    padding: 0 .5rem
}

.span-2 {
    width: 10%
}

.span-3 {
    width: 30%
}

.span-4 {
    width: 10%
}

.span-5 {
    width: 10%
}

.span-6 {
    width: 20%
}

.menu {
    cursor: pointer
}

.close {
    cursor: pointer;
    font-size: 4rem;
    margin-right: 6rem
}

#menu-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, .9);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(255, 255, 255, .425);
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    transition: all .25s
}

#menu-content a {
    font-size: 2rem;
    margin: 1rem 0;
    padding: .25rem 1rem;
    border-radius: .5rem;
    transition: all .25s
}

#menu-content a:hover {
    background-color: var(--red);
    color: #000
}

.red {
    color: var(--red)
}

.mlauto {
    margin-left: auto
}

@media screen and (max-width: 768px) {
    body {
        padding: 0 .5rem
    }

    .flexmc {
        flex-direction: column
    }

    .mlautomc {
        justify-content: center;
        text-align: center
    }

    .hero-image, .hero-stats {
        width: 100%
    }

    .hero-stats {
        min-height: fit-content
    }

    body, html {
        padding: 0 .5rem
    }

    .tab__content {
        white-space: nowrap;
        overflow-x: scroll
    }

    #hero {
        background-size: 70%
    }

    .bg-dark-dark:not(.w100) {
        width: 200%
    }

    .span-2 {
        width: 20%
    }

    .span-3 {
        width: 20%
    }

    .span-4 {
        width: 10%
    }

    .span-5 {
        width: 10%
    }

    .span-6 {
        width: 10%
    }

    .hero-image {
        width: 100%
    }

    .footer-links {
        width: 100%
    }

    .footer-about {
        width: 100%;
        text-align: center
    }

    .footer-start {
        justify-content: center
    }

    footer .w15rem {
        width: 2rem !important;
        height: 2rem !important;
        margin: .5rem !important
    }
}

.splide__slide img {
    width: 80%;
    height: 100%;
    object-fit: cover
}