html {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  border: none;
  background: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #0B6E4F inset;
}

::-webkit-input-placeholder {
  color: #666;
}

input:-moz-placeholder {
  color: #666;
}

img,
video {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

svg {
  max-width: 100%;
}

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

[hidden] {
  opacity: 0;
  visibility: hidden;
}

i {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

hr {
  background: none;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  width: 100%;
}

p {
  line-height: 2rem;
}
p a {
  text-decoration: underline;
}

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

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-search-results-button {
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: white !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #222 inset !important;
  -webkit-text-fill-color: #fff !important;
}

html {
  font-family: "anjoman-it", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #e6e6e6;
  direction: rtl;
}

body {
  background: #0E0B0D;
  color: #ddf2f3;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #000;
}
body::-webkit-scrollbar-thumb {
  background: #483993;
}
body::-webkit-scrollbar-thumb:hover {
  background: #7167EF;
}

.slick-next, .slick-prev {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: calc(100% + 16px);
  border: solid 1px #ABC6EA;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
}
.slick-next:hover, .slick-prev:hover {
  background: rgba(255, 255, 255, 0.1);
}
.slick-prev {
  right: 54px;
}
.slick-next {
  left: 54px;
}

.card {
  padding: 32px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(113, 103, 239, 0.05) 100%);
  border: solid 1px rgba(255, 255, 255, 0.1);
  display: block;
  backdrop-filter: blur(30px);
}
.card.d-flex {
  display: flex;
}
.card--blue {
  background: linear-gradient(180deg, rgba(22, 148, 225, 0.2) 0%, rgba(8, 0, 109, 0.05) 100%);
}

.faq {
  margin-right: 32px;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.faq__item.active .faq__question {
  background: linear-gradient(90deg, rgba(72, 57, 147, 0) 0%, rgba(72, 57, 147, 0.2) 100%);
}
.faq__item.active .faq__question i {
  transform: rotate(0deg);
}
.faq__item.active .faq__answer {
  background: linear-gradient(90deg, rgba(72, 57, 147, 0) 0%, rgba(72, 57, 147, 0.2) 100%);
}
.faq__question {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
  color: #BEE7E8;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.1s ease-in-out;
}
.faq__question i {
  font-size: 20px;
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.faq__question:hover {
  background: linear-gradient(90deg, rgba(72, 57, 147, 0) 0%, rgba(72, 57, 147, 0.05) 100%);
}
.faq__answer {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 16px;
  line-height: 1.3;
  color: #ABC6EA;
  font-weight: 200;
  display: none;
}

.video_loop {
  background: #0E0B0D;
  position: relative;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_loop:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: #7167EF;
  border-radius: 100%;
  margin: auto;
  filter: blur(100px);
  z-index: 1;
  opacity: 0.4;
}
.video_loop--not_shadow:after {
  display: none;
}
.video_loop video {
  mix-blend-mode: lighten;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.video_loop--image {
  background: transparent;
}

.social_media li {
  margin-bottom: 16px;
}
.social_media__item {
  border: solid 1px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: rgba(72, 57, 147, 0.2);
  font-size: 1rem;
  transition: all 0.1s ease-in-out;
}
.social_media__item:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(72, 57, 147, 0.4);
}
.social_media__item small {
  direction: ltr;
  letter-spacing: 0.5px;
  color: #7167EF;
}
.social_media__item i {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-left: 8px;
  width: 58px;
  height: 54px;
}
.social_media__item i img {
  max-width: 24px;
}
.social_media--style2 li {
  margin-left: 4px;
}
.social_media--style2 .social_media__item {
  border-color: transparent;
  background: transparent;
}
.social_media--style2 .social_media__item:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.social_media--style2 .social_media__item i {
  border: none;
  margin: 0;
  width: 54px;
}

.btn {
  border: solid 1px rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: inset 8px 24px 30px rgba(138, 213, 215, 0.2);
  text-shadow: 0 4px 10px rgba(171, 198, 234, 0.7);
  transition: all 0.1s ease-in-out;
}
.btn img {
  max-height: 24px;
  margin-left: 8px;
}
.btn.active, .btn:hover {
  border-color: #ABC6EA;
  background: transparent;
  box-shadow: inset 0 30px 60px rgba(138, 213, 215, 0.6);
}
.btn--small {
  padding: 4px 16px;
}
.btn--mini {
  padding: 4px 8px;
  font-size: 0.72rem;
}
.btn--primary {
  background: linear-gradient(90deg, rgb(113, 103, 239) 0%, rgb(171, 198, 234) 100%);
  color: #0E0B0D;
}
.btn--primary:hover {
  box-shadow: inset 0 30px 60px rgba(113, 103, 239, 0.9);
  background: linear-gradient(90deg, rgb(113, 103, 239) 0%, rgb(171, 198, 234) 100%);
}
.btn--stroke {
  background: transparent;
  box-shadow: none;
  border: solid 1px #ABC6EA;
  text-shadow: none;
}
.btn--stroke:hover {
  background: rgba(171, 198, 234, 0.1);
  box-shadow: none;
}
.btn--icon {
  padding: 8px;
  width: 42px;
  height: 42px;
}
.btn--icon i {
  font-size: 2rem;
}
.btn--responsive {
  display: none;
}
.btn--success {
  box-shadow: inset 8px 24px 30px rgba(0, 250, 119, 0.2);
  text-shadow: 0 4px 10px rgba(0, 250, 119, 0.4);
  color: #00fa77;
  border-color: #00fa77;
}
.btn--success:hover {
  border-color: #ABC6EA;
  background: transparent;
  box-shadow: inset 0 30px 60px rgba(138, 213, 215, 0.6);
}
.btn--error {
  box-shadow: inset 8px 24px 30px rgba(255, 45, 21, 0.2);
  text-shadow: 0 4px 10px rgba(255, 45, 21, 0.4);
  color: #ff2d15;
  border-color: #ff2d15;
}
.btn--error:hover {
  border-color: #ff2d15;
  background: transparent;
  box-shadow: inset 0 30px 60px rgba(255, 45, 21, 0.6);
}

.plans__balance__item {
  padding: 16px 24px;
  cursor: pointer;
}
.plans__balance__item + .plans__balance__item {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.plans__balance__item.active {
  background: linear-gradient(90deg, rgba(72, 57, 147, 0) 0%, rgba(72, 57, 147, 0.2) 100%);
}
.plans__balance__step {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.plans__balance__show {
  display: none;
  padding: 16px;
}
.plans__balance__show.active {
  display: block;
}
.plans__balance__show small {
  margin-right: 8px;
  opacity: 0.6;
}

.plan_archive__step {
  position: relative;
  background: url("../img/plan-triangle.svg") no-repeat center bottom/500px auto;
  padding: 128px 0 256px;
  align-items: start;
}
.plan_archive__item {
  position: relative;
  text-align: center;
  padding: 16px;
  border: solid 1px transparent;
  background: transparent;
  backdrop-filter: blur(0);
  box-shadow: inset 0 0 0 rgba(171, 198, 234, 0.02);
  border-radius: 8px;
  width: 30%;
  transition: all 0.2s ease-in-out;
}
.plan_archive__item:hover {
  border: solid 1px rgba(255, 255, 255, 0.2);
  background: rgba(171, 198, 234, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: inset 10px 10px 30px rgba(171, 198, 234, 0.1);
}
.plan_archive__item:hover .plan_btn {
  top: 0;
  opacity: 1;
}
.plan_archive__item:hover .plan_name,
.plan_archive__item:hover .plan_desc {
  top: 0;
}
.plan_archive__item:nth-child(1) {
  margin-top: 320px;
  right: 200px;
}
.plan_archive__item:nth-child(5) {
  margin-top: 320px;
  left: 200px;
}
.plan_archive__item:nth-child(2), .plan_archive__item:nth-child(4) {
  margin-top: 150px;
}
.plan_archive__item:nth-child(3) {
  margin-right: -50px;
  margin-left: -50px;
}
.plan_archive__item .plan_btn {
  opacity: 0;
  top: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.plan_archive__item .plan_name,
.plan_archive__item .plan_desc {
  position: relative;
  top: -16px;
  transition: all 0.3s ease-in-out;
}

.master_cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 100;
  pointer-events: none;
  transition: transform 0.1s ease-out;
  transform: scale(0) translate(-24px, -24px);
  filter: blur(10px);
}

.badge {
  padding: 4px 16px;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: inline-block;
  color: #E8E9F3;
  text-shadow: 0 4px 4px rgba(190, 231, 232, 0.3);
  transition: all 0.1s ease-out;
}
.badge:hover {
  background: rgba(190, 231, 232, 0.2);
  border-color: rgba(113, 103, 239, 0.7);
}
.badge--blue {
  background: #483993;
}

#loading {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(41, 28, 115, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99;
  display: none;
}
#loading > div {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: url("../img/loading.svg") no-repeat center/contain;
  animation-name: loading;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-timing-function: linear;
  transform-origin: center 65px;
}
#loading:after {
  content: "LOADING";
  position: absolute;
  width: 200px;
  height: 30px;
  right: 0;
  left: 0;
  top: 200px;
  text-align: center;
  bottom: 0;
  margin: auto;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#message_box {
  position: fixed;
  max-width: 400px;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 16px;
  margin: auto;
  text-align: center;
  display: none;
  z-index: 29;
}
#message_box .success_message,
#message_box .error_message {
  background-color: #0f0f13;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  border: solid 1px #3fff68;
  max-width: fit-content;
  margin: auto;
  box-shadow: inset 0 16px 32px rgba(63, 255, 104, 0.1);
}
#message_box .success_message i,
#message_box .error_message i {
  margin-left: 8px;
}
#message_box .error_message {
  border: solid 1px #F16046;
  box-shadow: inset 0 0 32px rgba(255, 47, 26, 0.2);
}

