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

html,
body {
  height: 100%;
  font-family: Gilroy, sans-serif;
}


main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--main);
  font-family: Gilroy, sans-serif;
}

main p,
main span,
main h1 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  padding-top: 5px;
  /* Уменьшаем верхний отступ */
  padding-bottom: 5px;
  /* Уменьшаем нижний отступ */
  padding-left: 20px;
  /* Оставляем боковые отступы */
  padding-right: 20px;
}


main li {
  color: #fff;
  font-family: Gilroy, sans-serif;
  padding-top: 5px;
  /* Уменьшаем верхний отступ */
  padding-bottom: 5px;
  /* Уменьшаем нижний отступ */
  padding-left: 20px;
  /* Оставляем боковые отступы */
  padding-right: 5px;
}

main h2 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  padding-top: 20px;
  /* Уменьшаем верхний отступ */
  padding-bottom: 20px;
  /* Уменьшаем нижний отступ */
  padding-left: 20px;
  /* Оставляем боковые отступы */
  padding-right: 20px;
}

main h3 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  padding-top: 20px;
  /* Уменьшаем верхний отступ */
  padding-bottom: 20px;
  /* Уменьшаем нижний отступ */
  padding-left: 20px;
  /* Оставляем боковые отступы */
  padding-right: 20px;
}

main h4 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  padding-top: 10px;
  /* Уменьшаем верхний отступ */
  padding-bottom: 10px;
  /* Уменьшаем нижний отступ */
  /* Оставляем боковые отступы */
}

main a {
  color: #ce50f8;
  font-family: Gilroy, sans-serif;
}

main a:hover {
  text-decoration: underline;
}

main h1,
main h2,
main h3,
main h4,
main p,
main ul, main ol {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  /*padding: 10px;*/
  /* Отступы для десктопных версий и планшетов */
  padding: 10px 0 10px 0;
}

@media (max-width: 768px) {
  main p {
    padding-left: 20px;
    /* Дополнительный отступ слева для мобильных устройств */
    padding-right: 20px;
    /* Дополнительный отступ справа для мобильных устройств */
  }
}

@media (max-width: 768px) {
  main li {
    padding-left: 20px;
    /* Дополнительный отступ слева для мобильных устройств */
    padding-right: 20px;
    /* Дополнительный отступ справа для мобильных устройств */
  }
}

@media (max-width: 768px) {
  main h2 {
    text-align: left !important;
    /* Выравниваем текст по левому краю */
    margin-left: 0;
    /* Убираем возможные автоцентровки */
    padding-left: 0;
    /* Убираем отступы, если они мешают */
    padding: 20px;
    /* Отступы для десктопных версий и планшетов */
  }
}




@media (max-width: 768px) {
  main h1 {
    padding-left: 20px;
    /* Дополнительный отступ слева для мобильных устройств */
    padding-right: 20px;
    /* Дополнительный отступ справа для мобильных устройств */
  }
}

@media (max-width: 768px) {
  main h3 {
    padding-left: 20px;
    /* Дополнительный отступ слева для мобильных устройств */
    padding-right: 20px;
    /* Дополнительный отступ справа для мобильных устройств */
  }
}

main .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  overflow-x: hidden;
  position: relative;
  background: #009A3F;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

table,
tr,
td,
tbody {
  font-family: Gilroy, sans-serif;
}

input,
button {
  font-family: Gilroy, sans-serif;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}

input {
  outline: none;
}

p,
span,
li,
a {
  font-size: 18px;
  line-height: normal;
}

h1,
h2,
h3 {
  padding: 15px 0;
  color: #333;
}

h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.32px;
}

h2 {
  font-size: 20px;
  line-height: 24px;

}

h3 {
  font-size: 18px;
  line-height: 20px;
}

p,
span,
li,
h1,
h2,
h3,
a,
label,
input,
button,
td,
tr {
  color: #000;
}

