:root {
    --global-class: "signs";
    --body-bg: #ffffff;
    --text: #2e2d2d;
    --text-lighter: #ffffff;
    --mobile-menu-bg: #ED0B07;
    --navigation: #ffffff;
    --navigation-hover: #fbeb02;
    --footer-text: #dedede;
    --footer-navigation: #dedede;
    --footer-navigation-hover: #ffffff;
    --brand-color: #700fe7;
    --secondary: #ED0B07
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Montserrat, sans-serif;
    color: var(--text);
    font-size: 18px;
    line-height: 1.4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c8dd08), to(#ec9b04));
    background: linear-gradient(180deg, #c8dd08 0, #ec9b04 100%);
    margin: 0;
    padding: 0
}

body.loaded {
    overflow: auto
}

body.overflow-hidden {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-top: 0
}

h1 {
    font-size: 3.5rem;
    line-height: 1.2
}

.title-xl {
    font-size: 2.5rem;
    position: relative;
    margin-top: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#700fe7), to(#ed0b07));
    background: linear-gradient(90deg, #700fe7, #ed0b07);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

h3 {
    font-size: 2rem
}

h4 {
    font-size: 1.7rem
}

h5 {
    font-size: 1.5rem
}

h6 {
    font-size: 1.3rem
}

img {
    max-width: 100%;
    height: auto
}

a:hover {
    text-decoration: none;
    color: var(--secondary)
}

.content-wrapper {
    max-width: 1200px;
    padding: 0 16px;
    margin: 0 auto
}

.page-main {
    padding: 16px;
    border-radius: 16px;
    background-color: #f3f0f0;
    margin-bottom: 32px
}

.section-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    border-radius: 99px
}

.btn-header {
    padding: 10px 20px;
    font-size: 16px;
    min-width: 120px
}

.btn-primary {
    background: var(--brand-color);
    color: #fff;
    border: 2px solid var(--brand-color)
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--brand-color)
}

.btn-secondary {
    background: #ed0b07;
    color: #fff;
    border: 2px solid #ed0b07
}

.btn-secondary:hover {
    background-color: transparent;
    color: #ed0b07
}

.site-header {
    position: relative;
    width: 100%;
    padding: 15px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: linear-gradient(16deg, #e61a07 0, #ec9b04 100%);
    border-bottom: 3px solid #9b1790
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s;
    transition: all .3s
}

.brand-logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 150px;
    max-height: 80px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.primary-nav>li {
    position: relative;
    margin: 0 15px
}

.primary-nav>li:last-child {
    margin-right: 0
}

.primary-nav>li>a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--navigation);
    font-weight: 500;
    border-bottom: 2px solid transparent
}

.primary-nav>li.current-menu-item>a,
.primary-nav>li>a:hover {
    border-bottom: 2px solid #700fe7
}

.header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px
}

.drawer-logo {
    text-align: center
}

.btn-menu-toggle {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 15;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #700fe7;
    border: none;
    border-radius: 99px;
    padding: 10px;
    border: 2px solid #700fe7
}

.btn-menu-toggle.is-active .icon-burger {
    display: none
}

.btn-menu-toggle.is-active .icon-cross {
    display: block
}

.icon-cross {
    display: none
}

.modal-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 100
}

.modal-backdrop.is-active {
    display: block
}

.grid-two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.grid-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.grid-col>:last-child {
    margin-bottom: 0
}

.hero-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 125px 0;
    text-align: center
}

.hero-content {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px
}

.hero-section p {
    font-size: 20px
}

.section-text {
    padding: 30px 0
}

.site-footer {
    padding: 24px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background: linear-gradient(198deg, #e71c0a 0, #eb9b06 100%);
    border-top: 3px solid #9b1790
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.footer-brand {
    max-width: 150px
}

.footer-info {
    color: #e4dfdf
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 8px;
    list-style-type: none
}

.footer-menu li a {
    color: #fff;
    text-decoration: none
}

.footer-menu li a:hover {
    text-decoration: underline
}

table {
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
}

td {
    border: 1px solid var(--text);
    padding: 10px
}

ul {
    margin-bottom: 1rem
}

ul li {
    margin-bottom: .5rem
}

.text-body {
    line-height: 1.5
}

.text-body>:last-child {
    margin-bottom: 0
}

.text-body p {
    margin-bottom: 1rem
}

.list-default {
    margin: 1rem 0;
    padding-left: 1.5rem
}

.list-default li {
    margin-bottom: .5rem
}

.list-default li::marker {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ff5a02
}

.list-ordered {
    margin: 1rem 0;
    padding-left: 1.5rem
}

.list-ordered li::marker {
    color: #ff5a02;
    font-weight: 700
}

.text-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 1rem auto;
    border-radius: 4px
}

.align-center {
    text-align: center;
    margin-bottom: 1rem
}

.faq-card {
    border: 2px solid #e5a705;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.faq-card:last-child {
    margin-bottom: 0
}

.faq-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.5px;
    cursor: pointer;
    padding: 25px;
    margin-bottom: 0;
    padding-right: 40px !important
}

.faq-card.active {
    -webkit-box-shadow: 0 4px 15px #e5a705;
    box-shadow: 0 4px 15px #e5a705
}

.faq-title::after {
    content: "+";
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 24px;
    font-weight: 300;
    color: #e5a705;
    text-shadow: 0 0 8px rgba(241, 179, 20, .5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.faq-card.active .faq-title::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.faq-text {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 15px;
    padding: 0 25px 25px 25px
}

@media (min-width:767.98px) {
    .drawer-logo {
        display: none
    }
}

@media (max-width:991px) {
    .grid-two-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 16px
    }

    h1 {
        font-size: 3rem
    }

    .title-xl {
        font-size: 2rem
    }

    .hero-section {
        padding: 80px 0
    }

    .hero-section p {
        font-size: 16px
    }

    h1 {
        font-size: 2rem
    }

    .title-xl {
        font-size: 1.8rem
    }

    h3 {
        font-size: 1.6rem
    }

    h4 {
        font-size: 1.4rem
    }

    h5 {
        font-size: 1.3rem
    }

    h6 {
        font-size: 1.2rem
    }
}

@media (max-width:767.98px) {
    .nav-drawer {
        position: fixed;
        z-index: 103;
        left: 0;
        bottom: 0;
        width: 100%;
        border-radius: 16px 16px 0 0;
        background: linear-gradient(16deg, #e61a07 0, #ec9b04 100%);
        padding: 16px 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: ease .2s;
        transition: ease .2s
    }

    .nav-drawer.is-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: ease .2s;
        transition: ease .2s
    }

    .nav-drawer .primary-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .btn-menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 105
    }

    .footer-info {
        text-align: center
    }

    .faq-title {
        padding: 15px
    }

    .faq-title::after {
        top: 15px
    }

    .faq-text {
        padding: 0 15px 15px 15px
    }
}