.tooltip {
  display: inline-block;
  position: relative;
  z-index: 4;
}
.tooltip__card {
  position: absolute;
  width: 250px;
  padding: 16px;
  border-radius: 8px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #0E0B0D;
  backdrop-filter: blur(10px);
  border: solid 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  font-size: 0.86rem;
  color: #cbcbcb;
  pointer-events: none;
}
.tooltip__card:before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: solid 6px transparent;
  border-top-color: rgba(255, 255, 255, 0.1);
}
.tooltip:hover .tooltip__card {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 8px);
  pointer-events: auto;
}

.form_style__group {
  position: relative;
}
.form_style__group.disable {
  cursor: not-allowed;
}
.form_style__group.disable * {
  pointer-events: none;
  color: #2f2f2f;
  transition: all 0.2s ease-in-out;
}
.form_style__group.disable .form_style__range {
  opacity: 0.1;
  transition: all 0.2s ease-in-out;
}
.form_style__group.disable .form_style__switch {
  opacity: 1;
}
.form_style__group.disable .form_style__switch * {
  opacity: 1 !important;
  pointer-events: auto;
}
.form_style__title {
  font-size: 1.15rem;
  letter-spacing: 0.5px;
  display: block;
}
.form_style__title.required:after {
  content: " * ";
  color: #f00;
}
.form_style .rs-container .rs-bg {
  background: #0E0B0D;
  border: none;
  height: 8px;
  border-radius: 10px;
}
.form_style .rs-container .rs-selected {
  background: #7167EF;
  height: 3px;
  margin-top: 2px;
  margin-left: 3px;
  box-shadow: 0 0 10px rgba(113, 103, 239, 0.3);
}
.form_style .rs-container .rs-scale {
  display: flex;
  cursor: pointer;
}
.form_style .rs-container .rs-scale span ins {
  color: #777;
}
.form_style .rs-container .rs-scale span:before {
  background: rgba(255, 255, 255, 0.2);
  top: -2px;
  height: 12px;
}
.form_style .rs-container .rs-scale span:first-child:before, .form_style .rs-container .rs-scale span:last-child:before {
  display: none;
}
.form_style .rs-container .rs-pointer {
  background: transparent;
  border: none;
  box-shadow: none;
  height: 30px;
  top: -8px;
  cursor: grab;
}
.form_style .rs-container .rs-pointer:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  top: 0;
  background: linear-gradient(0deg, #7167EF 0%, #7167EF 100%);
  box-shadow: 0 0 60px rgba(113, 103, 239, 0.3);
}
.form_style .rs-container .rs-pointer:after {
  content: "";
  width: 60px;
  height: 60px;
  bottom: calc(100% - 11px);
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/custom-logo-90deg.svg") no-repeat center/contain;
  opacity: 0.1;
  transition: opacity 0.1s ease-in-out;
}
.form_style .rs-container .rs-pointer:hover:after {
  opacity: 1;
}
.form_style .rs-container .rs-pointer .rs-tooltip {
  z-index: 2;
  background: none;
  color: #7167EF;
  border: none;
  pointer-events: none;
  font-size: 1rem;
  bottom: -8px;
  text-align: center;
  width: 100%;
  padding: 0 0 0 2px;
}
.form_style__checkbox, .form_style__radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-right: 16px;
  margin-bottom: 8px;
}
.form_style__checkbox input, .form_style__radio input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.form_style__checkbox input:checked ~ .show, .form_style__radio input:checked ~ .show {
  box-shadow: 0 0 0 10px transparent;
}
.form_style__checkbox input:checked ~ .show:before, .form_style__radio input:checked ~ .show:before {
  transform: scale(0.8);
}
.form_style__checkbox input:checked ~ span, .form_style__radio input:checked ~ span {
  color: #ABC6EA;
  transition: all 0.2s ease-in-out;
}
.form_style__checkbox .show, .form_style__radio .show {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: transparent;
  border: solid 3px #0E0B0D;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  padding: 2px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
}
.form_style__checkbox .show:before, .form_style__radio .show:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ABC6EA;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
}
.form_style .show {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
}
.form_style .show:before {
  content: "\e00f";
  font-family: "Iconly" !important;
  border-radius: 1px;
  font-size: 1.29rem;
  color: #ddf2f3 !important;
  font-weight: 700;
}
.form_style__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0, 0.53, 0, 1);
}
.form_style__input:focus {
  border-color: #7167EF;
}
.form_style textarea.form_style__input {
  height: auto;
  padding: 16px;
  resize: none;
}
.form_style select.form_style__input {
  cursor: pointer;
}
.form_style select.form_style__input option {
  background: #444;
  color: #FFF;
}
.form_style__search_btn {
  border: none;
  background: #483993;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  border-radius: 2px;
  z-index: 2;
  cursor: pointer;
  font-size: 18px;
}
.form_style__search_btn:hover {
  background: #ABC6EA;
}
.form_style__switch {
  position: relative;
  cursor: pointer;
  display: block;
}
.form_style__switch input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.form_style__switch input:checked + .show {
  background: rgba(113, 103, 239, 0.3);
  border-color: rgba(113, 103, 239, 0.5);
  box-shadow: inset 0 0 0 11px rgba(113, 103, 239, 0), 0 0 0 6px rgba(113, 103, 239, 0);
}
.form_style__switch input:checked + .show:before {
  left: 15px;
  background: #7167EF;
}
.form_style__switch .show {
  display: block;
  width: 36px;
  border-radius: 32px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 0 rgba(171, 198, 234, 0.4), 0 0 0 0 rgba(171, 198, 234, 0.4);
  transition: all 0.4s cubic-bezier(0, 0.53, 0, 1);
  padding: 2px;
}
.form_style__switch .show:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.form_style__switch .show:before {
  content: "";
  display: block;
  position: relative;
  left: 0;
  width: 15px;
  height: 15px;
  background: #5e5e5e;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.suffix_k + .rs-container .rs-pointer .rs-tooltip:after {
  content: " k";
}
.suffix_k + .rs-container .rs-scale span:first-child ins:after,
.suffix_k + .rs-container .rs-scale span:last-child ins:after {
  content: " k";
}
.suffix_k.suffix_dollar + .rs-container .rs-pointer .rs-tooltip:after {
  content: "K $";
}
.suffix_k.suffix_dollar + .rs-container .rs-scale span:first-child ins:after,
.suffix_k.suffix_dollar + .rs-container .rs-scale span:last-child ins:after {
  content: "K $";
}

