img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}
.sc_card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #193400;
  margin: 2em auto;
  width: 100%;
  overflow: hidden;
  padding: 1em;
  box-sizing: border-box;
}
.sc_card h1,
.sc_card h2,
.sc_card h3 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 700;
}
.sc_card p {
  font-size: 1em;
}
.sc_card p:last-child {
  margin-bottom: 0;
}
.sc_card p:empty {
  display: none;
  margin-bottom: 0;
}
.sc_card img {
  margin-bottom: 1em;
}
@media (max-width: 468px) {
  .sc_card p {
    padding: 0 1em 1em;
  }
}
.sc_fs_faq summary:focus {
  outline: 0;
}
.sc_fs_faq summary * {
  margin: 0;
  display: inline;
  padding: 0;
}
.sc_fs_faq summary + div {
  overflow: hidden;
}
.sc_fs_faq summary + div img {
  margin-top: 0;
}
.sc_fs_card__animate {
  padding: 0;
}
.sc_fs_card__animate .sc_fs_faq__content {
  padding: 0 1em 1em;
}
.sc_fs_card__animate .sc_fs_faq__content > :first-child {
  margin-top: 0;
}
.sc_fs_card__animate summary {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 1em 1em 1em 2em;
}
.sc_fs_card__animate summary:before {
  content: "";
  position: absolute;
  top: 1.5em;
  left: 1em;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.25s transform ease;
  border: 0.4rem solid transparent;
  border-left-color: inherit;
}
.sc_fs_card__animate[open] > summary:before {
  transform: rotate(90deg);
}
.sc_card .has-wpsc-lightbox {
  cursor: zoom-in;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: "PT Sans", sans-serif;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: "PT Sans", sans-serif;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: 1s ease-out infinite pulsate;
  -moz-animation: 1s ease-out infinite pulsate;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: 1s ease-out infinite pulsate;
  animation: 1s ease-out infinite pulsate;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -moz-transform ease 0.2s;
  transition: -ms-transform ease 0.2s;
  transition: -o-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: 0 0 !important;
  padding: 0 !important;
}
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}
#ez-toc-container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 10px 20px 10px 10px;
  position: relative;
  width: auto;
}
div.ez-toc-widget-container {
  padding: 0;
  position: relative;
}
div.ez-toc-widget-container ul {
  display: block;
}
div.ez-toc-widget-container li {
  border: none;
  padding: 0;
}
div.ez-toc-widget-container ul.ez-toc-list {
  padding: 10px;
}
#ez-toc-container ul ul {
  margin-left: 1.5em;
}
#ez-toc-container li,
#ez-toc-container ul {
  padding: 0;
}
#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
div.ez-toc-widget-container,
div.ez-toc-widget-container li {
  background: 0 0;
  list-style: none;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}
#ez-toc-container .ez-toc-title {
  text-align: left;
  line-height: 1.45;
  margin: 0;
  padding: 0;
}
.ez-toc-title-container {
  display: table;
  width: 100%;
}
.ez-toc-title,
.ez-toc-title-toggle {
  display: inline;
  text-align: left;
  vertical-align: middle;
}
.ez-toc-btn {
  display: inline-block;
  font-weight: 400;
}
#ez-toc-container div.ez-toc-title-container + ul.ez-toc-list {
  margin-top: 1em;
}
#ez-toc-container a {
  color: #444;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
