body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button,
span {
    display: inline-block
}

input,
textarea {
    display: block;
    width: 100%
}

table {
    width: 100%;
    border-collapse: collapse
}

a {
    background-color: transparent;
    text-decoration: none
}

img {
    border: none;
    max-width: 100%;
    height: auto
}

a,
button {
    outline: 0;
    cursor: pointer
}

li {
    list-style: none
}

button {
    background: 0 0;
    border: none
}

a,
button,
input,
textarea {
    color: #000;
    font-weight: inherit;
    -webkit-appearance: none;
    transition: all .5s ease
}

:after,
:before {
    box-sizing: border-box
}

textarea {
    resize: none
}

input,
textarea {
    outline: 0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: 0 0
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block
}

input[type=search]::-webkit-search-cancel-button {
    background: 0 0;
    display: none
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center
}

.text-align-right {
    text-align: right
}

.full-img img {
    width: 100%
}

figure {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: .75em;
    opacity: .8
}

[hidden] {
    display: none !important
}

.img-full {
    width: 100%
}

.clearfix:after {
    content: "";
    clear: both;
    display: block
}

.h1,
h1 {
    font-weight: 600;
    font-size: 50px
}

.h1,
.h2,
h1,
h2 {
    margin: 0;
    font-style: normal;
    line-height: 100%;
    color: #fff
}

.h2,
h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase
}

.h3,
h3 {
    margin: 0;
    font-size: 20px
}

.h3,
.h4,
h3,
h4 {
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: #fff
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h5,
.h6,
h5,
h6 {
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: #fff
}

.h6,
h6 {
    font-size: 12px
}

.h6 a,
h6 a {
    color: orange
}

.h6 a:hover,
h6 a:hover {
    text-decoration: underline
}

.small {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    color: hsla(0, 0%, 100%, .5)
}

.toastmsg-text {
    font-size: 16px;
    color: #000;
    margin: .5rem 0
}

.receipt-btn {
    background-color: #6367a7;
    padding: .3rem 1rem;
    color: #fff;
    border-radius: 10px
}

.Toastify__progress-bar--success {
    background: #6367a7 !important
}

.Toastify__toast-icon>svg {
    fill: #6367a7
}

.col {
    flex-direction: column
}

.col,
.row {
    display: flex
}

.row {
    flex-wrap: wrap
}

.text {
    margin-bottom: 30px
}

.text>*+* {
    margin-top: 15px
}

body {
    font-family: Poppins, sans-serif;
    color: #000;
    font-style: normal;
    font-weight: 400;
    background-size: cover;
    font-size: 16px
}

body:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    background: radial-gradient(circle at 25% 0, rgba(187, 150, 254, .5), rgba(227, 255, 240, 0) 50%), radial-gradient(circle at 80% 80%, rgba(187, 150, 254, .5), rgba(131, 165, 203, 0) 50%) #334e77 !important
}

@media (max-width:735px) {
    body body {
        font-size: 14px
    }
}

.wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.wrapper,
header {
    width: 100%
}

main {
    flex: auto;
    display: block
}

footer {
    margin: auto auto 0;
    width: 100%
}

.container,
.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2
}

.container {
    max-width: 1220px
}

.container-fluid {
    max-width: 1870px
}

.btn-row {
    text-align: center
}

.btn-row .btn {
    margin: 10px
}

.column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px
}

.column .column-2 {
    width: 50%;
    padding: 10px 20px
}

.column .column-3 {
    max-width: 320px;
    width: 33.3%;
    padding: 20px
}

.fancybox-navigation {
    position: static
}

.list-pages {
    margin: 80px 0
}

.list-pages>*+* {
    margin-top: 20px
}

.list-pages a {
    font-size: 20px;
    color: #fff
}