p {
  padding-bottom: 20px;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

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



/* MAIN BANNER */


/* Модуль скачать приложение */
.tg-block-new-class-154872-06524-54554-0082 {
  background: #090C1D;
  margin-bottom: 40px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.tg-block-new-class-154872-06524-54554-0082_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.tg-block-new-class-154872-06524-54554-0082_wrapper .tg-block-new-class-154872-06524-54554-0082_image {
  width: 50%;
  z-index: 2;
}

.tg-block-new-class-154872-06524-54554-0082_wrapper .tg-block-new-class-154872-06524-54554-0082_image img {
  display: block;
  width: 100%;
  max-width: 330px;
  height: auto;
  margin: 0 auto;
}

.tg-block-new-class-154872-06524-54554-0082_wrapper .tg-block-new-class-154872-06524-54554-0082_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48%;
  padding: 50px 0;
  z-index: 2;
  position: relative;
}

.tg-block-new-class-154872-06524-54554-0082_wrapper .tg-block-new-class-154872-06524-54554-0082_text .text-title {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  width: 100%;
}

.tg-block-new-class-154872-06524-54554-0082_wrapper .tg-block-new-class-154872-06524-54554-0082_text button {
  background: #205583;
  border: 2px solid #205583;
  border-radius: 42px;
  color: #fff;
  font-family: Roboto, sans-serif;
  width: 100%;
  max-width: 400px;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.tg-block-new-class-154872-06524-54554-0082_wrapper .tg-block-new-class-154872-06524-54554-0082_text button:hover {
  background: #1C1C1C;
  transition: 0.4s;
}



@media screen and (max-width: 480px) {

  .tg-block-new-class-154872-06524-54554-0082_wrapper .tg-block-new-class-154872-06524-54554-0082_image {
    width: 100%;
    margin: 20px 0;
  }

  .tg-block-new-class-154872-06524-54554-0082_wrapper .tg-block-new-class-154872-06524-54554-0082_text {
    width: 100%;
    padding: 4px 0 24px;
    text-align: center;
  }

  .tg-block-new-class-154872-06524-54554-0082_wrapper .tg-block-new-class-154872-06524-54554-0082_text .text-title {
    font-size: 15px;
  }
}

/* apk button*/



/* CUPON WITH PROMOCODE*/




.content {
  position: relative;
  flex-grow: 1;
  padding-top: 40px;
}

.buttons-new-154872-06524-54554-0082 {
  display: flex;
  align-items: center;
}

.table-of-contents-new-154872-06524-54554-0082 {
  margin: 19px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Центрируем содержимое по горизонтали */
  margin: 20px auto;
  /* Отступ сверху/снизу и автоматические боковые отступы */
}

.table-of-contents-new-154872-06524-54554-0082 .toggle {
  display: none;
}

.table-of-contents-new-154872-06524-54554-0082 .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #205583;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.table-of-contents-new-154872-06524-54554-0082 .lbl-toggle:hover {
  background: #08f;
}

.table-of-contents-new-154872-06524-54554-0082 .toggle:checked+.lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.table-of-contents-new-154872-06524-54554-0082 .table-box-new-154872-06524-54554-0082 {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}

.table-of-contents-new-154872-06524-54554-0082 .toggle:checked+.lbl-toggle+div {
  max-height: 1000px;
  border: 1px solid #205583;
  padding: 20px;
  margin-top: 12px;
  border-radius: 8px;
}

.table-of-contents-new-154872-06524-54554-0082 .table_link {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8;
}

.table-of-contents-new-154872-06524-54554-0082 .table_link::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 32%;
  left: 0;
  background: #08f;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}

.table-of-contents-new-154872-06524-54554-0082 .table_link:hover {
  color: #08f;
}

@media screen and (min-width: 1250px) {

  .buttons-new-154872-06524-54554-0082 .logButton:hover,
  .buttons-new-154872-06524-54554-0082 .logButton:active {
    background: #F3F4F4;
    box-shadow: #F3F4F4;
    color: #1B1B1B;
  }
}

@media screen and (max-width: 1250px) {
  main .wrapper {
    padding: 0 15px;
  }

  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 22px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h1,
  h2,
  h3 {
    padding: 10px 0;
  }

  .content {
    padding-top: 20px;
  }

  .footer-block-btn-class-154872-06524-54554-0082 .buttons-new-154872-06524-54554-0082 {
    justify-content: space-between;
    width: 100%;
  }

  .footer-block-btn-class-154872-06524-54554-0082 .buttons-new-154872-06524-54554-0082 .logButton {
    padding: 12px 24px;
    box-shadow: none;
  }

  .footer-block-btn-class-154872-06524-54554-0082 .buttons-new-154872-06524-54554-0082 button {
    width: 100%;
  }

  /* .footer-block-btn-class-154872-06524-54554-0082 .buttons-new-154872-06524-54554-0082 .regButton::after {
    content: none;
  } */
  .footer-block-btn-class-154872-06524-54554-0082 .buttons-new-154872-06524-54554-0082 .logButton {
    border-radius: 12px;
    padding: 11px 24px;
    border: 1px solid #F3F4F4;
    color: #3B3B3B;
    background-color: #FFFFFF;
    font-weight: bold;
  }

  .footer-block-btn-class-154872-06524-54554-0082 .buttons-new-154872-06524-54554-0082 .logButton::after {
    content: none;
  }

  .footer-block-btn-class-154872-06524-54554-0082 .buttons-new-154872-06524-54554-0082 .logButton:active {
    color: #fff;
    border-radius: 12px;
    border: 1px solid #262626;
    background: #262626;
    box-shadow: #262626;
    font-weight: bold;
  }
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
  background: var(--main);
}

a {
  text-decoration: none;
  transition: 0.3s;
}

input,
button {
  border: none;
  box-shadow: none;
  transition: 0.3s;
}

input {
  outline: none;
}

p,
span,
li,
a {
  font-size: 16px;
  line-height: 28px;
}

h1,
h2,
h3 {
  text-align: center;
  color: var(--text);
}

p,
span,
li,
h1,
h2,
h3,
a,
label,
input,
button,
td,
tr {
  color: var(--text);
}

/* li {list-style:none;} */

button {
  cursor: pointer;
  background: transparent;
}

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

.wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.h2 button {
  border-radius: var(--block-border-radius);
  padding: 10px 10px;
  background: var(--color-primary);
  color: #fff;
  position: relative;
}

.h2 button:hover {
  background: var(--color-secondary);
}

.h2 h2 {
  margin-left: 280px;
  margin-bottom: 0 !important;
}

:root {
  --main: #090C1D;
  --text: #000;
  --light-back: #fff;
  --block-border-radius: 10px;
  --color-primary: #2055839;
  --color-secondary: #205583;
}

/* Header */

.header {
  padding: 20px 0;

}

/* Main content */

/* Page login */

.footer {
  background: rgb(38, 38, 38);
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.footer .footerInner {
  display: block;
  text-align: center;
}

.footer .footerInner .copyright-new-new-class-154872-06524-54554-0082 {
  display: block;
  width: 100%;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 12px;
  color: #fff;
  font-size: 15px;
  text-align: center !important;
}

.footer .scrollTop-new-class-154872-06524-54554-0082 {
  background: #141415;
  /* Обновленный цвет фона */
  box-shadow: 0px 0px 12px 0px rgba(173, 0, 255, 0.26);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 70px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;

  transition: bottom 0.3s ease;
}

/* Gift Button */

/* Footer scrollTop + gift responsive */
@media (max-width: 768px) {
  .footer .scrollTop-new-class-154872-06524-54554-0082 {
    bottom: 100px;
  }
}

.footer-block-btn-class-154872-06524-54554-0082 {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 82px;
  padding-right: 10px;
  padding-left: 10px;
  background: #141415;
  box-shadow: 0px -4px 12px 0px rgba(59, 59, 59, 1);
  display: none;
  justify-content: center;
  align-items: center;
}

.footer-block-btn-class-154872-06524-54554-0082 .buttons-new-154872-06524-54554-0082 {
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .footer-block-btn-class-154872-06524-54554-0082 {
    display: flex;
  }

}

.header {
  background: #141415;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}

.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header .headerInner .logo a {
  display: block;
  width: 82px;
  height: 30px;
}

.buttons-new-154872-06524-54554-0082 .logButton {
  position: relative;
  padding: 5px 34px;
  border-radius: 8px;
  font-size: 18px;
  color: #0E0F10;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease-in-out;

}

.buttons-new-154872-06524-54554-0082 .logButton::after {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  background: #F3F4F4;
  border-radius: 8px;
  transform: scale(1.01);
  z-index: -1;
}

@media screen and (max-width: 1250px) {
  .header {
    height: 50px;
  }

  .buttons-new-154872-06524-54554-0082 {
    display: none;
  }
}

.burger {
  display: none;
  position: relative;
}

.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: var(--main);
  width: 100%;
  min-height: 100vh;
  padding: 10px;
  transition: right 0.8s;
}

.mobileMenu .buttons-new-154872-06524-54554-0082 {
  display: block;
  margin-top: 32px;
}

.mobileMenu .buttons-new-154872-06524-54554-0082 button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}

.mobileMenu[hidden] {
  right: -200%;
}

.mobileMenu .mobileMenuTop-154872-06524-54554-0082 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}

.mobileMenu .mobileMenuLinks-154872-06524-54554-0082 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.mobileMenu .mobileMenuLinks-154872-06524-54554-0082 a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.mobileMenu .mobileMenuLinks-154872-06524-54554-0082 a.active {
  color: #3C3C3C;
}

.mobileMenu .mobileMenuLinks-154872-06524-54554-0082 a:hover {
  text-decoration: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}

.overlay[hidden] {
  display: none;
}

@media screen and (max-width: 1250px) {
  .burger {
    display: block;
  }
}


.faq-wrapper-new-class-154872-06524-54554-0082 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.faq-item-new-class-154872-06524-54554-0082 {
  width: calc(50% - 10px);
  background: #1C2331;
  border-radius: 4px;
  margin-bottom: 8px;
  box-sizing: border-box;
  overflow: hidden;
  /* Добавлено, чтобы содержимое не выходило за границы */
}

@media screen and (max-width: 480px) {
  .faq-item-new-class-154872-06524-54554-0082 {
    width: 100%;
  }
}

.faq-item-new-class-154872-06524-54554-0082__head {
  padding: 16px 40px 16px 20px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
  word-break: break-word;
  /* Перенос длинных слов */
}

.faq-item-new-class-154872-06524-54554-0082__head::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid #fff;
}

.faq-item-new-class-154872-06524-54554-0082__head h3 {
  padding: 0;
  margin: 0;
  text-align: left;
  transition: all .3s ease;
  overflow-wrap: break-word;
  /* Перенос длинных слов в заголовке */
  word-break: break-word;
  /* Альтернативный вариант переноса */
}