#ez-toc-container a:visited {
  color: #9f9f9f;
}
#ez-toc-container a:hover {
  text-decoration: underline;
}
#ez-toc-container a.ez-toc-toggle {
  display: flex;
  align-items: center;
}
.ez-toc-widget-container ul.ez-toc-list li::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  z-index: -1;
}
.ez-toc-widget-container ul.ez-toc-list li.active {
  background-color: #ededed;
}
.ez-toc-widget-container li.active > a {
  font-weight: 900;
}
.ez-toc-btn {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ez-toc-btn:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.ez-toc-btn:focus,
.ez-toc-btn:hover {
  color: #333;
  text-decoration: none;
}
.ez-toc-btn.active,
.ez-toc-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ez-toc-btn-default {
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(
    linear,
    left 0,
    left 100%,
    from(#fff),
    to(#e0e0e0)
  );
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #ccc;
}
.ez-toc-btn-default.active,
.ez-toc-btn-default:active,
.ez-toc-btn-default:focus,
.ez-toc-btn-default:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.ez-toc-btn-default.active,
.ez-toc-btn-default:active {
  background-image: none;
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.ez-toc-btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ez-toc-btn-xs {
  padding: 1px 5px;
}
.ez-toc-btn-default:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ez-toc-btn:active {
  background-image: none;
}
.ez-toc-btn-default:focus,
.ez-toc-btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.ez-toc-pull-right {
  float: right !important;
  margin-left: 10px;
}
#ez-toc-container input {
  position: absolute;
  left: -999em;
}
#ez-toc-container input[type="checkbox"]:checked + nav,
#ez-toc-widget-container input[type="checkbox"]:checked + nav {
  opacity: 0;
  max-height: 0;
  border: none;
  display: none;
}
#ez-toc-container .ez-toc-js-icon-con,
#ez-toc-container label {
  position: relative;
  cursor: pointer;
  display: initial;
}
#ez-toc-container .ez-toc-js-icon-con,
#ez-toc-container .ez-toc-toggle label {
  float: right;
  position: relative;
  font-size: 16px;
  padding: 0;
  border: 1px solid #999191;
  border-radius: 5px;
  cursor: pointer;
  left: 10px;
  width: 35px;
}
div#ez-toc-container .ez-toc-title {
  display: initial;
}
#ez-toc-container a.ez-toc-toggle {
  color: #444;
  background: inherit;
  border: inherit;
}
#ez-toc-container .eztoc-toggle-hide-by-default {
  display: none;
}
.ez-toc-widget-container ul li a {
  padding-left: 10px;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.ez-toc-widget-container ul.ez-toc-list li {
  height: auto !important;
}
.ez-toc-icon-toggle-span {
  display: flex;
  align-items: center;
  width: 35px;
  height: 30px;
  justify-content: center;
  direction: ltr;
}
div#ez-toc-container .ez-toc-title {
  font-size: 120%;
}
div#ez-toc-container .ez-toc-title {
  font-weight: 500;
}
div#ez-toc-container ul li {
  font-size: 95%;
}
div#ez-toc-container ul li {
  font-weight: 500;
}
div#ez-toc-container nav ul ul li {
  font-size: 90%;
}
div#ez-toc-container {
  background: #cc0e00;
  border: 1px solid #ddd;
}
div#ez-toc-container p.ez-toc-title {
  color: #fff;
}
div#ez-toc-container ul.ez-toc-list a {
  color: #fff;
}
div#ez-toc-container ul.ez-toc-list a:hover {
  color: #fff;
}
div#ez-toc-container ul.ez-toc-list a:visited {
  color: #ee2;
}
.ez-toc-container-direction {
  direction: ltr;
}
.ez-toc-counter ul {
  counter-reset: item;
}
.ez-toc-counter nav ul li a::before {
  content: counters(item, ".", decimal) ". ";
  display: inline-block;
  counter-increment: item;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 0.2em;
  float: left;
}
.ez-toc-widget-container ul {
  counter-reset: item;
}
.ez-toc-widget-container nav ul li a::before {
  content: counters(item, ".", decimal) ". ";
  display: inline-block;
  counter-increment: item;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 0.2em;
  float: left;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "PT Sans", sans-serif;
  color: #222;
  font-size: 1em;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html * {
  max-height: 1000000px;
}
body {
  margin: 0;
  position: relative;
  background: #011E00;
  min-width: 320px;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
  border-radius: 0;
  -webkit-appearance: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: all 0.2s ease-out;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s ease-out;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  transition: all 0.2s ease-out;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s ease-out;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.container {
  max-width: 1310px;
  padding: 0 15px;
  margin: auto;
}
.hidden {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #193400;
  padding: 10px 4px 12px 25px;
  box-shadow: 0 0 18px 16px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.header__top {
  display: flex;
  padding-bottom: 5px;
}
.header__btn {
  border: 2px solid rgba(255,255,255,0.5);
  width: 34px;
  height: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2px;
  cursor: pointer;
  margin-right: 7px;
  position: relative;
  border-radius: 30px;
}
.header__btn i {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 55%;
  height: 3px;
  background-color: rgba(255,255,255,0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__btn i:nth-child(2),
.header__btn i:nth-child(3) {
  top: 11px;
}
.header__btn i:last-child {
  top: 18px;
}
.header__btn.active i:first-child,
.header__btn.active i:last-child {
  display: none;
}
.header__btn.active i:nth-child(2) {
  transform: rotate(45deg);
}
.header__btn.active i:nth-child(3) {
  transform: rotate(-45deg);
}
.header__logo {
  position: absolute;
  left: 25px;
  top: 10px;
}
.header__logo img {
  display: block;
  width: 170px;
  height: 60px;
}
.header__logo img:nth-of-type(2) {
  display: none;
}
.header__form {
  margin-left: auto;
  display: flex;
}
.header__inputs {
  display: flex;
}
.header__buttons {
  display: flex;
  margin-left: 5px;
}
.header__bottom {
  display: flex;
  padding-top: 6px;
  position: relative;
  z-index: 10;
}
.header__bottom:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 250px;
  height: 1px;
  background: #656565;
}
.header__info {
  display: none;
  font-size: 17px;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  padding: 9px 10px 9px 45px;
}
.header__bottom:before {
  display: none;
}
.header__info span {
  color: red;
}
.header__info a {
  color: #fff;
  text-decoration: none;
}
.header__nav {
  margin: 0 auto;
}
.header__nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header__nav ul + ul {
  display: none;
}
.header__nav {
  color: #a9a9a9;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  font-weight: 700;
}
.header__nav li + li {
  margin-left: 30px;
}
.header__nav a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-out;
  position: relative;
}
.header__nav a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #24bb9d;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  transition: all 0.2s ease-out;
  opacity: 0;
}
.header__nav a:hover:after {
  opacity: 1;
}
.header__nav a:hover {
  color: #fff;
}
.header__nav a:before {
  display: none;
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  left: 10px;
  background-repeat: no-repeat;
}
.header__nav a.icon10:before {
  background-image: url(../img/icon10.svg);
  filter: invert(1);
}
.header__nav a.icon11:before {
  background-image: url(../img/icon11.svg);
  filter: invert(1);
}
.header__nav a.icon12:before {
  background-image: url(../img/icon12.svg);
  filter: invert(1);
}
.header__input {
  width: 182px;
  position: relative;
}
.header__tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #fff;
  background: #00BBFF;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  cursor: pointer;
}
.header__input + .header__input {
  margin-left: 8px;
}
.input {
  display: block;
  width: 100%;
  padding: 0 10px;
  border-radius: 40px;
  border: none;
  height: 35px;
  font-size: 16px;
  color: #fff;
  outline: 0;
  background: rgba(255,255,255,0.5);
  &:placeholder {
    color: red;
  }
}
.input::placeholder {
  color: #fff;
}
.button-entry {
  display: block;
  width: 100%;
  line-height: 32px;
  background: transparent;
  border: 1px solid #55a399;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 60px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(180deg, #21DE89 0%, #490FB4 100%);
  padding: 1px;
}
.button-entry span {
  border-radius: 60px;
  background: #193400;
  display: block;
  padding: 6px 12px 8px;
  transition: all 200ms ease-in;
}
.button-entry:hover span {
  background: transparent;
}
.header__button + .header__button {
  margin-left: 5px;
}
.button-registration {
  display: block;
  line-height: 32px;
  background: linear-gradient(180deg, #21DE89 0%, #490FB4 100%);
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 8px 12px 10px;
  text-align: center;
  border-radius: 60px;
  position: relative;
  text-decoration: none;
}
.lang {
  position: relative;
}
.header__animation {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.header__bottom-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 51px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.content {
  padding-top: 99px;
  position: relative;
  z-index: 1;
}
.content__block {
  display: flex;
  background: #192518;
  padding-bottom: 10px;
}
.content__left {
  width: 20%;
  padding: 5px;
  position: relative;
}
.content__right {
  width: 80%;
  padding: 5px;
}
.bonus {
  margin-top: 13px;
}
.bonus__content {
  position: relative;
  animation-name: bonus-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
.bonus__block {
  margin: 0 auto;
  background-repeat: no-repeat;
  max-width: 230px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../img/frame.png");
  padding: 5px 0 0;
}
.bonus__caption {
  color: #5f5;
  text-shadow: 0 0 10px #0f0, 0 0 20px #0f0;
  text-align: center;
  font-weight: 700;
  padding-top: 15px;
  font-size: 22px;
  line-height: 1;
}
.bonus__sum {
  color: #f55;
  text-shadow: 0 0 10px red, 0 0 20px red;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1;
}
.bonus__block:after {
  content: "";
  display: block;
  width: 50px;
  height: 57px;
  background: url(../img/arrow-flur.png)
    no-repeat;
  background-size: cover;
}
@-webkit-keyframes bonus-animation {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
.bonus__button {
  margin: auto;
  max-width: 195px;
}
.button {
  background: linear-gradient(180deg, #21DE89 0%, #490FB4 100%);
  border: none;
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 1px 24px 0;
  text-align: center;
  line-height: 34px;
  border-radius: 30px;
  text-decoration: none;
}
.button_red {
  background: linear-gradient(180deg, #21DE89 0%, #490FB4 100%);
  font-weight: 700;
  padding: 8px 40px
}
.nav {
  list-style-type: none;
  margin: 15px 0 0;
  width: 100%;
  padding: 5px;
}
.nav + .nav {
  margin-top: 0;
}
.nav a {
  display: block;
  padding: 10px 10px 8px;
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
  position: relative;
  background:#4910B4;
  overflow: hidden;
}
.nav li {
  margin: 0 0 3px 0;
}
/* .nav a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 26px;
  width: 31px;
  transition: all 0.2s ease-out;
}
.nav a:hover:after {
  right: -31px;
} */
.nav li:first-child a {
  border-radius: 6px 6px 0 0;
}
.nav li:last-child a {
  border-radius: 0 0 6px 6px;
}
.search {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#424242),
    to(#343434)
  );
  background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
  background: linear-gradient(to bottom, #424242 0, #343434 100%);
  position: relative;
  border-bottom: 1px solid #656565;
  padding: 4px 5px;
}
.search input[type="text"] {
  outline: 0;
  border: none;
  display: block;
  width: 100%;
  height: 24px;
  border-radius: 5px;
  padding-left: 25px;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 3px 50%;
  background-size: 15px 15px;
  font-size: 14px;
}
.slider {
  margin-bottom: 10px;
}
.slider__item {
  background: #000b24;
  padding: 40px 30px 39px;
  height: 220px;
  position: relative;
  background-color: #000b24;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}
.slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.slider__left {
  max-width: 400px;
  position: relative;
  z-index: 10;
}
.slider__right {
  flex-shrink: 0;
}
.slider__label {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1px;
}
.slider__caption {
  font-size: 42px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin: 0 0 14px;
}
.slider .owl-dots {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.slider .owl-nav {
  display: none;
}
.slider .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3d3737;
  margin: 0 8.5px;
}
.slider .owl-dot.active {
  background: #24bb9d;
}
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel img {
  width: 100%;
  height: auto;
}
.slider__button {
  position: absolute;
  right: 44px;
  bottom: 30px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.now {
  display: none;
  margin-top: 15px;
}
.hits {
  margin-bottom: 15px;
}
.hits .owl-nav {
  display: none;
}
.games__row {
  margin: -10px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
.games__all {
  margin-top: 10px;
}
.games__all a {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #21DE89 0%, #490FB4 100%);
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  padding: 7px 5px;
  text-align: center;
  text-decoration: none;
}
.text {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.text h1 {
  font-size: 22px;
}
.text p {
  margin: 15px 0;
}
.text h2 {
  font-size: 18px;
}
.text ul {
  margin-top: 15px;
  padding-left: 20px;
  list-style-type: none;
}
.text li {
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.text ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #24bb9d;
  border-radius: 50%;
}
.text a {
  text-decoration: underline;
  color: #24bb9d;
}
.text a:hover {
  text-decoration: none;
}
.title {
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#424242),
    to(#343434)
  );
  background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
  background: linear-gradient(to bottom, #424242 0, #343434 100%);
  border-radius: 6px;
  margin-bottom: 15px;
}
.title * {
  font-size: inherit;
  margin: 0;
}
.footer {
  position: relative;
  z-index: 1;
}
.footer__top {
  background:#193400;
  padding: 0 6px;
}
.footer__images {
  border-top: 1px solid #193400;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0;
  margin: 0;
  list-style-type: none;
}
.footer__images li {
  transition: all 0.2s ease-out;
  margin-left: 11px;
  max-width: 160px;
  width: 100%;
}
.footer__images img {
  display: block;
  min-width: 120px;
  min-height: 35px;

}
.footer__images img:hover {
  filter: grayscale(100%);
}
.footer__logos {
  padding: 10px;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #192518;
}
.footer__logos li {
  min-width: 100px;
}
.owl-carousel img {
  min-height: 250px;
  object-fit: cover;
}
.footer__logos img {
  display: block;
  height: auto;
  margin: auto;
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 45px;
}
.footer__copyright {
  text-align: center;
  color: #a9a9a9;
  font-size: 10px;
  line-height: 1.3;
  padding: 10px 0;
  background: #193400;
}
.footer__text {
  max-width: 820px;
  margin: 10px auto;
}
.blocks {
  display: none;
  margin: 15px -5px 10px;
}
.now + .blocks,
.title + .blocks {
  margin-top: 10px;
}
.blocks__col {
  width: 50%;
  padding: 0 5px;
}
.blocks .search {
  padding: 0;
}
.blocks .search input[type="text"] {
  height: 34px;
  padding-left: 35px;
  background-position: 3px 50%;
  background-size: 30px 15px;
}
.menu__button {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#424242),
    to(#343434)
  );
  background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
  background: linear-gradient(to bottom, #424242 0, #343434 100%);
  border-radius: 6px;
  height: 35px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}
.menu__list {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#424242),
    to(#343434)
  );
  background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
  background: linear-gradient(to bottom, #424242 0, #343434 100%);
  height: 300px;
  overflow-y: auto;
  position: absolute;
  z-index: 5;
  width: 267px;
  left: 0;
  top: 35px;
  display: none;
}
.menu__list .nav {
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .header__logo img {
    width: 140px;
    height: 48px;
  }
  .header__nav {
    font-size: 18px;
  }
  .header__top {
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 1300px) {
  .header__nav {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1170px) {
  .content__left {
    width: 25%;
  }
  .content__right {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .content__left {
    width: 25%;
  }
  .content__right {
    width: 75%;
  }
  .header__logo {
    position: static;
  }
  .header__logo img {
    display: none;
    width: 80px;
    height: 20px;
  }
  .header__logo:nth-of-type(2) {
    display: block;
  }
  .header__top {
    align-items: center;
    padding: 0 8px;
    height: 50px;
  }
  .header__btn {
    display: flex;
  }
  .header {
    padding: 0;
    border-bottom: 1px solid #656565;
  }
  .content {
    padding-top: 50px;
  }
  .slider__left {
    max-width: 257px;
  }
  .button {
    padding-left: 6px;
    padding-right: 6px;
  }
  .header__bottom {
    transition: all 0.2s ease-out;
    display: block;
    position: fixed;
    overflow-y: auto;
    left: -50%;
    top: 51px;
    bottom: 0;
    width: 50%;
    background: #193400;
  }
  .header__bottom.active {
    left: 0;
  }
  .header__nav ul {
    display: block;
  }
  .header__info {
    display: block;
  }
  .header__nav li {
    padding: 0.5px 0;
    transition: all 0.2s ease-out;
    opacity: 1;
  }
  .header__nav li + li {
    margin-left: 0;
  }
  .header__nav a {
    background: transparent;
    color: #fff;
    display: block;
    padding: 10px 10px 8px 45px;
    font-size: 17px;
    position: relative;
  }
  .header__nav a:before {
    display: block;
  }
  /* .header__nav a:after {
    content: "";
    right: 10px;
    background: url(../img/arrow_grey.png)
      center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    width: 31px;
    left: auto;
    transform: translate(0, 0);
    opacity: 1;
  } */
  .header__nav ul + ul {
    display: block;
  }
  .title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .content__left {
    display: none;
  }
  .content__right {
    width: 100%;
  }
  .footer__logos {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
  }
  .footer__logos li {
    margin-top: 5px;
  }
  .blocks {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .footer__top {
    display: none;
  }
  .now {
    display: block;
  }
  .header__inputs {
    display: none;
  }
  .slider__right {
    display: none;
  }
  .slider__item {
    padding: 20px;
    height: 186px;
  }
  .slider__caption {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .header__bottom {
    left: -75%;
    width: 75%;
  }
}
@media only screen and (max-width: 576px) {
  .slider__button {
    right: 15px;
    bottom: 30px;
    left: 15px;
  }
  .search {
    background: rgba(255,255,255,0.5);
    border-radius: 30px;
  }
  .blocks .search input[type="text"] {
    border-radius: 30px;
    background: rgba(255,255,255,0.5) url(../img/search.svg) 3px 50% no-repeat;
    background-size: 30px 15px;
  }
  .text {
    font-size: 15px;
  }
  .text h1 {
    font-size: 20px;
  }
  .text ul {
    padding-left: 0;
  }
  .footer__logos li {
    min-width: 90px;
    width: inherit;
  }
  .header__bottom {
    left: -90%;
    width: 90%;
  }
  .header__info {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .header__bottom-bg {
    display: none !important;
  }
}
.text table {
  width: 100%;
}
.text table td {
  border: 1px solid;
  padding: 10px;
}
.youtube-iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 24px;
}
.youtube-iframe_container-ins {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.youtube-iframe_container-ins iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 24px;
}
.iframe_container-ins {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe_container-ins iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#ez-toc-container li::before {
  display: none !important;
}
.glow-button {
  text-decoration: none !important;
  display: inline-block;
  padding: 15px 30px;
  margin: 10px 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, #21DE89 0%, #490FB4 100%);
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff !important;
  transition: 0.15s ease-in-out;
  animation: 1.6s infinite pulse;
}
.text h1 {
  font-size: 30px;
  color: #00FFEA;
  text-align: center;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.09, 1.09, 1.09);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.glow-button:hover {
  box-shadow: 0 0 10px 0 #fff inset, 0 0 10px 4px #fff;
  color: #fff !important;
  animation: 1.6s infinite pulse;
}
img.aligncenter {
  float: none;
  padding-bottom: 1.9em;
  padding-top: 1.9em;
  margin-left: auto;
  margin-right: auto;
}
.text li:before {
  display: none;
}
.text ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #24bb9d;
  border-radius: 50%;
}

.text img {
  display: block;
  max-width: 100%;
  height: auto;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto;
}
.sc_fs_faq.sc_card {
  color: #fff;
}
.table_container {
  width: 100%;
  overflow: hidden;
  overflow-x: visible;
  margin-bottom: 32px;
}
.table_container table {
  width: 100% !important;
  min-width: 600px;
  height: auto !important;
}
.img-cov img {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.text p.img-cov {
  margin: 25px 0;
  text-align: center;
}

.footer__menu{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding-top: 10px;
}

.footer__menu a {
  color: #fff;
  text-decoration: none;
}