.list-pages a:hover {
    text-decoration: underline
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.arrow-btn {
    display: flex;
    align-items: center;
    transition: .2s ease-out;
    opacity: .5
}

.arrow-btn>*+* {
    margin-left: 6px
}

.arrow-btn--txt {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%
}

.arrow-btn--txt,
.arrow-btn .icon {
    color: #fff;
    transition: .2s ease-out
}

.arrow-btn .icon {
    font-size: 10px
}

.arrow-btn:hover {
    opacity: 1
}

.arrow-btn:hover * {
    color: orange
}

.arrow-btn.active .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.button {
    background: #5f2eea;
    border-radius: 12px;
    border: 1px solid #5f2eea
}

.button,
.button span {
    text-align: center;
    transition: .2s ease-out
}

.button span {
    line-height: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #fff
}

.button:hover {
    background: #673aec;
    border-color: #673aec
}

.button-transparent {
    background: 0 0;
    border-color: hsla(0, 0%, 100%, .5)
}

.button-transparent span {
    color: hsla(0, 0%, 100%, .5)
}

.button-transparent:hover {
    border-color: #fff;
    background: 0 0
}

.button-transparent:hover span {
    color: #fff
}

.exit-btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: .2s ease-out;
    color: hsla(0, 0%, 100%, .5)
}

.exit-btn:hover {
    color: orange
}

.fancybox-bg {
    background: rgba(33, 36, 43, .2);
    opacity: 1 !important
}

body.fancybox-active .wrapper {
    -webkit-filter: blur(18px);
    filter: blur(18px)
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

input::-webkit-input-placeholder {
    color: #000
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #000
}

input:-ms-input-placeholder {
    color: #000
}

textarea::-webkit-input-placeholder {
    color: #000
}

textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #000
}

textarea:-ms-input-placeholder {
    color: #000
}

input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

input:focus:-ms-input-placeholder {
    color: transparent;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.modal {
    background: rgba(33, 36, 43, .5);
    border-radius: 24px;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    box-shadow: none
}

.modal,
.modal>* {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s
}

.fancybox-slide--current .modal,
.fancybox-slide--current .modal>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header {
    z-index: 10;
    padding: 16px 0;
    background: rgba(27, 29, 34, .25)
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.header .logo-img img {
    width: 56%
}

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

.header__right>*+* {
    margin-left: 18px
}

.header__right--connected>*+* {
    margin-left: 30px
}

.header-btn {
    border-radius: 15px;
    padding: 6px
}

.header-btn,
.header-btn span {
    background: rgba(27, 29, 34, .25);
    transition: .2s ease-out
}

.header-btn span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 17px 31px;
    border-radius: 12px
}

.header-btn:hover span {
    background: #673aec
}

.header-connected {
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 20px;
    background: rgba(27, 29, 34, .25);
    border-radius: 15px
}

.header-connected>*+* {
    margin-left: 20px
}

.header-connected__balance {
    display: flex;
    align-items: center
}

.header-connected__balance .col {
    margin-left: 10px
}

.header-connected__balance .col>*+* {
    margin-top: 2px
}

.header-connected__icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffca43, #ff7347);
    display: flex;
    align-items: center;
    justify-content: center
}

.header-connected__icon img {
    max-height: 100%;
    width: 13px;
    height: 13px
}

.header-connected__info {
    background: rgba(27, 29, 34, .25);
    border-radius: 12px;
    padding: 16px 22px;
    display: flex;
    align-items: center
}

.header-connected__info>*+* {
    margin-left: 15px
}

.custom-select {
    width: -webkit-max-content;
    width: max-content;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-select--output {
    cursor: pointer;
    z-index: 11
}

.custom-select--output span {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    transition: .2s ease-out
}

.custom-select--output:hover span {
    color: orange
}

.custom-select--list {
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    width: -webkit-max-content;
    width: max-content;
    padding: 20px 23px;
    display: none;
    margin: 10px 0 0;
    right: 0;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2)
}

.custom-select--list:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    right: 18px;
    transition: .2s ease-out
}

.custom-select--list>*+* {
    margin-top: 10px
}

.custom-select--list li {
    list-style-type: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #1e2329;
    transition: .2s ease-out
}

.custom-select--list li:hover {
    cursor: pointer;
    color: orange
}

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

.logo.radar {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 170px
}

.logo.certik {
    width: 160px
}

