* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Geometria';
}

@font-face {
font-family: 'Geometria'; 
src: url(/fonts/Geometria.ttf); 
font-display: swap;
}
@font-face {
font-family: 'Geometria-Bold'; 
src: url(/fonts/Geometria-Bold.ttf); 
font-display: swap;
}
@font-face {
font-family: 'Geometria-ExtraBold'; 
src: url(/fonts/Geometria-ExtraBold.ttf); 
font-display: swap;
}
@font-face {
font-family: 'Geometria-Medium'; 
src: url(/fonts/Geometria-Medium.ttf); 
font-display: swap;
}

html body {
  overflow-x: hidden;
  position: relative;
  background: rgba(254, 251, 255, 1);
}

.content {
  padding-bottom: 58px;
}
.contentMain {
  padding-top: 96px;
}

.wrapper,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.general-table-wrapper,
figcaption,
ol,
ul,
.columnsText,
.stepsInner,
.contentBanner,
.buttonBlock,
.contentBanner,
.bonusBlock,
.summary,
.faq-container,
.plusMinus,
.tocInner
{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

p,
a,
span,
b,
i,
figcaption,
li {
  color: rgba(125, 107, 143, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(63, 11, 115, 1);
}

p,
span,
li,
a {
  font-size: 20px;
  line-height: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  padding-bottom: 32px;
} 

h1 {
  font-family: 'Geometria-ExtraBold';
  font-size: 56px;
  line-height: 70px;
}

h2 {
  font-family: 'Geometria-Bold'; 
  font-size: 42px;
  line-height: 54px;
  padding-top: 64px;
}

h3 {
  font-family: 'Geometria-Medium';
  font-size: 28px;
  line-height: 40px;
  padding-top: 24px;
}

h4 {
  font-family: 'Geometria-Medium';
  font-size: 22px;
  line-height: 32px;
  padding-top: 24px;
}

h5,
h6 {
  font-family: 'Geometria-Medium';
  font-size: 20px;
  line-height: 30px;
  padding-top: 24px;
}

p {
  padding-bottom: 32px;
}

a {
  text-decoration: none;
  transition: .3s;
}

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

button {
  cursor: pointer;
}

input {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}
ul.general-ul li,
ol.general-ol li {
  list-style: none;
}
ul.general-ul {
  padding-left: 20px;
}
ul.general-ul li {
  list-style: none;
  padding-left: 16px;
  position: relative;
  margin-bottom: 12px;
}
ul.general-ul li:last-child {
  margin-bottom: 0;
}
ul.general-ul li:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 4px;
  height: 4px;
  background: rgba(125, 107, 143, 1);
  border-radius: 50%;
}
ol.general-ol {
  counter-reset: counter-ol;
  padding-left: 20px;
}
ol.general-ol li {
  position: relative;
  counter-increment: counter-ol;
  padding-left: 16px;
  margin-left: 20px;
}
ol.general-ol li:before {
  position: absolute;
  content: counter(counter-ol) '.';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: rgba(125, 107, 143, 1);
  border-radius: 50%;
  top: 4px;
  left: -20px;
}

.buttonBlock,
ul.general-ul,
ol.general-ol,
.general-table-wrapper,
.faq-container {
  padding-bottom: 32px;
}


@media(max-width: 1279px) {
  .wrapper,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .general-table-wrapper,
  figcaption,
  ol.general-ol,
  ul.general-ul,
  .columnsText,
  .stepsInner,
  .contentBanner,
  .buttonBlock,
  .contentBanner,
  .bonusBlock,
  .summary,
  .faq-container,
  .plusMinus,
  .tocInner {
      max-width: 100%;
      padding-left: 40px;
      padding-right: 40px;
  }
}

@media(max-width: 599px) {

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

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

  .wrapper,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .general-table-wrapper,
  figcaption,
  ol.general-ol,
  ul.general-ul,
  .columnsText,
  .stepsInner,
  .contentBanner,
  .buttonBlock,
  .contentBanner,
  .bonusBlock,
  .summary,
  .faq-container,
  .plusMinus,
  .tocInner {
      padding-left: 20px;
      padding-right: 20px;
  }

  h1 {
      font-size: 42px;
      line-height: 54px;
  }

  h2 {
      font-size: 28px;
      line-height: 40px;
      padding-top: 32px;
  }

  h3 {
      font-size: 24px;
      line-height: 32px;
      padding-top: 16px;
  }

  h4 {
      font-size: 20px;
      line-height: 32px;
      padding-top: 16px;
  }

  h5,
  h6 {
    padding-top: 16px;
  }

  .summary h2,
  .step h3,
  .greyBackground h2 {
    width: 100%;
    word-wrap: break-word;
  }

  .buttonBlock,
  ul.general-ul,
  ol.general-ol,
  .general-table-wrapper,
  .faq-container {
    padding-bottom: 24px;
  }

  .content {
    padding-bottom: 8px;
  }

  ol.general-ol li:before {
    top: -1px;
  }
  ul.general-ul li::before {
    top: 12px;
  }

}

/* --- Extra Padding --- */
.extraPadding {
  width: 100%;
  height: 32px;
}
@media(max-width: 599px) {
  .extraPadding {
      height: 32px;
  }
}

/* --- Grey Background --- */
.greyBackground {
  background: rgba(244, 238, 250, 1);
  padding: 32px 0 64px 0;
}

@media(max-width: 599px) {
  .greyBackground {
    padding: 32px 0 16px 0;
  }
}


/* --- Button --- */
.buttonBlockInner {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  background: rgba(128, 0, 113, 1);
  border-radius: 8px;
  padding: 26px 0;
  position: relative;
  cursor: pointer;
}
.buttonBlockInner:hover {
  background: rgba(213, 22, 110, 1);
}
.buttonBlockInner button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.buttonBlockInner span {
  font-size: 24px;
  line-height: 18px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-Bold'; 
}
.buttonBlockInner img {
  width: 28px;
  height: 28px;
}


/* --- Text in columns --- */
.columnsText {
  display: flex;
  gap: 60px;
}

@media(max-width: 1279px) {
  .columnsText p {
      padding-left: 0;
      padding-right: 0;
  }
}

@media(max-width: 599px) {
  .columnsText {
      flex-direction: column;
      gap: 0;
  }
}

/* --- HEADER --- */
.header {
  background: rgba(63, 11, 115, 1);
  height: 100px;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.headerInner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.header .logo img {
  width: 226px;
  height: 60px;
  transition: 0.3s;
  cursor: pointer;
}
.header .logo img:hover {
  opacity: 0.7;
}
.headerButton {
  position: relative;
  background: rgba(213, 22, 110, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 12px;
  transition: 0.3s;
  width: 166px;
  height: 54px;
}
.headerButton:hover {
  background: rgba(128, 0, 113, 1);
}
.headerButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.headerButton span {
  font-size: 16px;
  line-height: 18px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-Bold'; 
}
.headerButton img {
  width: 20px;
  height: 20px;
}

@media(max-width: 599px) {
  .header .logo img {
      width: 141px;
      height: 50px;
  }
  .headerButton {
      width: 100%;
      max-width: 162px;
      padding: 12px 0px;
      height: 48px;
  }
  .headerButton img {
      display: none;
  }
}
@media(max-width: 380px) {
  .headerButton{
    max-width: 130px;
  }
} 

.logButton{
  background-color: rgba(213, 22, 110, 1);
  color: #fff;
  width: 166px;
  height: 54px;
  font-family: 'Geometria';
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.logButton:hover{
  opacity: .8;
}


/* --- FirstScreen --- */
.firstScreen {
  background: url(/firstScreen.webp)no-repeat;
  background-size: cover;
  padding: 96px 0;
  position: relative;
  border-radius: 0 0 24px 24px;
  background-position: center center;
}
.firstScreenOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(45, 0, 40, 0.08) 0%, rgba(45, 0, 40, 0.8) 31.1%, rgba(45, 0, 40, 0.8) 69.38%, rgba(45, 0, 40, 0.08) 100.02%);
  z-index: 1;
  border-radius: 0 0 24px 24px;
}
.firstScreenInner {
  position: relative;
  z-index: 2;
}
.firstScreen h1,
.firstScreen p {
  color: rgba(254, 251, 255, 1);
}
.firstScreen p {
  font-size: 22px;
  line-height: 32px;
  font-family: 'Geometria-Medium';
  max-width: 980px;
  margin-left: 0;
}

.contentsBlock {
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 100%;
  height: 20px;
  z-index: 2;
}
.contentsBlockInner {
  display: flex;
  justify-content: flex-end;
}
.contentsIcon {
  width: 20px;
  height: 20px;
  background: url(/icon-contents.svg)no-repeat;
  background-size: cover;
  cursor: pointer;
}
.contentsIcon:hover {
  background: url(/icon-contents-hover.svg)no-repeat;
  background-size: cover;
}
.contentsIcon.active {
  background: url(/icon-contents-active.svg)no-repeat;
  background-size: cover;
}


@media(max-width: 1279px) {
  .firstScreen h1,
  .firstScreen p {
      max-width: 100%;
      padding-left: 0px;
      padding-right: 0px;
  }
}

@media(max-width: 599px) {
  .firstScreen {
      padding: 64px 0;
  }

  .firstScreen p {
      font-size: 20px;
  }
}


/* --- Vitrina --- */
.vitrina {
  padding-bottom: 40px;
}
.vitrinaInner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
.vitrinaItem {
  background: rgba(63, 11, 115, 1);
  border-radius: 16px;
  padding: 24px 24px;
  position: relative;
}
.vitrinaItemTop {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.vitrinaItemTop img {
  width: 80px;
  height: 80px;
}
.vitrinaItemTop span {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Geometria-Bold'; 
  color: rgba(254, 251, 255, 1);
  max-width: 236px;
}
.vitrinaItem ul {
  margin-top: 40px;
  margin-bottom: 96px;
  list-style: none;
}
.vitrinaItem ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: rgba(254, 251, 255, 1);
  padding-left: 34px;
}
.vitrinaItem ul li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/icons/list-icon.svg)no-repeat;
  background-size: cover;
}
.vitrinaButton {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(213, 22, 110, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 12px;
  transition: 0.3s;
  width: calc(100% - 48px);
  height: 56px;
}
.vitrinaButton:hover {
  background: rgba(128, 0, 113, 1);
}
.vitrinaButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.vitrinaButton span {
  font-size: 16px;
  line-height: 18px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-Bold'; 
}

.btn-casino {
  background: inherit;
    display: inline-flex;
    gap: 8px;
}

.vitrinaButton img {
  width: 20px;
  height: 20px;
}
.vitrinaItem:last-child {
  background: url(/card-btn.webp)no-repeat;
  background-position: 70% center;
  background-size: cover;
}
.vitrinaItemOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 6, 74, 0.6);
  border-radius: 16px;
  z-index: 1;
}
.vitrinaItemInner{
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-direction: column;
  height: 100%;
}

