h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin: 1rem 0
}

[v-cloak] {
    display: none
}

* {
    box-sizing: border-box
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body,
html {
    margin: 0;
    padding: 0
}

body {
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    font-size: 10px
}

main {
    min-width: 360px
}

.app-container {
    margin: 0;
    padding: 0
}

footer {
    min-width: 360px
}

p {
    line-height: 1.7;
    margin: .5rem 0
}

label,
p,
span {
    font-size: 1.2rem
}

h1 {
    font-family: Poppins, sans-serif;
    font-size: 2rem
}

@media (min-width:768px) {
    h1 {
        font-size: 2.8rem
    }
}

h2 {
    font-family: Poppins, sans-serif;
    font-size: 1.6rem
}

@media (min-width:768px) {
    h2 {
        font-size: 2.24rem
    }
}

h3 {
    font-family: Poppins, sans-serif;
    font-size: 1.28rem
}

@media (min-width:768px) {
    h3 {
        font-size: 1.792rem
    }
}

h4 {
    font-family: Poppins, sans-serif;
    font-size: 1.024rem
}

@media (min-width:768px) {
    h4 {
        font-size: 1.4336rem
    }
}

h5 {
    font-family: Poppins, sans-serif;
    font-size: .8192rem
}

@media (min-width:768px) {
    h5 {
        font-size: 1.14688rem
    }
}

h6 {
    font-family: Poppins, sans-serif;
    font-size: .65536rem
}

@media (min-width:768px) {
    h6 {
        font-size: .9175rem
    }
}

.font-primary {
    font-family: Poppins, sans-serif
}

.font-secondary {
    font-family: Poppins, sans-serif !important
}

.bg-primary {
    background: #122112 !important
}

.text-primary {
    color: #122112 !important
}

.btn-primary {
    background: #122112
}

.btn-primary:hover {
    background: #000
}

.text-underline-primary {
    text-decoration: underline #122112
}

.bg-secondary {
    background: #333 !important
}

.text-secondary {
    color: #333 !important
}

.btn-secondary {
    background: #333
}

.btn-secondary:hover {
    background: #0d0d0d
}

.text-underline-secondary {
    text-decoration: underline #333
}

.bg-joker {
    background: #0ab1ce !important
}

.text-joker {
    color: #0ab1ce !important
}

.btn-joker {
    background: #0ab1ce
}

.btn-joker:hover {
    background: #067285
}

.text-underline-joker {
    text-decoration: underline #0ab1ce
}

.bg-primary--variant {
    background: #fc3a67 !important
}

.text-primary--variant {
    color: #fc3a67 !important
}

.btn-primary--variant {
    background: #fc3a67
}

.btn-primary--variant:hover {
    background: #e60438
}

.text-underline-primary--variant {
    text-decoration: underline #fc3a67
}

.bg-secondary--variant {
    background: #f1f1f1 !important
}

.text-secondary--variant {
    color: #f1f1f1 !important
}

.btn-secondary--variant {
    background: #f1f1f1
}

.btn-secondary--variant:hover {
    background: #cbcbcb
}

.text-underline-secondary--variant {
    text-decoration: underline #f1f1f1
}

.bg-joker--variant {
    background: #e0f2ff !important
}

.text-joker--variant {
    color: #e0f2ff !important
}

.btn-joker--variant {
    background: #e0f2ff
}

.btn-joker--variant:hover {
    background: #94d2ff
}

.text-underline-joker--variant {
    text-decoration: underline #e0f2ff
}

.bg-white {
    background: #fff !important
}

.text-white {
    color: #fff !important
}

.btn-white {
    background: #fff
}

.btn-white:hover {
    background: #d9d9d9
}

.text-underline-white {
    text-decoration: underline #fff
}

.bg-black {
    background: #000 !important
}

.text-black {
    color: #000 !important
}

.btn-black,
.btn-black:hover {
    background: #000
}

.text-underline-black {
    text-decoration: underline #000
}

.bg-success {
    background: #45e28c !important
}

.text-success {
    color: #45e28c !important
}

.btn-success {
    background: #45e28c
}

.btn-success:hover {
    background: #1dbd66
}

.text-underline-success {
    text-decoration: underline #45e28c
}

.bg-info {
    background: #fed159 !important
}

.text-info {
    color: #fed159 !important
}

.btn-info {
    background: #fed159
}

.btn-info:hover {
    background: #febc0d
}

.text-underline-info {
    text-decoration: underline #fed159
}

.bg-warning {
    background: rgba(255, 171, 60, .918) !important
}

.text-warning {
    color: rgba(255, 171, 60, .918) !important
}

.btn-warning {
    background: rgba(255, 171, 60, .918)
}

.btn-warning:hover {
    background: rgba(239, 136, 0, .918)
}

.text-underline-warning {
    text-decoration: underline rgba(255, 171, 60, .918)
}

.bg-danger {
    background: #ef2d56 !important
}

.text-danger {
    color: #ef2d56 !important
}

.btn-danger {
    background: #ef2d56
}

.btn-danger:hover {
    background: #c10f34
}

.text-underline-danger {
    text-decoration: underline #ef2d56
}

.bg-theme {
    background: #fff !important
}

.text-theme {
    color: #fff !important
}

.btn-theme {
    background: #fff
}

.btn-theme:hover {
    background: #d9d9d9
}

.text-underline-theme {
    text-decoration: underline #fff
}

.bg-theme-contrast {
    background: #122112 !important
}

.text-theme-contrast {
    color: #122112 !important
}

.btn-theme-contrast {
    background: #122112
}

.btn-theme-contrast:hover {
    background: #000
}

.text-underline-theme-contrast {
    text-decoration: underline #122112
}

.bg-dark {
    background: #122112 !important
}

.text-dark {
    color: #122112 !important
}

.btn-dark {
    background: #122112
}

.btn-dark:hover {
    background: #000
}

.text-underline-dark {
    text-decoration: underline #122112
}

.bg-light {
    background: #fff !important
}

.text-light {
    color: #fff !important
}

.btn-light {
    background: #fff
}

.btn-light:hover {
    background: #d9d9d9
}

.text-underline-light {
    text-decoration: underline #fff
}

.bg-transparent {
    background: transparent !important
}

.text-transparent {
    color: transparent !important
}

.btn-transparent,
.btn-transparent:hover {
    background: transparent
}

.text-underline-transparent {
    text-decoration: underline transparent
}

.bg-disabled {
    background: hsla(0, 0%, 88%, .7) !important
}

.text-disabled {
    color: hsla(0, 0%, 88%, .7) !important
}

.btn-disabled {
    background: hsla(0, 0%, 88%, .7)
}

.btn-disabled:hover {
    background: hsla(0, 0%, 73%, .7)
}

.text-underline-disabled {
    text-decoration: underline hsla(0, 0%, 88%, .7)
}

.logo--x {
    width: 150px
}

.logo--y {
    height: 150px
}

.logo--square {
    height: 120px;
    width: 120px
}

.overlay {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999998
}

.overlay,
.overlay-modal {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0
}

.overlay-modal {
    background: rgba(0, 0, 0, .8);
    transition: .5s ease;
    width: 0;
    z-index: 20
}

.overlay-modal--open {
    width: 100%
}

.observed {
    transform: translateY(0);
    transition: all 1.2s
}

.observed.not-visible {
    opacity: 0;
    transform: translateY(150px)
}

.observed-x {
    transform: translateX(0);
    transition: all 1.4s
}

.observed-x.not-visible {
    opacity: 0;
    transform: translateX(-10%)
}

.observed-circle {
    animation: pulse 1s ease-out alternate
}

.observed-circle.not-visible {
    opacity: 0
}

@keyframes pulse {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.cursor-pointer {
    cursor: pointer
}

.text-xs {
    font-size: .7rem !important
}

@media (min-width:768px) {
    .text-xs {
        font-size: .75rem !important
    }
}

@media (min-width:992px) {
    .text-xs {
        font-size: .8rem !important
    }
}

@media (min-width:1200px) {
    .text-xs {
        font-size: .9rem !important
    }
}

@media (min-width:1400px) {
    .text-xs {
        font-size: 1rem !important
    }
}

.text-md {
    font-size: 1.4rem !important
}

@media (min-width:768px) {
    .text-md {
        font-size: 1.5rem !important
    }
}

@media (min-width:992px) {
    .text-md {
        font-size: 1.6rem !important
    }
}

@media (min-width:1200px) {
    .text-md {
        font-size: 1.8rem !important
    }
}

@media (min-width:1400px) {
    .text-md {
        font-size: 2rem !important
    }
}

.text-lg {
    font-size: 2.1rem !important
}

@media (min-width:768px) {
    .text-lg {
        font-size: 2.25rem !important
    }
}

@media (min-width:992px) {
    .text-lg {
        font-size: 2.4rem !important
    }
}

@media (min-width:1200px) {
    .text-lg {
        font-size: 2.7rem !important
    }
}

@media (min-width:1400px) {
    .text-lg {
        font-size: 3rem !important
    }
}

.text-xl {
    font-size: 2.625rem !important
}

@media (min-width:768px) {
    .text-xl {
        font-size: 2.8125rem !important
    }
}

@media (min-width:992px) {
    .text-xl {
        font-size: 3rem !important
    }
}

@media (min-width:1200px) {
    .text-xl {
        font-size: 3.375rem !important
    }
}

@media (min-width:1400px) {
    .text-xl {
        font-size: 3.75rem !important
    }
}

.text-2xl {
    font-size: 3.15rem !important
}

@media (min-width:768px) {
    .text-2xl {
        font-size: 3.375rem !important
    }
}

@media (min-width:992px) {
    .text-2xl {
        font-size: 3.6rem !important
    }
}

@media (min-width:1200px) {
    .text-2xl {
        font-size: 4.05rem !important
    }
}

@media (min-width:1400px) {
    .text-2xl {
        font-size: 4.5rem !important
    }
}

.text-3xl {
    font-size: 3.675rem !important
}

@media (min-width:768px) {
    .text-3xl {
        font-size: 3.9375rem !important
    }
}

@media (min-width:992px) {
    .text-3xl {
        font-size: 4.2rem !important
    }
}

@media (min-width:1200px) {
    .text-3xl {
        font-size: 4.725rem !important
    }
}

@media (min-width:1400px) {
    .text-3xl {
        font-size: 5.25rem !important
    }
}

.text-4xl {
    font-size: 4.2rem !important
}

@media (min-width:768px) {
    .text-4xl {
        font-size: 4.5rem !important
    }
}

@media (min-width:992px) {
    .text-4xl {
        font-size: 4.8rem !important
    }
}

@media (min-width:1200px) {
    .text-4xl {
        font-size: 5.4rem !important
    }
}

@media (min-width:1400px) {
    .text-4xl {
        font-size: 6rem !important
    }
}

.text-5xl {
    font-size: 4.725rem !important
}

@media (min-width:768px) {
    .text-5xl {
        font-size: 5.0625rem !important
    }
}

@media (min-width:992px) {
    .text-5xl {
        font-size: 5.4rem !important
    }
}

@media (min-width:1200px) {
    .text-5xl {
        font-size: 6.075rem !important
    }
}

@media (min-width:1400px) {
    .text-5xl {
        font-size: 6.75rem !important
    }
}

.text-6xl {
    font-size: 5.25rem !important
}

@media (min-width:768px) {
    .text-6xl {
        font-size: 5.625rem !important
    }
}

@media (min-width:992px) {
    .text-6xl {
        font-size: 6rem !important
    }
}

@media (min-width:1200px) {
    .text-6xl {
        font-size: 6.75rem !important
    }
}

@media (min-width:1400px) {
    .text-6xl {
        font-size: 7.5rem !important
    }
}

.text-7xl {
    font-size: 5.775rem !important
}

@media (min-width:768px) {
    .text-7xl {
        font-size: 6.1875rem !important
    }
}

@media (min-width:992px) {
    .text-7xl {
        font-size: 6.6rem !important
    }
}

@media (min-width:1200px) {
    .text-7xl {
        font-size: 7.425rem !important
    }
}

@media (min-width:1400px) {
    .text-7xl {
        font-size: 8.25rem !important
    }
}

.text-8xl {
    font-size: 6.3rem !important
}

@media (min-width:768px) {
    .text-8xl {
        font-size: 6.75rem !important
    }
}

@media (min-width:992px) {
    .text-8xl {
        font-size: 7.2rem !important
    }
}

@media (min-width:1200px) {
    .text-8xl {
        font-size: 8.1rem !important
    }
}

@media (min-width:1400px) {
    .text-8xl {
        font-size: 9rem !important
    }
}

.text-9xl {
    font-size: 6.825rem !important
}

@media (min-width:768px) {
    .text-9xl {
        font-size: 7.3125rem !important
    }
}

@media (min-width:992px) {
    .text-9xl {
        font-size: 7.8rem !important
    }
}

@media (min-width:1200px) {
    .text-9xl {
        font-size: 8.775rem !important
    }
}

@media (min-width:1400px) {
    .text-9xl {
        font-size: 9.75rem !important
    }
}

.text-10xl {
    font-size: 7.35rem !important
}

@media (min-width:768px) {
    .text-10xl {
        font-size: 7.875rem !important
    }
}

@media (min-width:992px) {
    .text-10xl {
        font-size: 8.4rem !important
    }
}

@media (min-width:1200px) {
    .text-10xl {
        font-size: 9.45rem !important
    }
}

@media (min-width:1400px) {
    .text-10xl {
        font-size: 10.5rem !important
    }
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-normal {
    font-weight: 400
}

.text-decoration-none {
    text-decoration: none
}

.text-underline {
    text-decoration: underline
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-transform-none {
    text-transform: none
}

.text-justify {
    text-align: justify
}

.image-sm--square {
    height: 48px;
    width: 48px
}

.image-thumbnail,
.logo {
    width: 170px
}

.logo {
    margin: .5rem
}

.icon-xxs {
    height: 16px;
    width: 16px
}

.icon-xs {
    height: 22px;
    width: 22px
}

.icon-sm {
    height: 32px;
    width: 32px
}

.icon-md {
    height: 48px;
    width: 48px
}

.icon-lg {
    height: 64px;
    width: 64px
}

.icon-xl {
    height: 128px;
    width: 128px
}

.icon-xxl {
    height: 256px;
    width: 256px
}

.w-text-bloc {
    max-width: 30rem
}

.h-40 {
    height: 40px
}

.overflow-auto {
    overflow: auto
}

.pa-0 {
    padding: 0
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.px-0,
.py-0 {
    padding: 0
}

.ma-0 {
    margin: 0
}

.ml-0 {
    margin-left: 0
}

.mr-0 {
    margin-right: 0
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.mx-0,
.my-0 {
    margin: 0
}

.pa-1 {
    padding: .6rem
}

.pl-1 {
    padding-left: .6rem
}

.pr-1 {
    padding-right: .6rem
}

.pt-1 {
    padding-top: .6rem
}

.pb-1 {
    padding-bottom: .6rem
}

.px-1 {
    padding: 0 .3rem
}

.py-1 {
    padding: .3rem 0
}

.ma-1 {
    margin: .6rem
}

.ml-1 {
    margin-left: .6rem
}

.mr-1 {
    margin-right: .6rem
}

.mt-1 {
    margin-top: .6rem
}

.mb-1 {
    margin-bottom: .6rem
}

.mx-1 {
    margin: 0 .3rem
}

.my-1 {
    margin: .3rem 0
}

.pa-2 {
    padding: 1.2rem
}

.pl-2 {
    padding-left: 1.2rem
}

.pr-2 {
    padding-right: 1.2rem
}

.pt-2 {
    padding-top: 1.2rem
}

.pb-2 {
    padding-bottom: 1.2rem
}

.px-2 {
    padding: 0 .6rem
}

.py-2 {
    padding: .6rem 0
}

.ma-2 {
    margin: 1.2rem
}

.ml-2 {
    margin-left: 1.2rem
}

.mr-2 {
    margin-right: 1.2rem
}

.mt-2 {
    margin-top: 1.2rem
}

.mb-2 {
    margin-bottom: 1.2rem
}

.mx-2 {
    margin: 0 .6rem
}

.my-2 {
    margin: .6rem 0
}

.pa-3 {
    padding: 1.8rem
}

.pl-3 {
    padding-left: 1.8rem
}

.pr-3 {
    padding-right: 1.8rem
}

.pt-3 {
    padding-top: 1.8rem
}

.pb-3 {
    padding-bottom: 1.8rem
}

.px-3 {
    padding: 0 .9rem
}

.py-3 {
    padding: .9rem 0
}

.ma-3 {
    margin: 1.8rem
}

.ml-3 {
    margin-left: 1.8rem
}

.mr-3 {
    margin-right: 1.8rem
}

.mt-3 {
    margin-top: 1.8rem
}

.mb-3 {
    margin-bottom: 1.8rem
}

.mx-3 {
    margin: 0 .9rem
}

.my-3 {
    margin: .9rem 0
}

.pa-4 {
    padding: 2.4rem
}

.pl-4 {
    padding-left: 2.4rem
}

.pr-4 {
    padding-right: 2.4rem
}

.pt-4 {
    padding-top: 2.4rem
}

.pb-4 {
    padding-bottom: 2.4rem
}

.px-4 {
    padding: 0 1.2rem
}

.py-4 {
    padding: 1.2rem 0
}

.ma-4 {
    margin: 2.4rem
}

.ml-4 {
    margin-left: 2.4rem
}

.mr-4 {
    margin-right: 2.4rem
}

.mt-4 {
    margin-top: 2.4rem
}

.mb-4 {
    margin-bottom: 2.4rem
}

.mx-4 {
    margin: 0 1.2rem
}

.my-4 {
    margin: 1.2rem 0
}

.pa-5 {
    padding: 3rem
}

.pl-5 {
    padding-left: 3rem
}

.pr-5 {
    padding-right: 3rem
}

.pt-5 {
    padding-top: 3rem
}

.pb-5 {
    padding-bottom: 3rem
}

.px-5 {
    padding: 0 1.5rem
}

.py-5 {
    padding: 1.5rem 0
}

.ma-5 {
    margin: 3rem
}

.ml-5 {
    margin-left: 3rem
}

.mr-5 {
    margin-right: 3rem
}

.mt-5 {
    margin-top: 3rem
}

.mb-5 {
    margin-bottom: 3rem
}

.mx-5 {
    margin: 0 1.5rem
}

.my-5 {
    margin: 1.5rem 0
}

.pa-6 {
    padding: 3.6rem
}

.pl-6 {
    padding-left: 3.6rem
}

.pr-6 {
    padding-right: 3.6rem
}

.pt-6 {
    padding-top: 3.6rem
}

.pb-6 {
    padding-bottom: 3.6rem
}

.px-6 {
    padding: 0 1.8rem
}

.py-6 {
    padding: 1.8rem 0
}

.ma-6 {
    margin: 3.6rem
}

.ml-6 {
    margin-left: 3.6rem
}

.mr-6 {
    margin-right: 3.6rem
}

.mt-6 {
    margin-top: 3.6rem
}

.mb-6 {
    margin-bottom: 3.6rem
}

.mx-6 {
    margin: 0 1.8rem
}

.my-6 {
    margin: 1.8rem 0
}

.pa-7 {
    padding: 4.2rem
}

.pl-7 {
    padding-left: 4.2rem
}

.pr-7 {
    padding-right: 4.2rem
}

.pt-7 {
    padding-top: 4.2rem
}

.pb-7 {
    padding-bottom: 4.2rem
}

.px-7 {
    padding: 0 2.1rem
}

.py-7 {
    padding: 2.1rem 0
}

.ma-7 {
    margin: 4.2rem
}

.ml-7 {
    margin-left: 4.2rem
}

.mr-7 {
    margin-right: 4.2rem
}

.mt-7 {
    margin-top: 4.2rem
}

.mb-7 {
    margin-bottom: 4.2rem
}

.mx-7 {
    margin: 0 2.1rem
}

.my-7 {
    margin: 2.1rem 0
}

.pa-8 {
    padding: 4.8rem
}

.pl-8 {
    padding-left: 4.8rem
}

.pr-8 {
    padding-right: 4.8rem
}

.pt-8 {
    padding-top: 4.8rem
}

.pb-8 {
    padding-bottom: 4.8rem
}

.px-8 {
    padding: 0 2.4rem
}

.py-8 {
    padding: 2.4rem 0
}

.ma-8 {
    margin: 4.8rem
}

.ml-8 {
    margin-left: 4.8rem
}

.mr-8 {
    margin-right: 4.8rem
}

.mt-8 {
    margin-top: 4.8rem
}

.mb-8 {
    margin-bottom: 4.8rem
}

.mx-8 {
    margin: 0 2.4rem
}

.my-8 {
    margin: 2.4rem 0
}

.pa-9 {
    padding: 5.4rem
}

.pl-9 {
    padding-left: 5.4rem
}

.pr-9 {
    padding-right: 5.4rem
}

.pt-9 {
    padding-top: 5.4rem
}

.pb-9 {
    padding-bottom: 5.4rem
}

.px-9 {
    padding: 0 2.7rem
}

.py-9 {
    padding: 2.7rem 0
}

.ma-9 {
    margin: 5.4rem
}

.ml-9 {
    margin-left: 5.4rem
}

.mr-9 {
    margin-right: 5.4rem
}

.mt-9 {
    margin-top: 5.4rem
}

.mb-9 {
    margin-bottom: 5.4rem
}

.mx-9 {
    margin: 0 2.7rem
}

.my-9 {
    margin: 2.7rem 0
}

.pa-10 {
    padding: 6rem
}

.pl-10 {
    padding-left: 6rem
}

.pr-10 {
    padding-right: 6rem
}

.pt-10 {
    padding-top: 6rem
}

.pb-10 {
    padding-bottom: 6rem
}

.px-10 {
    padding: 0 3rem
}

.py-10 {
    padding: 3rem 0
}

.ma-10 {
    margin: 6rem
}

.ml-10 {
    margin-left: 6rem
}

.mr-10 {
    margin-right: 6rem
}

.mt-10 {
    margin-top: 6rem
}

.mb-10 {
    margin-bottom: 6rem
}

.mx-10 {
    margin: 0 3rem
}

.my-10 {
    margin: 3rem 0
}

.push-right {
    margin-left: auto;
    margin-right: 0
}

.push-left {
    margin-left: 0;
    margin-right: auto
}

.mx-auto {
    margin: 0 auto !important
}

.spacer--v {
    margin: 10px 0
}

@media (min-width:992px) {
    .spacer--v {
        margin: 20px 0
    }
}

.spacer {
    height: 100px;
    margin-top: 40px
}

.spacer-sm {
    height: 50px
}

.sticky-top {
    position: sticky;
    top: 0
}

.fixed-top-right {
    position: fixed;
    right: 0;
    top: 0
}

.d-flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.x-container--evenly--wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.d-grid {
    display: grid
}

.grid-icon-text {
    align-items: center;
    grid-template-columns: 75px 1fr
}

.border-box {
    box-sizing: border-box
}

.desktop-only {
    display: none
}

@media (min-width:992px) {
    .desktop-only {
        display: block
    }
}

.justify-content-normal {
    justify-content: normal
}

.justify-content-flex-start {
    justify-content: flex-start
}

.justify-content-flex-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-start {
    justify-content: start
}

.justify-content-end {
    justify-content: end
}

.justify-content-safe {
    justify-content: safe
}

.justify-content-unsafe {
    justify-content: unsafe
}

.justify-content-left {
    justify-content: left
}

.justify-content-right {
    justify-content: right
}

.justify-content-space-between {
    justify-content: space-between
}

.justify-content-space-around {
    justify-content: space-around
}

.justify-content-space-evenly {
    justify-content: space-evenly
}

.justify-content-stretch {
    justify-content: stretch
}

.align-items-normal {
    align-items: normal
}

.align-items-flex-start {
    align-items: flex-start
}

.align-items-flex-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center
}

.align-items-start {
    align-items: start
}

.align-items-end {
    align-items: end
}

.align-items-safe {
    align-items: safe
}

.align-items-unsafe {
    align-items: unsafe
}

.align-items-self-start {
    align-items: self-start
}

.align-items-self-end {
    align-items: self-end
}

.align-items-baseline {
    align-items: baseline
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-column {
    flex-direction: column
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

:root {
    --text-dark-primary: #122112;
    --text-dark-secondary: #333;
    --color-active: #0ab1ce;
    --color-primary: #000
}

.site-bg-primary {
    background-color: var(--color-primary)
}

.site-heading {
    font-size: 2.3rem;
    margin: 0;
    padding: 0
}

.site-subheading {
    color: #7a7a7a;
    font-size: 1rem;
    font-weight: 400;
    margin: .3rem;
    padding: .3rem
}

.site-sep {
    background-color: #565858;
    border-radius: 12px;
    height: 3px !important;
    margin: .3rem 0;
    opacity: .2;
    width: 80%
}

.db-name {
    font-size: 1rem
}

.flex-y-center {
    align-items: center;
    display: flex
}

.flex-y-start-center {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.justify-x-end {
    justify-content: flex-end
}

.site-container {
    margin: auto;
    max-width: 1200px;
    width: 80%
}

.site-bar__title h4 {
    font-size: 1.2rem
}

.minisite__logo {
    width: 180px
}

.minisite__logo img,
.site__header img {
    width: 100%
}

.site-card {
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .06);
    max-width: 220px;
    min-width: 220px;
    width: 220px
}

.site-card,
.site-card__head {
    background-color: #fff
}

.site-card img {
    height: 150px;
    object-fit: contain;
    width: 100%
}

.site-card-container {
    background-color: #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 1200px
}

.site-card__body__heading {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 auto;
    padding: .5rem .8rem
}

.site-card__body__text {
    max-height: 150px;
    min-height: 150px;
    overflow: hidden;
    padding: .5rem .8rem
}

.site-card__body__text a {
    color: var(--text-dark-secondary);
    text-align: left;
    text-decoration: none
}

.site-card__footer__action {
    display: flex;
    justify-content: flex-end;
    padding: .5rem .8rem
}

.site-card__footer__action .btn {
    background-color: blue;
    color: #fff
}

.truncate {
    height: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.site-hero {
    display: flex;
    justify-content: center
}

.site-hero img {
    height: 412px;
    object-fit: contain;
    width: 100%
}

.site-nav__list {
    display: flex
}

.site-nav__list__item {
    background-color: grey;
    list-style-type: none;
    padding: 1rem
}

.navbar-nav .nav-item {
    font-size: 1.2rem;
    padding: 0 1.5rem
}

.navbar-nav .nav-item a {
    color: #fff;
    cursor: pointer
}

.dropdown-menu {
    background-color: #000
}

.dropdown-item {
    color: #fff
}

.dropdown-item:hover {
    color: #fff
}

.dropdown-item:hover,
.navbar-nav .nav-item:hover {
    background-color: #333
}

.nav-item--active:hover {
    background-color: #45e28c !important
}

.site-pagination__page {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0
}

.site-pagination__page__item {
    background-color: var(--text-dark-primary);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    list-style-type: none;
    margin: 0 .8rem;
    padding: 1rem 1.5rem
}

.site-pagination__page__link {
    text-decoration: none;
    width: 100%
}

.site-pagination__page__command {
    border-radius: 24px
}

.page--inactive {
    background-color: #ccc;
    color: #fff
}

.page--active {
    background-color: var(--color-active);
    color: #fff
}

.legal {
    box-shadow: 0 7px 10px 5px rgba(0, 0, 0, .4);
    margin: .3rem;
    overflow-wrap: break-word;
    padding: .5rem
}

.legal p,
.legal span {
    font-size: 1rem;
}

.legal li {
    border: 1px solid hsla(0, 0%, 88%, .7);
    font-size: 1rem;
    list-style-type: none;
    margin: .5rem;
    padding: .5rem 1rem
}

.legal li:before {
    content: "➤";
    font-size: 1rem;
    margin-right: 1rem
}

.legal table {
    border-collapse: collapse;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%
}

.legal table tr {
    border-bottom: 1px solid #7b7b7b;
    border-top: 1px solid #7b7b7b
}

.legal table tr:first-child {
    font-weight: 700
}

.legal table tr:nth-child(odd) {
    background-color: #e5e7eb
}

.legal table tr:nth-child(2n) {
    background-color: #fff
}

.legal table tr td {
    border-left: 1px solid #7b7b7b;
    padding: 8px
}

.legal table tr td:last-child {
    border-right: 1px solid #7b7b7b
}

.table-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.table-flex>div {
    min-width: 350px;
    width: 50%
}

.site-footer {
    display: flex;
    justify-content: center
}

.site-footer__item {
    cursor: pointer;
    font-size: 1rem;
    padding: 1rem;
    text-decoration: underline
}

.site-footer__item:hover {
    letter-spacing: .2px
}

.form-check {
    display: flex;
    font-size: .5rem
}

.site-form-group {
    border: 1px solid hsla(0, 0%, 88%, .7);
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    padding: 1rem
}

.site-form-group label {
    font-weight: 500
}

.site-form-check {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 10px
}

.site-form-check input[type=checkbox],
.site-form-check input[type=radio] {
    margin-right: 1.5rem;
    transform: scale(3)
}

.site-form-check label {
    font-size: 1rem;
    font-weight: 400
}

.site-cta {
    font-size: 2.5rem;
    padding: .8rem 0;
    text-transform: uppercase
}

.legal-text {
    color: #565858;
    font-size: 1.1rem
}

.site-form__label {
    color: #504e4e;
    font-size: 1.4rem;
    font-weight: 700
}

.notif-msg {
    background-color: #fed159;
    border-radius: 12px 0 12px 0;
    font-size: 1.3rem;
    padding: 1rem
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s ease
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0
}

.form-control,
.form-control-std,
.m-form-control,
.range-slider__inputext,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select {
    border: 1px solid #b5bfc2;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 1.5rem !important;
    padding: 14px 6px;
    width: 95%;
    width: 100%
}

@media (min-width:576px) {

    .form-control,
    .form-control-std,
    .m-form-control,
    .range-slider__inputext,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select {
        font-size: 2rem
    }
}

.form-control {
    border-radius: none;
    transform: none
}

.form-control--number {
    max-width: 50%
}

.form-group {
    display: flex;
    flex-direction: column;
    position: relative
}

.m-form-group {
    padding-top: 1rem;
    position: relative
}

.m-form-control {
    background-color: transparent;
    box-shadow: none !important;
    position: relative;
    z-index: 1
}

.m-form-control+label {
    color: #122112;
    font-size: 1.4rem;
    font-weight: 400;
    left: 4%;
    position: absolute;
    top: 3.1rem;
    transform: translateY(-50%);
    transition: .2s ease-out
}

.m-form-control:focus {
    border-color: #1877f2;
    border-width: 2px;
    outline: none;
    transition: all .2s ease-out
}

.m-form-control.has-value+label,
.m-form-control:focus+label {
    color: #11709c;
    font-size: 1.2rem;
    font-weight: 700;
    left: 1%;
    margin-bottom: 1rem;
    top: 0
}

.form-control-std {
    border-radius: none;
    transform: none
}

.lp-form {
    position: relative
}

.lp-form .error-msg {
    align-items: center;
    background: rgba(239, 45, 86, .9);
    border-radius: 0 0 50px 50px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    height: 2rem;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.lp-form .error-msg:hover {
    overflow: initial;
    overflow-y: auto;
    white-space: normal
}

.lp-form .is-not-valid,
.lp-form .is-valid {
    align-items: center;
    box-sizing: border-box;
    position: relative;
    transition: all .4s
}

.lp-form .is-valid {
    margin-bottom: 15px
}

.lp-form .is-not-valid.--no-mb {
    margin-bottom: 0 !important
}

.lp-form .is-valid input,
.lp-form .is-valid select {
    background: #80ffba !important
}

.lp-form .is-not-valid input,
.lp-form .is-not-valid select {
    background: #ef2d56 !important
}

.lp-form .is-clean {
    margin-bottom: 15px !important
}

.lp-form .is-clean input,
.lp-form .is-clean select {
    background: hsla(0, 0%, 100%, .5) !important
}

.lp-form .is-clean:before {
    border: none !important;
    content: "" !important;
    display: none
}

.big-radio+label {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 40px;
    box-shadow: -7px 0 0;
    color: #667;
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
    width: 177px
}

@media (min-width:768px) {
    .big-radio+label {
        font-size: 1.4rem;
        margin: 0 25px;
        padding: 5px 15px
    }
}

.big-radio+label:hover {
    background: #aaa
}

.big-radio {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s;
    width: 0
}

.big-radio+label:before {
    color: transparent;
    content: "";
    font-size: 1.4rem;
    margin: 5px 0;
    text-align: center;
    transition: all .4s
}

.big-radio:checked+label,
.big-radio:checked+label:before {
    background: #7bb77b;
    border: none;
    color: #122112;
    content: "✓";
    font-weight: 700
}

.chk-btn {
    display: flex;
    justify-content: center
}

.chk-btn input {
    display: none
}

.chk-btn input:checked+label {
    background-color: #333
}

.chk-btn input:checked+label:before {
    background: #45e28c;
    border-color: #fff;
    color: #fff
}

.chk-btn label {
    background: #aaa;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 2px;
    min-width: 160px;
    padding: 1rem;
    width: 100%
}

.chk-btn label:hover {
    background: #595959;
    transform: scale(1.02);
    transition: transform .2s ease-in-out
}

.chk-btn label:before {
    border: .2rem solid #122112;
    border-radius: .4rem;
    color: transparent;
    content: "✔";
    cursor: pointer;
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    height: 32px;
    margin-right: 15px;
    text-align: center;
    transition: .4s ease;
    vertical-align: middle;
    width: 32px
}

.icon-radio {
    background: #d9e2e4;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 1.2rem;
    margin: 1rem .8rem;
    max-width: 25rem;
    min-width: 6rem
}

.icon-radio--rounded {
    border-radius: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.icon-radio input {
    display: none
}

.icon-radio input:checked+label {
    background: #333
}

.icon-radio input:checked+label p {
    color: #fff !important
}

.icon-radio label {
    align-items: center;
    border-radius: 4px;
    box-sizing: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .8rem 2rem;
    width: 100%
}

.icon-radio label img {
    width: 6rem
}

.icon-radio p {
    color: #122112;
    font-size: 1.8rem;
    margin: 0;
    padding: 0
}

.icon-radio:hover {
    background: gray
}

.icon-button {
    background: hsla(0, 0%, 93%, .8);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: .5rem;
    max-width: 40%;
    padding: 1rem .8rem;
    transition: background .4s;
    width: 100%
}

.icon-button input {
    display: none
}

.icon-button input:checked {
    background: #333 !important
}

.icon-button label {
    align-items: center;
    box-sizing: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.icon-button label img {
    padding: 0;
    width: 128px
}

.icon-button label p {
    color: rgba(33, 33, 33, .7);
    font-size: 1rem;
    font-weight: 700;
    max-width: 260px;
    transition: color .2s;
    word-break: break-all
}

.icon-button:hover {
    background: #488448
}

.icon-button:hover label p {
    color: #fff
}

@media (min-width:768px) {
    .icon-button {
        max-width: 33%
    }

    .icon-button label p {
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    .icon-button {
        max-width: 25%
    }

    .icon-button label p {
        font-size: 1.5rem
    }
}

@media (min-width:1400px) {
    .icon-button {
        max-width: 20%
    }

    .icon-button label p {
        font-size: 1.7rem
    }
}

.fairway-progress {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
    max-width: 20rem;
    width: 100%
}

.fairway-progress img {
    width: 100%
}

.fairway-progress .indicator {
    border-radius: 50%;
    display: flex;
    transition: all .4s;
    width: 3rem
}

.fairway-progress .indicator--active {
    background: #122112
}

.fairway-progress .indicator--inactive {
    background: hsla(0, 0%, 88%, .7)
}

.fairway-progress .glue {
    border-radius: 0 12px 0 12px;
    height: .5rem;
    transition: all .4s;
    width: 2rem
}

.fairway-progress .glue--active {
    background: #122112
}

.fairway-progress .glue--inactive {
    background: hsla(0, 0%, 88%, .7)
}

.radio-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.range-slider {
    flex-direction: column
}

.range-slider,
.range-slider__slider {
    align-items: center;
    display: flex;
    width: 100%
}

.range-slider__control {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem
}

.range-slider__footer {
    font-size: 2rem;
    margin-top: 1.2rem
}

.range-slider__inputext {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 2.5rem !important;
    max-width: 13rem;
    min-width: 13rem;
    outline: none
}

.range-slider__input {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 29px;
    max-width: 600px;
    width: 100%
}

.range-slider__input:focus {
    outline: none
}

.range-slider__input::-webkit-slider-runnable-track {
    background: #fff;
    border: 0 solid #010101;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    height: 6px;
    width: 100%
}

.range-slider__input::-moz-range-track {
    background: #fff;
    border: 0 solid #010101;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    height: 6px;
    width: 100%
}

.range-slider__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #333;
    border: 0 solid #fff;
    border-radius: 12px;
    box-shadow: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
    cursor: pointer;
    height: 42px;
    margin-top: -20px;
    width: 22px
}

.range-slider__input::-moz-range-thumb {
    -webkit-appearance: none;
    background: #333;
    border: 0 solid #fff;
    border-radius: 12px;
    box-shadow: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
    cursor: pointer;
    height: 42px;
    margin-top: -20px;
    width: 22px
}

.range-slider__input::-moz-focus-outer {
    border: 0
}

.range-slider__label {
    align-items: center;
    background: #333;
    border: 3px solid #fff;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    font-weight: 400;
    justify-content: center;
    line-height: 30px;
    line-height: normal;
    margin-top: 20px;
    max-width: 16rem;
    min-width: 16rem;
    padding: 1rem 0;
    position: relative;
    text-align: center;
    transform-origin: center center;
    width: 100%
}

.range-slider__label:before {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 26px solid #fff;
    bottom: -26px;
    content: "";
    height: 0;
    left: 50%;
    opacity: .9;
    position: absolute;
    right: 100%;
    transform: translate(-50%);
    width: 0
}

.credits-box {
    max-height: 72rem;
    overflow-y: auto
}

.btn {
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 2px 2px rgba(0, 0, 0, .15), 0 4px 4px rgba(0, 0, 0, .15), 0 8px 8px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: .8rem 1.5rem;
    text-decoration: none
}

.btn-icon {
    background: transparent;
    box-shadow: none;
    padding: 0
}

.btn:hover {
    opacity: .9
}

.btn--rounded {
    border-radius: 999px
}

.btn-xs {
    font-size: .9rem;
    padding: .8rem
}

@media (min-width:361px) {
    .btn-xs .btn-xs {
        font-size: .9rem
    }
}

@media (min-width:576px) {
    .btn-xs .btn-sm {
        font-size: 1.431rem
    }
}

@media (min-width:768px) {
    .btn-xs .btn-md {
        font-size: 1.89rem
    }
}

@media (min-width:992px) {
    .btn-xs .btn-lg {
        font-size: 2.475rem
    }
}

@media (min-width:1200px) {
    .btn-xs .btn-xl {
        font-size: 2.988rem
    }
}

@media (min-width:1400px) {
    .btn-xs .btn-xxl {
        font-size: 3.483rem
    }
}

.btn-sm {
    font-size: 1.431rem;
    padding: 1.272rem
}

@media (min-width:361px) {
    .btn-sm .btn-xs {
        font-size: .9rem
    }
}

@media (min-width:576px) {
    .btn-sm .btn-sm {
        font-size: 1.431rem
    }
}

@media (min-width:768px) {
    .btn-sm .btn-md {
        font-size: 1.89rem
    }
}

@media (min-width:992px) {
    .btn-sm .btn-lg {
        font-size: 2.475rem
    }
}

@media (min-width:1200px) {
    .btn-sm .btn-xl {
        font-size: 2.988rem
    }
}

@media (min-width:1400px) {
    .btn-sm .btn-xxl {
        font-size: 3.483rem
    }
}

.btn-md {
    font-size: 1.89rem;
    padding: 1.68rem
}

@media (min-width:361px) {
    .btn-md .btn-xs {
        font-size: .9rem
    }
}

@media (min-width:576px) {
    .btn-md .btn-sm {
        font-size: 1.431rem
    }
}

@media (min-width:768px) {
    .btn-md .btn-md {
        font-size: 1.89rem
    }
}

@media (min-width:992px) {
    .btn-md .btn-lg {
        font-size: 2.475rem
    }
}

@media (min-width:1200px) {
    .btn-md .btn-xl {
        font-size: 2.988rem
    }
}

@media (min-width:1400px) {
    .btn-md .btn-xxl {
        font-size: 3.483rem
    }
}

.btn-lg {
    font-size: 2.475rem;
    padding: 2.2rem
}

@media (min-width:361px) {
    .btn-lg .btn-xs {
        font-size: .9rem
    }
}

@media (min-width:576px) {
    .btn-lg .btn-sm {
        font-size: 1.431rem
    }
}

@media (min-width:768px) {
    .btn-lg .btn-md {
        font-size: 1.89rem
    }
}

@media (min-width:992px) {
    .btn-lg .btn-lg {
        font-size: 2.475rem
    }
}

@media (min-width:1200px) {
    .btn-lg .btn-xl {
        font-size: 2.988rem
    }
}

@media (min-width:1400px) {
    .btn-lg .btn-xxl {
        font-size: 3.483rem
    }
}

.btn-xl {
    font-size: 2.988rem;
    padding: 2.656rem
}

@media (min-width:361px) {
    .btn-xl .btn-xs {
        font-size: .9rem
    }
}

@media (min-width:576px) {
    .btn-xl .btn-sm {
        font-size: 1.431rem
    }
}

@media (min-width:768px) {
    .btn-xl .btn-md {
        font-size: 1.89rem
    }
}

@media (min-width:992px) {
    .btn-xl .btn-lg {
        font-size: 2.475rem
    }
}

@media (min-width:1200px) {
    .btn-xl .btn-xl {
        font-size: 2.988rem
    }
}

@media (min-width:1400px) {
    .btn-xl .btn-xxl {
        font-size: 3.483rem
    }
}

.btn-xxl {
    font-size: 3.483rem;
    padding: 3.096rem
}

@media (min-width:361px) {
    .btn-xxl .btn-xs {
        font-size: .9rem
    }
}

@media (min-width:576px) {
    .btn-xxl .btn-sm {
        font-size: 1.431rem
    }
}

@media (min-width:768px) {
    .btn-xxl .btn-md {
        font-size: 1.89rem
    }
}

@media (min-width:992px) {
    .btn-xxl .btn-lg {
        font-size: 2.475rem
    }
}

@media (min-width:1200px) {
    .btn-xxl .btn-xl {
        font-size: 2.988rem
    }
}

@media (min-width:1400px) {
    .btn-xxl .btn-xxl {
        font-size: 3.483rem
    }
}

.btn-link {
    background: transparent;
    box-shadow: none;
    text-decoration: underline
}

.cta {
    background-color: #333;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #f1b184;
    font-family: Helvetica;
    font-size: 1.5rem;
    height: 5.6rem;
    line-height: 48px;
    margin: 1rem;
    padding: 0 16px;
    text-transform: uppercase
}

.ctahover {
    background-color: #faa060 !important;
    letter-spacing: 4px
}

.btn-full {
    width: 100%
}

.dropdown {
    position: relative
}

.dropdown__menu {
    background-color: #242424;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    display: none;
    min-width: 160px;
    padding: .5rem .1rem;
    position: absolute;
    top: 38px;
    width: 320px;
    z-index: 1
}

.dropdown:hover .dropdown__menu,
.dropdown__item {
    display: block
}

.navbar {
    box-shadow: 0 7px 10px 5px rgba(0, 0, 0, .4);
    font-size: 1.1rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .3rem .7rem
}

.navbar .logo {
    font-size: 2rem;
    margin: .5rem 1rem
}

.navbar__items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.navbar__items__item {
    border-radius: 6px;
    cursor: pointer;
    display: block;
    list-style-type: none;
    padding: .3rem
}

.navbar__items__item a {
    padding: .5rem 1rem;
    text-decoration: none
}

.navbar__items__item a:hover {
    color: #000
}

.navbar--dark {
    background-color: #171717
}

.navbar--dark li[class*=__item] a {
    color: #fff
}

.navbar--light {
    background-color: #fff
}

.navbar--light li[class*=__item] a {
    color: #122112
}

.navbar--mobile {
    box-shadow: 0 7px 10px 5px rgba(0, 0, 0, .4);
    font-size: 1.2rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: relative
}

.navbar--mobile .navbar__container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: .7rem .3rem
}

.navbar--mobile .navbar__menu {
    position: absolute;
    right: 1%;
    top: 1%;
    z-index: 999999
}

.navbar--mobile .navbar__items {
    align-items: center;
    background-color: #122112;
    box-shadow: 0 7px 10px 5px rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding: .7rem;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: 999998
}

.navbar--mobile .navbar__items__item {
    border-radius: 0 11px 0 11px;
    cursor: pointer;
    list-style-type: none;
    padding: .3rem
}

.navbar--mobile .navbar__items__item a {
    color: #fff;
    padding: .5rem 1rem;
    text-decoration: none
}

.navbar--mobile .navbar__items__item a:hover {
    color: #000
}

.nav-item--active {
    background-color: #45e28c
}

.nav-item--active a {
    color: #122112;
    font-weight: 700
}

.nav-item--active a:hover {
    color: #2d532d
}

.nav-link {
    transition: all .4s
}

.nav-link:hover {
    letter-spacing: .5px
}