.logo-img {
    background: linear-gradient(135deg, #ffca43, #ff7347);
    box-shadow: 0 0 30px rgba(255, 159, 69, .3);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.logo-img img {
    max-height: 100%
}

.logo .col {
    margin-left: 20px
}

.logo .col>*+* {
    margin-top: 5px
}

.logo .h5 {
    opacity: .5
}

.footer {
    z-index: 10;
    padding: 60px 0
}

.footer__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem
}

.footer .container {
    text-align: center
}

.footer .button {
    max-width: 200px;
    width: 100%
}

.card {
    padding: 30px 50px;
    background: rgba(27, 29, 34, .25);
    border-radius: 24px
}

.welcome {
    padding: 60px 0
}

.welcome .card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.welcome .card .col h3 {
    opacity: .75;
    margin: 2px 0 18px
}

.welcome .card .col h5 {
    opacity: .5
}

.welcome .card ul {
    max-width: 360px;
    width: 100%
}

.welcome .card ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.welcome .card ul>*+* {
    margin-top: 8px
}

.welcome .links-row {
    margin-top: 60px
}

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

.links-row>*+* {
    margin-left: 100px
}

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

.links-row__wrap>*+* {
    margin-left: 10px
}

.link-icon {
    flex-direction: column;
    transition: .2s ease-out
}

.link-icon,
.link-icon__img {
    display: flex;
    align-items: center;
    justify-content: center
}

.link-icon__img {
    background: rgba(27, 29, 34, .25);
    border-radius: 14px;
    width: 60px;
    height: 60px;
    margin-bottom: 14px
}

.link-icon__img img {
    max-height: 100%
}

.link-icon .h6 {
    transition: .2s ease-out
}

.link-icon:hover .h6 {
    color: orange
}

.dashboard {
    padding: 0 0 60px
}

.dashboard h2 {
    margin: 0 0 20px
}

.dashboard .card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.dashboard .row>*+* {
    margin-left: 60px
}

.dashboard .logo-img {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    color: #e5701b
}

.dashboard .logo .col {
    margin-left: 16px
}

.dashboard .logo .col h6 {
    color: hsla(0, 0%, 100%, .5)
}

.info-col {
    display: flex;
    flex-direction: column
}

.info-col .small {
    margin-top: 2px
}

.info-col h6 {
    opacity: .5;
    margin-top: 6px
}

.button-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 200px
}

.button-col>*+* {
    margin-top: 5px
}

.user-transation-holder {
    max-height: 262px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.user-transation-holder::-webkit-scrollbar {
    display: none
}

.user-transation-holder::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.user-transation-holder::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5
}

.user-transation-holder::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #3f4c74
}

.block-hidden {
    margin: 30px 0 0
}

.block-hidden table thead th {
    text-align: center;
    padding: 0 6px 6px
}

.block-hidden table tbody tr+tr {
    border-top: 2px solid transparent
}

.block-hidden table tbody tr td:first-child {
    border-radius: 8px 0 0 8px
}

.block-hidden table tbody tr td:last-child {
    border-radius: 0 8px 8px 0
}

.block-hidden table tbody td {
    background: rgba(27, 29, 34, .25);
    text-align: center;
    padding: 7px
}

.block-hidden table tbody td .small {
    color: #fff
}

.link-copy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 14px
}

.link-copy>*+* {
    margin-left: 7px
}

.link-copy--wrap {
    border-radius: 100px;
    padding: 6px 14px;
    background: rgba(27, 29, 34, .25);
    display: flex;
    align-items: center
}

.link-copy--wrap.active:before {
    -webkit-animation: fadein 2s;
    animation: fadein 2s
}

.link-copy--wrap:before {
    content: attr(data-label);
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: hsla(0, 0%, 100%, .75);
    width: 50px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(27, 29, 34, .5);
    border-radius: 4px;
    pointer-events: none;
    transition: .2s ease-out;
    opacity: 0
}

.link-copy--wrap>*+* {
    margin-left: 4px
}

.link-copy--wrap p {
    height: auto;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    width: 250px;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.link-copy--btn,
.link-copy--wrap p {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5)
}

.link-copy--btn {
    display: flex;
    transition: .2s ease-out
}