.faq-item-new-class-154872-06524-54554-0082__head:hover h3 {
  color: #F3F4F4;
}

.faq-item-new-class-154872-06524-54554-0082__body {
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}

.faq-item-new-class-154872-06524-54554-0082.active .faq-item-new-class-154872-06524-54554-0082__body {
  max-height: 8000px;
}

.faq-item-new-class-154872-06524-54554-0082__text {
  padding: 16px;
  word-break: break-word;
  /* Перенос длинных слов в тексте */
  overflow-wrap: break-word;
  /* Гарантированный перенос */
}


@media (max-width: 800px) {

  h1,
  h2,
  h3 {
    text-align: left !important;
  }

  .footer {
    margin-bottom: 48px;
  }
}

.footer-block-btn-class-154872-06524-54554-0082 .logButton {
  min-height: auto;
  border: 1px solid #FBDF00;
  background: none;
}

body,
html {
  height: 100%;
  margin: 0;
}

.container-new-154872-06524-54554-0082 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pulse-button-new-154872-06524-54554-0082 {
  padding: 10px 40px;
  border: none;
  outline: none;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  background-color: #205583;
  /* цвет фона */
  transition: 0.5s;
  animation: pulseAnimation 1.5s infinite;
  /* Анимация пульсации */

}

/* Обновленные ключевые кадры для анимации с добавлением теней */
@keyframes pulseAnimation {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3), 0 15px 30px 5px rgba(0, 0, 0, 0.25);
  }
}


/* Основные стили */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.mainContent-154872-06524-54554-0082 {
  margin: 0 auto;
  padding: 20px;
}

.container-new-154872-06524-54554-0082 {
  max-width: 1200px;
  margin: 0 auto;
}

.footer {
  background-color: #141415;
  border-top: 1px solid #141415;
  color: #141415;
  padding: 16px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer {
    /* display: none; */
    /* Не скрываем футер, а лишь footerInner, чтобы на мобильных устройствах показывать кнопки scrollTop + gift; */
    padding: 0;
  }

  .footer .footerInner {
    display: none;
  }

  .mainContent-154872-06524-54554-0082 {
    padding-bottom: 120px;
  }
}

.footerInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.footer-sections-class-154872-06524-54554-0082 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-sections-class-154872-06524-54554-0082 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-sections-class-154872-06524-54554-0082 .legal-new-class-154872-06524-54554-0082,
.footer-sections-class-154872-06524-54554-0082 .support-new-class-154872-06524-54554-0082 {
  flex: 1;
  margin: 10px;
  text-align: center;
}

.footer-sections-class-154872-06524-54554-0082 h3 {
  padding-top: 0;
  padding-bottom: 8px;
  margin-bottom: 10px;
  color: white;
  align-items: center;
  text-align: center;
}

.footer-sections-class-154872-06524-54554-0082 p {
  padding-top: 0;
  padding-bottom: 8px;
  margin-bottom: 10px;
  color: white;
  align-items: center;
  text-align: center;

  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.footer-sections-class-154872-06524-54554-0082 ul {
  list-style: none;
  padding: 0;
}

.footer-sections-class-154872-06524-54554-0082 ul li {
  margin-bottom: 4px;
}

.footer-sections-class-154872-06524-54554-0082 ul li a {
  color: white;
  text-decoration: none;
}

.footer-sections-class-154872-06524-54554-0082 ul li a:hover {
  text-decoration: underline;
}

/* Social media links */
.footer-sections-class-154872-06524-54554-0082 .social-media-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.footer-sections-class-154872-06524-54554-0082 .social-media-links a {
  color: white;
  /* line-height: 1; */
  background: #1C2331;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: background-color 0.3s ease;
}

.footer-sections-class-154872-06524-54554-0082 .social-media-links a:hover {
  background: #202735;
}

.footer-sections-class-154872-06524-54554-0082 .social-media-links a svg {
  width: 16px;
  height: 16px;
}


.scrollTop-new-class-154872-06524-54554-0082 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .footer-sections-class-154872-06524-54554-0082 {
    flex-direction: column;
    align-items: center;
  }

  .footer-sections-class-154872-06524-54554-0082 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .footer-sections-class-154872-06524-54554-0082 .legal-new-class-154872-06524-54554-0082,
  .footer-sections-class-154872-06524-54554-0082 .support-new-class-154872-06524-54554-0082 {
    margin: 10px 0;
    text-align: center;
    align-items: center;
    width: 100%;
  }
}

/* Список казино */

/* Карточки казино */
.casino-card-new-154872-06524-54554-0082 {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}