.suffix_dollar + .rs-container .rs-pointer .rs-tooltip:after {
  content: "$";
}
.suffix_dollar + .rs-container .rs-scale span:first-child ins:after,
.suffix_dollar + .rs-container .rs-scale span:last-child ins:after {
  content: "$";
}

.suffix_point + .rs-container .rs-pointer .rs-tooltip:after {
  content: "%";
}
.suffix_point + .rs-container .rs-scale span:first-child ins:after,
.suffix_point + .rs-container .rs-scale span:last-child ins:after {
  content: "%";
}

.suffix_days + .rs-container .rs-pointer .rs-tooltip:after {
  content: " Days";
  font-size: 10px;
}
.suffix_days + .rs-container .rs-scale span:first-child ins:after,
.suffix_days + .rs-container .rs-scale span:last-child ins:after {
  content: " Days";
  font-size: 10px;
}

.password__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.1s ease-in-out;
}
.password__btn:hover {
  opacity: 1;
}
.password__btn i:nth-child(1) {
  display: none;
}
.password__btn i:nth-child(2) {
  display: inline;
}
.password__btn.active i:nth-child(1) {
  display: inline;
}
.password__btn.active i:nth-child(2) {
  display: none;
}

.plan_box__archive__item {
  display: flex;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  transition: all 0.1s ease-in-out;
}
.plan_box__archive__item:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
}
.plan_box__archive__item[data-plan=scalpx] .plan_box__name {
  background-color: #d94949;
}
.plan_box__archive__item[data-plan=loopback] .plan_box__name {
  background-color: #871e54;
}
.plan_box__archive__item[data-plan=speedup] .plan_box__name {
  background-color: #1b6c9e;
}
.plan_box__archive__item[data-plan=unlimited] .plan_box__name {
  background-color: #c19433;
}
.plan_box__archive__item[data-plan=standard] .plan_box__name {
  background-color: #3caf70;
}
.plan_box__archive__item.failed {
  border-color: #777;
  filter: grayscale(100%);
  background: #333;
}
.plan_box__archive__item.failed:hover {
  filter: grayscale(0);
}
.plan_box__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("../../itff_assets/img/plan-pattern.png") no-repeat left center/cover;
  padding: 24px 16px;
  box-shadow: inset 0 -64px 64px rgba(20, 20, 20, 0.9);
  min-width: 160px;
  text-align: center;
}
.plan_box__name .name {
  font-size: 1.42rem;
  font-weight: 900;
}
.plan_box__name .balance {
  font-size: 1.42rem;
}
.plan_box__name .balance small {
  font-size: 0.72rem;
  margin-left: 8px;
  color: #ccc;
}
.plan_box__name .pay {
  font-size: 1.15rem;
}
.plan_box__name .pay small {
  font-size: 0.72rem;
  margin-left: 8px;
  color: #ccc;
}
.plan_box__name .btn {
  margin-top: 16px;
  font-size: 0.86rem;
  white-space: nowrap;
  padding: 4px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.plan_box__detail {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.plan_box__detail__item {
  display: flex;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
}
.plan_box__detail__item:last-child {
  border: none;
}
.plan_box__detail__item:last-child .title {
  width: 100%;
}
.plan_box__detail__item .title {
  padding: 8px 16px;
  text-transform: capitalize;
  min-width: 130px;
}
.plan_box__detail__item .value {
  padding: 8px 16px;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.plan_box__detail__item .value i {
  display: inline-block;
  transform: scale(1.6);
  margin-left: 8px;
}

.plan_data {
  padding: 0 !important;
}
.plan_data__header {
  border-bottom: solid 1px #555;
  padding: 24px;
  border-radius: 8px 8px 0 0;
  box-shadow: inset 64px -48px 128px rgba(20, 20, 20, 0.7);
  background: url("../../itff_assets/img/plan-pattern.png") no-repeat right bottom;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.plan_data__header[data-plan=scalpx] {
  background-color: #d94949;
}
.plan_data__header[data-plan=loopback] {
  background-color: #871e54;
}
.plan_data__header[data-plan=speedup] {
  background-color: #1b6c9e;
}
.plan_data__header[data-plan=unlimited] {
  background-color: #c19433;
}
.plan_data__header[data-plan=standard] {
  background-color: #3caf70;
}
.plan_data__body {
  padding: 24px;
}
.plan_data__body .plan_box__detail {
  margin: 32px 0;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.plan_data__body .plan_box__detail__item {
  font-size: 1rem;
  transition: all 0.1s ease-in-out;
}
.plan_data__body .plan_box__detail__item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.plan_data__body .plan_box__detail__item .title {
  width: 40%;
}
.plan_data__body .plan_box__detail__item .title,
.plan_data__body .plan_box__detail__item .value {
  padding: 12px 16px;
}
.plan_data__body .plan_box__detail__item:last-child .title {
  width: 100%;
}
.plan_data__footer {
  background: rgba(0, 0, 0, 0.4);
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 24px;
  margin-top: 32px;
}
.plan_data__footer .account_step {
  border: solid 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 32px 32px 64px rgba(255, 255, 255, 0.1);
  width: 100%;
  display: flex;
  border-radius: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.plan_data__footer .account_step + .account_step {
  margin-top: 16px;
}
.plan_data__footer .account_step:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}
.plan_data__footer .account_step .number {
  text-align: center;
}
.plan_data__footer .account_step .title {
  font-size: 1.15rem;
  font-weight: bold;
}
.plan_data__footer .account_step .status {
  font-size: 0.86rem;
  color: #7167EF;
}
.plan_data__footer .account_step .action {
  padding: 16px;
}

#copyMessage {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: rgba(0, 250, 119, 0.1);
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 10px;
  letter-spacing: 0.5px;
  direction: ltr;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in-out;
}
#copyMessage.show {
  visibility: visible;
  opacity: 1;
}

.table__style1 {
  overflow: auto;
}
.table__style1 table {
  min-width: 700px;
}
.table__style1 table td,
.table__style1 table th {
  padding: 12px 16px;
  border: none;
  border-bottom: solid 8px #0E0B0D;
  position: relative;
}
.table__style1 table td:before,
.table__style1 table th:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  border-radius: 8px;
}
.table__style1 table td span,
.table__style1 table th span {
  position: relative;
  z-index: 2;
}
.table__style1 table td + th, .table__style1 table td + td,
.table__style1 table th + th,
.table__style1 table th + td {
  border-right: solid 8px #0E0B0D;
}
.table__style1 table td i,
.table__style1 table th i {
  transform: scale(1.5);
}
.table__style1 table td:hover:before,
.table__style1 table th:hover:before {
  background: rgba(171, 198, 234, 0.3);
}
.table__style1 table tr td:first-child:before {
  background: linear-gradient(90deg, rgb(239, 103, 137) 0%, rgb(115, 28, 112) 100%);
}
.table__style1 table thead tr th {
  font-size: 1.42rem;
  text-align: center;
}
.table__style1 table thead tr th:before {
  background: linear-gradient(90deg, rgb(239, 103, 137) 0%, rgb(115, 28, 112) 100%);
}
.table__style1 table thead tr th:hover:before {
  background: linear-gradient(90deg, rgb(239, 103, 137) 0%, rgb(115, 28, 112) 100%);
}
.table__style1 table thead tr th img {
  height: 32px;
  width: 100%;
  object-fit: contain;
  margin: auto;
  border-radius: 0;
  transform: scale(2);
}
.table__style2 tbody tr,
.table__style2 thead tr {
  background: rgba(255, 255, 255, 0.1);
}
.table__style2 tbody tr td,
.table__style2 tbody tr th,
.table__style2 thead tr td,
.table__style2 thead tr th {
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 8px;
}
table img {
  max-width: 48px;
  margin: 0 auto;
}

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.29rem;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-out;
}
.pagination__item:hover {
  background: #0E0B0D;
}
.pagination__item.active {
  background: #BEE7E8;
  color: #020713;
}

.filter_list__item {
  align-items: center;
  padding: 2px 16px;
  position: relative;
}
.filter_list__item a {
  color: #E8E9F3;
  display: inline-block;
  padding: 4px 16px 4px 0;
}
.filter_list__item a:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 5px;
  width: 5px;
  border-radius: 10px;
  background: rgba(190, 231, 232, 0.2);
  transition: all 0.1s ease-out;
}
.filter_list__item a:hover {
  text-decoration: underline;
  color: #BEE7E8;
}
.filter_list__item a:hover:before {
  left: 2px;
  background: #BEE7E8;
}
.filter_list__item .count {
  color: #979797;
  font-size: 0.86rem;
}
.filter_list--rules .filter_list__item {
  cursor: pointer;
  margin-bottom: 8px;
}
.filter_list--rules .filter_list__item.active {
  color: #ABC6EA;
}
.filter_list--rules .filter_list__item:hover {
  text-decoration: underline;
  color: #ABC6EA;
}