.link-copy--btn:hover {
    color: orange
}

.affiliate h2 {
    margin: 0 0 20px
}

.affiliate .card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.affiliate .card .row {
    padding-right: 90px
}

.affiliate .card .row>*+* {
    margin-left: 60px
}

.info-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -20px
}

.info-row__item {
    margin: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(27, 29, 34, .25);
    border-radius: 20px;
    padding: 4px;
    width: 96px
}

.info-row__item h6 {
    color: #fff;
    padding-left: 8px
}

.info-row__item span {
    background: linear-gradient(135deg, #ffca43, #ff7347);
    border-radius: 20px;
    width: 44px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #fff
}

.modal-deposit,
.modal-exit {
    background: rgba(33, 36, 43, .5);
    border-radius: 24px;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    box-shadow: none
}

.modal-deposit h2 {
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: none
}

.modal-deposit form>*+* {
    margin-top: 10px
}

.modal-deposit form h5 {
    color: hsla(0, 0%, 100%, .5)
}

.modal-deposit form h5 span {
    color: #fff
}

.modal-deposit form .button {
    margin: 20px 0 0;
    width: 100%
}

.modal-deposit form .button span {
    font-size: 14px;
    line-height: 46px
}

.modal-deposit form .form-agreement {
    margin-top: 20px
}

.modal-deposit form .form-percents {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px -10px
}

.modal-deposit form .form-percents .small {
    width: calc(25% - 10px);
    margin: 0 5px 10px;
    text-align: center;
    color: #fff;
    background: rgba(27, 29, 34, .25);
    border-radius: 8px;
    padding: 7px
}

.modal-exit h4 {
    margin: 0 0 20px;
    font-size: 16px
}

.modal-exit__wrap {
    background: rgba(27, 29, 34, .5);
    border-radius: 12px;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.modal-exit__wrap .col>*+* {
    margin-top: 10px
}

.modal-exit__wrap .button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: -webkit-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: max-content;
    padding: 0 12px;
    box-shadow: 0 0 20px rgba(95, 46, 234, .5);
    border-radius: 6px
}

.modal-exit__wrap .button span {
    line-height: 22px;
    display: flex;
    align-items: center
}

.modal-exit__wrap .button span img {
    width: 10px;
    height: 10px;
    margin-right: 6px
}

.modal-exit__wallet {
    display: flex;
    align-items: center
}

.modal-exit__wallet h4 {
    margin: 0 0 0 6px
}

.modal-exit__icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffca43, #ff7347)
}

.modal-exit__icon img {
    width: 9px;
    height: 9px;
    max-width: 100%
}

.input-wrap {
    width: 100%
}

.input-wrap input {
    background: rgba(27, 29, 34, .5);
    border-radius: 12px;
    height: 48px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    padding: 0 20px
}

.input-wrap input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .25)
}

.input-wrap input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .25)
}

.input-wrap input::placeholder {
    color: hsla(0, 0%, 100%, .25)
}

.fancybox-button {
    outline: 0 !important;
    border: none !important;
    right: 15px !important;
    top: 15px !important
}

.fancybox-button svg path {
    fill: #fff;
    transition: .2s ease-out
}

.fancybox-button:hover svg path {
    fill: orange
}

.page-welcome {
    padding: 60px 0
}

.page-welcome .card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.page-welcome .button {
    max-width: 200px;
    width: 100%
}

.page-welcome .logo-img {
    width: 60px;
    height: 60px;
    min-width: 60px
}

.page-welcome .logo h6 {
    color: hsla(0, 0%, 100%, .5)
}

.page-welcome .logo .col {
    margin-left: 30px
}

.page-welcome .logo .col>*+* {
    margin-top: 10px
}

.platform {
    padding: 0 0 60px
}

.platform h2 {
    margin: 0 0 20px
}

.platform__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px
}

.platform-item {
    width: calc(33.33333% - 20px);
    margin: 0 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 40px;
    background: rgba(27, 29, 34, .25);
    border-radius: 24px
}

.platform-item h4 {
    margin: 20px 0 10px;
    font-size: 16px
}

