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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  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(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.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 0.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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  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: transform, opacity;
  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 {
  animation-timing-function: cubic-bezier(0.5, 0, 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;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-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;
  -moz-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, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.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;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.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, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 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 {
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  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 0.2s;
  -webkit-user-select: none;
  -moz-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, 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, 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 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.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;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  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: -0.25em;
}
sup {
  top: -0.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: 0.35em 0.75em 0.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;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: none;
  outline: 0;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: 0 0;
}
input {
  outline: 0;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: 0.75em;
  opacity: 0.8;
}
[hidden] {
  display: none !important;
}
.img-full {
  width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.h1,
h1 {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  color: #fff;
}
.h2,
h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
}
.h3,
h3 {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}
.h4,
h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}
.h5,
h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}
.h6,
h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}
.h6 a,
h6 a {
  color: orange;
}
.h6 a:hover,
h6 a:hover {
  text-decoration: underline;
}
.small {
}
.toastmsg-text {
  font-size: 16px;
  color: #000;
  margin: 0.5rem 0rem;
}
.receipt-btn {
  background-color: #6367a7;
  padding: 0.3rem 1rem;
  color: #fff;
  border-radius: 10px;
}
.Toastify__progress-bar--success {
  background: #6367a7 !important;
}
.Toastify__toast-icon > svg {
  fill: #6367a7;
}
.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 16px;
}
body:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background: -webkit-radial-gradient(25% 0, circle, #2f1a52, #7b3fe4 50%),
    -webkit-radial-gradient(
        80% 80%,
        circle,
        rgb(131, 133, 122),
        rgba(112, 128, 144, 0.2) 50%
      ) #fcedd0 !important;
  background: -moz-radial-gradient(
      25% 0,
      circle,
      #2f1a52,
      rgba(227, 255, 240, 0) 50%
    ),
    -moz-radial-gradient(
        80% 80%,
        circle,
        rgb(131, 133, 122),
        rgba(131, 165, 203, 0) 50%
      ) #fcedd0 !important;
  background: -o-radial-gradient(
      25% 0,
      circle,
      #2f1a52,
      rgba(227, 255, 240, 0) 50%
    ),
    -o-radial-gradient(
        80% 80%,
        circle,
        rgb(131, 133, 122),
        rgba(131, 165, 203, 0) 50%
      ) #fcedd0 !important;
  background: radial-gradient(circle at 25% 0, #2f1a52, #7b3fe4 50%),
    radial-gradient(
        circle at 80% 80%,
        rgb(131, 133, 122),
        rgba(112, 128, 144, 0.2) 50%
      )
      #fcedd0 !important;
}
@media (max-width: 735px) {
  body body {
    font-size: 14px;
  }
}
.wrapper {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
header {
  width: 100%;
}
main {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: block;
}
footer {
  margin: auto auto 0 auto;
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 0.5;
}
.arrow-btn > * + * {
  margin-left: 6px;
}
.arrow-btn--txt {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.arrow-btn .icon {
  font-size: 10px;
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.arrow-btn:hover {
  opacity: 1;
}
.arrow-btn:hover * {
  color: orange;
}
.arrow-btn.active .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button {
  background: #2f1a52;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #7b3fe4;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button span {
  line-height: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button:hover {
  background: #bfaf9b;
  border-color: #ccbba6;
}
.button-transparent {
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-transparent span {
  color: rgba(255, 255, 255, 0.5);
}
.button-transparent:hover {
  border-color: #fff;
  background: 0 0;
}
.button-transparent:hover span {
  color: #fff;
}
.exit-btn {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: rgba(255, 255, 255, 0.5);
}
.exit-btn:hover {
  color: orange;
}
.fancybox-bg {
  background: rgba(33, 36, 43, 0.2);
  opacity: 1 !important;
}
body.fancybox-active .wrapper {
  -webkit-filter: blur(18px);
  filter: blur(18px);
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
textarea::-moz-placeholder {
  color: #000;
}
textarea:-moz-placeholder {
  color: #000;
}
textarea:-ms-input-placeholder {
  color: #000;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input:focus:-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
textarea:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
textarea:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal {
  background: rgba(33, 36, 43, 0.5);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal,
.modal > * {
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s,
    -moz-transform 0.5s, -o-transform 0.5s;
}
.fancybox-slide--current .modal,
.fancybox-slide--current .modal > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header {
  z-index: 10;
  padding: 16px 0;
  background: rgba(27, 29, 34, 0.25);
}
.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .logo-img img {
  width: 56%;
}
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__right > * + * {
  margin-left: 18px;
}
.header__right--connected > * + * {
  margin-left: 30px;
}
.header-btn {
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 6px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.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;
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.header-btn:hover span {
  background: #673aec;
}
.header-connected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 6px 6px 20px;
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.header-connected > * + * {
  margin-left: 20px;
}
.header-connected__balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-connected__balance .col {
  margin-left: 10px;
}
.header-connected__balance .col > * + * {
  margin-top: 2px;
}
.header-connected__icon {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: -webkit-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: -moz-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: -o-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: linear-gradient(135deg, #ffca43 0, #ff7347 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-connected__icon img {
  max-height: 100%;
  width: 13px;
  height: 13px;
}
.header-connected__info {
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 16px 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-connected__info > * + * {
  margin-left: 15px;
}
.custom-select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-user-select: none;
  -moz-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;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.custom-select--output:hover span {
  color: orange;
}
.custom-select--list {
  z-index: 10;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 23px;
  display: none;
  margin: 10px 0 0 0;
  right: 0;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  -moz-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.custom-select--list:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  right: 18px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.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;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.custom-select--list li:hover {
  cursor: pointer;
  color: orange;
}
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo.radar {
  filter: brightness(0) invert(1);
  width: 170px;
}
.logo.certik {
  width: 160px;
}
.logo-img {
  background: -webkit-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: -moz-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: -o-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: linear-gradient(135deg, #ffca43 0, #ff7347 100%);
  -webkit-box-shadow: 0 0 30px rgba(255, 159, 69, 0.3);
  -moz-box-shadow: 0 0 30px rgba(255, 159, 69, 0.3);
  box-shadow: 0 0 30px rgba(255, 159, 69, 0.3);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.logo-img img {
  max-height: 100%;
}
.logo .col {
  margin-left: 20px;
}
.logo .col > * + * {
  margin-top: 5px;
}
.logo .h5 {
  opacity: 0.5;
}
.footer {
  z-index: 10;
  padding: 60px 0;
}
.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer .container {
  text-align: center;
}
.footer .button {
  max-width: 200px;
  width: 100%;
}
.card {
  padding: 30px 50px;
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.welcome {
  padding: 60px 0;
}
.welcome .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.welcome .card .col h3 {
  opacity: 0.75;
  margin: 2px 0 18px;
}
.welcome .card .col h5 {
  opacity: 0.5;
}
.welcome .card ul {
  max-width: 360px;
  width: 100%;
}
.welcome .card ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.welcome .card ul > * + * {
  margin-top: 8px;
}
.welcome .links-row {
  margin-top: 60px;
}
.links-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.links-row > * + * {
  margin-left: 100px;
}
.links-row__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.links-row__wrap > * + * {
  margin-left: 10px;
}
.link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.link-icon__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}
.link-icon__img img {
  max-height: 100%;
}
.link-icon .h6 {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.link-icon:hover .h6 {
  color: orange;
}
.dashboard {
  padding: 0 0 60px;
}
.dashboard h2 {
  margin: 0 0 20px;
}
.dashboard .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dashboard .row > * + * {
  margin-left: 60px;
}
.dashboard .logo-img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: #e5701b;
  text-align: center;
}
.dashboard .logo .col {
  margin-left: 16px;
}
.dashboard .logo .col h6 {
  color: rgba(255, 255, 255, 0.5);
}
.info-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info-col .small {
  margin-top: 2px;
}
.info-col h6 {
}
.button-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  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;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 0.5px solid #8385a8;
}
.user-transation-holder::-webkit-scrollbar {
  display: none;
}

.user-transation-holder::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 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, 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 {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.block-hidden table tbody tr td:last-child {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.block-hidden table tbody td {
  background: rgba(27, 29, 34, 0.25);
  text-align: center;
  padding: 7px;
}
.block-hidden table tbody td .small {
  color: #fff;
}
.link-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.link-copy > * + * {
  margin-left: 7px;
}
.link-copy--wrap {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 6px 14px;
  background: rgba(27, 29, 34, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-copy--wrap.active:before {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
.link-copy--wrap:before {
  content: attr(data-label);
  position: absolute;
  bottom: -webkit-calc(100% + 5px);
  bottom: -moz-calc(100% + 5px);
  bottom: calc(100% + 5px);
  right: 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  width: 50px;
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(27, 29, 34, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  pointer-events: none;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 0;
}
.link-copy--wrap > * + * {
  margin-left: 4px;
}
.link-copy--wrap p {
  height: auto;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  width: 250px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.link-copy--btn {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.link-copy--btn:hover {
  color: orange;
}
.affiliate h2 {
  margin: 0 0 20px;
}
.affiliate .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.affiliate .card .row {
  padding-right: 90px;
}
.affiliate .card .row > * + * {
  margin-left: 60px;
}
.info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -20px;
}
.info-row__item {
  margin: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px;
  width: 96px;
}
.info-row__item h6 {
  color: #fff;
  padding-left: 8px;
}
.info-row__item span {
  background: -webkit-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: -moz-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: -o-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: linear-gradient(135deg, #ffca43 0, #ff7347 100%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 44px;
  height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}
.modal-deposit {
  background: linear-gradient(to right, #2f1a52, #7b3fe4);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-exit {
  background: rgba(33, 36, 43, 0.5);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-deposit h2 {
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: initial;
}
.modal-deposit form > * + * {
  margin-top: 10px;
}
.modal-deposit form h5 {
  color: rgba(255, 255, 255, 1);
}
.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;
  color: white;
}
w3m-modal {
  position: fixed !important;
}
.modal-deposit form .form-percents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -5px -10px;
}
.modal-deposit form .form-percents .small {
  width: -webkit-calc(100% / 5 - 10px);
  width: -moz-calc(100% / 5 - 10px);
  width: calc(100% / 5 - 10px);
  margin: 0 5px 10px;
  text-align: center;
  color: #fff;
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 7px;
}
.modal-exit h4 {
  margin: 0 0 20px;
  font-size: 16px;
}
.modal-exit__wrap {
  background: rgba(27, 29, 34, 0.5);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  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: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0 12px;
  -webkit-box-shadow: 0 0 20px rgba(161, 148, 134, 0.5);
  -moz-box-shadow: 0 0 20px rgba(161, 148, 134, 0.5);
  box-shadow: 0 0 20px rgba(161, 148, 134, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.modal-exit__wrap .button span {
  line-height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-exit__wrap .button span img {
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.modal-exit__wallet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-exit__wallet h4 {
  margin: 0 0 0 6px;
}
.modal-exit__icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: -webkit-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: -moz-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: -o-linear-gradient(315deg, #ffca43 0, #ff7347 100%);
  background: linear-gradient(135deg, #ffca43 0, #ff7347 100%);
}
.modal-exit__icon img {
  width: 9px;
  height: 9px;
  max-width: 100%;
}
.input-wrap {
  width: 100%;
}
.input-wrap input {
  background: rgba(27, 29, 34, 0.5);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  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: rgba(255, 255, 255, 0.25);
}
.input-wrap input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-wrap input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-wrap input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-wrap input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.fancybox-button {
  outline: 0 !important;
  border: none !important;
  right: 15px !important;
  top: 15px !important;
}
.fancybox-button svg path {
  fill: #fff;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.fancybox-button:hover svg path {
  fill: orange;
}
.page-welcome {
  padding: 60px 0;
}
.page-welcome .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  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: rgba(255, 255, 255, 0.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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.platform-item {
  width: -webkit-calc(100% / 3 - 20px);
  width: -moz-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px 40px;
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.platform-item h4 {
  margin: 20px 0 10px;
  font-size: 16px;
}
.platform-item h6 {
  color: rgba(255, 255, 255, 0.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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
.user__half {
  width: -webkit-calc(100% / 2 - 40px);
  width: -moz-calc(100% / 2 - 40px);
  width: calc(100% / 2 - 40px);
  margin: 0 20px 40px;
}
.user__half h2 {
  margin: 0 0 20px;
}
.user-item {
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 30px 40px;
}
.user-item > * + * {
  margin-top: 20px;
}
.user-item h6 {
  color: rgba(255, 255, 255, 0.5);
}
.user-item > h6 {
  font-weight: 500;
  line-height: 125%;
}
.user-item .logo-img {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.program-item {
  width: -webkit-calc(100% / 6 - 10px);
  width: -moz-calc(100% / 6 - 10px);
  width: calc(100% / 6 - 10px);
  margin: 0 5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 33px 10px;
}
.program-item > * + * {
  margin-top: 6px;
}
.program-item h6 {
  color: rgba(255, 255, 255, 0.5);
}
.program-item h4 {
  font-size: 16px;
}
.security {
  padding: 0 0 60px;
}
.security h2 {
  margin: 0 0 20px;
}
.security .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.security .row {
  max-width: 75%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.security .row > * + * {
  margin-left: 50px;
}
.security .row h6 {
  color: rgba(255, 255, 255, 0.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: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.start-item + .start-item {
  margin-top: 20px;
}
.start-item .col {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  padding-left: 15px;
}
.start-item .col > * + * {
  margin-top: 5px;
}
.start-item .col h6 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  line-height: 125%;
}
.start-item__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(27, 29, 34, 0.5);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  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: -webkit-calc(100% / 4 - 20px);
  width: -moz-calc(100% / 4 - 20px);
  width: calc(100% / 4 - 20px);
  margin: 0 10px 10px;
  background: rgba(27, 29, 34, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 7px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.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 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 0;
  }
  .platform-item {
    width: -webkit-calc(100% / 2 - 20px);
    width: -moz-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }
  .user__wrap {
    margin: 0 -10px -10px;
  }
  .user__half {
    width: -webkit-calc(100% / 2 - 20px);
    width: -moz-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 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 0;
  }
  .program-item {
    width: -webkit-calc(100% / 3 - 10px);
    width: -moz-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
  }
  .dashboard .card .arrow-btn {
    width: 100%;
  }
  .dashboard .card .button-col {
    max-width: 100%;
    width: 100%;
  }
  .dashboard .card .arrow-btn {
    margin: 20px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    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 0;
  }
  .welcome .links-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    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 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 0;
  }
  .link-copy--wrap {
    width: 100%;
    padding: 6px 10px;
  }
  .link-copy--wrap p {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    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: -webkit-calc(100% / 2 - 10px);
    width: -moz-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
  }
  .security {
    padding: 0 0 40px;
  }
  .security .card .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .security .card .row > * {
    width: 100%;
  }
  .security .card .row > * + * {
    margin: 20px 0 0 0;
  }
  .start {
    padding: 0 0 40px;
  }
  .start .card {
    padding: 20px 15px;
  }
  .links .card .row {
    margin: 0 -5px -10px;
  }
  .links .card .small {
    width: -webkit-calc(100% / 3 - 10px);
    width: -moz-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 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;
  }
  .exit-btn {
    font-size: 12px;
  }
  .custom-select--output span {
    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, 0.5);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modal-exit__wrap .button {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin: 10px 0 0 0;
  }
  .modal-exit__wrap .button span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal h2 {
    margin-bottom: 20px;
  }
  .fancybox-button {
    top: 5px !important;
    right: 0 !important;
  }
}
/*# sourceMappingURL=main.min.css.map */

.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%);
  backdrop-filter: blur(13px);
}

.inner-modal {
  background: rgba(33, 36, 43, 0.5);
  border-radius: 24px;
}
.attention-middle-text {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 1rem;
}
.attention-top-text {
  background: rgba(27, 29, 34, 0.5);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  color: #fff;
  padding: 1rem;
  font-weight: 600;
  font-size: 0.87rem;
  line-height: 120%;
}
.modal-bottom-btn {
  border-radius: 12px;
  padding: 1rem 2.5rem;
  width: 48%;
  white-space: nowrap;
}
.modal-bottom-btn:hover {
  transform: scale(1.05, 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, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.web3modal-modal-lightbox {
  background: rgb(68 81 112 / 50%) !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: initial;
  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: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
@media screen and (max-width: 580px) {
  .modal-bottom-btn {
    width: 90%;
  }
  .modal-btn-holder {
    gap: 1rem;
    justify-content: center;
    text-align: center;
  }
  .attention-top-text {
    text-align: center;
  }
}

.info-col button.mt-20px {
  margin-top: 5px;
}

.video {
  margin-top: 64px;
}

.video h2 {
  margin-bottom: 25px;
}

.video p {
  margin-bottom: 0;
  text-align: center;
  color: whitesmoke;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 600px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #1b1d22;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 30px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

.modal-window label {
  color: white;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 6px 0;
  display: block;
}

.modal-window input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 0 15px;
  color: white;
}

.modal-window p:first-of-type {
  margin: 25px 0 15px 0;
}

.modal-window p {
  color: white;
  font-weight: 600;
}

.modal-window p span {
  float: right;
}

.modal-window input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
.modal-window input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
.modal-window input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.modal-window input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.modal-window input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.modal-window input::placeholder {
  /* Most modern browsers support this now. */
  color: #ffffff;
}

.header__wrap .logo-img {
  width: unset;
  background: transparent;
  box-shadow: unset;
  height: 70px;
}