.article_archive__item {
  padding: 16px;
  position: relative;
  display: block;
}
.article_archive__item:before {
  content: "";
  position: absolute;
  right: 16px;
  left: 16px;
  top: 16px;
  bottom: 16px;
  border-radius: 16px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: rgba(171, 198, 234, 0.1);
  transition: all 0.1s ease-in-out;
  opacity: 0;
}
.article_archive__item > .d-flex {
  position: relative;
  z-index: 2;
}
.article_archive__item:hover:before {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}
.article_archive__item:hover .title {
  color: #BEE7E8;
}
.article_archive__pic {
  margin-right: 24px;
}
.article_archive__pic img {
  border-radius: 16px;
  height: 120px;
  width: 100%;
  object-fit: cover;
}
.article_archive__info {
  font-size: 0.86rem;
  color: #483993;
}

.article_detail__primary_img {
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.article_detail__primary_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article_detail__content {
  padding: 0 16px;
  color: #aaa;
}
.article_detail__content p {
  font-size: 1.15rem;
  letter-spacing: 1px;
}
.article_detail__content p a {
  color: #ABC6EA;
  text-decoration: underline;
}
.article_detail__content p a:hover {
  text-decoration: none;
}
.article_detail__content p + p {
  margin-top: 12px;
}
.article_detail__content ol,
.article_detail__content ul {
  margin: 16px 0;
  border-left: solid 3px #7167EF;
  background: rgba(0, 0, 0, 0.2);
  padding: 16px 32px;
  list-style: unset;
}
.article_detail__content ol li,
.article_detail__content ul li {
  list-style: unset;
  margin: 4px 0;
  padding: 2px;
  font-size: 1.15rem;
  line-height: 1.6;
}

article ul {
  padding: 24px;
}
article ul li {
  list-style: square;
  margin-bottom: 8px;
}
article .border {
  border: solid 1px #7167EF;
  border-radius: 16px;
  padding: 16px;
  margin: 16px 0;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-2 {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-4 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-5 {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-7 {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-8 {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-10 {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-11 {
    width: 91.6666666667%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-xl-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-2 {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-4 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-5 {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-7 {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-8 {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-10 {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-11 {
    width: 91.6666666667%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-2 {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-4 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-5 {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-7 {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-8 {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-10 {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-11 {
    width: 91.6666666667%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-2 {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-4 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-5 {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-7 {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-8 {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-10 {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-11 {
    width: 91.6666666667%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-2 {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-4 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-5 {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-7 {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-8 {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-10 {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-11 {
    width: 91.6666666667%;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-12 {
    width: 100%;
  }
}
.container {
  width: 100%;
  height: inherit;
  max-width: 1360px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
.container--full {
  max-width: none;
  padding: 0 64px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 auto;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 8px;
  padding-left: 8px;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.column {
  flex-direction: column;
}
.row.column-reverse {
  flex-direction: column-reverse;
}
.row > [class^=col-],
.row > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
  display: block;
}

.flex-1 {
  flex: 1 0 auto !important;
}

.flex-2 {
  flex: 2 0 auto !important;
}

.flex-3 {
  flex: 3 0 auto !important;
}

.flex-4 {
  flex: 4 0 auto !important;
}

.flex-5 {
  flex: 5 0 auto !important;
}

.flex-6 {
  flex: 6 0 auto !important;
}

.flex-7 {
  flex: 7 0 auto !important;
}

.flex-8 {
  flex: 8 0 auto !important;
}

.flex-9 {
  flex: 9 0 auto !important;
}

.flex-10 {
  flex: 10 0 auto !important;
}

.flex-11 {
  flex: 11 0 auto !important;
}

.flex-12 {
  flex: 12 0 auto !important;
}

.flex-13 {
  flex: 13 0 auto !important;
}

.flex-14 {
  flex: 14 0 auto !important;
}

.flex-15 {
  flex: 15 0 auto !important;
}

.flex-16 {
  flex: 16 0 auto !important;
}

.flex-17 {
  flex: 17 0 auto !important;
}

.flex-18 {
  flex: 18 0 auto !important;
}

.flex-19 {
  flex: 19 0 auto !important;
}

.flex-20 {
  flex: 20 0 auto !important;
}

.flex-21 {
  flex: 21 0 auto !important;
}

.flex-22 {
  flex: 22 0 auto !important;
}

.flex-23 {
  flex: 23 0 auto !important;
}

.flex-24 {
  flex: 24 0 auto !important;
}

.flex-25 {
  flex: 25 0 auto !important;
}

.flex-26 {
  flex: 26 0 auto !important;
}

.flex-27 {
  flex: 27 0 auto !important;
}

.flex-28 {
  flex: 28 0 auto !important;
}

.flex-29 {
  flex: 29 0 auto !important;
}

.flex-30 {
  flex: 30 0 auto !important;
}

.flex-31 {
  flex: 31 0 auto !important;
}

.flex-32 {
  flex: 32 0 auto !important;
}

.flex-33 {
  flex: 33 0 auto !important;
}

.flex-34 {
  flex: 34 0 auto !important;
}

.flex-35 {
  flex: 35 0 auto !important;
}

.flex-36 {
  flex: 36 0 auto !important;
}

.flex-37 {
  flex: 37 0 auto !important;
}

.flex-38 {
  flex: 38 0 auto !important;
}

.flex-39 {
  flex: 39 0 auto !important;
}

.flex-40 {
  flex: 40 0 auto !important;
}

.flex-41 {
  flex: 41 0 auto !important;
}

.flex-42 {
  flex: 42 0 auto !important;
}

.flex-43 {
  flex: 43 0 auto !important;
}

.flex-44 {
  flex: 44 0 auto !important;
}

.flex-45 {
  flex: 45 0 auto !important;
}

.flex-46 {
  flex: 46 0 auto !important;
}

.flex-47 {
  flex: 47 0 auto !important;
}

.flex-48 {
  flex: 48 0 auto !important;
}

.flex-49 {
  flex: 49 0 auto !important;
}

.flex-50 {
  flex: 50 0 auto !important;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

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

.flex-y-stretch {
  align-items: stretch;
}

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

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

.flex-x-center {
  justify-content: center;
}

.flex-x-between {
  justify-content: space-between;
}

.flex-x-around {
  justify-content: space-around;
}

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

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

.flex-over-center {
  align-items: center;
  justify-content: center;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: flex-end;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-t-2 {
  margin-top: 2px;
}

.p-t-2 {
  padding-top: 2px;
}

.m-b-2 {
  margin-bottom: 2px;
}

.p-b-2 {
  padding-bottom: 2px;
}

.m-l-2 {
  margin-left: 2px;
}

.p-l-2 {
  padding-left: 2px;
}

.m-r-2 {
  margin-right: 2px;
}

.p-r-2 {
  padding-right: 2px;
}

.m-2 {
  margin: 2px;
}

.p-2 {
  padding: 2px;
}

.m-x-2 {
  margin: 0 2px;
}

.m-y-2 {
  margin: 2px 0;
}

.p-x-2 {
  padding-right: 2px;
  padding-left: 2px;
}

.p-y-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.m-t-4 {
  margin-top: 4px;
}

.p-t-4 {
  padding-top: 4px;
}

.m-b-4 {
  margin-bottom: 4px;
}

.p-b-4 {
  padding-bottom: 4px;
}

.m-l-4 {
  margin-left: 4px;
}

.p-l-4 {
  padding-left: 4px;
}

.m-r-4 {
  margin-right: 4px;
}

.p-r-4 {
  padding-right: 4px;
}

.m-4 {
  margin: 4px;
}

.p-4 {
  padding: 4px;
}

.m-x-4 {
  margin: 0 4px;
}

.m-y-4 {
  margin: 4px 0;
}

.p-x-4 {
  padding-right: 4px;
  padding-left: 4px;
}

.p-y-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.m-t-8 {
  margin-top: 8px;
}

.p-t-8 {
  padding-top: 8px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.p-b-8 {
  padding-bottom: 8px;
}

.m-l-8 {
  margin-left: 8px;
}

.p-l-8 {
  padding-left: 8px;
}

.m-r-8 {
  margin-right: 8px;
}

.p-r-8 {
  padding-right: 8px;
}

.m-8 {
  margin: 8px;
}

.p-8 {
  padding: 8px;
}

.m-x-8 {
  margin: 0 8px;
}

.m-y-8 {
  margin: 8px 0;
}

.p-x-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.p-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.m-t-16 {
  margin-top: 16px;
}

.p-t-16 {
  padding-top: 16px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.p-b-16 {
  padding-bottom: 16px;
}

.m-l-16 {
  margin-left: 16px;
}

.p-l-16 {
  padding-left: 16px;
}

.m-r-16 {
  margin-right: 16px;
}

.p-r-16 {
  padding-right: 16px;
}

.m-16 {
  margin: 16px;
}

.p-16 {
  padding: 16px;
}

.m-x-16 {
  margin: 0 16px;
}

.m-y-16 {
  margin: 16px 0;
}

.p-x-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.p-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.m-t-24 {
  margin-top: 24px;
}

.p-t-24 {
  padding-top: 24px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.p-b-24 {
  padding-bottom: 24px;
}

.m-l-24 {
  margin-left: 24px;
}

.p-l-24 {
  padding-left: 24px;
}

.m-r-24 {
  margin-right: 24px;
}

.p-r-24 {
  padding-right: 24px;
}

.m-24 {
  margin: 24px;
}

.p-24 {
  padding: 24px;
}

.m-x-24 {
  margin: 0 24px;
}

.m-y-24 {
  margin: 24px 0;
}

.p-x-24 {
  padding-right: 24px;
  padding-left: 24px;
}

.p-y-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.m-t-32 {
  margin-top: 32px;
}

.p-t-32 {
  padding-top: 32px;
}

.m-b-32 {
  margin-bottom: 32px;
}

.p-b-32 {
  padding-bottom: 32px;
}

.m-l-32 {
  margin-left: 32px;
}

.p-l-32 {
  padding-left: 32px;
}

.m-r-32 {
  margin-right: 32px;
}

.p-r-32 {
  padding-right: 32px;
}

.m-32 {
  margin: 32px;
}

.p-32 {
  padding: 32px;
}

.m-x-32 {
  margin: 0 32px;
}

.m-y-32 {
  margin: 32px 0;
}

.p-x-32 {
  padding-right: 32px;
  padding-left: 32px;
}

.p-y-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.m-t-64 {
  margin-top: 64px;
}

.p-t-64 {
  padding-top: 64px;
}

.m-b-64 {
  margin-bottom: 64px;
}

.p-b-64 {
  padding-bottom: 64px;
}

.m-l-64 {
  margin-left: 64px;
}

.p-l-64 {
  padding-left: 64px;
}

.m-r-64 {
  margin-right: 64px;
}

.p-r-64 {
  padding-right: 64px;
}

.m-64 {
  margin: 64px;
}

.p-64 {
  padding: 64px;
}

.m-x-64 {
  margin: 0 64px;
}

.m-y-64 {
  margin: 64px 0;
}

.p-x-64 {
  padding-right: 64px;
  padding-left: 64px;
}

.p-y-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.m-auto {
  margin: auto;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-inline-flex {
  display: inline-flex;
}

.d-flex-force {
  display: flex !important;
}

.d-block-force {
  display: block !important;
}

.d-inline-block-force {
  display: inline-block !important;
}

.d-inline-force {
  display: inline !important;
}

.d-inline-flex-force {
  display: inline-flex !important;
}

.col-0 {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .col-xl-0 {
    display: none !important;
  }
}

@media only screen and (max-width: 576px) {
  .col-sm-0 {
    display: none !important;
  }
}

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

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

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

.text-justify {
  text-align: justify;
}

.fontWeight-900 {
  font-weight: 900;
}

.fontWeight-700 {
  font-weight: 700;
}

.fontWeight-400 {
  font-weight: 400;
}

.fontWeight-200 {
  font-weight: 200;
}

.fontSize-48 {
  font-size: 3.4rem;
}

.fontSize-40 {
  font-size: 2.8rem;
}

.fontSize-32 {
  font-size: 2.28rem;
}

.fontSize-28 {
  font-size: 2rem;
}

.fontSize-24 {
  font-size: 1.72rem;
}

.fontSize-20 {
  font-size: 1.42rem;
}

.fontSize-18 {
  font-size: 1.29rem;
}

.fontSize-16 {
  font-size: 1.15rem;
}

.fontSize-14 {
  font-size: 1rem;
}

.fontSize-12 {
  font-size: 0.86rem;
}

.fontSize-9 {
  font-size: 0.65rem;
}

.fontSize-10 {
  font-size: 0.72rem;
}

.colorWhite {
  color: #ddf2f3 !important;
}

.colorBlack {
  color: #000;
}

.colorBlue-1 {
  color: #291C73;
}

.colorBlue-2 {
  color: #483993;
}

.colorBlue-3 {
  color: #7167EF;
}

.colorBlue-4 {
  color: #ABC6EA;
}

.colorBlue-5 {
  color: #BEE7E8;
}

.colorGreen {
  color: #00fa77;
}

.colorRed {
  color: #ff2d15;
}

.colorGray {
  color: #2f2f2f;
}

.colorGray-5e5e5e {
  color: #5e5e5e;
}

.colorGray-979797 {
  color: #979797;
}

.colorGray-cbcbcb {
  color: #cbcbcb;
}

.colorGray-e6e6e6 {
  color: #e6e6e6;
}

.colorGray-f2f2f2 {
  color: #f2f2f2;
}

.colorGray-f9f9f9 {
  color: #f9f9f9;
}

.radius-8 {
  border-radius: 8px;
}

.radius-16 {
  border-radius: 16px;
}

.radius-16-force {
  border-radius: 16px !important;
}

.border--right {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.h100 {
  height: 100%;
}

.h100vh {
  height: 100vh;
}

.h50vh {
  height: 50vh;
}

.w100 {
  width: 100%;
}

.p-relative {
  position: relative;
}

.cursorPointer {
  cursor: pointer;
}

.cursorNotAllowedrtl {
  cursor: not-allowed;
}

.no-scroll {
  overflow: hidden !important;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.m-x-auto {
  margin-right: auto;
  margin-left: auto;
}

.m-block-start {
  -webkit-margin-before: auto;
  margin-block-start: auto;
}

.no-over-flow {
  overflow: unset !important;
}

.ltr {
  direction: ltr;
}

.discount_price {
  text-decoration: line-through;
}

.italic {
  font-style: italic;
}

.text_link {
  text-decoration: underline;
  cursor: pointer;
}

a.text_link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .column-lg-reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 992px) {
  .m-t-md-16 {
    margin-top: 16px;
  }
  .m-t-md-32 {
    margin-top: 32px;
  }
  .row {
    padding: 0;
  }
  .row .col-md-12 {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .m-b-sm-16 {
    margin-bottom: 16px;
  }
  .flex-x-sm-center {
    justify-content: center;
  }
  .text-sm-center {
    text-align: center;
  }
  .row {
    padding: 0;
  }
  .row .col-12,
  .row .col-sm-12 {
    padding: 0;
  }
  .d-sm-flex {
    display: flex;
  }
}
@font-face {
  font-family: anjoman;
  font-style: bold;
  font-weight: 900;
  src: url("../../../custom-fund/font/anjoman/eot/anjoman-bold.eot");
  src: url("../../..custom-fund/font/anjoman/eot/anjoman-bold.eot?#iefix") format("embedded-opentype"), url("../../../custom-fund/font/anjoman/woff/anjoman-bold.woff") format("woff"), url("../../../custom-fund/anjoman/ttf/anjoman-bold.ttf") format("truetype");
}
@font-face {
  font-family: anjoman;
  font-style: regular;
  font-weight: 400;
  src: url("../../../custom-fund/font/anjoman/eot/anjoman-regular.eot");
  src: url("../../..custom-fund/font/anjoman/eot/anjoman-regular.eot?#iefix") format("embedded-opentype"), url("../../../custom-fund/font/anjoman/woff/anjoman-regular.woff") format("woff"), url("../../../custom-fund/anjoman/ttf/anjoman-regular.ttf") format("truetype");
}
@font-face {
  font-family: anjoman;
  font-style: light;
  font-weight: 200;
  src: url("../../../custom-fund/font/anjoman/eot/anjoman-light.eot");
  src: url("../../..custom-fund/font/anjoman/eot/anjoman-light.eot?#iefix") format("embedded-opentype"), url("../../../custom-fund/font/anjoman/woff/anjoman-light.woff") format("woff"), url("../../../custom-fund/anjoman/ttf/anjoman-light.ttf") format("truetype");
}
@keyframes down_btn {
  0%, 100% {
    height: 5px;
  }
  30%, 60% {
    height: 15px;
  }
}
@keyframes shadow_game {
  0% {
    box-shadow: 0 0 0 0 rgba(57, 49, 45, 0.03), inset 0 0 0 0 rgba(57, 49, 45, 0.05), inset 0 0 0 12px #F4F6F5, 0 0 4px 40px rgba(244, 246, 245, 0.5);
  }
  40%, 100% {
    box-shadow: 0 0 5px 60px rgba(57, 49, 45, 0), inset 0 0 30px 10px rgba(57, 49, 45, 0), inset 0 0 0 12px #F4F6F5, 0 0 4px 40px rgba(244, 246, 245, 0.5);
  }
}
@keyframes mask {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes ship {
  0% {
    transform: rotate(180deg);
  }
  80%, 100% {
    transform: rotate(-209deg);
  }
}
@keyframes train {
  0% {
    top: 100%;
  }
  40%, 100% {
    top: -500px;
  }
}
@keyframes airplane {
  0% {
    top: 100%;
  }
  30%, 100% {
    top: -50px;
  }
}

/*# sourceMappingURL=main.css.map */