.platform-item h6 {
    color: hsla(0, 0%, 100%, .5);
    line-height: 125%;
    font-weight: 500
}

.platform-item__icon {
    width: 40px;
    height: 40px
}

.platform-item__icon img {
    width: 100%;
    height: 100%;
    max-height: 100%
}

.user {
    padding: 0 0 60px
}

.user__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px
}

.user__half {
    width: calc(50% - 40px);
    margin: 0 20px 40px
}

.user__half h2 {
    margin: 0 0 20px
}

.user-item {
    background: rgba(27, 29, 34, .25);
    border-radius: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 40px
}

.user-item>*+* {
    margin-top: 20px
}

.user-item h6 {
    color: hsla(0, 0%, 100%, .5)
}

.user-item>h6 {
    font-weight: 500;
    line-height: 125%
}

.user-item .logo-img {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    color: #e5701b
}

.user-item .logo h4 {
    font-size: 16px
}

.user-item .info-row {
    margin: 0 -10px -20px;
    justify-content: center;
    max-width: 90%
}

.user-item .info-row__item {
    margin: 0 10px 20px
}

.user-item .info-row__item h6 {
    color: #fff
}

.program {
    padding: 0 0 60px
}

.program h2 {
    margin: 0 0 20px
}

.program .card {
    padding: 10px
}

.program .card .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px
}

.program-item {
    width: calc(16.66667% - 10px);
    margin: 0 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: rgba(27, 29, 34, .25);
    border-radius: 18px;
    padding: 33px 10px
}

.program-item>*+* {
    margin-top: 6px
}

.program-item h6 {
    color: hsla(0, 0%, 100%, .5)
}

.program-item h4 {
    font-size: 16px
}

.security {
    padding: 0 0 60px
}

.security h2 {
    margin: 0 0 20px
}

.security .card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.security .row {
    max-width: 75%;
    align-items: center;
    flex-wrap: nowrap
}

.security .row>*+* {
    margin-left: 50px
}

.security .row h6 {
    color: hsla(0, 0%, 100%, .5);
    font-weight: 500;
    line-height: 125%
}

.security .row h6 a {
    color: orange
}

.security .row h6 a:hover {
    text-decoration: underline
}

.security .row h6 b {
    color: #fff;
    font-weight: 600
}

.security .logo {
    min-width: 211px
}

.security .button {
    max-width: 200px;
    width: 100%
}

.divider {
    background: hsla(0, 0%, 100%, .25);
    border-radius: 10px;
    width: 1px;
    height: 50px
}

.start {
    padding: 0 0 60px
}

.start h2 {
    margin: 0 0 20px
}

.start .card {
    padding: 30px
}

.start-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.start-item+.start-item {
    margin-top: 20px
}

.start-item .col {
    width: calc(100% - 40px);
    padding-left: 15px
}

.start-item .col>*+* {
    margin-top: 5px
}

.start-item .col h6 {
    color: hsla(0, 0%, 100%, .5);
    font-weight: 500;
    line-height: 125%
}