.vitrinaItem:last-child .lastName {
  font-size: 28px;
  line-height: 30px;
  font-family: 'Geometria-Bold'; 
  color: rgba(254, 251, 255, 1);
  display: block;
  max-width: 210px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.vitrinaItem:last-child .vitrinaButton {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media(max-width: 1279px) {
  .vitrinaItem ul {
      padding-left: 0px;
      padding-right: 0px;
  }
  .vitrinaInner {
      grid-template-columns: repeat(2, 1fr);
  }
  .vitrinaItem:last-child {
      grid-column-start: 1;
      grid-column-end: 3;
      padding: 97px 24px;
  }
}

@media(max-width: 599px) {
  .vitrinaInner {
      grid-template-columns: repeat(1, 1fr);
  }
  .vitrinaItem:last-child {
      grid-column-start: 1;
      grid-column-end: 2;
  }
  .vitrinaItemTop img {
      width: 60px;
      height: 60px;
  }
  .vitrinaItemTop span {
      font-size: 20px;
      line-height: 32px;
      max-width: 226px;
  }
  .vitrinaItem:last-child .vitrinaButton {
      max-width: 100%;
      width: 100%;
  }
}

/* --- Steps --- */
.steps {
  background: rgba(244, 238, 250, 1);
  padding: 32px 0 96px 0;
  border-radius: 24px;
}
.stepsList {
  margin-left: 72px;
  margin-top: 24px;
}
.step {
  position: relative;
}
.step h3 {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 24px;
  padding-top: 0;
}
.stepNumber {
  position: absolute;
  top: 0px;
  left: -72px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(128, 0, 113, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepNumber span {
  font-size: 28px;
  line-height: 24px;
  font-family: 'Geometria-ExtraBold';
  color: rgba(254, 251, 255, 1);
}
.step::before {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: -48px;
  background: url(/steps-line.png)repeat;
}
.step:last-child::before {
  display: none;
}
.stepButton {
  background: rgba(128, 0, 113, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 12px;
  transition: 0.3s;
  width: 100%;
  height: 80px;
  position: relative;
  margin-top: 24px;
}
.stepButton:hover {
  background: rgba(213, 22, 110, 1);
}
.stepButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.stepButton span {
  font-size: 24px;
  line-height: 18px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-Bold'; 
}
.stepButton img {
  width: 28px;
  height: 28px;
}

@media(max-width: 1279px) {
  .steps p,
  .steps h3,
  .steps h2 {
      padding-left: 0;
      padding-right: 0;
  }
  .steps {
      padding: 96px 0 40px 0;
  }
}
@media(max-width: 599px) {
  .steps {
      padding: 32px 0 32px 0;
  }
  .stepsList {
      margin-top: 16px;
  }
  .step h3 {
      font-size: 20px;
  }
  .stepButton {
      margin-top: 16px;
  }
}

/* --- contentBanner --- */
.contentBanner {
  height: 350px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.contentBannerWrapper {
  height: 100%;
  background: url(/contentBanner.webp)no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative; 
  background-position: 100% 0;
}
.contentBannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(45, 0, 40, 0.06) 0%, rgba(45, 0, 40, 0.6) 31.1%, rgba(45, 0, 40, 0.6) 69.38%, rgba(45, 0, 40, 0.06) 100.02%);
  border-radius: 20px;
  z-index: 1;
}
.contentBannerInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
  gap: 30px;
  padding: 0 20px;
}
.contentBanner span {
  font-size: 63px;
  line-height: 120%;
  color: rgba(254, 251, 255, 1);
  max-width: 580px;
  font-family: 'Geometria-Bold'; 
  display: block;
  text-align: center;
}
.mainButton {
  background: rgba(213, 22, 110, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 12px;
  transition: 0.3s;
  width: auto;
  position: relative;
  padding: 18px 62px;
}
.mainButton:hover {
  background: rgba(128, 0, 113, 1);
}
.mainButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.mainButton .mainButtonSpan {
  font-size: 16px;
  line-height: 18px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-Bold'; 
}
.mainButton img {
  width: 20px;
  height: 20px;
}

@media(max-width: 599px) {
  .contentBanner span {
      font-size: 32px;
      max-width: 350px;
  }
  .contentBannerWrapper {
      background-position: 70% 0;
  }
  .contentBanner {
      margin-top: 16px;
  }
}

/* --- Bonus Block --- */
.bonusBlock {
  margin-top: 24px;
}
.bonusBlockInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 20px;
}
.bonusItem {
  border-radius: 16px;
  background: rgba(63, 11, 115, 1);
  padding: 24px 24px 4px 24px;
  margin-bottom: 20px;
}
.bonusTop {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.bonusTop img {
  width: 40px;
  height: 40px;
}
.bonusTop span {
  font-size: 22px;
  line-height: 32px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-Medium';
}
.bonusItem p {
  color: rgba(254, 251, 255, 1);
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}
.bonusItem:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
.bonusItem:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
.bonusItem:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
.bonusItem:nth-child(4) {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 2;
}
.bonusItem:nth-child(5) {
  grid-row-start: 5;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 2;
}
.bonusItem:nth-child(6) {
  grid-row-start: 4;
  grid-row-end: 6;
  grid-column-start: 2;
  grid-column-end: 3;
}

.bonusItem:nth-child(7) {
  grid-row-start: 6;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 3;
}

@media(max-width: 1279px) {
  .bonusItem p {
      padding-left: 0;
      padding-right: 0;
  }
  .bonusBlockInner {
      grid-template-columns: repeat(1, 1fr);
  }
  .bonusItem:nth-child(1),
  .bonusItem:nth-child(2),
  .bonusItem:nth-child(3),
  .bonusItem:nth-child(4),
  .bonusItem:nth-child(5),
  .bonusItem:nth-child(6),
  .bonusItem:nth-child(7) {
      grid-column-start: 1;
      grid-column-end: 2;
  }
  .bonusItem:nth-child(1) {
      grid-row-start: 1;
      grid-row-end: 2;
  }
  .bonusItem:nth-child(2) {
      grid-row-start: 3;
      grid-row-end: 4;
  }
  .bonusItem:nth-child(3) {
      grid-row-start: 5;
      grid-row-end: 6;
  }
  .bonusItem:nth-child(4) {
      grid-row-start: 7;
      grid-row-end: 8;
  }
  .bonusItem:nth-child(5) {
      grid-row-start: 9;
      grid-row-end: 10;
  }
  .bonusItem:nth-child(6) {
      grid-row-start: 11;
      grid-row-end: 12;
  }
  
  .bonusItem:nth-child(7) {
      grid-row-start: 13;
      grid-row-end: 14;
  }
  
}

@media(max-width: 599px) {
  .bonusBlock {
      margin-top: 16px;
  }
  .bonusTop span {
      font-size: 20px;
  }
}


/* --- Summary --- */
.summary {
  margin-top: 90px;
  margin-bottom: 32px;
}
.summaryInner {
  background: rgba(63, 11, 115, 1);
  border-radius: 24px;
  padding: 96px 40px 64px 40px;
}
.summaryInner p,
.summaryInner h2 {
  color: rgba(254, 251, 255, 1);
}
.summaryInner h2 {
  padding-top: 0;
}
@media (max-width: 1279px) {
  .summaryInner p,
  .summaryInner h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width: 599px) {
  .summary {
    margin-top: 64px;
    margin-bottom: 40px;
  }
  .summaryInner {
    padding: 96px 40px 72px 40px;
  }

}

/* --- FAQ --- */
.faq-item {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  transition: all 0.4s ease;
  border: 1px solid rgba(125, 107, 143, 0.2);
  padding: 24px 70px 24px 34px;
  cursor: pointer;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item.active {
  background: rgba(244, 238, 250, 1);
  border: 1px solid rgba(244, 238, 250, 1);
}
.faq-question {
  padding-bottom: 0;
  font-size: 22px;
  line-height: 32px;
  padding-top: 0;
}
.faq-answer {
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  padding-bottom: 0;
}
.faq-question,
.faq-answer {
  max-width: 780px;
  margin-left: 0;
}
.faq-container .icon {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 36px;
  top: 25px;
  z-index: 2;
  background: rgba(244, 238, 250, 1) url(/faq-icon.svg)no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.faq-container .toggle {
  width: calc(100% - 36px);
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}
.faq-container .toggle:checked ~ .icon {
  background: rgba(125, 107, 143, 1) url(/faq-icon-active.svg)no-repeat;
  background-position: center center;
}
.faq-container .toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-top: 16px;
}

@media (max-width: 1279px) {
  .faq-question,
  .faq-answer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .faq-question {
    font-size: 20px;
  }
}


/* --- Footer --- */
.footer {
  background: rgba(63, 11, 115, 1);
  padding: 64px 0;
}
.footerInner {
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerInner .logo img {
  width: 119px;
  height: 54px;
  cursor: pointer;
  transition: 0.4s;
}
.footerInner span {
  color: rgba(254, 251, 255, 1);
  font-size: 16px;
  line-height: 18px;
}
.footerInner .logo img:hover {
  opacity: 0.7;
}
.footer .scrollTop {
  background: rgba(63, 11, 115, 1);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 222px;
  right: 40px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop img {
  width: 24px;
  height: 24px;
}
.footer .scrollTop:hover {
  background: rgba(213, 22, 110, 1);
  opacity: 1;
}

@media (max-width: 1279px) {
  .footerInner {
    padding: 0 40px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .scrollTop { 
    bottom: 174px;
  }
}
@media (max-width: 599px) {
  .footerInner {
    padding: 0 20px;
  }
  .footer {
    padding: 24px 0;
  }
  .footerInner span {
    font-size: 12px;
    line-height: 18px;
  }
  .footerInner .logo img {
    width: 88px;
    height: 40px;
  }
  .footer .scrollTop { 
    bottom: 108px;
    right: 20px;
  }
}
@media (max-width: 390px) {
  .footerInner span {
    max-width: 180px;
    text-align: right;
  }
}


/* --- Table --- */
.general-table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.general-table .general-tr:nth-child(1n) .general-td  {
  background: rgba(254, 251, 255, 1);
}
.general-table .general-tr:nth-child(2n) .general-td {
  background: rgba(244, 238, 250, 1);
}
.general-table .general-tr:nth-child(2n) .general-td:nth-child(1),
.general-table thead tr th:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
.general-table .general-tr:nth-child(2n) .general-td:last-child,
.general-table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.general-table .general-td {
  padding: 20px 20px;
  text-align: start;
  color: rgba(125, 107, 143, 1);
  font-size: 16px;
  line-height: 24px;
}
.general-table thead tr th {
  padding: 20px 20px;
  color: rgba(254, 251, 255, 1);
  font-size: 16px;
  line-height: 24px;
  font-family: 'Geometria-Medium'; 
  background: rgba(63, 11, 115, 1);
  padding: 20px 20px;
}
@media(max-width: 1279px) {
  .general-table-parent {
    overflow: scroll;
  }
}


/* --- Plus Minus --- */
.plusMinus {
  margin-top: 24px;
  padding-bottom: 32px;
}
.plusMinusInner {
  display: flex;
  gap: 40px;
}
.plusListName,
.minusListName {
  font-family: 'Geometria-Medium';
  font-size: 22px;
  line-height: 32px;
  color: rgba(63, 11, 115, 1);
}
.plusMinusInner ul {
  margin-top: 24px;
}
.plusMinusInner ul li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 60px;
  list-style: none;
}
.plusMinusInner ul li:last-child {
  margin-bottom: 0;
}
.plusList li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/icon-plus.svg)no-repeat;
  background-size: cover;
}
.minusList li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/icon-minus.svg)no-repeat;
  background-size: cover;
}

@media(max-width: 1279px) {
  .plusMinusInner {
    flex-direction: column;
  }
  .plusMinusInner ul {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .plusListName, 
  .minusListName {
    font-size: 20px;
  }
  .plusMinus {
    margin-top: 16px;
  }
}


/* --- Table of contents --- */
.toc {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  height: 0;
  opacity: 0;
  transition: 0.4s;
}
.toc.active {
  padding: 24px 0;
  height: auto;
  opacity: 1;
}
.toc .tocInner {
  display: none;
}
.toc.active .tocInner {
  display: flex;
  flex-direction: column;
}
.toc.active .tocInner span {
  color: rgba(125, 107, 143, 1);
  font-size: 12px;
  line-height: 18px;
  display: block;
  padding-bottom: 8px;
  font-family: 'Geometria-Medium';
}
.toc.active .tocInner a {
  color: rgba(125, 107, 143, 1);
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 10px;
}
.toc.active .tocInner a:hover {
  color: rgba(213, 22, 110, 1);
}
.toc.active .tocInner a:before {
  content: '';
  width: 4px;
  height: 4px;
  background: rgba(213, 22, 110, 1);
  border-radius: 50%;
  position: absolute;
  top: 5.5px;
  left: 0;
}
.toc.active .tocItemh3 {
  padding-left: 30px;
}
.toc.active .tocItemh3 a:before {
  background: rgba(125, 107, 143, 1);
}