.casino-card-new-154872-06524-54554-0082 .card-new-154872-06524-54554-0082 {
  display: flex;
  gap: 15px;
  padding: 20px;
  overflow-x: auto;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.casino-card-new-154872-06524-54554-0082 .card-new-154872-06524-54554-0082 .card-new-class-154872-06524-54554-0082 {
  width: calc(20% - 15px);
  background-color: #8e8e8e24;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  /* min-width: 180px; */
}

.card-new-154872-06524-54554-0082 .card-new-class-154872-06524-54554-0082 .card-new-class-img-154872-06524-54554-0082 {
  max-height: 150px;
  align-items: center;
  display: flex;
  border-top-left-radius: 15px;
  width: 100%;
}

.card-new-154872-06524-54554-0082 .card-new-class-154872-06524-54554-0082 .card-new-class-img-154872-06524-54554-0082 img.card-new-class-logo-154872-06524-54554-0082 {
  max-height: 150px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: block;

  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  border: 0px;
  pointer-events: none;
}

.card-new-154872-06524-54554-0082 .card-new-class-154872-06524-54554-0082 .card-new-class-card-154872-06524-54554-0082 {
  text-align: center;
  margin-top: 10px;
  padding: 0px 15px;
}

.card-new-class-154872-06524-54554-0082 .card-new-class-card-154872-06524-54554-0082 .card-new-class-name-154872-06524-54554-0082 {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.card-new-class-154872-06524-54554-0082 .card-new-class-card-154872-06524-54554-0082 .card-new-class-score-154872-06524-54554-0082 {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.75;
  margin-top: 5px;
}

.card-new-class-154872-06524-54554-0082 .card-new-class-open-154872-06524-54554-0082 {
  margin-top: 10px;
  margin-bottom: 10px;

  padding: 8px 15px;
  background-color: #205583;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.card-new-class-154872-06524-54554-0082 .card-new-class-open-154872-06524-54554-0082:hover {
  background-color: #00B24B;
}

/* Список платежных систем */
.payments-class-new-154872-06524-54554-0082 {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: space-between;
}

.payments-class-new-154872-06524-54554-0082 .payment-card-new-class-154872-06524-54554-0082 {
  border-radius: 10px;
  background-color: #8e8e8e24;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: calc(20% - 20px);
  padding: 15px;
}

.payment-card-new-class-154872-06524-54554-0082 img.payment-logo {
  /* max-width: 100%; */
  max-width: 150px;
  max-height: 80px;
  height: auto;
  margin: 0 auto;
  display: block;

  object-fit: cover;

  border: 0px;
  pointer-events: none;
}

.payment-card-new-class-154872-06524-54554-0082 .payment-info-new-class-154872-06524-54554-0082 {
  text-align: center;
  margin-top: 10px;
}

.payment-card-new-class-154872-06524-54554-0082 .payment-info-new-class-154872-06524-54554-0082 .payment-name-new-class-154872-06524-54554-0082 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

.payment-card-new-class-154872-06524-54554-0082 .payment-info-new-class-154872-06524-54554-0082 .payment-casinos-new-class-154872-06524-54554-0082 {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}

.payment-card-new-class-154872-06524-54554-0082 .payment-button-new-class-154872-06524-54554-0082 {
  margin-top: 15px;
  padding: 8px 15px;
  background-color: #205583;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.payment-card-new-class-154872-06524-54554-0082 .payment-button-new-class-154872-06524-54554-0082:hover {
  background-color: #00B24B;
}

/* Отзывы */
.reviews-new-class-154872-06524-54554-0082 {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.reviews-new-class-154872-06524-54554-0082 .review-card-new-class-154872-06524-54554-0082-new-2025-19-04 {
  background-color: #8e8e8e24;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s;
  color: #FFFFFF;
}

.reviews-new-class-154872-06524-54554-0082 .review-card-new-class-154872-06524-54554-0082-new-2025-19-04:hover {
  transform: translateY(-5px);
}

.reviews-new-class-154872-06524-54554-0082 .review-card-new-class-154872-06524-54554-0082-new-2025-19-04 .review-header-new-class-154872-06524-54554-0082 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.review-card-new-class-154872-06524-54554-0082-new-2025-19-04 .review-header-new-class-154872-06524-54554-0082 .user-name-new-new-class-154872-06524-54554-0082 {
  font-size: 18px;
  font-weight: 700;
}

.review-card-new-class-154872-06524-54554-0082-new-2025-19-04 .review-header-new-class-154872-06524-54554-0082 .user-rating-new-class-154872-06524-54554-0082 {
  font-size: 16px;
  color: #F5A623;
}

.reviews-new-class-154872-06524-54554-0082 .review-card-new-class-154872-06524-54554-0082-new-2025-19-04 .user-review-new-class-154872-06524-54554-0082 {
  font-size: 16px;
  line-height: 1.6;
}

/* @Media */

@media (max-width: 768px) {
  .casino-card-new-154872-06524-54554-0082 .card-new-154872-06524-54554-0082 .card-new-class-154872-06524-54554-0082 {
    width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .payments-class-new-154872-06524-54554-0082 .payment-card-new-class-154872-06524-54554-0082 {
    width: calc(50% - 20px);
  }
}

.expert-opinion-new-class-154872-06524-54554-0082 {
  background: #1C2331;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  /* уменьшили внутренние отступы */
  border-radius: var(--block-border-radius);
  margin: 20px auto;
  /* сократили внешние отступы */
  max-width: 800px;
}

.expert-opinion-new-class-154872-06524-54554-0082 h2 {
  margin-bottom: 15px;
  /* чуть меньше отступ под заголовком */
  text-align: center;
}

.expert-photo-new-class-154872-06524-54554-0082 {
  margin: 0 auto;
  /* по-прежнему по центру */
}

.expert-photo-new-class-154872-06524-54554-0082 img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.expert-content-class-154872-06524-54554-0082 {
  margin-top: 10px;
  /* сократили отступ перед блоком с текстом */
  text-align: center;
  /* вся область по центру, кроме параграфа */
  width: 100%;
}

.expert-info-class-154872-06524-54554-0082 {
  margin: 0;
  /* имя и должность сразу под фото */
}

.expert-name {
  font-size: 20px;
  margin: 0;
}

.expert-position {
  font-size: 16px;
  margin: 5px 0 10px;
  /* чуть поменьше между позицией и текстом */
  opacity: 0.8;
}

.expert-text {
  text-align: left;
  /* теперь текст выровнен по левому краю */
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  /* блок по центру, текст внутри — слева */
  max-width: 90%;
  /* чтобы не растягивать текст во всю ширину */
}

@media (max-width: 768px) {
  .expert-opinion-new-class-154872-06524-54554-0082 {
    align-items: center;
    /* центрируем все элементы блока */
  }

  .expert-opinion-new-class-154872-06524-54554-0082 h2,
  .expert-name {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .expert-position {
    text-align: center;
    /* если нужно централизовать и должность */
    width: 100%;
  }
}

@media (max-width: 768px) {

  /* Центрируем только в блоке expert-opinion-new-class-154872-06524-54554-0082 */
  .expert-opinion-new-class-154872-06524-54554-0082 h2 {
    text-align: center !important;
  }

  .expert-opinion-new-class-154872-06524-54554-0082 .expert-name {
    text-align: center !important;
  }
}

.styled-table-div-new-154872-06524-54554-0082 {
  overflow-x: auto;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}

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

.styled-table th,
.styled-table td {
  border: 1px solid #fcf2ef;
  padding: 10px;
  text-align: left;
}

.styled-table th {
  background-color: #205583;
  color: #fff;
}

.styled-table tr {
  background-color: #f3f3f3;
}

.styled-table tr:nth-child(even) {
  background-color: #dedede;
}

#cookie-banner-new-old-34-83-28-1132 {
  /* по умолчанию скрыт */
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #2b2b3a;
  color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  padding: 16px;
  box-sizing: border-box;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1000;

  /* Макс. ширина + выравнивание по центру */
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);

  border-radius: 10px 10px 0 0;
}

/* Когда баннеру добавлен класс .show — показываем его flex’ом */
#cookie-banner-new-old-34-83-28-1132.show {
  display: flex;
}

.cookie-icon-new-old-34-83-28-1132 {
  font-size: 24px;
  margin-right: 12px;
}

.banner-text {
  flex: 1;
  min-width: 200px;
  margin-right: 12px;
}

/* два варианта текста */
.full-text {
  display: inline;
  color: #fff;
}

.short-text {
  display: none;
  color: #fff;
}

/* на мобилках (<600px) — переключаем текст */
@media (max-width: 600px) {
  .full-text {
    display: none;
  }

  .short-text {
    display: inline;
  }
}

button#accept-cookies {
  background-color: #d70000;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}

button#accept-cookies:hover {
  opacity: 0.9;
}

/* Section 4 */

.section-4 {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0px;
  display: flex;
  gap: 30px;
  align-items: center;
  /*padding-left: 40px;*/
  /* Отступ слева для десктопа */
}

.section-4__left {
  width: 60%;
}

.section-4 h2 {
  font-size: 28px;
  text-align: left;
  padding: 0;
}

.section-4 p {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 24px;
  padding: 0;
}

.section-4__right {
  width: 40%;
}

.section-4__right img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 800px) {
  .section-4 {
    flex-direction: column;
    gap: 40px;
    padding-left: 0;
    /* Убираем отступ на мобильных */
  }

  .section-4__left {
    width: 100%;
  }
}


/* Casino Bonuses List */

.casino-bonuses-list {
  max-width: 1200px;
  width: auto;
  margin: 0px auto;
}

.casino-bonuses-card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.casino-bonuses-card-wrapper .casino-bonuses-card {
  display: flex;
  flex-direction: row;
  background-color: #8e8e8e24;
  box-sizing: border-box;
  /* align-items: stretch;  */
  align-items: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

  width: 100%;
  padding: 20px;
  gap: 20px;
  min-height: 120px;
  /* fixed min height */

  /* transition: transform 0.3s ease; */
}