.start-item__num {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(27, 29, 34, .5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff
}

.links h2 {
    margin: 0 0 20px
}

.links .card {
    padding: 30px
}

.links .card .row {
    margin: 0 -10px -10px
}

.links .card .small {
    width: calc(25% - 20px);
    margin: 0 10px 10px;
    background: rgba(27, 29, 34, .25);
    border-radius: 8px;
    padding: 7px;
    text-align: center;
    color: #fff;
    transition: .2s ease-out
}

.links .card .small:hover {
    color: orange
}

@media (max-width:1170px) {
    .card {
        padding: 30px
    }
    .info-row {
        margin: 0 -5px -10px
    }
    .info-row__item {
        margin: 0 5px 10px
    }
}

@media (max-width:991px) {
    .h1,
    h1 {
        font-size: 40px
    }
    .h2,
    h2 {
        font-size: 22px
    }
    .h3,
    h3 {
        font-size: 18px
    }
    .h4,
    h4 {
        font-size: 16px
    }
    .welcome .card .col h3 {
        margin: 6px 0
    }
    .welcome .card ul {
        padding: 30px 0 0;
        max-width: 100%
    }
    .welcome .links-row {
        margin-top: 30px
    }
    .welcome .links-row>*+* {
        margin-left: 10px
    }
    .page-welcome .card .button {
        max-width: 100%;
        margin: 20px 0 0
    }
    .platform-item {
        width: calc(50% - 20px)
    }
    .user__wrap {
        margin: 0 -10px -10px
    }
    .user__half {
        width: calc(50% - 20px);
        margin: 0 10px 20px
    }
    .user-item .info-row {
        max-width: 100%
    }
    .security .card .row {
        width: 100%;
        max-width: 100%
    }
    .security .button {
        max-width: 100%;
        margin: 20px 0 0
    }
    .program-item {
        width: calc(33.33333% - 10px)
    }
    .dashboard .card .arrow-btn {
        width: 100%
    }
    .dashboard .card .button-col {
        max-width: 100%;
        width: 100%
    }
    .dashboard .card .arrow-btn {
        margin: 20px auto;
        justify-content: center
    }
    .affiliate .card .row {
        width: 100%;
        padding: 30px 0 0
    }
    .affiliate .card .col {
        width: 100%
    }
    .header {
        padding: 10px 0
    }
    .header .logo-img {
        width: 40px;
        height: 40px
    }
    .header .logo .col {
        margin-left: 10px
    }
    .header .logo .col .h2 {
        font-size: 18px
    }
    .header .logo .col .h5 {
        font-size: 12px
    }
    .header .logo .col>*+* {
        margin-top: 4px
    }
    .header-btn {
        padding: 4px
    }
    .header-btn span {
        padding: 12px 24px
    }
    .header-connected {
        padding: 4px 4px 4px 10px
    }
    .header-connected__info {
        padding: 12px 18px
    }
    .custom-select--output span {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .h1,
    h1 {
        font-size: 32px
    }
    .h2,
    h2 {
        font-size: 20px
    }
    .footer {
        padding: 30px 0
    }
    .container,
    .container-fluid {
        padding: 0 16px
    }
    .card {
        padding: 20px 15px
    }
    .welcome {
        padding: 40px 0
    }
    .welcome .card ul {
        padding: 20px 0 0
    }
    .welcome .links-row {
        flex-direction: column
    }
    .welcome .links-row__wrap {
        margin: 0 -5px -10px
    }
    .welcome .links-row__wrap .link-icon {
        margin: 0 5px 10px
    }
    .welcome .links-row__wrap+.links-row__wrap {
        margin: 10px -5px -5px
    }
    .page-welcome {
        padding: 40px 0
    }
    .dashboard {
        padding: 0 0 40px
    }
    .dashboard h2 {
        margin: 0 0 15px
    }
    .dashboard .card .row {
        padding: 20px 0 0;
        margin: 0 0 -20px;
        width: 100%
    }
    .dashboard .card .row .info-col {
        width: 50%;
        margin: 0 0 20px
    }
    .affiliate h2 {
        margin: 0 0 15px
    }
    .link-copy h5 {
        width: 100%
    }
    .link-copy>*+* {
        margin: 7px 0 0
    }
    .link-copy--wrap {
        width: 100%;
        padding: 6px 10px
    }
    .link-copy--wrap p {
        width: calc(100% - 16px)
    }
    .platform {
        padding: 0 0 40px
    }
    .platform-item {
        width: 100%;
        padding: 20px 15px
    }
    .user {
        padding: 0 0 40px
    }
    .user__half {
        width: 100%
    }
    .user-item {
        padding: 20px 15px
    }
    .program {
        padding: 0 0 40px
    }
    .program-item {
        width: calc(50% - 10px)
    }
    .security {
        padding: 0 0 40px
    }
    .security .card .row {
        flex-direction: column
    }
    .security .card .row>* {
        width: 100%
    }
    .security .card .row>*+* {
        margin: 20px 0 0
    }
    .start {
        padding: 0 0 40px
    }
    .start .card {
        padding: 20px 15px
    }
    .links .card .row {
        margin: 0 -5px -10px
    }
    .links .card .small {
        width: calc(33.33333% - 10px);
        margin: 0 5px 10px
    }
    .links .card {
        padding: 20px 15px
    }
    .divider {
        width: 100%;
        height: 1px
    }
    .header .logo-img {
        width: 35px;
        height: 35px
    }
    .header .logo .col {
        display: none
    }
    .header-btn span {
        font-size: 12px
    }
    .header-connected>*+* {
        margin-left: 10px
    }
    .header-connected__info {
        padding: 12px
    }
    .header-connected__info h5 {
        font-size: 12px
    }
    .header-connected__info>*+* {
        margin-left: 10px
    }
    .header-connected__balance .col {
        margin-left: 6px
    }
    .header-connected__balance .col h5 {
        font-size: 12px
    }
    .header-connected__icon {
        width: 18px;
        height: 18px
    }
    .custom-select--output span,
    .exit-btn {
        font-size: 12px
    }
    .modal {
        padding: 20px 15px
    }
    .modal-wallet {
        max-width: 90%
    }
    .modal-wallet__item {
        width: 100%;
        padding: 6px
    }
    .modal-wallet__item a {
        padding: 20px 6px
    }
    .modal-wallet__item a .h2 {
        margin: 10px 0 6px;
        font-size: 18px
    }
    .modal-wallet__item a .h4 {
        font-size: 12px
    }
    .modal-wallet__icon {
        width: 36px;
        height: 36px
    }
    .modal-exit__wallet h4 {
        font-size: 14px
    }
    .modal-exit__wrap {
        padding: 10px
    }
    .modal-exit__wrap .col {
        width: 100%
    }
    .modal-exit__wrap {
        background: rgba(27, 29, 34, .5);
        border-radius: 12px;
        padding: 20px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .modal-exit__wrap .button {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        margin: 10px 0 0
    }
    .modal-exit__wrap .button span {
        justify-content: center
    }
    .modal h2 {
        margin-bottom: 20px
    }
    .fancybox-button {
        top: 5px !important;
        right: 0 !important
    }
}

.modalContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background: rgb(68 81 112/50%);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px)
}

.inner-modal {
    background: rgba(33, 36, 43, .5);
    border-radius: 24px
}

.attention-middle-text {
    font-weight: 600;
    font-size: .75rem;
    line-height: 120%;
    color: hsla(0, 0%, 100%, .5);
    text-align: center;
    margin-top: 1rem
}

.attention-top-text {
    background: rgba(27, 29, 34, .5);
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 12px;
    color: #fff;
    padding: 1rem;
    font-weight: 600;
    font-size: .87rem;
    line-height: 120%
}

.modal-bottom-btn {
    border-radius: 12px;
    padding: 1rem 2.5rem;
    width: 48%;
    white-space: nowrap
}

.modal-bottom-btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.telegram-com-btn {
    background: #5f2eea;
    color: #fff
}

.modal-btn-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem
}

.dont-show-btn {
    background: rgba(33, 36, 43, .5);
    color: hsla(0, 0%, 100%, .5)
}

.web3modal-modal-lightbox {
    background: rgb(68 81 112/50%) !important;
    -webkit-backdrop-filter: blur(13px) !important;
    backdrop-filter: blur(13px) !important;
    z-index: 10 !important
}

.web3modal-modal-card {
    overflow: hidden;
    max-width: 800px !important;
    padding: 0 !important;
    background: #fff !important;
    z-index: 100000000
}

.web3modal-provider-container {
    background-color: #fff !important
}

.web3modal-provider-container:hover {
    background-color: #f7f7f7 !important
}

.web3modal-provider-name {
    color: #000 !important;
    text-transform: none;
    margin: 16px 0 10px
}

.web3modal-provider-description {
    color: #a9a9bc !important;
    font-weight: 600 !important;
    font-size: 16px !important
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

@media screen and (max-width:580px) {
    .modal-bottom-btn {
        width: 90%
    }
    .modal-btn-holder {
        grid-gap: 1rem;
        gap: 1rem;
        justify-content: center;
        text-align: center
    }
    .attention-top-text {
        text-align: center
    }
}

/*# sourceMappingURL=main.79caefbe.chunk.css.map */