.cda1f3le {
    background: var(--bg);
    padding: 20px;
    border-radius: 12px;
    display: block;
margin: 0 auto;
}
.gpbx5zho {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
margin-bottom: 20px;
}
.wq1mmovk {
width: 25%;

}
.wq1mmovk img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent);
}
.hz7wuaqc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.o5x38pkc {
    display: flex;
    align-items: center;
    gap: 8px;
}
.s2xotv3i {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.eb2eiqa3 {
    background: var(--accent);
    color: var(--bg);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 50px;
}
.i6a8riuv {
    font-size: 14px;
    color: #65666b;
    opacity: 0.8;
}
.i6a8riuv time {
    margin-left: 5px;
    color: var(--accent);
}
/* Mobile */
@media (max-width: 1025px) {
    .gpbx5zho {
        flex-direction: column;
        text-align: center;
    }

    .wq1mmovk img {
        width: 75px;
        height: 75px;
    }
}
:root {
    --text: #e8e7e7;
    --bg: #302d2d;
    --accent: #0feaba;
    --menu: #fff;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden !important;
    font-family: 'Open-sans', sans-serif;
}
.u3i9i0wv {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    z-index: 9999;
    left: -100%;
    max-width: 30%
}
.rfs0mzs0 { padding-left: 12px; }
.u3i9i0wv .ojiznd9h {
    position: absolute;
    right: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    font-size: 24px;
    cursor: pointer;
    color: var(--text);
}
a {
    text-decoration: none;
    color: var(--accent);
}
ul {
    list-style: none
}
.l7eog2xi {
    width: 100%;
    margin: auto;
    position: relative
}
.hitmp0gy .iadrf567 {
    position: relative;
    display: block
}
.ve3hff19 {
    display: block;
    line-height: 1
}
header {
    width: 100%;
    height: 115px !important;
    position: fixed;
    top: 0;
    z-index: 99;
    background: var(--bg);
    z-index: 9999;
    -webkit-box-shadow: 0 4.37237px 54.6547px rgba(0, 0, 0, .09);
    box-shadow: 0 4.37237px 54.6547px rgba(0, 0, 0, .09);
}
header .b9h8ryxa {
    width: 228px;
    display: inline-block;
    padding: 5px 10px 5px 34px;
    position: relative;
    vertical-align: middle
}
header .b9h8ryxa img {
    width: 100%
}
header .eqrrt5ef {
    position: relative;
    padding: 18px 0;
    -webkit-transition: all .2s;
    transition: all .2s
}
.wn1wt7t1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
    cursor: pointer
}
.u3i9i0wv {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    background: var(--bg);
    z-index: 9999;
    left: -100%;
    padding-bottom: 50px;
    top: 0;
    -webkit-box-shadow: 1px 0 2px #ccc;
    box-shadow: 1px 0 2px #ccc;
    -webkit-transition: all .2s;
    transition: all .2s;
    max-width: 30%;
    padding: 80px 20px 30px
}
.u3i9i0wv nav {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    height: calc(100vh - 40px);
    overflow: auto
}
.u3i9i0wv nav::-webkit-scrollbar {
    width: 6px;
    display: none
}
.ggxmgq0w { color: rgb(147, 239, 112); padding: 18px 46px; }
.u3i9i0wv nav > * {
    max-height: calc(100% - 60px);
    overflow: auto;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0
}
body[show] .pxbq6bcj {
    width: 100%;
    overflow: hidden
}
body[show] .u3i9i0wv {
    left: 0
}
body[show] header {
    position: fixed;
    z-index: 999;
    top: 0;
height: 115px;
}
body[show] .pxbq6bcj {
    width: 100%;
    margin-left: 0
}
.u3i9i0wv {
    -webkit-box-shadow: 1px 0 2px #ccc;
    box-shadow: 1px 0 2px #ccc
}
.u3i9i0wv nav {
    width: 100%;
    display: block;
    vertical-align: top;
    height: calc(100vh - 40px)
}
.u3i9i0wv nav > * {
    max-height: calc(100% - 60px);
    overflow: auto
}
.u3i9i0wv nav > ::-webkit-scrollbar {
    display: none
}
main {
    width: 100%;
    margin: auto;
    min-height: 50vh;
    margin-top: 50px;
}
h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
main h2 span {
    vertical-align: middle
}
main h1 {
    margin-bottom: 20px;
    color: var(--text);
}
main h2 {
    margin-bottom: 20px;
    color: var(--text);
}
.kjjai285 { padding: 40px 43px; }
.vgl13vft {
    text-transform: uppercase
}
.vgl13vft {
    text-transform: uppercase;
    min-width: 180px;
    text-align: center;
    display: inline-block;
    color: var(--bg);
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    background: var(--accent);
    padding: 15px;
    font-size: 14px
}
.u3i9i0wv .ojiznd9h {
    position: absolute;
    color: var(--text);
    top: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--accent);
    text-align: center;
    line-height: 39px;
    font-size: 24px;
    cursor: pointer
}
figure {
    line-height: 0
}
figure img {
    max-width: 100%
}
@media only screen and (min-width: 1024px) {
    .hi98agg1 {
        width: 100%
    }
}
.vgl13vft {
    text-transform: uppercase;
    padding: 13px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1
}
@media only screen and (max-width: 480px) {
    body {
        padding-top: 71px
    }

    .l7eog2xi {
        padding: 0
    }

    .vgl13vft {
        font-size: 18px;
        line-height: 22px;
        padding: 9px
    }

    main h1 {
        padding-left: 0;
        position: relative
    }

    .wn1wt7t1 {
        height: 20px;
        width: 25px;
        top: 20px
    }

    main h2 span {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 50px)
    }

    main h2 {
        position: relative;
        margin-bottom: 20px
    }

    .nqzwncn7 {
        padding: 0 10px 0
    }

    .vgl13vft.th4zi80o {
        font-size: 16px;
        min-width: 94px;
        padding: 5px
    }

    header .b9h8ryxa {
        width: 200px;
        padding: 5px 29px
    }

    header .eqrrt5ef {
        padding: 13px 0
    }

    .nqzwncn7 {
        padding: 0 10px !important
    }

    body[show] .u3i9i0wv {
        width: 100%
    }

    .u3i9i0wv {
        max-width: 100%;
        padding: 80px 20px 30px
    }

    .jb8j6mvf main h1 {
        padding: 15px 10px 0;
        font-size: 30px;
margin-top: 110px;
    }
}
@media only screen and (max-width: 767px) {
    body {
        padding-top: 83px
    }
}
h3 {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
    color: var(--text);
}
body .vgl13vft {
    background: var(--accent)
}
.vgl13vft {
    text-align: center;
    color: var(--bg);
    cursor: pointer;
    text-transform: uppercase;
    min-width: 180px;
    padding: 13px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1
}
body h3 {
    font-weight: 600
}
html body {
    font-family: 'Open-sans', sans-serif;
    font-weight: 400;
    padding-top: 57.43px !important;
    background-color: var(--bg) !important;
}
.i5c5wfb8 { margin: -7px; padding: 11px 6px; color: rgb(173, 55, 236); }
body header .eqrrt5ef {
    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
}
body header .b9h8ryxa {
    margin: -4px 0 0 0
}
body header .b9h8ryxa img {
    width: 250px;
    margin: 10px 0 0
}
@media only screen and (max-width: 480px) {
    body header .b9h8ryxa img {
        width: 220px;
        margin: 0
    }
}
body header .eqrrt5ef {
    padding: 9px 0
}
body .hitmp0gy .iadrf567 {
    width: auto;
    height: auto
}
body .hitmp0gy.wn1wt7t1 a img {
    width: 20px;
    height: 17px
}
body .vgl13vft.th4zi80o {
    font-weight: 600;
    font-size: 16px;
    padding: 8px 5px;
    line-height: 18px;
    width: 60px;
    height: 34px;
    min-width: auto;
    border-radius: 6px;
    background: var(--accent);
    text-transform: none;
    color: var(--text);
    cursor: pointer;
    display: inline-block;
    text-align: center
}
.vgl13vft {
    text-align: center;
    color: var(--bg);
    cursor: pointer
}
body[show] .u3i9i0wv {
    top: 62px
}
body .u3i9i0wv {
    background: var(--bg);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    padding: 0 0 30px;
    top: 62px;
    -webkit-transition: all .5s;
    transition: all .5s
}
body[show] {
    overflow: hidden
}
body .g18f8w6h {
    display: none
}
.ewrl9xi57xq { padding-left: 6px; padding-right: 35px; color: rgb(138, 236, 101); display: grid; }
body[show] .g18f8w6h {
    display: block;
    position: absolute;
    top: 21px;
    z-index: 99999;
    width: 21px;
    height: 21px;
    background: var(--bg);
    left: 10px
}
.vak2wjam {
    background: var(--bg);
    -webkit-box-shadow: inset 0 1px 0 var(--text);
    box-shadow: inset 0 1px 0 var(--text);
    padding: 30px 15px 30px;
    position: relative
}
.vak2wjam .p5r7doav {
    margin-top: 24px
}
.vak2wjam .p5r7doav span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--text);
    display: block
}
body .nqzwncn7 {
    padding: 0 !important
}
body main .l7eog2xi {
    background: var(--bg);
    max-width: 1100px
}
body.jb8j6mvf main .l7eog2xi {
    max-width: none;
    background-color: var(--bg)
}
body main h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--text)
}
@media only screen and (min-width: 1025px) {
    body header .b9h8ryxa {
        padding: 0
    }

    body header .eqrrt5ef {
        padding: 0
    }
}
@media only screen and (max-width: 480px) {
    body .wn1wt7t1 {
        display: block;
        height: 100%;
        width: 40px;
        top: 20px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body main .l7eog2xi {
        max-width: 750px
    }
}
@media (min-width: 992px) {
    body .u3i9i0wv {
        padding-top: 80px
    }

    body[show] .u3i9i0wv {
        top: 0
    }

    header .b9h8ryxa img {
        width: 100%
    }

    body {
        padding-top: 68.43px !important
    }

    body .wn1wt7t1 {
        top: 60%
    }

    body .vgl13vft.th4zi80o {
        min-width: 75px;
        width: auto;
        height: 40px;
        font-size: 17px;
        line-height: 19px;
        padding: 11px 5px
    }

    body .hitmp0gy .iadrf567 {
        width: auto;
        height: auto
    }

    body .hitmp0gy.wn1wt7t1 a img {
        width: 20px;
        height: 17px
    }

    body .u3i9i0wv .ojiznd9h {
        display: block
    }

    body[show] .g18f8w6h {
        display: none
    }

    body .vak2wjam {
        padding: 51px 15px 60px
    }
}
.vak2wjam .p5r7doav span {
    line-height: 18px
}
body[show] {
    overflow: visible
}
body main h2 {
    font-size: 26px;
    line-height: 30px
}
@media only screen and (max-width: 1024px) {
    body .wn1wt7t1 {
        display: block;
        height: 100%;
        width: 40px;
        top: 25px;
        left: -10px
    }

    body .hitmp0gy .iadrf567 {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
@media (max-width: 1024px) {
    body .vak2wjam {
        padding-bottom: 80px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body main .l7eog2xi {
        max-width: 980px
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body[show] .g18f8w6h {
        top: 15px;
        left: 15px
    }
}
.p0xyzyyu [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}
.p0xyzyyu [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: var(--text)
}
.wqknhl4y98i { margin: 16px; display: grid; width: 38px; padding: 31px 33px; border: 2px solid #e6a7c1; }
.p0xyzyyu [type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid var(--text);
    border-radius: 100%;
    background: var(--bg)
}
.p0xyzyyu [type=radio]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--accent);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.mnfkvvsn .p0xyzyyu [type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}
body .vgl13vft:hover {
    background: var(--accent)
}
a[target=_blank] {
    font-weight: 600
}
:root {
    --color-blue: var(--bg);
    --color-green: var(--bg);
    --color-lilac: var(--bg);
    --color-purple: var(--accent);
    --color-shadow-light: rgba(0, 0, 0, 0.35);
    --color-shadow-dark: transparent;
    --color-white: var(--bg);
    --color-petrol: var(--text);
    --color-pink: var(--bg);
    --color-yellow: var(--bg);
    --font-fam-primary: 'Bangers', cursive;
    --shadow-before: 10px 10px 0px 0px;
    --shadow-after: 5px 5px 0px 0px
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
body {
    font-family: 'Open-sans', sans-serif;
}
button {
    outline: 0;
    background: 0 0;
    border: 0;
    cursor: pointer
}
@media only screen and (max-width: 480px) {
    body header .eqrrt5ef {
        padding: 11px 0
    }

    body header .b9h8ryxa {
        margin: 0
    }

    body .wn1wt7t1 {
        top: 21px
    }
}
body header .eqrrt5ef {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
@media only screen and (max-width: 768px) {
    body header .eqrrt5ef {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
.yl8nnex6 .tneku2mh [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}
.qn0w6d383p37 { padding: 1px 13px; width: 25%; border: 2px dashed #ace4ee; display: grid; color: rgb(127, 55, 177); }
.yl8nnex6 .tneku2mh [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: var(--text)
}
.yl8nnex6 .tneku2mh [type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--text);
    border-radius: 100%;
    background: var(--bg)
}
.yl8nnex6 .tneku2mh [type=radio]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--accent);
    position: absolute;
    top: 0;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.yl8nnex6 .tneku2mh [type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}
@media (max-width: 768px) {
    .yl8nnex6 .tneku2mh [type=radio]:not(:checked) + label {
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .yl8nnex6 .tneku2mh [type=radio]:not(:checked) + label:before {
        top: 9px
    }

    .yl8nnex6 .tneku2mh [type=radio]:not(:checked) + label:after {
        top: 12px
    }
}
@media (min-width: 1024px) {
    .ve3hff19 {
        padding-left: 30px
    }

    .u3i9i0wv .ojiznd9h {
        right: 10px;
    }
}
body[show] .u3i9i0wv {
    background: var(--bg);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .15);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .15)
}
.u3i9i0wv .ojiznd9h {
    background: 0 0
}
img {
    max-width: 100%
}
@media (min-width: 992px) {
    body header .eqrrt5ef {
        width: 100%
    }
}
:root {
    --siteBgColor: var(--accent);
    --containerBg: var(--bg);
    --headerSecBgColor: var(--bg);
    --allContentColor: var(--text);
    --ribbonBgColor: var(--accent);
    --rankGreyBgColor: var(--bg);
    --tcTextColor: var(--text);
    --siteHoverBgColor: var(--accent);
    --whiteColor: var(--bg);
    --bannerBgColor: var(--bg);
    --mainMenuBgColor: rgba(255, 255, 255, 0.1);
    --footerBgColor: var(--bg);
    --copyRightTextColor: var(--text);
    --bodygrycolor: var(--bg)
}
html body {
    font-weight: 400;
    background: var(--bg)
}
body {
    font-size: 16px;
    color: var(--text)
}
header {
    background: var(--bg)
}
body header .eqrrt5ef {
    padding: 7px 0
}
body header .b9h8ryxa {
    margin: 0
}
body[show] .g18f8w6h {
    top: 23px;
    left: 9px;
    width: 23px
}
body header .b9h8ryxa img {
    width: 121.65px;
    margin-top: 0
}
.eks0chgkgf { color: rgb(71, 60, 224); padding: 45px 48px; border: 1px solid #aa7d24; margin: 19px; }
body[show] .g18f8w6h {
    background: var(--bg)
}
body .vgl13vft.th4zi80o {
    background: var(--accent);
    font-weight: 700;
    border-radius: 6px
}
body .vgl13vft.th4zi80o:hover {
    background: var(--accent)
}
a[target=_blank] {
    font-weight: 600
}
.vak2wjam {
    background: var(--bg)
}
body main .l7eog2xi {
    background: var(--bg)
}
@media only screen and (max-width: 480px) {
    body header .b9h8ryxa img {
        width: 91px
    }
}
body header .eqrrt5ef {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (min-width: 992px) {
    body header .b9h8ryxa img {
        width: 250px;
        margin: 0
    }

    body header .eqrrt5ef {
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    body header .b9h8ryxa {
        margin: 0
    }
}
@media only screen and (max-width: 1024px) {
    body .wn1wt7t1 {
        top: 50px;
        right: 5px;

    }
}
body[show] .u3i9i0wv {
    background: var(--bg);
}
@media only screen and (max-width: 480px) {
    main h2 span {
        width: auto
    }
}
.rrkj5siu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto
}
body .rrkj5siu .vgl13vft.th4zi80o {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: block
}
@media only screen and (max-width: 992px) {
    body .u3i9i0wv .ojiznd9h {
        display: none;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body header .b9h8ryxa img {
        margin: 0
    }
}
@media (min-width: 992px) {
    body .vgl13vft.th4zi80o {
        padding-left: 10px;
        padding-right: 10px
    }
}
.pesrfal8 {
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    header {
        background: var(--bg);
    }
}
@media (min-width: 992px) {
    .soy5u3j5 {
        margin-bottom: 0 !important;
    }
}
/* == custom == */
.eonbxjwb {
    height: 100%;
}
ul, ol {
    padding-left: 40px;
}
.wb8omi3w { padding: 23px 35px; border: 2px solid #174778; width: 74vw; margin: 15px; display: grid; color: rgb(200, 168, 115); }
.jddc3r2o {
    color: var(--text);
}
.q766ju37 {
    text-align: center;
    font-size: 14px;
}
.xwow5qxa {
    padding-left: 0 !important;
}
.xwow5qxa {
    padding-right: 0 !important;
}
.oar3m886 {
    padding: 1rem !important;
}
.lllhjwtl {
    padding-left: 3rem !important;
}
.lllhjwtl {
    padding-right: 3rem !important;
}
.ofn7wnuu {
    margin-left: 0 !important;
}
.ofn7wnuu {
    margin-right: 0 !important;
}
.t04dgw3w {
    margin-bottom: 1rem !important;
}
.k2aeuwq0 {
    margin-bottom: 1.5rem !important;
}
.akesfzow {
    width: 100% !important;
}
.yewdjkph {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.xzze34cf {
    text-align: center;
}
/* greed */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
.myf3benu { border: 5px dashed #fcf0e6; padding-left: 17px; display: grid; }
*, ::after, ::before {
    box-sizing: inherit
}
.pz934sea {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width: 576px) {
    .pz934sea {
        max-width: 540px
    }
}
@media (min-width: 768px) {
    .pz934sea {
        max-width: 720px
    }

    .h1m44mcx {
        margin-right: 1rem !important;
    }
}
@media (min-width: 992px) {
    .pz934sea {
        max-width: 960px
    }

    .nvf4kbhu {
        font-size: 49px !important;
    }

    .vbajnpd5 {
        text-align: left;
    }

    .eijtxf4b {
        font-size: 18px;
        line-height: 28px;
    }

    .f2hd60hs {
        padding-left: 0 !important;
    }
}
@media (min-width: 1200px) {
    .ve5dpxnc {
        display: block !important;
    }

    .pz934sea {
        max-width: 1240px
    }

    .ouerkk2q {
        margin-right: 3rem !important;
    }
}
.r80f4vtl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}
.m18ig5bp, .hi98agg1, .lfbc8su0, .upryo34u, .wknwcsf3, .fkl2bi7a, .v6gar7pu, .h2m5e8wm, .ewrsvsks {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.m18ig5bp {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.hi98agg1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width: 768px) {
    .fkl2bi7a {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .v6gar7pu {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .h2m5e8wm {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}
@media (min-width: 992px) {
    .lfbc8su0 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .upryo34u {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wknwcsf3 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
}
@media (min-width: 1200px) {
    .ewrsvsks {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}
.nhdmz80c {
    display: -ms-flexbox !important;
    display: flex !important
}
@media (min-width: 992px) {
    .e80o3lr5 {
        display: block !important
    }
}
.yewdjkph {
    -ms-flex-pack: center !important;
    justify-content: center !important
}
.h7m2hpi4 {
    -ms-flex-align: center !important;
    align-items: center !important;
justify-content: center;
max-width: 100%;
}
.h7m2hpi4.bk42oqmh {
margin-top: 20px;

}
.yzv8klgv {
    background-color: var(--bg);
max-width: 1210px;
margin: 0 auto;
margin-top: 20px;
}
.ujvz8y41 {
    background-image: url(../images/bg2.i8cm63my);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
@media (max-width: 600px) {
    .ujvz8y41 {
        background-image: url(../images/bg2-mob.i8cm63my);
    }
}
.nvf4kbhu {
    font-size: 32px;
}
.waq1sdyk {
    display: block;
    background-color: var(--bg);
    padding: 14px 15px;
    border-radius: 8px;
    width: 100%;
    justify-content: space-between;
}
.waq1sdyk span {
    display: block;
}
.gghwaqwj { border: 4px solid #665f05; width: 70%; color: rgb(77, 122, 204); }
.waq1sdyk img {
    width: 48px;
    height: 48px;
}
.c6gxem3b {
    background-color: var(--accent);
    border-radius: 12px;
    height: 48px;
    width: 48px;
    min-width: 48px;
}
span.c6gxem3b {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c6gxem3b img {
    height: 16px;
    width: 16px;
}
span.mbyu2j4a {
    font-size: 20px;
    line-height: 22px;
    color: var(--text);
    margin-left: 15px;
    font-weight: bold;
}
.ir5ou5ix p {
    margin-bottom: 30px;
}
.ir5ou5ix h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 20px;
    color: var(--text);
}
.ir5ou5ix h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 25px;
    padding: 20px 0;
    color: var(--text);
}
.ir5ou5ix h2, .ir5ou5ix h3 {
    display: block;
}
.ir5ou5ix img {
    max-width: 100%;
    height: auto;
}
.ibs9c7zu > table > thead > tr th {
    font-size: 1.2em;
    background-color: var(--bg);
    color: var(--bg);
    font-weight: 400;
}
.bar7wi6n {
    border-radius: 10px;
}
.p8holzi6 p {
    margin-bottom: 20px;
}
.vw170et5uh { padding: 41px 45px; display: grid; width: 43px; }
.cviw3gwi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--accent);
    width: 300px;
    height: 50px;
    border-radius: 28px;
    font-size: 20px;
    line-height: 22px;
    color: var(--bg);
}
/* footer */
.pwsoehsl > .pesrfal8 {
    margin-bottom: 45px;
}
.uqekz2jh div > ul {
    padding-left: 0;
    list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.uqekz2jh div > ul > li {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
padding: 0;
}
.uqekz2jh div > ul > li > a {
    font-weight: 600;
}
.im7al451 {
    display: flex;
    justify-content: end;
}
/* Accordion */
.rwm5jf2f {
    color: var(--text);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
}
.ncpc9ysw {
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    position: relative;
}
.o9gmhnws {
    margin-left: 49px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.hgklserm, .yjiohg87 {
    display: block;
    position: absolute;
    top: 10px;
    height: 3px;
    background: var(--text);
    width: 20px;
    border-radius: 4px;
    transition: .4s;
}
.goro1e8b {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
}
.hhtylx0v {
    height: auto;
}
.pn7f56c0d { margin: -5px; border: 5px dotted #eda1a3; color: rgb(211, 143, 62); padding: 20px 29px; }
/* MAIN-MENU */
header {
    height: 62px;
}
.ve5dpxnc {
    display: none;
}
.ve5dpxnc > div > ul {
    display: flex;
    align-items: center;
    padding-left: 0;
}
.ve5dpxnc > div > ul > li {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    background: var(--accent);
    margin-left: 6px;
    padding: 10px;
    text-align: center;
    height: auto;
    justify-content: center;
    transition: 0.2s ease all; 
}
.ve5dpxnc > div > ul > li:hover {
    transform: scale(1.08);
}
.ve5dpxnc > div > ul > li > a > img {
    margin-bottom: 0.3rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ve5dpxnc li > a {
    color: var(--bg);
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
}
/* MOBILE MENU */
.avqgh1gp > div > ul {
    padding: 0;
}
.avqgh1gp > div > ul > li {
    border-bottom: 1px solid var(--text);
}
.avqgh1gp > div > ul > li > a {
    padding: 15px 0;
    display: flex;
    margin-left: 10px;
}
.u4hbni0a48 { padding: 20px 13px; }
.avqgh1gp li > a {
    color: var(--menu);
    font-size: 16px;
    font-weight: 700;
}
.h6qgcg0c {
    margin: 45px 0;
    display: block;
}
.ut2ouu42 {
    color: var(--bg) !important;
    z-index: 999999;
    width: 100%;
    height: 61px;
    background: var(--accent) !important;
    text-align: center;
    bottom: 0;
    right: 0;
}
.ut2ouu42 a {
    color: var(--text) !important;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 9px;
    height: 45px;
}
.ut2ouu42 {
    height: 45px;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
    color: var(--bg);
    background-color: var(--accent);
    z-index: 55;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    position: relative;
    overflow-x: hidden;
}
.ut2ouu42 .sslbpfn9 {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.xthrdpzm {
    display: block;
    text-align: center;
}
/****** Gifts **********/
/* inter-regular - latin */
@font-face {
    font-family: 'Open-sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter-v12-latin-regular.wby7myhz');
    src: local(''),
    url('../fonts/inter-v12-latin-regular.wby7myhz#iefix') format('embedded-opentype'),
    url('../fonts/inter-v12-latin-regular.qpf6bfiu') format('woff2'),
    url('../fonts/inter-v12-latin-regular.y16lsw5n') format('woff'),
    url('../fonts/inter-v12-latin-regular.yt803yvt') format('truetype'),
    url('images/inter-v12-latin-regular.nb165en8#Inter') format('svg');
}
/* inter-500 - latin */
@font-face {
    font-family: 'Open-sans', sans-serif;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('../fonts/inter-v12-latin-500.wby7myhz');
    src: local(''),
    url('../fonts/inter-v12-latin-500.wby7myhz#iefix') format('embedded-opentype'),
    url('../fonts/inter-v12-latin-500.qpf6bfiu') format('woff2'),
    url('../fonts/inter-v12-latin-500.y16lsw5n') format('woff'),
    url('../fonts/inter-v12-latin-500.yt803yvt') format('truetype'),
    url('images/inter-v12-latin-500.nb165en8#Inter') format('svg');
}
/* inter-600 - latin */
@font-face {
    font-family: 'Open-sans', sans-serif;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url('../fonts/inter-v12-latin-600.wby7myhz');
    src: local(''),
    url('../fonts/inter-v12-latin-600.wby7myhz#iefix') format('embedded-opentype'),
    url('../fonts/inter-v12-latin-600.qpf6bfiu') format('woff2'),
    url('../fonts/inter-v12-latin-600.y16lsw5n') format('woff'),
    url('../fonts/inter-v12-latin-600.yt803yvt') format('truetype'),
    url('images/inter-v12-latin-600.nb165en8#Inter') format('svg');
}
.bzpfneyj1f { padding: 27px 29px; width: 40px; color: rgb(47, 103, 224); }
/* inter-700 - latin */
@font-face {
    font-family: 'Open-sans', sans-serif;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('../fonts/inter-v12-latin-700.wby7myhz');
    src: local(''),
    url('../fonts/inter-v12-latin-700.wby7myhz#iefix') format('embedded-opentype'),
    url('../fonts/inter-v12-latin-700.qpf6bfiu') format('woff2'),
    url('../fonts/inter-v12-latin-700.y16lsw5n') format('woff'),
    url('../fonts/inter-v12-latin-700.yt803yvt') format('truetype'),
    url('images/inter-v12-latin-700.nb165en8#Inter') format('svg');
}
@font-face {
    font-family: 'Open-sans', sans-serif;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url('../fonts/Orbitron-Bold.yt803yvt');
}
.jb8j6mvf main > :not(.q5pv0ewm) h1 {
    padding-bottom: 16px;
    font-size: 40px;
    font-family: 'Open-sans', sans-serif;
    color: var(--text);
}
@media only screen and (max-width: 1023px) {
    h1 {
        font-size: 24px;
        color: var(--text);
    }

    h2 {
        font-size: 20px;
        color: var(--text);
    }

    h3 {
        font-size: 16px;
        line-height: 1.3;
        color: var(--text);
    }

    body {
        width: 100%;
        overflow-x: hidden
    }

    .jb8j6mvf main {
        padding-top: 5px
    }

    .u3i9i0wv nav {
        position: relative
    }
}
@media only screen and (max-width: 767px) {
    body {
        padding-top: 83px
    }
}
@media only screen and (max-width: 480px) {
    main h2 span {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 50px)
    }

    .jb8j6mvf main h1 {
        padding: 15px 10px 0;
        font-size: 30px;
        color: var(--text);
    }

    body {
        padding-top: 78px
    }

    .l7eog2xi {
        padding: 0
    }

    .vgl13vft {
        font-size: 18px;
        line-height: 22px;
        padding: 9px
    }

    main h1 {
        padding-left: 0;
        position: relative;
        color: var(--text);
    }

    .wn1wt7t1 {
        height: 20px;
        width: 25px;
        top: 20px
    }

    main h2 {
        position: relative;
        margin-bottom: 25px;
        color: var(--text);
    }

    .vgl13vft.th4zi80o {
        font-size: 16px;
        min-width: 94px;
        padding: 5px
    }

    header .b9h8ryxa {
        width: 250px;
        padding: 5px 29px
    }

    header .eqrrt5ef {
        padding: 13px 0
    }

    .nqzwncn7 {
        padding: 0 10px !important
    }

    .u3i9i0wv {
        max-width: 100%;
        padding: 80px 20px 30px
    }
}
h2 {
    font-size: 23px;
    color: var(--text);
}
h1 {
    font-size: 26px;
    color: var(--text);
}
.nqzwncn7 {
    padding: 0
}
main {
    width: 100%;
    margin: auto;
    min-height: 50vh
}
main h1 {
    margin-bottom: 20px;
    color: var(--text)
}
.vgl13vft.th4zi80o {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 16px;
    min-width: 100px;
    padding: 10px 15px;
    transform: translateY(-50%);
    text-transform: uppercase;
    background: var(--accent);
    color: var(--bg);
}
@media only screen and (max-width: 1166px) {
    .l7eog2xi {
        padding: 0
    }

    .nqzwncn7 {
        padding: 0 15px
    }
}
@media only screen and (max-width: 1024px) {
    .nqzwncn7 {
        padding: 10px !important
    }
}
:root {
    --secondary: var(--text);
    --light: var(--bg);
    --mainfont: var(--text);
    --secondaryfont: var(--text);
    --lightfont: var(--text);
    --highlight: var(--accent);
    --blue: var(--accent);
    --banner: var(--accent);
    --menuhover: var(--bg);
    --hover: var(--bg);
    --border1: var(--text);
    --border2: var(--text);
    --light2: var(--bg);
    --shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    --hbInfoColor: var(--bg);
    --hbInfoBroderClr: var(--accent);
    --hbBtnTxtClr: var(--bg);
    --hbBtnTxtUpClr: var(--text);
    --hbBtnStroke: var(--bg);
    --hbBtnBgClr: transparent;
    --hbBtnBgUpClr: var(--bg);
    --borderlight: var(--text);
    --qLinkColumns: 3;
    --fontlight2: var(--text)
}
.hitmp0gy .iadrf567 {
    position: relative;
    display: block;
    width: 23px;
    height: 20px
}
.u3i9i0wv .ojiznd9h {
    position: absolute;
    color: var(--bg);
    top: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .12);
    text-align: center;
    line-height: 39px;
    font-size: 24px
}
a {
    text-decoration: none;
    color: var(--text)
}
.q8kh74jirhj { margin: -15px; padding-left: 38px; color: rgb(205, 36, 62); }
body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    background: var(--bg);
    color: var(--text);
    padding-top: 92.43px;
    overflow-x: hidden
}
.l7eog2xi {
    max-width: 1216px;
    width: 100%;
    margin: auto;
    position: relative
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    background: var(--bg);
    z-index: 9999;
    box-shadow: 0 4.37237px 54.6547px rgba(0, 0, 0, .09);
}
header .b9h8ryxa {
    width: 300px;
    display: inline-block;
    padding: 5px 40px;
    position: relative;
    vertical-align: middle
}
header .eqrrt5ef {
    position: relative;
    padding: 18px 0
}
.wn1wt7t1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99
}
.u3i9i0wv {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    background: var(--bg);
    z-index: 9999;
    left: -100%;
    top: 0;
    box-shadow: 1px 0 2px #ccc;
    max-width: 30%;
    padding: 80px 20px 30px;
    box-shadow: 1px 0 2px #ccc
}
.u3i9i0wv nav::-webkit-scrollbar {
    width: 6px;
    display: none
}
.u3i9i0wv nav > * {
    max-height: calc(100% - 60px);
    color: var(--bg);
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    max-height: calc(100% - 60px);
    overflow: auto
}
.u3i9i0wv nav {
    overflow: auto;
    width: 100%;
    display: block;
    vertical-align: top;
    height: calc(100vh - 40px)
}
@media only screen and (max-width: 1166px) {
    .l7eog2xi {
        padding: 0
    }
}
@media only screen and (max-width: 768px) {
    .u3i9i0wv {
        max-width: 100%
    }
}
body header .eqrrt5ef {
    display: flex;
    align-items: center;
    justify-content: space-between
}
body header .b9h8ryxa {
    margin: -6px 0 0 0;
}
body header .b9h8ryxa img {
     width: 250px;
}
.wjna6p1bo3 { padding: 46px 36px; }
@media only screen and (max-width: 480px) {
    body header .b9h8ryxa img {
        width: 120px;
    }
}
body header .eqrrt5ef {
    padding: 17px 0;
}
body .hitmp0gy .iadrf567 {
    width: 20px;
    height: auto;
}
body .hitmp0gy.wn1wt7t1 a img {
    width: 20px;
    height: 17px;
}
body .vgl13vft.th4zi80o {
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 18px;
    width: 60px;
    height: 34px;
    min-width: auto;
    text-transform: none;
    transition: all .3s ease-in-out;
    color: var(--text);
    background: var(--accent);
    border: 1px solid var(--accent);
}
@media (min-width: 992px) {
    body .vgl13vft.th4zi80o {
        width: 75px;
        height: 40px;
        font-size: 17px;
        line-height: 19px;
        padding: 11px 20px;
        border-radius: 28px;
    }
}
@media only screen and (min-width: 1025px) {
    body header .b9h8ryxa {
        padding: 0;
    }

    body header .eqrrt5ef {
        padding: 0;
    }
}
body .g18f8w6h {
    display: none;
}
body[show] .g18f8w6h {
    display: block;
    position: absolute;
    top: 22px;
    z-index: 99999;
    width: 21px;
    height: 21px;
    background: var(--bg);
    left: 14px;
}
@media (min-width: 992px) {
    body[show] .g18f8w6h {
        display: none;
    }
}
html body {
    padding-top: 57.43px !important;
    font-family: 'Open-sans', sans-serif;
    background-color: var(--bg);
    min-width: 320px;
}
header .eqrrt5ef {
    position: relative;
    padding: 18px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
body {
    font-family: 'Inter';
}
.xthrdpzm {
    color: var(--bg);
    background-color: var(--text);
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}
.m4kqmv7u {
    padding: 0;
    background: var(--bg);
    border-radius: 6px;
    position: relative;
    min-width: 150px;
    height: 41px
}
.muk9pbti {
    padding: 6px 16px;
    display: block;
    text-transform: uppercase;
    color: var(--text);
}
.zks0d526 {
    padding-left: 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 38px;
    z-index: 1;
    min-width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    background: var(--bg);
}
.w8j7pjvt:hover > .zks0d526 {
    visibility: visible;
    opacity: 1;
}
.qopixdvfexk7 { padding-left: 19px; }
.zks0d526 li {
    background: var(--bg);
    padding: 6px 16px;
    transition: .2s ease-in;
}
.zks0d526 li:hover a {
    opacity: .8;
}
.zks0d526 li > a {
    color: var(--text);
    display: flex;
    align-items: center;
}
.zks0d526 li > a > img {
    margin-right: 6px
}
.qnnvas7r {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 5px;
    align-items: center;
    justify-content: center;
}
.qnnvas7r i {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
}
.ibs9c7zu {
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    overflow: auto;
    box-shadow: none;
    margin-bottom: 20px;
}
.ibs9c7zu table {
    min-width: 100%;
    width: 100%;
    max-width: 900px;
    margin: auto;
    border: 1px solid var(--text);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 20px;
}
.ibs9c7zu table thead {
    background: var(--bg);
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .15)
}
.ibs9c7zu table thead th {
    background: var(--bg);
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    border-top: none;
    line-height: 1.5;
    color: var(--text);
    border: none;
    border-width: 0 1px 1px 0;
    border-bottom: 1px solid var(--bg) !important;
    padding-bottom: 5px;
    display: table-cell
}
.ibs9c7zu table tr td {
    display: table-cell;
    text-align: left;
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
    border: none;
    border-right: 1px solid var(--text)
}
.ibs9c7zu table tr:nth-child(odd) td {
    background: var(--bg);
}
.jvzg8w8got5 { width: 24%; color: rgb(19, 121, 176); margin: -3px; display: block; border: 4px solid #7f4e86; padding: 48px 48px; }
.ibs9c7zu table tr:nth-child(even) td {
    background: var(--bg);
}
.ibs9c7zu {
    line-height: 1.3 !important;
    margin-bottom: 32px !important;
}
.oanyncyy.oanyncyy {
    justify-content: center;
}
.yffyxhx6 {
    bottom: 50px;
    cursor: pointer;
    height: 55px;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: opacity .5s ease-in-out;
    width: 55px;
    z-index: 1000
}
@media only screen and (max-width: 768px) {
    .yffyxhx6 {
        bottom: 50px;
        left: auto;
        margin-left: 0;
        right: 20px;
    }
}
.vl7wx0wp {
    margin-left: 5px;
}
.ir5ou5ix ul {
    list-style: disc;
    padding-left: 40px;
}
.bul3z0al {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 30px auto;
}
.bul3z0al .zxmh0ki8, .bul3z0al .kk4cs2ku {
    width: 45%;
}
.bul3z0al .zxmh0ki8 ul, .bul3z0al .kk4cs2ku ul {
    list-style: none;
    margin-top: 20px;
    padding: 0 5px;
}
.bul3z0al .zxmh0ki8 ul li, .bul3z0al .kk4cs2ku ul li {
    padding-left: 30px;
    padding-bottom: 7px;
    position: relative;
}
.bul3z0al .zxmh0ki8 ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "✔️";
    background: inherit;
}
.bul3z0al .kk4cs2ku ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "❌";
    background: inherit;
}
.pvrigpkicde { border: 2px dotted #7babed; margin: -13px; display: none; color: rgb(201, 201, 126); padding: 29px 47px; width: 47vw; }
.zxmh0ki8 {
    background-color: var(--bg);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#article-text .zxmh0ki8 h3, #article-text .zxmh0ki8 h2 {
    display: block;
    width: 100% !important;
    height: 50px;
    background-color: var(--accent);
    text-align: center;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-bottom: none;
    border-top-left-radius: 6px;
    color: var(--bg);
}
.kk4cs2ku {
    background-color: var(--bg);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#article-text .kk4cs2ku h3, #article-text .kk4cs2ku h2 {
    display: block;
    width: 100% !important;
    height: 50px;
    background-color: var(--accent);
    text-align: center;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-bottom: none;
    border-top-right-radius: 6px;
    color: var(--bg);
}
@media screen and (max-width: 800px) {
    .bul3z0al .zxmh0ki8, .bul3z0al .kk4cs2ku {
        width: 100%;
    }

    .zxmh0ki8, .kk4cs2ku {
        border-radius: 6px;
    }

    #article-text .zxmh0ki8 h3, #article-text .zxmh0ki8 h2, #article-text .kk4cs2ku h3, #article-text .kk4cs2ku h2 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
}
.gyj5rilw {
    width: 100%;
    height: auto;
}
footer .slmmkwvr .l4qfps1r .rtqzhaan, footer .slmmkwvr .l4qfps1r .cgimh95y {
    display: block
}
header .tmks5tyb {
    position: absolute;
    right: 85px;
    top: 20px
}
.ydiuiw75 {
    font-size: 20px;
    line-height: 22px;
    color: var(--text);
    font-weight: 700
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i {
    display: inline-block
}
header .rrkj5siu .fh2nvbu4 {
    background: var(--bg);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    text-transform: uppercase
}
header .rrkj5siu .fh2nvbu4:focus-within {
    border: 1px solid var(--accent)
}
.hc2gldzhr { margin: 1px; display: inline-block; padding-right: 43px; }
.rrkj5siu .fh2nvbu4 {
    padding: 0 5px
}
.rrkj5siu .ogauu79y, .rrkj5siu .fh2nvbu4 {
    width: 230px;
    background: var(--bg);
    border: none;
    padding: 3px;
    cursor: pointer;
    position: relative;
    display: inline-block
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .ogauu79y span:first-child, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .fh2nvbu4 span:first-child {
    margin-right: 8px;
    color: var(--bg)
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .ogauu79y span, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .fh2nvbu4 span {
    display: inline-block;
    vertical-align: middle
}
.rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .stw6tzvs label {
    color: var(--text)
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs label, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .stw6tzvs label {
    cursor: pointer;
    color: var(--bg);
    font-size: 15px;
    line-height: 17px;
    margin-top: -2px;
    display: block;
    margin-left: 2px
}
.crqqrf9n:before {
    background-position: center -192px
}
header .rrkj5siu .tmks5tyb .fh2nvbu4::after {
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    position: absolute;
    right: 9px;
    top: 9px;
    color: var(--text);
    font-size: 16px
}
header .rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs.mbyq9g61, header .rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li, header .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3.mbyq9g61, header .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li {
    border: none
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs.mbyq9g61, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3.mbyq9g61 {
    display: block;
    border: 1px solid var(--text);
    border-top: none;
    border-bottom: none
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 {
    display: none;
    position: fixed;
    width: 96%;
    height: 500px;
    background: var(--bg);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 142px
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 30px 30px;
    font-size: 14px;
    max-height: 435px;
    overflow-y: auto
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul::-webkit-scrollbar-track, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--bg)
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul::-webkit-scrollbar, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul::-webkit-scrollbar {
    width: 5px;
    background-color: var(--bg)
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul::-webkit-scrollbar-thumb, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul::-webkit-scrollbar-thumb {
    background-color: var(--text)
}
.jwdnbvwb { display: block; padding: 1px 35px; border: 2px solid #561986; }
header .rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs.mbyq9g61, header .rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li, header .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3.mbyq9g61, header .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li {
    border: none
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li {
    padding: 0;
    width: 200px;
    margin-left: 12px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
    color: var(--text);
    cursor: pointer;
    background: var(--bg);
    padding: 5px;
    line-height: normal;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li.l7tcbjtb, .rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li:hover, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li.l7tcbjtb, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li:hover {
    background: rgba(0, 143, 249, .1);
    color: var(--accent)
}
header .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 ul li:before {
    border-radius: 50%
}
.rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs ul li:before, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 ul li:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-right: -8px
}
@media (min-width: 768px) {
    header .tmks5tyb {
        right: 85px
    }

    body header .rrkj5siu .tmks5tyb .ogauu79y, body header .rrkj5siu .tmks5tyb .fh2nvbu4 {
        width: 65px !important;
        height: 30px
    }

    body .nz97ba43 li span.l7tcbjtb:before {
        color: var(--accent) !important
    }
}
@media (min-width: 1024px) {
    body .nz97ba43 li span.l7tcbjtb:before {
        color: var(--accent) !important
    }
}
@media (max-width: 768px) {
    header .rrkj5siu .fh2nvbu4 {
        width: 65px;
        text-transform: uppercase;
        height: 28px
    }

    .rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 {
        top: 62px;
        border-radius: 0;
        left: -10px;
        right: 0;
        width: 96%;
        height: auto;
        z-index: 999
    }

    .rrkj5siu .xou5w9cj {
        margin: 20px 15px 0 15px
    }

    .rrkj5siu .xou5w9cj svg {
        display: block
    }

    .rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul {
        padding: 20px 0;
        margin-left: 0;
        overflow: auto;
        height: calc(100vh - 104px);
        display: block
    }

    .rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li {
        padding: 5px 15px;
        margin-left: 0;
        border-radius: 0;
        width: 170px
    }

    body .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: initial;
        flex-wrap: initial
    }

    .rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li.l7tcbjtb, .rrkj5siu .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li:hover, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li.l7tcbjtb, .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li:hover {
        background: 0 0;
        color: var(--accent)
    }

    span.ivygbhw4 {
        margin: -32px 0 0;
        left: 15px
    }

    .yl8nnex6 .tneku2mh [type=radio]:checked + label, .yl8nnex6 .tneku2mh [type=radio]:not(:checked) + label {
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .yl8nnex6 .tneku2mh [type=radio]:checked + label:before, .yl8nnex6 .tneku2mh [type=radio]:not(:checked) + label:before {
        top: 9px
    }

    .yl8nnex6 .tneku2mh [type=radio]:checked + label:after, .yl8nnex6 .tneku2mh [type=radio]:not(:checked) + label:after {
        top: 12px
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .rrkj5siu .xou5w9cj {
        margin-right: 40px
    }
}
.i5ybepl1 li.l7tcbjtb {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}
@media (min-width: 992px) {
    .bidpj41s .daojhyzw {
        margin-left: -20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .bidpj41s .daojhyzw .tfypih7v.uvqp8mf9 {
        margin-left: 20px;
        width: 140px;
        margin-bottom: 20px
    }

    header .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3.mbyq9g61 {
        z-index: 99
    }
}
.d1jat69b.mbyq9g61 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99
}
body .rrkj5siu .tmks5tyb {
    position: static;
    margin-right: 15px
}
@media (max-width: 768px) {
    header {
        background: var(--bg);
    }

    .rrkj5siu .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li {
        width: 100% !important;
    }
}
.slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs, .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 {
    border-radius: 10px !important;
}
header .tmks5tyb {
    position: absolute;
    right: 85px;
    top: 20px;
}
.vfg41ha0.mbyq9g61 {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.xou5w9cj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 30px 0 30px;
}
.xou5w9cj svg {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.ydiuiw75 {
    font-size: 20px;
    line-height: 22px;
    color: var(--text);
}
.cccg0pxtix { padding: 38px 4px; margin: 18px; display: grid; border: 3px dotted #106c4a; }
.slmmkwvr .tfypih7v.sztm2p7i,
.slmmkwvr .lbfy8itu.sztm2p7i {
    display: inline-block;
}
header .fh2nvbu4 {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    text-transform: uppercase;
}
.fh2nvbu4 {
    padding: 0 5px;
}
.ogauu79y,
.fh2nvbu4 {
    width: 230px;
    background: var(--bg);
    border: none;
    padding: 3px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.slmmkwvr .tfypih7v.sztm2p7i .ogauu79y span:first-child,
.slmmkwvr .lbfy8itu.sztm2p7i .fh2nvbu4 span:first-child {
    margin-right: 10px;
    color: var(--bg)
}
.slmmkwvr .tfypih7v.sztm2p7i .ogauu79y span,
.slmmkwvr .lbfy8itu.sztm2p7i .fh2nvbu4 span {
    display: inline-block;
    vertical-align: middle;
}
.slmmkwvr .lbfy8itu.sztm2p7i .stw6tzvs label {
    color: var(--text);
}
.slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs label,
.slmmkwvr .lbfy8itu.sztm2p7i .stw6tzvs label {
    cursor: pointer;
    color: var(--bg);
    font-size: 15px;
    line-height: 17px;
    margin-top: -2px;
    display: block;
    margin-left: 2px;
}
.crqqrf9n:before {
    background-position: center -192px;
}
[class*=flag-]:before {
    background: url(images/sprite-flag.y83x1npd) no-repeat center bottom;
}
header .tmks5tyb .fh2nvbu4::after {
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    position: absolute;
    right: 9px;
    top: 9px;
    color: var(--text);
    font-size: 16px;
}
header .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs.mbyq9g61,
header .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li,
header .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3.mbyq9g61,
header .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li {
    border: none;
}
.slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs.mbyq9g61,
.slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3.mbyq9g61 {
    display: block;
    border: 1px solid var(--text);
    border-top: none;
    border-bottom: none;
}
.slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs,
.slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 {
    display: none;
    position: absolute;
    width: 910px;
    height: 500px;
    background: var(--bg);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 72px;
}
.slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul,
.slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -12px;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 30px 30px;
    font-size: 14px;
}
.u4ck1lds { margin: -13px; }
header .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs.mbyq9g61,
header .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li,
header .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3.mbyq9g61,
header .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li {
    border: none;
}
.slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li,
.slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li {
    padding: 0;
    width: 200px;
    margin-left: 12px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
    color: var(--text);
    cursor: pointer;
    background: var(--bg);
    padding: 5px;
    line-height: normal;
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 30px;
}
.slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li.l7tcbjtb,
.slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li.l7tcbjtb,
.slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li:hover,
.slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li:hover {
    background: rgba(0, 143, 249, 0.1);
}
header .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 ul li:before {
    border-radius: 50%;
}
.slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs ul li:before,
.slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 ul li:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-right: -8px;
}
body .tem3gubc {
    display: none;
}
@media (min-width: 768px) {
    header .tmks5tyb {
        right: 85px;
    }

    body header .tmks5tyb .ogauu79y,
    body header .tmks5tyb .fh2nvbu4 {
        width: 65px !important;
        height: 28px;
    }

}
@media (max-width: 768px) {
    header .fh2nvbu4 {
        width: 65px;
        text-transform: uppercase;
        height: 28px;
    }

    .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs,
    .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 {
        top: 62px;
        border-radius: 0;
        left: -10px;
        right: 0;
        width: 106%;
        height: auto;
    }

    .xou5w9cj {
        margin: 30px 15px 0 15px;
    }

    .xou5w9cj svg {
        display: none;
    }

    .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul,
    .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul {
        padding: 20px 0;
        margin-left: 0;
    }

    .slmmkwvr .tfypih7v.sztm2p7i .stw6tzvs > ul > li,
    .slmmkwvr .lbfy8itu.sztm2p7i .oc996ch3 > ul > li {
        padding: 5px 15px;
        margin-left: 0;
        border-radius: 0;
        width: 100%;
    }
}
.slmmkwvr .r80f4vtl {
justify-content: center;

}
.g0iotye7 i {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
}
.g0iotye7 span {
    position: relative;
    top: -4px;
    right: -3px;
}
a.tf73wqwu {
    pointer-events: none;
    opacity: 0.7;
    cursor: pointer;
}
.y7v9goj8 a {
    padding: 15px;
}
.irm0n7nl.mngrjspp {
    display: block;
}
.k8ucdz3jh { padding: 9px 47px; width: 84%; margin: 10px; }
.irm0n7nl {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 65;
    background: var(--bg);
}
.irm0n7nl .pz934sea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f7jzdmx2 {
    width: 60%;
    padding: 0 5px;
    font-size: 0.9rem;
    color: var(--text);
}
.yvn6pjt9 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text);
}
.d3duf5m1 {
    display: block;
    width: 20%;
    color: var(--text);
    border: 1px solid var(--text);
    height: 50px;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    margin: 10px;
}
.cy0em7iw {
    display: block;
    width: 20%;
    color: var(--bg);
    border: 1px solid var(--text);
    background-color: var(--text);
    height: 50px;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    margin: 10px;
    font-size: 16px;
}
:root {
    --text: #e8e7e7;
    --bg: #302d2d;
    --accent: #0feaba;
}
@media (max-width: 800px) {
    .irm0n7nl .pz934sea {
        flex-direction: column;
    }

    .f7jzdmx2, .d3duf5m1, .cy0em7iw {
        width: 100%;
    }
}
::-webkit-scrollbar {
    width: 1px;
    border-radius: 12px;
}
::-webkit-scrollbar-track {
    background-color: var(--bg);
    border-radius: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--accent);
    border-radius: 12px;
}
.do41vvgziurk { border: 1px dotted #5c09b5; width: 77px; padding: 15px 41px; display: grid; color: rgb(142, 206, 215); margin: -10px; }
::-webkit-scrollbar-thumb:hover {
    background-color: var(--accent);
}
@media (min-width: 1024px) {
    .iadrf567 {
        display: none !important;
    }

    .ve3hff19 {
        padding-left: 0px;
    }
}
/* slots */

.nxvbbuz6 {
    width: 100%;
    margin-bottom: 40px;
}
.x9ccgg34 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.x9ccgg34 h2 {
    color: var(--color-accent);
}
.b6crsxhv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.bhkeqbkv {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: 220px;
    position: relative;
    background-color: inherit;
    border-radius: 10px;
}
.bhkeqbkv img {
    height: auto;
    max-width: 220px;
    border-radius: 10px;
}
.bhkeqbkv .nb165en8 {
    position: absolute;
    top: 45%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.bhkeqbkv:hover .nb165en8 {
    opacity: 1; 
}
.bhkeqbkv:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .b6crsxhv {
        justify-content: center;
        gap:10px;
    }
    .bhkeqbkv {
        max-width: 120px;
        min-height: 190px;
    }
    .bhkeqbkv img {
       
    }
}
.bhkeqbkv {
max-width:inherit;
text-align: center;
}
.o1ag4h2z {
 flex-basis: 49%; 
}
.sn8cp7g0 {
 flex-basis: 32.3333%; 
}
.j825576z { border: 3px dashed #601cc8; width: 8%; padding: 30px 6px; color: rgb(77, 37, 229); margin: -9px; display: flex; }
.gp6xphim {
 flex-basis: 24%; 
}
.hna05med {
 flex-basis: 19%; 
}
.h0uvehgh {
 flex-basis: 15.6666%; 
}
.qy3b9izw {
 flex-basis: 13.2857%; 
}
/* slots end */ 

/* anchor */
.xw3pu9dl {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.xw3pu9dl .srxp01yf {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.xw3pu9dl .dqa0q415 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.xw3pu9dl .dqa0q415 .nydn126v  {
list-style:none;
}
.xw3pu9dl .dqa0q415 .nydn126v a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.xw3pu9dl + section.m605bufk {
margin-top:0px;
}
/* anchor end */

/* faq */

.qdhskxbm {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.nqqfb7sfnn { border: 2px dotted #a7c501; padding: 36px 23px; margin: 18px; width: 39vw; display: none; }
.o46zmf4h h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.nz6gszyl {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.nintloqk {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
/* faq end */

/* slotpage */

        .bi0p6j18 {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }
.sntcnb1f {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.adkm2oqs {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.hrbfjglt {
            background-color: #00bcd4;
            color: #fff;
        }
.dhyi36ec {
            background-color: #ff9800;
            color: #fff;
        }
.adkm2oqs:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
/* slotpage end */
/* ============================= */
/* 1. ЗАГОЛОВКИ І ТЕКСТ */
/* ============================= */

h1, h2, h3, h4, h5 {
    color: var(--accent);
    margin: 1.5em 0 0.6em;
    line-height: 1.3;
}
p {
    margin-bottom: 1.4em;
    line-height: 1.7;
}
.mjnd86ef3hl { border: 2px dashed #361b25; width: 2%; padding: 2px 9px; margin: -2px; display: inline-block; }
/* ============================= */
/* 2. СПИСКИ */
/* ============================= */

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5em;
}
ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}
ol {
    padding-left: 22px;
    margin-bottom: 1.5em;
}
ol li {
    margin-bottom: 12px;
    padding-left: 6px;
}
/* ============================= */
/* 3. ТАБЛИЦІ */
/* ============================= */

table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    overflow: hidden;
            /* для мобільного скролу */
    overflow-x: auto;         /* горизонтальний скрол */
    -webkit-overflow-scrolling: touch;
}
thead {
    background: var(--accent);
}
tbody {
width: 100%;

}
tr {
width: 100%;

}
th, td {
    padding: 16px 18px;
    text-align: left;
border-bottom: 1px solid var(--accent);
    font-size: 0.95rem;
}
th {
    color: var(--bg);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}
.nr3pve7iq5t1 { padding: 48px 43px; margin: -16px; color: rgb(194, 88, 163); display: none; width: 40vw; border: 3px dashed #fa43bf; }
td {
    color: var(--text-color);
}
tr:last-child td {
    border-bottom: none;
}
/* легкий ховер для desktop */
@media (hover: hover) {
    tbody tr:hover {
        background: rgba(255, 255, 255, 0.06);
    }
}
/* ============================= */
/* 4. ВИРІВНЮВАННЯ */
/* ============================= */

.ndft71yg {
    float: right;
    margin: 0 0 20px 20px;
}
.jne8e55c {
    float: left;
    margin: 0 20px 20px 0;
}
/* ============================= */
/* 5. МОБІЛКА */
/* ============================= */

@media (max-width: 768px) {

    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.3rem; }

    .ndft71yg,
    .jne8e55c {
        float: none;
        display: block;
        margin: 0 auto 20px;
        text-align: center;
    }

    table {
        font-size: 0.9rem;
    }

    th, td {
        padding: 14px 16px;
    }
}
/* faq  */
.qdhskxbm {
	margin-bottom: 1.875rem;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}
.o46zmf4h {
    width: 100%;
    max-width:100%;
    margin: 20px auto;
    padding: 10px;
}
.o46zmf4h h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.nz6gszyl {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--accent);
    padding: 1rem;
}
.nintloqk {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
    padding: 0 1rem;
}
:root {
    --text: #e8e7e7;
    --bg: #302d2d;
    --accent: #0feaba;
    --menu: #fff;
}
.audipzjx {
    background: var(--bg);
    color: var(--text);
    font-family: 'Open-sans', sans-serif;
    padding: 50px 20px 30px;
    font-size: 14px;
}
.mluj8287 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-bottom: 35px;
}
.w9mtor0eqryt { border: 4px dotted #43d335; display: block; margin: -20px; padding-right: 29px; }
.h26gskac a {
    color: var(--menu);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
}
.h26gskac a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: 0.3s ease;
}
.h26gskac a:hover::after {
    width: 100%;
}
.a5t8mn1m {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.cda1f3le {
    background: var(--bg);
    padding: 20px;
    border-radius: 12px;
    display: block;
margin: 0 auto;
}
.gpbx5zho {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
margin-bottom: 20px;
}
.wq1mmovk {
width: 25%;

}
.wq1mmovk img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent);
}
.hz7wuaqc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.o5x38pkc {
    display: flex;
    align-items: center;
    gap: 8px;
}
.s2xotv3i {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.m73yr6y3 { border: 5px dotted #897bad; }
.eb2eiqa3 {
    background: var(--accent);
    color: var(--bg);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 50px;
}
.i6a8riuv {
    font-size: 14px;
    color: #65666b;
    opacity: 0.8;
}
.i6a8riuv time {
    margin-left: 5px;
    color: var(--accent);
}
/* Mobile */
@media (max-width: 1025px) {
    .gpbx5zho {
        flex-direction: column;
        text-align: center;
    }

    .wq1mmovk img {
        width: 75px;
        height: 75px;
    }
}
.yfpqoldh{
display: flex;
justify-content: center;
}
.a5t8mn1m {
      width: 100%;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.wb7w35km {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
/* ── Divider line between sections ───────────────── */
    .ivdkuyoz {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
/* ── Main disclaimer text ─────────────────────────── */
    .lp7iwhar {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .q16456pf {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #ef4444;
      color: #ef4444;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: -0.5px;
      margin-right: 4px;
      vertical-align: middle;
      flex-shrink: 0;
    }
/* ── Help links row ───────────────────────────────── */
    .xh8w5gdj {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
    }
.xh8w5gdj div {
display: flex;
gap: 10px;
}
.xh8w5gdj span {
      color: var(--text);
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
    }
.xh8w5gdj a {
      color: var(--text);
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;

    }
.xh8w5gdj a:hover { color: #c5cad6; }
.ttu5f1ckl08a { margin: 20px; color: rgb(216, 76, 179); border: 5px dotted #4b8f8d; padding: 40px 39px; display: flex; width: 93px; }
.tc4nl6f6 {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .ok5j2bdl {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
.hrukxot7 {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 8px;
      padding: 7px 12px;
      text-decoration: none;
      color: #8a94a6;
      font-size: 11px;
      font-weight: 500;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
      white-space: nowrap;
width: 130px;
min-height: 65px;
display: flex;
justify-content: center;
    }
.hrukxot7:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .hrukxot7 svg {
      flex-shrink: 0;
    }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .ow4vresy {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.nwfa9910 {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, #1a6faf 0%, #0d4f82 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.5px;
      flex-shrink: 0;
    }
/* ── BeGambleAware badge ──────────────────────────── */
    .mog7bqdi {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.vjvlz525 {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .bkr8840v {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.sxs4pip0 {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .zsl64h8x {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.zsl64h8x a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.wc2wckutjgo { padding: 12px 8px; color: rgb(201, 75, 243); display: grid; border: 5px dotted #d97e0d; width: 99vw; }
.zsl64h8x a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .bcislm17 {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .ok5j2bdl { gap: 8px; }
      .hrukxot7 { font-size: 10px; padding: 6px 10px; }
    }
main ul li {
    list-style-type: disc;
    color: var(--text-color);
    margin-bottom: 8px;
    padding-left: 4px;
margin-left: 15px;
}
main ol li {
    list-style-type: decimal;
    color: var(--accent);
    margin-bottom: 8px;
    font-weight: 600;
margin-left: 15px;
}
@media(max-width:768px)
{
table {
    display: block;
    overflow-x: auto;
}
    .ndft71yg {
    float: inherit;
    display: block;
}
}
.qk06nth5.r80f4vtl {
display: block;

}