/* .casino-bonuses-card:hover {
  transform: translateY(-5px);
} */

.casino-bonuses-card .casino-bonuses-card-img {
  max-width: 150px;
  min-width: 100px;
  width: 150px;
  height: 100px;

  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff;
  border-radius: 8px; */
  flex-shrink: 0;
  box-sizing: border-box;
}

.casino-bonuses-card .casino-bonuses-card-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.casino-bonuses-card .casino-bonuses-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 200px;
  flex: 1 1 0%;
  min-width: 0;
}

.casino-bonuses-card-text .casino-bonuses-card-text-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

.casino-bonuses-card-text .casino-bonuses-card-text-descr {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.casino-bonuses-card .casino-bonuses-card-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 180px;
  min-width: 180px;
  height: 100%;
}

.casino-bonuses-card .casino-bonuses-card-button-btn {
  margin-left: auto;
  margin-right: 20px;
  display: block;
  width: 100%;
  max-width: 160px;

  padding: 15px 25px;
  background-color: #205583;
  color: white;
  border: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.casino-bonuses-card .casino-bonuses-card-button-btn:hover {
  background-color: #00B24B;
}

@media (max-width: 900px) {
  .casino-bonuses-card-wrapper .casino-bonuses-card {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    height: auto;
  }

  .casino-bonuses-card .casino-bonuses-card-img {
    margin: 0 auto 10px auto;
    width: 150px;
    height: 120px;
  }

  .casino-bonuses-card .casino-bonuses-card-text {
    align-items: center;
    margin: 0;
  }

  .casino-bonuses-card-text .casino-bonuses-card-text-title {
    font-size: 16px;
  }

  .casino-bonuses-card-text .casino-bonuses-card-text-descr {
    font-size: 19px;
    width: 80%;
    text-align: center;
  }

  .casino-bonuses-card .casino-bonuses-card-button {
    min-width: 0;
    width: 100%;
    justify-content: center;
    flex-basis: 0;
    margin-top: 10px;
  }

  .casino-bonuses-card .casino-bonuses-card-button-btn {
    max-width: 100%;
    margin: 0;
  }
}

/* Casino Characteristics List */

.casino-characteristics-list {
  max-width: 1200px;
  width: auto;
  margin: 0px auto;
}

.casino-characteristics-card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.casino-characteristics-card-wrapper .casino-characteristics-card {
  display: flex;
  flex-direction: column;
  background-color: #8e8e8e24;
  box-sizing: border-box;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

  width: 100%;
  padding: 20px;

  color: #ffffff;
}

.casino-characteristics-card .casino-characteristics-card-title {
  font-size: 20px;
  font-weight: 600;
}

.casino-characteristics-card .casino-characteristics-card-descr {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
  margin-top: 20px;
}

.casino-characteristics-card .casino-characteristics-card-list {
  margin-top: 10px;
  padding-left: 20px;
}

.casino-characteristics-card .casino-characteristics-card-list li {
  position: relative;
  line-height: 26px;
}

.casino-characteristics-card .casino-characteristics-card-list li::before {
  content: no-open-quote;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 16px;
  background-color: #fff;
  border-radius: 50%;
}

/* New slider with registration panel */

/* New slider with registration panel */

/* Slider responsive media queries */

/* Stories section */
.stories-block {
  padding-top: 1cm;
  max-width: 1200px;
  width: auto;
  margin: 0px auto;
}

.stories-inner-block {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
}

/* Список казино */

/* @Media */
/* Desktop (>=1024px): выводим карточки в две колонки и корректируем размеры */
@media (min-width: 1024px) {
  /* чуть уменьшаем ширину логотипа и бонусного блока, чтобы они лучше вписывались */
  /* увеличиваем отступы и размеры шрифтов для читаемости */
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0
}

img {
  max-width: 100%
}

.btn:hover {
  box-shadow: 0 -4px 8px rgba(0, 82, 180, .2)
}

.main ul li,
ul {
  list-style: none
}

html {
  -webkit-tap-highlight-color: transparent
}

:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px
}

.tfad0ffc.tfadd72 {
  -ms-flex-direction: column;
  flex-direction: column
}

[role=button],
a,
a:hover,
button,
button:hover {
  cursor: pointer
}

a,
div,
img,
li,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: 0
}

