@charset "UTF-8";

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.container {
    position: relative
}

h1 {
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    margin: 0
}

h1 {
    font-family: "acumin-pro-condensed", sans-serif;
    margin-top: 0;
    font-size: clamp(4.21rem, 3.71rem + 2.51vw, 5.65rem) !important
}

p {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
    margin: 0
}

@media (min-width:1400px) {

    .container {
        max-width: 1200px
    }
}

main {
    width: 100%
}

::-moz-selection {
    background-color: #131337;
    color: #d5fc02
}

::selection {
    background-color: #131337;
    color: #d5fc02
}

.formated-content>*+* {
    margin-top: 16px
}

.formated-content>:first-child {
    margin-top: 0 !important
}

.formated-content h1 {
    font-weight: 600;
    margin: 35px 0 15px;
    line-height: 1.1
}

.formated-content h1 {
    font-size: clamp(3.16rem, 2.87rem + 1.46vw, 4rem) !important
}

.formated-content strong {
    font-weight: 600
}

.formated-content ul li {
    padding-left: 16px
}

.formated-content ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #131337;
    vertical-align: middle;
    margin: 0 8px 5px -16px;
    border-radius: 50%
}

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

    .formated-content h1 {
        line-height: 1.2;
        font-size: clamp(2.37rem, 2.21rem + 0.8vw, 2.83rem) !important
    }
}

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

body {
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.4;
    background: url("../img/bg_dot.png"), url("../img/bg_wave.jpg"), #131337;
    background-size: 1.75vw, 100% auto, auto;
    background-repeat: repeat, no-repeat, repeat;
    background-position: center, top center, center;
    padding: 0;
    margin: 0
}

.navbar {
    position: relative;
    z-index: 10
}

.navbar-inner {
    width: 100%
}

.navbar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem 0
}

.navbar-logo {
    width: 50%;
    max-width: 250px;
    margin-right: auto;
    padding: 0
}

@media screen and (max-width:720px ){
    .navbar-logo {
        max-width: 170px;
    }
}

.navbar-menu-list .sub-menu:focus-visible {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

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

    .navbar-logo {
        padding-top: 15px;
        width: 50%
    }
}

.box {
    position: relative;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0 #131337;
    box-shadow: 0 0 0 0 #131337
}

.box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: inherit;
    z-index: -1
}

.box-bg-white {
    background-color: #FFFFFF
}

.box-outline:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: -2;
    margin: 10px 0 0 10px;
    border-radius: 8px;
    border: 2px solid #FFFFFF
}

.single-main {
    margin-top: 48px
}

.single-inner {
    color: #131337;
    min-height: 360px;
    padding: 48px
}

.single-title {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 35px !important
}

.single-tag {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    color: #FFFFFF;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: clamp(1.78rem, 1.7rem + 0.39vw, 2rem) !important
}

.single-tag span {
    color: #d5fc02
}

.single-thumbnail {
    /* float: right; */
    width: calc(100% + 96px);
    aspect-ratio: 16/9;
    margin-top: -48px;
    margin-right: -48px;
    margin-left: -48px;
    margin-bottom: 48px;
    border-radius: 0 0 0 0;
    overflow: hidden
}

.single-thumbnail-inner {
    display: block;
    width: 100%;
    height: 100%
}

.single-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width:768px) {
    .single-inner {
        padding: 26px
    }

    .single-thumbnail {
        float: unset;
        width: calc(100% + 26px + 26px);
        margin: 0;
        margin-top: -26px;
        margin-left: -26px;
        margin-bottom: 0;
        border-radius: 5px 5px 0 0
    }
}

.input-control:is(textarea) {
    width: 100%;
    resize: vertical;
    min-height: 200px
}

.input-file[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #d5fc02;
    padding: 10px 20px;
    border-radius: 10px;
    color: #131337;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out
}

.input-file[type=file]::file-selector-button:hover {
    background: #adcb0a
}

.footer-bar {
    position: relative;
    padding-top: 48px
}

.footer-bar .container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    width: 288px;
    height: 288px;
    pointer-events: none;
    z-index: -1
}

.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 20px
}

.footer-list li {
    position: relative;
    padding: 0 15px
}

.footer-list li+li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 80%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    background-color: #FFFFFF
}

.footer-logo {
    width: 10%;
    background-color: #FFFFFF;
    padding: 11px;
    border-radius: 5px 5px 0 0
}

@media screen and (max-width:992px) {
    .footer-bar .container:after {
        left: 50%;
        -webkit-transform: translate(-50%, 25%);
        -ms-transform: translate(-50%, 25%);
        transform: translate(-50%, 25%);
        opacity: 0.25;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        display: none !important
    }

    .footer-list {
        width: 70%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        font-size: clamp(0.71rem, 0.76rem - 0.07vw, 0.75rem);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-list li:before {
        display: none
    }

    .footer-logo {
        width: 30%
    }
}

body {
    overflow: hidden;
    overflow-y: auto
}

.navbar .container,
.single-main .container,
.footer-bar .container {
    width: auto;
}

.navbar-logo {
    padding-right: 1.5rem
}