a,
body {
  font-weight: 400
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

a,
button {
  margin: 0;
  padding: 0
}

button {
  border: none;
  background: 0 0;
  display: inline-block;
  font-family: Roboto
}

a {
  font-size: 16px;
  line-height: 24px;
  color: #009246;
  text-decoration: none;
  background-color: transparent;
  transition: .2s ease-in-out
}

p,
ul {
  margin-bottom: 1rem
}

.collapse:not(.show),
.tfad318c.tfad694 .tfad890c:after,
.tfad318c.tfad694 p:empty {
  display: none
}

[hidden] {
  display: none !important
}

article,
footer,
header,
img,
main,
section {
  display: block
}

button,
input {
  overflow: visible
}

@font-face {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

.tfad373 span {
  padding: 0
}

.table-bonus,
.tfad0fb {
  color: #050038
}

/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
:after,
:before {
  box-sizing: border-box;
  box-sizing: inherit
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --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%, #9b51e0 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 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%, #cf2e2e 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
  --wp--preset--duotone--dark-grayscale: url('style.css#wp-duotone-dark-grayscale');
  --wp--preset--duotone--grayscale: url('style.css#wp-duotone-grayscale');
  --wp--preset--duotone--purple-yellow: url('style.css#wp-duotone-purple-yellow');
  --wp--preset--duotone--blue-red: url('style.css#wp-duotone-blue-red');
  --wp--preset--duotone--midnight: url('style.css#wp-duotone-midnight');
  --wp--preset--duotone--magenta-yellow: url('style.css#wp-duotone-magenta-yellow');
  --wp--preset--duotone--purple-green: url('style.css#wp-duotone-purple-green');
  --wp--preset--duotone--blue-orange: url('style.css#wp-duotone-blue-orange');
  --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;
  margin: 0;
  font-family: Work Sans, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  color: #312e4d
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

label {
  margin-bottom: .5rem
}

.tfad65c p,
.tfad694 .tfad65c.tfad402,
ul ul {
  margin-bottom: 0
}

strong {
  font-weight: bolder
}

a:hover {
  color: #0c0f23;
  text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

.collapsing,
svg {
  overflow: hidden
}

img {
  /*margin:0 auto;border-style:none;height:auto;width:auto*/
}

img,
svg {
  /*vertical-align:middle*/
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  text-align: inherit
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus,
button:focus:not(:focus-visible) {
  outline: 0
}

button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button {
  text-transform: none
}

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

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

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

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

.tfad2b7 {
  display: -ms-flexbox
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.tfad2b7 {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.tfad0bd {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.collapsing {
  position: relative;
  height: 0;
  transition: height .35s
}

h1,
h2,
h3 {
  margin-bottom: 25px;
  font-family: Work Sans, "sans-serif";
  font-weight: 500;
  line-height: 1.3
}

h1 {
  font-size: 1.75rem
}

h2 {
  font-size: 1.625rem
}

h3 {
  font-size: 1.5rem
}

tbody {
  vertical-align: middle
}

.main ul li {
  position: relative
}

.tfad65c:last-child {
  margin: 0 !important
}

.tfad1a7 .tfadf31 a,
section h2 {
  text-align: center
}

.btn {
  text-transform: capitalize
}

.tfad373 p {
  line-height: 25px;
  color: #312e4d;
  font-style: normal
}

section h2 {
  font-weight: 500
}

[type=button]:not(:disabled),
button:not(:disabled) {
  cursor: auto
}

[data-ref] {
  cursor: pointer !important
}

.tfad373 p,
p {
  font-size: 1rem
}

h2 {
  font-size: 24px;
  line-height: 28px
}

.main ul {
  margin: 15px 0 0 10px;
  padding: 0
}

.main ul li {
  margin: 12px 0 12px 15px
}

.main ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -23px;
  width: 15px;
  height: 10px;
  background-image: url(../img/check1.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain
}

.tfad1a7 .tfadf31 a,
.tfad373 {
  margin-top: 15px
}

h2,
h3 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #050038;
  letter-spacing: 1px;
  font-family: Work Sans, "sans-serif"
}

.tfad373 a,
.tfad9bc {
  text-decoration: underline
}

.main,
.tfad373 {
  margin-bottom: 40px
}

.btn,
.tfad9bc {
  font-size: .75rem
}

.tfad373 h3,
h3 {
  font-size: 22px
}

h3 {
  line-height: 26px
}

.tfad373 p {
  font-weight: 400
}

.tfad9bc {
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff
}

.tfad9bc:hover {
  text-decoration: none
}

.tfad9bc:hover {
  cursor: pointer;
  color: #0c0f23
}

.tfad373 h3 {
  margin-bottom: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.btn {
  border: none;
  border-radius: 20px;
  transition: .4s ease-in-out;
  color: #fff
}

.btn-primary {
  border-radius: 20px;
  color: #fff
}

.btn:hover {
  background-color: #0c0f23
}

.btn-primary:active,
.btn:active {
  background: #6d7ef2;
  outline: 0
}

.btn-primary:focus,
.btn:focus {
  background: #0c0f23;
  box-shadow: none
}

.btn-primary {
  background: #0c0f23;
  font-weight: 600;
  font-size: .9375rem
}

.btn-primary:hover {
  background-color: #0c0f23;
  box-shadow: 0 -4px 8px rgba(0, 82, 180, .2);
  color: #fff
}

.tfad318c.tfad394 .tfadf31 a:active {
  border: 2px solid #6d7ef2;
  background: #fff;
  color: #6d7ef2
}

.tfad318c {
  overflow: hidden;
  background-color: #f8f7ff;
  border-radius: 15px
}

.tfad41f .tfad2993 {
  color: #0c0f23
}

.tfad1a7 .tfadf31 a,
.tfad694 .tfad0fb,
.tfad839,
.tfad890c {
  font-weight: 600;
  font-style: normal
}

.tfad1a7 .tfadf31 a {
  font-size: 12px;
  line-height: 15px;
  color: #0c0f23;
  text-decoration: none;
  border: 2px solid #0c0f23;
  box-sizing: border-box;
  border-radius: 15px;
  display: block;
  padding: 10px
}

.tfad1a7 .tfadf1e:first-of-type .tfad694,
.tfad1a7 .tfadf1e:nth-child(2) .tfad694,
.tfad1a7 .tfadf1e:nth-child(3) .tfad694,
.tfad890c {
  border: 1px solid #0c0f23
}

.tfad1a7 .tfadf31 a:hover,
.tfad318c.tfad394 .tfadf31 a:focus,
.tfad318c.tfad394 .tfadf31 a:hover,
.tfad90a:hover,
.tfada49 .tfad35b .tfadda0:hover {
  background: #0c0f23;
  box-shadow: 0 -4px 8px rgba(0, 82, 180, .2);
  color: #fff
}

.tfad1a7 .tfadf31 a:active {
  border: 2px solid #6d7ef2;
  color: #6d7ef2
}

.tfad1a7 .tfadf1e,
.tfad2b7.tfad1a7 {
  padding-left: 7.5px;
  padding-right: 7.5px
}

.tfad694 {
  overflow: unset;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto 15px;
  padding: 15px 20px;
  background: #f8f7ff;
  box-sizing: border-box;
  border-radius: 15px
}

.tfad694 .tfad98d {
  margin: 0 auto 15px !important
}

.tfad694 .tfad65c,
.tfad694 .tfad98d,
.tfada49 .tfad35b {
  -ms-flex-order: 0;
  order: 0
}

.tfad694 .tfad65c.tfadfebd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #bab9cc;
  padding-bottom: 10px
}

.tfad694 .tfad65c.tfadfebd .tfad6e4d,
.tfad694 .tfad65c.tfadfebd .tfadc17,
.tfada49 .tfad4196 .tfad6e4d,
.tfada49 .tfad4196 .tfadc17 {
  width: calc(50% - 2.5px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.tfad694 .tfad65c.tfadfebd .tfad6e4d span,
.tfad694 .tfad65c.tfadfebd .tfadc17 span,
.tfada49 .tfad4196 .tfad6e4d span,
.tfada49 .tfad4196 .tfadc17 span,
.tfade6e {
  text-align: center
}

.tfad694 .tfad65c.tfadfebd .tfad6e4d span:first-of-type,
.tfad694 .tfad65c.tfadfebd .tfadc17 span:first-of-type,
.tfada49 .tfad4196 .tfad6e4d span:first-of-type,
.tfada49 .tfad4196 .tfadc17 span:first-of-type {
  font-size: 12px;
  line-height: 15px;
  color: #686680
}

.tfad694 .tfad65c.tfadfebd .tfad6e4d span:last-of-type,
.tfad694 .tfad65c.tfadfebd .tfadc17 span:last-of-type,
.tfada49 .tfad4196 .tfad6e4d span:last-of-type,
.tfada49 .tfad4196 .tfadc17 span:last-of-type {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #050038
}

.tfad694 .tfad65c.tfadfebd .tfad6e4d,
.tfada49 .tfad4196 .tfad6e4d {
  margin-right: 5px
}

.tfad694 .tfad65c.tfad402 .tfad827 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500
}

.tfad694 .tfad65c.tfadf9f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #fff;
  padding: 7px 10px 4px;
  border-radius: 15px 15px 0 0;
  margin: 0
}

.tfad694 .tfad65c.tfadf9f .tfad06a,
.tfada49 .tfad955 .tfad06a {
  max-width: 100px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.tfad694 .tfad65c.tfadf9f .tfad06a img,
.tfada49 .tfad955 .tfad06a img {
  max-height: 50px;
  height: auto
}

.tfad694 .tfad65c.tfadf9f .tfad839 {
  font-size: 16px !important;
  line-height: 20px;
  padding: 0 !important;
  margin: 0 0 5px;
  text-align: left;
  font-weight: 500
}

.tfad694 .tfad0fb,
.tfad839,
.tfad890c,
.tfad90a,
.tfadc90 {
  text-align: center
}

.tfad694 .tfad65c.tfadf9f .tfad98d {
  margin: 0 !important;
  min-width: 0;
  width: auto;
  max-width: none;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.tfad694 .tfad65c.tfadd72 {
  background: #fff;
  width: 100%;
  padding: 0 10px 10px;
  border-radius: 0 0 15px 15px
}

.tfad694 .tfad65c.tfadd72 .tfad90a {
  max-width: 300px;
  max-height: 50px
}

.tfad694 .tfad0fb {
  font-size: 12px;
  line-height: 125%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #312e4d;
  margin: -5px 0 0 4px;
  background: url(../img/star.svg) top 1px left no-repeat;
  padding-left: 13px
}

.tfadf1e {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch
}

.tfad09f,
.tfad0ffc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.tfad694 .tfaddc40 {
  margin-bottom: 15px
}

.tfad0ffc.tfadd72 a {
  padding-top: 15px
}

.tfad890c {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 5px 7px !important;
  font-size: 12px;
  line-height: 16px;
  color: #0c0f23;
  text-transform: uppercase;
  height: 25px;
  top: -7px;
  left: -5px
}

.tfad90a {
  text-transform: capitalize
}

.tfad839 {
  margin-bottom: 5px !important;
  font-size: 18px !important;
  line-height: 25px;
  color: #050038
}

.tfad318c.tfad694 .tfad890c,
.tfadc90 {
  font-size: 12px
}

.tfad90a {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #26910c;
  border-radius: 20px;
  padding: 15px 5px;
  height: auto;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.tfad90a:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACJSURBVHgB3dTRDUAwEMbxqxjACGxiFCMYgQ2YgFFsYgQ2ONcg0UbqrueFf/I9tE1+jwX4RIhY495Ay0EbISO66eAbUAcHQDGcAK+KNnNgLsiGpeAjHAv6cPkWaFuvBw1ooZZWGGOm8zIFeRbqaR1Bq/8oAYOQBGRBHFAEhcAoyOn4vhZaQ8vg1213aKWpTdOgrQAAAABJRU5ErkJggg==");
  margin-right: 10px;
  width: 17px;
  height: 21px
}

.tfad90a:active,
.tfada49 .tfad35b .tfadda0:active {
  color: #fff !important;
  background-color: #6d7ef2 !important;
  border-color: #6d7ef2 !important
}

.tfad90a:focus,
.tfada49 .tfad35b .tfadda0:focus {
  color: #fff !important;
  background-color: #0c0f23 !important;
  border-color: #0c0f23 !important
}

.tfadc90 {
  font-style: normal;
  line-height: 15px;
  color: #26910c;
  text-decoration: none !important
}

.tfada49 .tfad35b .tfadf57:hover,
.tfadc90:hover {
  color: #0c0f23;
  text-decoration: underline !important
}

.tfad318c.tfad694 .tfad402 {
  width: 100%;
  background: #fff;
  border-bottom: 0;
  height: auto;
  padding: 10px;
  border-top: 1px solid #ecebff;
  font-size: 20px;
  line-height: 25px
}

.tfad318c.tfad694 .tfad839 {
  padding-top: 15px;
  width: 100%
}

.tfad2b7.tfad1a7 .tfad694 .tfad402 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center
}

.tfad2b7.tfad1a7 .tfad694 .tfad402 .tfad827 {
  -ms-flex: 1 0;
  flex: 1 0
}

.tfad2b7.tfad1a7>.tfadf1e:first-of-type .tfad890c,
.tfad973b .tfad2993:hover {
  background: #0c0f23;
  color: #fff
}

.tfad2b7.tfad1a7>.tfadf1e:first-of-type .tfad973b .item {
  border: 1px solid #bab9cc
}

@media (min-width:768px) {
  .main {
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:992px) {
  .tfad0bd {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .main {
    min-height: 770px
  }

  .tfad1a7 {
    margin-bottom: 0
  }

  .tfad694 {
    max-width: 100%
  }

  .tfad2b7.tfad1a7>.tfadf1e {
    -ms-flex-order: 0;
    order: 0
  }

  .tfad2b7.tfad1a7>.tfadf1e:nth-child(2) {
    -ms-flex-order: -1;
    order: -1
  }

  .tfad2c0 {
    display: none
  }
}

.tfad74b {
  width: 100%
}

.tfada49 .tfad61d9 {
  display: -ms-flexbox;
  display: flex
}

@media (max-width:991.98px) {
  .tfad694 {
    padding: 15px
  }

  .tfad2b7.tfad1a7 .tfad694 .tfad402 {
    height: auto
  }
}

.tfad38a {
  display: block
}

.tfad973b .tfad2993:active {
  background: #0c0f23
}

.tfadd9b {
  width: 80px;
  height: 14px;
  background: url(../img/grey.svg) 0/80px auto no-repeat
}

.tfadf5e {
  width: 100px;
  background-size: 100px auto
}

.tfad38a {
  height: 100%;
  background-size: inherit
}

.tfad011 {
  background: url(../img/green.svg) 0 no-repeat;
  background-size: inherit
}

.tfad65c,
.tfad65c.tfad98d {
  margin: 0 0 15px
}

@media (max-width:767px) {
  .tfad694 {
    border: 1px solid #0c0f23
  }

  .tfad90a {
    max-width: 200px;
    min-width: 200px
  }
}

.tfada49 .tfad35b .tfadda0:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACJSURBVHgB3dTRDUAwEMbxqxjACGxiFCMYgQ2YgFFsYgQ2ONcg0UbqrueFf/I9tE1+jwX4RIhY495Ay0EbISO66eAbUAcHQDGcAK+KNnNgLsiGpeAjHAv6cPkWaFuvBw1ooZZWGGOm8zIFeRbqaR1Bq/8oAYOQBGRBHFAEhcAoyOn4vhZaQ8vg1213aKWpTdOgrQAAAABJRU5ErkJggg==")
}

.tfada49 .tfade42 span.tfad52d {
  color: #0c0f23;
  height: 25px;
  position: absolute
}

.tfada49 .tfadc240 {
  width: 100%;
  display: -ms-flexbox
}

.tfad318c.tfad394 {
  background: 0 0;
  overflow: visible
}

.tfad318c.tfad394 .tfadf31 a {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #cdcdcd;
  text-decoration: none;
  border: 2px solid #cdcdcd;
  box-sizing: border-box;
  border-radius: 15px;
  text-align: center;
  display: block;
  padding: 10px
}

.tfada49 .tfad0fb {
  margin: -5px 0 0 4px;
  background: url(../img/star.svg) 0 no-repeat;
  padding-left: 13px;
  min-width: 35px;
  font-size: 14px;
  font-weight: 600
}

.tfada49 .tfad61d9 {
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.tfad33d {
  margin-bottom: 5px;
  display: none !important
}

.tfada49 .tfadc240 {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
  background: #f8f7ff;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  box-sizing: border-box
}

.tfada49 .tfad9db,
.tfada49 .tfade42 span.tfad52d {
  background: #fff;
  text-align: center;
  font-style: normal
}

.tfada49 .tfad35b,
.tfada49 .tfad35b .tfadda0 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.tfada49 .tfad35b .tfadda0 {
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
  background: #26910c;
  border-radius: 20px;
  padding: 14px;
  height: auto;
  max-width: 300px;
  color: #fff
}

.tfada49 .tfad35b .tfadda0:before {
  margin-right: 5px;
  width: 17px;
  height: 21px
}

.tfada49 .tfad35b .tfadf57 {
  -ms-flex-order: 20;
  order: 20;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #26910c;
  text-decoration: none !important
}

.tfada49 .tfade42 {
  width: 0;
  min-width: 0;
  padding: 0 !important
}

.tfada49 .tfade42 span.tfad52d {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 5px 7px;
  top: -7px;
  left: -5px;
  z-index: 9;
  border: 1px solid #0c0f23;
  box-sizing: border-box;
  border-radius: 10px
}

.tfada49 .tfad9db {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin: 0;
  border-bottom: 0;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 25px !important;
  color: #050038;
  width: 100%;
  border-top: 1px solid #ecebff
}

.tfada49 .tfad9db .tfaddc40 {
  margin: 5px 0 0;
  padding: 0
}

.tfada49 .tfad955 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 5px 10px;
  border-radius: 15px 15px 0 0;
  margin: 0
}

.tfada49 .tfad4196 {
  padding-bottom: 10px
}

.tfada49 .tfad955 .tfad839 {
  font-size: 16px !important;
  line-height: 20px;
  padding: 0;
  margin: 0 0 5px;
  text-align: left;
  font-weight: 500
}

.tfada49 .tfad955 .tfad98d {
  margin: 0 !important;
  min-width: 0;
  width: auto;
  max-width: none;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translate(-2px);
  transform: translate(-2px)
}

.tfada49 .tfad4196 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #bab9cc;
  margin-bottom: 10px
}

.tfada49 .tfad3bb {
  background: #fff;
  width: 100%;
  padding: 0 10px 10px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex
}

.tfada49 .tfad3bb a {
  display: block;
  padding-top: 10px
}

.tfada49 .tfad131 {
  margin-right: 15px
}

@media (min-width:768px) and (max-width:1199.98px) {
  .tfad1a7 .tfadf31 a {
    margin: 0 -7px
  }

  .tfad694 .tfad65c.tfadf9f {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 10px
  }

  .tfad694 .tfad65c.tfadf9f .tfad06a,
  .tfada49 .tfad955 .tfad06a {
    margin-right: 0;
    margin-bottom: 10px
  }

  .tfad694 .tfad65c.tfadf9f .tfad839,
  .tfada49 .tfad955 .tfad839 {
    text-align: center
  }

  .tfad694 .tfad65c.tfadd72 .tfad90a {
    max-width: none;
    width: 100%
  }

  .tfada49 .tfad955 {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 10px 10px
  }

  .tfada49 .tfad955 .tfad98d {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  .tfada49 .tfad131 .tfad973b {
    max-width: 200px
  }

  .tfada49 .tfad98d {
    max-width: 90px;
    min-width: 90px;
    width: 90px;
    margin: auto
  }
}

@media (max-width:991.98px) {
  .tfada49 .tfad131 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 15px
  }

  .tfada49 .tfad98d {
    width: 100%;
    max-width: 100%;
    min-width: 100%
  }
}

@media (min-width:768px) {
  .tfada49 .tfadc240 {
    width: calc(50% - 7.5px);
    margin-right: 15px
  }

  .tfada49 .tfadc240:nth-of-type(2n) {
    margin-right: 0
  }

  .tfada49 .tfad4196 .tfad6e4d,
  .tfada49 .tfad4196 .tfadc17 {
    width: 100%
  }

  .tfada49 .tfad4196 .tfad6e4d {
    margin-right: 0;
    margin-bottom: 5px
  }
}

@media (min-width:992px) {
  .tfada49 .tfadc240 {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
    padding: 10px;
    margin-right: 0;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .tfada49 .tfadc240 .tfad9db {
    width: 290px
  }

  .tfada49 .tfadc240 .tfad4196,
  .tfada49 .tfadc240 .tfad9db {
    margin-right: 0;
    padding-right: 10px
  }

  .tfada49 .tfad955 .tfad06a img {
    width: 70px;
    height: auto
  }

  .tfada49 .tfad9db {
    background: 0 0;
    margin-right: 10px
  }

  .tfada49 .tfad955 {
    border-radius: 15px;
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .tfada49 .tfad4196 {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 77px;
    margin: auto 15px auto 0;
    border-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .tfada49 .tfad4196 .tfad6e4d span:last-of-type,
  .tfada49 .tfad4196 .tfadc17 span:last-of-type {
    font-size: 16px;
    line-height: 20px
  }

  .tfada49 .tfad3bb {
    -ms-flex-order: 1 !important;
    order: 1 !important;
    background: 0 0;
    width: 128px;
    padding: 0;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .tfada49 .tfad131 {
    max-width: 140px;
    min-width: 140px;
    width: 140px
  }

  .tfada49 .tfad98d {
    max-width: 110px;
    min-width: 100px;
    width: 100px
  }
}

.tfadebeb.tfadcaf {
  margin: 0
}

section .tfad827 {
  font-size: 1.125rem;
  font-weight: 600
}

@media (min-width:390px) {
  .tfad65c {
    margin: 0 auto 15px
  }
}

table tr {
  margin-bottom: 5px
}

.tfad41f {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.tfad41f .item {
  margin: 2px
}

.tfad973b {
  max-width: 220px;
  margin: 0 auto
}

.tfad973b .tfad2993 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ecebff;
  border: 1px solid #0c0f23;
  font-weight: 600;
  font-size: 15px;
  color: #0c0f23;
  cursor: pointer
}

.tfad973b .tfad2993:focus {
  border: 2px solid #050038;
  background: #0c0f23
}

.tfad973b .item {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ecebff;
  border-radius: 10px;
  text-align: center;
  position: relative
}

.tfad973b .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.tfad973b .item:active {
  border: 1px solid #686680;
  background: #f8f7ff
}

.tfad973b .item:focus {
  border: 2px solid #686680;
  background: #f8f7ff
}

p.tfad33d {
  color: #ccc;
  font-size: .75rem
}

.tfadebeb {
  margin: 0 5px
}

.tfadebeb {
  text-align: left
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.tfaddc40 {
  text-align: center;
  position: relative
}

.tfaddc40 .tfad1e8,
.tfaddc40 .tfad1e8>span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #8b8a99;
  text-align: center;
  display: inline-block;
  cursor: pointer
}

@media (min-width:1200px) {
  .tfada49 .tfad955 {
    margin-right: 5px
  }
}

tbody,
tr {
  border-color: inherit
}

@media (max-width:767.98px) {
  .tfad318c.tfad694 .tfad839 {
    padding-top: 15px !important;
    width: 100%
  }

  .tfad318c.tfad694 .tfaddc40 {
    margin: 5px 0 0;
    padding: 0
  }
}

table tr td,
table tr th {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 5px
}

table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0
}

table p {
  color: #000;
  padding: 0;
}

table thead tr:first-child {
  padding: 0;
  font-weight: 600;
  background: #1a1a2e;
  color: #ffffff;
  border-bottom: 2px solid #e94560;
}
table thead tr:first-child p {
  color:#fff;
}

tbody {
  display: table-row-group
}

table tr th {
  background: #010204;
  font-weight: 600;
  color: #fff;
  padding: 10px 5px
}

tr {
  display: table-row;
  vertical-align: inherit
}


table tr {
  border-top: 1px solid #f1f0f7;
  border-bottom: 1px solid #f1f0f7;
  background: #fff;
  font-weight: 400;
  color: #605c73;
  padding: 10px
}
table tr td {
  padding: 10px
}

.tfada49 .tfad955 {
  justify-content: space-around
}

main img {
  margin:10px auto;
  border-radius: 10px;
}