html {
  scroll-behavior: smooth;
}

figure {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}

.page-home {
  font-family: "Nunito Sans", sans-serif;
  overflow: hidden;
  color: #383838;
}
.page-home [class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}
.page-home .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.page-home .row-sm {
  margin-left: -8px;
  margin-right: -8px;
}
.page-home .row-sm [class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}
.page-home .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.page-home .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.page-home .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.page-home .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.page-home .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.page-home .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.page-home .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.page-home .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.page-home .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.page-home .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.page-home .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.page-home .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .page-home .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .page-home .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-home .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .page-home .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .page-home .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-home .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .page-home .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .page-home .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-home .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .page-home .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .page-home .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-home .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .page-home .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .page-home .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-home .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .page-home .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .page-home .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-home .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .page-home .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .page-home .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-home .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .page-home .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .page-home .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-home .mb-0 {
  margin-bottom: 0px !important;
}
.page-home .mt-0 {
  margin-top: 0px !important;
}
.page-home .pt-0 {
  padding-top: 0px !important;
}
.page-home .pb-0 {
  padding-bottom: 0px !important;
}
.page-home .pl-0 {
  padding-left: 0px !important;
}
.page-home .pr-0 {
  padding-right: 0px !important;
}
.page-home .mb-1 {
  margin-bottom: 4px !important;
}
.page-home .mt-1 {
  margin-top: 4px !important;
}
.page-home .pt-1 {
  padding-top: 4px !important;
}
.page-home .pb-1 {
  padding-bottom: 4px !important;
}
.page-home .pl-1 {
  padding-left: 4px !important;
}
.page-home .pr-1 {
  padding-right: 4px !important;
}
.page-home .mb-2 {
  margin-bottom: 8px !important;
}
.page-home .mt-2 {
  margin-top: 8px !important;
}
.page-home .pt-2 {
  padding-top: 8px !important;
}
.page-home .pb-2 {
  padding-bottom: 8px !important;
}
.page-home .pl-2 {
  padding-left: 8px !important;
}
.page-home .pr-2 {
  padding-right: 8px !important;
}
.page-home .mb-3 {
  margin-bottom: 12px !important;
}
.page-home .mt-3 {
  margin-top: 12px !important;
}
.page-home .pt-3 {
  padding-top: 12px !important;
}
.page-home .pb-3 {
  padding-bottom: 12px !important;
}
.page-home .pl-3 {
  padding-left: 12px !important;
}
.page-home .pr-3 {
  padding-right: 12px !important;
}
.page-home .mb-4 {
  margin-bottom: 16px !important;
}
.page-home .mt-4 {
  margin-top: 16px !important;
}
.page-home .pt-4 {
  padding-top: 16px !important;
}
.page-home .pb-4 {
  padding-bottom: 16px !important;
}
.page-home .pl-4 {
  padding-left: 16px !important;
}
.page-home .pr-4 {
  padding-right: 16px !important;
}
.page-home .mb-5 {
  margin-bottom: 20px !important;
}
.page-home .mt-5 {
  margin-top: 20px !important;
}
.page-home .pt-5 {
  padding-top: 20px !important;
}
.page-home .pb-5 {
  padding-bottom: 20px !important;
}
.page-home .pl-5 {
  padding-left: 20px !important;
}
.page-home .pr-5 {
  padding-right: 20px !important;
}
.page-home .mb-6 {
  margin-bottom: 24px !important;
}
.page-home .mt-6 {
  margin-top: 24px !important;
}
.page-home .pt-6 {
  padding-top: 24px !important;
}
.page-home .pb-6 {
  padding-bottom: 24px !important;
}
.page-home .pl-6 {
  padding-left: 24px !important;
}
.page-home .pr-6 {
  padding-right: 24px !important;
}
.page-home .mb-7 {
  margin-bottom: 28px !important;
}
.page-home .mt-7 {
  margin-top: 28px !important;
}
.page-home .pt-7 {
  padding-top: 28px !important;
}
.page-home .pb-7 {
  padding-bottom: 28px !important;
}
.page-home .pl-7 {
  padding-left: 28px !important;
}
.page-home .pr-7 {
  padding-right: 28px !important;
}
.page-home .mb-8 {
  margin-bottom: 32px !important;
}
.page-home .mt-8 {
  margin-top: 32px !important;
}
.page-home .pt-8 {
  padding-top: 32px !important;
}
.page-home .pb-8 {
  padding-bottom: 32px !important;
}
.page-home .pl-8 {
  padding-left: 32px !important;
}
.page-home .pr-8 {
  padding-right: 32px !important;
}
.page-home .mb-9 {
  margin-bottom: 36px !important;
}
.page-home .mt-9 {
  margin-top: 36px !important;
}
.page-home .pt-9 {
  padding-top: 36px !important;
}
.page-home .pb-9 {
  padding-bottom: 36px !important;
}
.page-home .pl-9 {
  padding-left: 36px !important;
}
.page-home .pr-9 {
  padding-right: 36px !important;
}
.page-home .mb-10 {
  margin-bottom: 40px !important;
}
.page-home .mt-10 {
  margin-top: 40px !important;
}
.page-home .pt-10 {
  padding-top: 40px !important;
}
.page-home .pb-10 {
  padding-bottom: 40px !important;
}
.page-home .pl-10 {
  padding-left: 40px !important;
}
.page-home .pr-10 {
  padding-right: 40px !important;
}
.page-home .mb-11 {
  margin-bottom: 44px !important;
}
.page-home .mt-11 {
  margin-top: 44px !important;
}
.page-home .pt-11 {
  padding-top: 44px !important;
}
.page-home .pb-11 {
  padding-bottom: 44px !important;
}
.page-home .pl-11 {
  padding-left: 44px !important;
}
.page-home .pr-11 {
  padding-right: 44px !important;
}
.page-home .mb-12 {
  margin-bottom: 48px !important;
}
.page-home .mt-12 {
  margin-top: 48px !important;
}
.page-home .pt-12 {
  padding-top: 48px !important;
}
.page-home .pb-12 {
  padding-bottom: 48px !important;
}
.page-home .pl-12 {
  padding-left: 48px !important;
}
.page-home .pr-12 {
  padding-right: 48px !important;
}
.page-home .mb-13 {
  margin-bottom: 52px !important;
}
.page-home .mt-13 {
  margin-top: 52px !important;
}
.page-home .pt-13 {
  padding-top: 52px !important;
}
.page-home .pb-13 {
  padding-bottom: 52px !important;
}
.page-home .pl-13 {
  padding-left: 52px !important;
}
.page-home .pr-13 {
  padding-right: 52px !important;
}
.page-home .mb-14 {
  margin-bottom: 56px !important;
}
.page-home .mt-14 {
  margin-top: 56px !important;
}
.page-home .pt-14 {
  padding-top: 56px !important;
}
.page-home .pb-14 {
  padding-bottom: 56px !important;
}
.page-home .pl-14 {
  padding-left: 56px !important;
}
.page-home .pr-14 {
  padding-right: 56px !important;
}
.page-home .mb-15 {
  margin-bottom: 60px !important;
}
.page-home .mt-15 {
  margin-top: 60px !important;
}
.page-home .pt-15 {
  padding-top: 60px !important;
}
.page-home .pb-15 {
  padding-bottom: 60px !important;
}
.page-home .pl-15 {
  padding-left: 60px !important;
}
.page-home .pr-15 {
  padding-right: 60px !important;
}
.page-home .mb-16 {
  margin-bottom: 64px !important;
}
.page-home .mt-16 {
  margin-top: 64px !important;
}
.page-home .pt-16 {
  padding-top: 64px !important;
}
.page-home .pb-16 {
  padding-bottom: 64px !important;
}
.page-home .pl-16 {
  padding-left: 64px !important;
}
.page-home .pr-16 {
  padding-right: 64px !important;
}
.page-home .mb-17 {
  margin-bottom: 68px !important;
}
.page-home .mt-17 {
  margin-top: 68px !important;
}
.page-home .pt-17 {
  padding-top: 68px !important;
}
.page-home .pb-17 {
  padding-bottom: 68px !important;
}
.page-home .pl-17 {
  padding-left: 68px !important;
}
.page-home .pr-17 {
  padding-right: 68px !important;
}
.page-home .mb-18 {
  margin-bottom: 72px !important;
}
.page-home .mt-18 {
  margin-top: 72px !important;
}
.page-home .pt-18 {
  padding-top: 72px !important;
}
.page-home .pb-18 {
  padding-bottom: 72px !important;
}
.page-home .pl-18 {
  padding-left: 72px !important;
}
.page-home .pr-18 {
  padding-right: 72px !important;
}
.page-home .mb-19 {
  margin-bottom: 76px !important;
}
.page-home .mt-19 {
  margin-top: 76px !important;
}
.page-home .pt-19 {
  padding-top: 76px !important;
}
.page-home .pb-19 {
  padding-bottom: 76px !important;
}
.page-home .pl-19 {
  padding-left: 76px !important;
}
.page-home .pr-19 {
  padding-right: 76px !important;
}
.page-home .mb-20 {
  margin-bottom: 80px !important;
}
.page-home .mt-20 {
  margin-top: 80px !important;
}
.page-home .pt-20 {
  padding-top: 80px !important;
}
.page-home .pb-20 {
  padding-bottom: 80px !important;
}
.page-home .pl-20 {
  padding-left: 80px !important;
}
.page-home .pr-20 {
  padding-right: 80px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .page-home .mt-md-0 {
    margin-top: 0px !important;
  }
  .page-home .pt-md-0 {
    padding-top: 0px !important;
  }
  .page-home .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .page-home .pl-md-0 {
    padding-left: 0px !important;
  }
  .page-home .pr-md-0 {
    padding-right: 0px !important;
  }
  .page-home .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .page-home .mt-md-1 {
    margin-top: 4px !important;
  }
  .page-home .pt-md-1 {
    padding-top: 4px !important;
  }
  .page-home .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .page-home .pl-md-1 {
    padding-left: 4px !important;
  }
  .page-home .pr-md-1 {
    padding-right: 4px !important;
  }
  .page-home .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .page-home .mt-md-2 {
    margin-top: 8px !important;
  }
  .page-home .pt-md-2 {
    padding-top: 8px !important;
  }
  .page-home .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .page-home .pl-md-2 {
    padding-left: 8px !important;
  }
  .page-home .pr-md-2 {
    padding-right: 8px !important;
  }
  .page-home .mb-md-3 {
    margin-bottom: 12px !important;
  }
  .page-home .mt-md-3 {
    margin-top: 12px !important;
  }
  .page-home .pt-md-3 {
    padding-top: 12px !important;
  }
  .page-home .pb-md-3 {
    padding-bottom: 12px !important;
  }
  .page-home .pl-md-3 {
    padding-left: 12px !important;
  }
  .page-home .pr-md-3 {
    padding-right: 12px !important;
  }
  .page-home .mb-md-4 {
    margin-bottom: 16px !important;
  }
  .page-home .mt-md-4 {
    margin-top: 16px !important;
  }
  .page-home .pt-md-4 {
    padding-top: 16px !important;
  }
  .page-home .pb-md-4 {
    padding-bottom: 16px !important;
  }
  .page-home .pl-md-4 {
    padding-left: 16px !important;
  }
  .page-home .pr-md-4 {
    padding-right: 16px !important;
  }
  .page-home .mb-md-5 {
    margin-bottom: 20px !important;
  }
  .page-home .mt-md-5 {
    margin-top: 20px !important;
  }
  .page-home .pt-md-5 {
    padding-top: 20px !important;
  }
  .page-home .pb-md-5 {
    padding-bottom: 20px !important;
  }
  .page-home .pl-md-5 {
    padding-left: 20px !important;
  }
  .page-home .pr-md-5 {
    padding-right: 20px !important;
  }
  .page-home .mb-md-6 {
    margin-bottom: 24px !important;
  }
  .page-home .mt-md-6 {
    margin-top: 24px !important;
  }
  .page-home .pt-md-6 {
    padding-top: 24px !important;
  }
  .page-home .pb-md-6 {
    padding-bottom: 24px !important;
  }
  .page-home .pl-md-6 {
    padding-left: 24px !important;
  }
  .page-home .pr-md-6 {
    padding-right: 24px !important;
  }
  .page-home .mb-md-7 {
    margin-bottom: 28px !important;
  }
  .page-home .mt-md-7 {
    margin-top: 28px !important;
  }
  .page-home .pt-md-7 {
    padding-top: 28px !important;
  }
  .page-home .pb-md-7 {
    padding-bottom: 28px !important;
  }
  .page-home .pl-md-7 {
    padding-left: 28px !important;
  }
  .page-home .pr-md-7 {
    padding-right: 28px !important;
  }
  .page-home .mb-md-8 {
    margin-bottom: 32px !important;
  }
  .page-home .mt-md-8 {
    margin-top: 32px !important;
  }
  .page-home .pt-md-8 {
    padding-top: 32px !important;
  }
  .page-home .pb-md-8 {
    padding-bottom: 32px !important;
  }
  .page-home .pl-md-8 {
    padding-left: 32px !important;
  }
  .page-home .pr-md-8 {
    padding-right: 32px !important;
  }
  .page-home .mb-md-9 {
    margin-bottom: 36px !important;
  }
  .page-home .mt-md-9 {
    margin-top: 36px !important;
  }
  .page-home .pt-md-9 {
    padding-top: 36px !important;
  }
  .page-home .pb-md-9 {
    padding-bottom: 36px !important;
  }
  .page-home .pl-md-9 {
    padding-left: 36px !important;
  }
  .page-home .pr-md-9 {
    padding-right: 36px !important;
  }
  .page-home .mb-md-10 {
    margin-bottom: 40px !important;
  }
  .page-home .mt-md-10 {
    margin-top: 40px !important;
  }
  .page-home .pt-md-10 {
    padding-top: 40px !important;
  }
  .page-home .pb-md-10 {
    padding-bottom: 40px !important;
  }
  .page-home .pl-md-10 {
    padding-left: 40px !important;
  }
  .page-home .pr-md-10 {
    padding-right: 40px !important;
  }
  .page-home .mb-md-11 {
    margin-bottom: 44px !important;
  }
  .page-home .mt-md-11 {
    margin-top: 44px !important;
  }
  .page-home .pt-md-11 {
    padding-top: 44px !important;
  }
  .page-home .pb-md-11 {
    padding-bottom: 44px !important;
  }
  .page-home .pl-md-11 {
    padding-left: 44px !important;
  }
  .page-home .pr-md-11 {
    padding-right: 44px !important;
  }
  .page-home .mb-md-12 {
    margin-bottom: 48px !important;
  }
  .page-home .mt-md-12 {
    margin-top: 48px !important;
  }
  .page-home .pt-md-12 {
    padding-top: 48px !important;
  }
  .page-home .pb-md-12 {
    padding-bottom: 48px !important;
  }
  .page-home .pl-md-12 {
    padding-left: 48px !important;
  }
  .page-home .pr-md-12 {
    padding-right: 48px !important;
  }
  .page-home .mb-md-13 {
    margin-bottom: 52px !important;
  }
  .page-home .mt-md-13 {
    margin-top: 52px !important;
  }
  .page-home .pt-md-13 {
    padding-top: 52px !important;
  }
  .page-home .pb-md-13 {
    padding-bottom: 52px !important;
  }
  .page-home .pl-md-13 {
    padding-left: 52px !important;
  }
  .page-home .pr-md-13 {
    padding-right: 52px !important;
  }
  .page-home .mb-md-14 {
    margin-bottom: 56px !important;
  }
  .page-home .mt-md-14 {
    margin-top: 56px !important;
  }
  .page-home .pt-md-14 {
    padding-top: 56px !important;
  }
  .page-home .pb-md-14 {
    padding-bottom: 56px !important;
  }
  .page-home .pl-md-14 {
    padding-left: 56px !important;
  }
  .page-home .pr-md-14 {
    padding-right: 56px !important;
  }
  .page-home .mb-md-15 {
    margin-bottom: 60px !important;
  }
  .page-home .mt-md-15 {
    margin-top: 60px !important;
  }
  .page-home .pt-md-15 {
    padding-top: 60px !important;
  }
  .page-home .pb-md-15 {
    padding-bottom: 60px !important;
  }
  .page-home .pl-md-15 {
    padding-left: 60px !important;
  }
  .page-home .pr-md-15 {
    padding-right: 60px !important;
  }
  .page-home .mb-md-16 {
    margin-bottom: 64px !important;
  }
  .page-home .mt-md-16 {
    margin-top: 64px !important;
  }
  .page-home .pt-md-16 {
    padding-top: 64px !important;
  }
  .page-home .pb-md-16 {
    padding-bottom: 64px !important;
  }
  .page-home .pl-md-16 {
    padding-left: 64px !important;
  }
  .page-home .pr-md-16 {
    padding-right: 64px !important;
  }
  .page-home .mb-md-17 {
    margin-bottom: 68px !important;
  }
  .page-home .mt-md-17 {
    margin-top: 68px !important;
  }
  .page-home .pt-md-17 {
    padding-top: 68px !important;
  }
  .page-home .pb-md-17 {
    padding-bottom: 68px !important;
  }
  .page-home .pl-md-17 {
    padding-left: 68px !important;
  }
  .page-home .pr-md-17 {
    padding-right: 68px !important;
  }
  .page-home .mb-md-18 {
    margin-bottom: 72px !important;
  }
  .page-home .mt-md-18 {
    margin-top: 72px !important;
  }
  .page-home .pt-md-18 {
    padding-top: 72px !important;
  }
  .page-home .pb-md-18 {
    padding-bottom: 72px !important;
  }
  .page-home .pl-md-18 {
    padding-left: 72px !important;
  }
  .page-home .pr-md-18 {
    padding-right: 72px !important;
  }
  .page-home .mb-md-19 {
    margin-bottom: 76px !important;
  }
  .page-home .mt-md-19 {
    margin-top: 76px !important;
  }
  .page-home .pt-md-19 {
    padding-top: 76px !important;
  }
  .page-home .pb-md-19 {
    padding-bottom: 76px !important;
  }
  .page-home .pl-md-19 {
    padding-left: 76px !important;
  }
  .page-home .pr-md-19 {
    padding-right: 76px !important;
  }
  .page-home .mb-md-20 {
    margin-bottom: 80px !important;
  }
  .page-home .mt-md-20 {
    margin-top: 80px !important;
  }
  .page-home .pt-md-20 {
    padding-top: 80px !important;
  }
  .page-home .pb-md-20 {
    padding-bottom: 80px !important;
  }
  .page-home .pl-md-20 {
    padding-left: 80px !important;
  }
  .page-home .pr-md-20 {
    padding-right: 80px !important;
  }
}
@media (max-width: 767px) {
  .page-home .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .page-home .mt-sm-0 {
    margin-top: 0px !important;
  }
  .page-home .pt-sm-0 {
    padding-top: 0px !important;
  }
  .page-home .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .page-home .pl-sm-0 {
    padding-left: 0px !important;
  }
  .page-home .pr-sm-0 {
    padding-right: 0px !important;
  }
  .page-home .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .page-home .mt-sm-1 {
    margin-top: 4px !important;
  }
  .page-home .pt-sm-1 {
    padding-top: 4px !important;
  }
  .page-home .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .page-home .pl-sm-1 {
    padding-left: 4px !important;
  }
  .page-home .pr-sm-1 {
    padding-right: 4px !important;
  }
  .page-home .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .page-home .mt-sm-2 {
    margin-top: 8px !important;
  }
  .page-home .pt-sm-2 {
    padding-top: 8px !important;
  }
  .page-home .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .page-home .pl-sm-2 {
    padding-left: 8px !important;
  }
  .page-home .pr-sm-2 {
    padding-right: 8px !important;
  }
  .page-home .mb-sm-3 {
    margin-bottom: 12px !important;
  }
  .page-home .mt-sm-3 {
    margin-top: 12px !important;
  }
  .page-home .pt-sm-3 {
    padding-top: 12px !important;
  }
  .page-home .pb-sm-3 {
    padding-bottom: 12px !important;
  }
  .page-home .pl-sm-3 {
    padding-left: 12px !important;
  }
  .page-home .pr-sm-3 {
    padding-right: 12px !important;
  }
  .page-home .mb-sm-4 {
    margin-bottom: 16px !important;
  }
  .page-home .mt-sm-4 {
    margin-top: 16px !important;
  }
  .page-home .pt-sm-4 {
    padding-top: 16px !important;
  }
  .page-home .pb-sm-4 {
    padding-bottom: 16px !important;
  }
  .page-home .pl-sm-4 {
    padding-left: 16px !important;
  }
  .page-home .pr-sm-4 {
    padding-right: 16px !important;
  }
  .page-home .mb-sm-5 {
    margin-bottom: 20px !important;
  }
  .page-home .mt-sm-5 {
    margin-top: 20px !important;
  }
  .page-home .pt-sm-5 {
    padding-top: 20px !important;
  }
  .page-home .pb-sm-5 {
    padding-bottom: 20px !important;
  }
  .page-home .pl-sm-5 {
    padding-left: 20px !important;
  }
  .page-home .pr-sm-5 {
    padding-right: 20px !important;
  }
  .page-home .mb-sm-6 {
    margin-bottom: 24px !important;
  }
  .page-home .mt-sm-6 {
    margin-top: 24px !important;
  }
  .page-home .pt-sm-6 {
    padding-top: 24px !important;
  }
  .page-home .pb-sm-6 {
    padding-bottom: 24px !important;
  }
  .page-home .pl-sm-6 {
    padding-left: 24px !important;
  }
  .page-home .pr-sm-6 {
    padding-right: 24px !important;
  }
  .page-home .mb-sm-7 {
    margin-bottom: 28px !important;
  }
  .page-home .mt-sm-7 {
    margin-top: 28px !important;
  }
  .page-home .pt-sm-7 {
    padding-top: 28px !important;
  }
  .page-home .pb-sm-7 {
    padding-bottom: 28px !important;
  }
  .page-home .pl-sm-7 {
    padding-left: 28px !important;
  }
  .page-home .pr-sm-7 {
    padding-right: 28px !important;
  }
  .page-home .mb-sm-8 {
    margin-bottom: 32px !important;
  }
  .page-home .mt-sm-8 {
    margin-top: 32px !important;
  }
  .page-home .pt-sm-8 {
    padding-top: 32px !important;
  }
  .page-home .pb-sm-8 {
    padding-bottom: 32px !important;
  }
  .page-home .pl-sm-8 {
    padding-left: 32px !important;
  }
  .page-home .pr-sm-8 {
    padding-right: 32px !important;
  }
  .page-home .mb-sm-9 {
    margin-bottom: 36px !important;
  }
  .page-home .mt-sm-9 {
    margin-top: 36px !important;
  }
  .page-home .pt-sm-9 {
    padding-top: 36px !important;
  }
  .page-home .pb-sm-9 {
    padding-bottom: 36px !important;
  }
  .page-home .pl-sm-9 {
    padding-left: 36px !important;
  }
  .page-home .pr-sm-9 {
    padding-right: 36px !important;
  }
  .page-home .mb-sm-10 {
    margin-bottom: 40px !important;
  }
  .page-home .mt-sm-10 {
    margin-top: 40px !important;
  }
  .page-home .pt-sm-10 {
    padding-top: 40px !important;
  }
  .page-home .pb-sm-10 {
    padding-bottom: 40px !important;
  }
  .page-home .pl-sm-10 {
    padding-left: 40px !important;
  }
  .page-home .pr-sm-10 {
    padding-right: 40px !important;
  }
  .page-home .mb-sm-11 {
    margin-bottom: 44px !important;
  }
  .page-home .mt-sm-11 {
    margin-top: 44px !important;
  }
  .page-home .pt-sm-11 {
    padding-top: 44px !important;
  }
  .page-home .pb-sm-11 {
    padding-bottom: 44px !important;
  }
  .page-home .pl-sm-11 {
    padding-left: 44px !important;
  }
  .page-home .pr-sm-11 {
    padding-right: 44px !important;
  }
  .page-home .mb-sm-12 {
    margin-bottom: 48px !important;
  }
  .page-home .mt-sm-12 {
    margin-top: 48px !important;
  }
  .page-home .pt-sm-12 {
    padding-top: 48px !important;
  }
  .page-home .pb-sm-12 {
    padding-bottom: 48px !important;
  }
  .page-home .pl-sm-12 {
    padding-left: 48px !important;
  }
  .page-home .pr-sm-12 {
    padding-right: 48px !important;
  }
  .page-home .mb-sm-13 {
    margin-bottom: 52px !important;
  }
  .page-home .mt-sm-13 {
    margin-top: 52px !important;
  }
  .page-home .pt-sm-13 {
    padding-top: 52px !important;
  }
  .page-home .pb-sm-13 {
    padding-bottom: 52px !important;
  }
  .page-home .pl-sm-13 {
    padding-left: 52px !important;
  }
  .page-home .pr-sm-13 {
    padding-right: 52px !important;
  }
  .page-home .mb-sm-14 {
    margin-bottom: 56px !important;
  }
  .page-home .mt-sm-14 {
    margin-top: 56px !important;
  }
  .page-home .pt-sm-14 {
    padding-top: 56px !important;
  }
  .page-home .pb-sm-14 {
    padding-bottom: 56px !important;
  }
  .page-home .pl-sm-14 {
    padding-left: 56px !important;
  }
  .page-home .pr-sm-14 {
    padding-right: 56px !important;
  }
  .page-home .mb-sm-15 {
    margin-bottom: 60px !important;
  }
  .page-home .mt-sm-15 {
    margin-top: 60px !important;
  }
  .page-home .pt-sm-15 {
    padding-top: 60px !important;
  }
  .page-home .pb-sm-15 {
    padding-bottom: 60px !important;
  }
  .page-home .pl-sm-15 {
    padding-left: 60px !important;
  }
  .page-home .pr-sm-15 {
    padding-right: 60px !important;
  }
  .page-home .mb-sm-16 {
    margin-bottom: 64px !important;
  }
  .page-home .mt-sm-16 {
    margin-top: 64px !important;
  }
  .page-home .pt-sm-16 {
    padding-top: 64px !important;
  }
  .page-home .pb-sm-16 {
    padding-bottom: 64px !important;
  }
  .page-home .pl-sm-16 {
    padding-left: 64px !important;
  }
  .page-home .pr-sm-16 {
    padding-right: 64px !important;
  }
  .page-home .mb-sm-17 {
    margin-bottom: 68px !important;
  }
  .page-home .mt-sm-17 {
    margin-top: 68px !important;
  }
  .page-home .pt-sm-17 {
    padding-top: 68px !important;
  }
  .page-home .pb-sm-17 {
    padding-bottom: 68px !important;
  }
  .page-home .pl-sm-17 {
    padding-left: 68px !important;
  }
  .page-home .pr-sm-17 {
    padding-right: 68px !important;
  }
  .page-home .mb-sm-18 {
    margin-bottom: 72px !important;
  }
  .page-home .mt-sm-18 {
    margin-top: 72px !important;
  }
  .page-home .pt-sm-18 {
    padding-top: 72px !important;
  }
  .page-home .pb-sm-18 {
    padding-bottom: 72px !important;
  }
  .page-home .pl-sm-18 {
    padding-left: 72px !important;
  }
  .page-home .pr-sm-18 {
    padding-right: 72px !important;
  }
  .page-home .mb-sm-19 {
    margin-bottom: 76px !important;
  }
  .page-home .mt-sm-19 {
    margin-top: 76px !important;
  }
  .page-home .pt-sm-19 {
    padding-top: 76px !important;
  }
  .page-home .pb-sm-19 {
    padding-bottom: 76px !important;
  }
  .page-home .pl-sm-19 {
    padding-left: 76px !important;
  }
  .page-home .pr-sm-19 {
    padding-right: 76px !important;
  }
  .page-home .mb-sm-20 {
    margin-bottom: 80px !important;
  }
  .page-home .mt-sm-20 {
    margin-top: 80px !important;
  }
  .page-home .pt-sm-20 {
    padding-top: 80px !important;
  }
  .page-home .pb-sm-20 {
    padding-bottom: 80px !important;
  }
  .page-home .pl-sm-20 {
    padding-left: 80px !important;
  }
  .page-home .pr-sm-20 {
    padding-right: 80px !important;
  }
}
.page-home section {
  margin: 0;
  padding: 32px 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-home section {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home section {
    padding-bottom: 24px;
  }
}
.page-home a {
  color: #2E3192;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.1s ease;
  cursor: pointer;
}
.page-home p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-home p small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.page-home .badge {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 24px;
  border-radius: 4px;
  padding: 4px 8px;
  margin-bottom: 0;
  color: #2E3192;
  background-color: #FED8F1;
}
.page-home .badge-sm {
  font-size: 14px;
  line-height: 20px;
  padding: 2px 8px;
}
.page-home .btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  padding: 8px 24px;
  border-radius: 60px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  display: inline-flex;
}
.page-home .btn-lg {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.page-home .btn-primary {
  background-color: #2E3192;
  border: 1px solid #2E3192;
}
.page-home .btn-primary:hover {
  background-color: rgb(58.21875, 62.015625, 184.78125);
  border-color: rgb(58.21875, 62.015625, 184.78125);
}
.page-home .btn-secondary {
  background-color: #FA3CBA;
  border: 1px solid #FA3CBA;
}
.page-home .btn-secondary:hover {
  background-color: rgb(251.275, 109.725, 203.595);
  border-color: rgb(251.275, 109.725, 203.595);
}
.page-home .btn-block {
  display: block;
  width: 100%;
}
.page-home .btn-social {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 151px;
  padding: 8px 16px;
}
.page-home .btn-social img {
  width: 24px;
  height: auto;
}
@media (max-width: 767px) {
  .page-home .btn-social span {
    display: none;
  }
}
.page-home .btn-social-facebook {
  background-color: #1877F2;
  border-color: #1877F2;
  color: #fff;
}
.page-home .btn-social-facebook:hover {
  background-color: rgb(72.2827868852, 147.4262295082, 244.7172131148);
  border-color: rgb(72.2827868852, 147.4262295082, 244.7172131148);
}
.page-home .btn-social-google {
  background-color: #fff;
  border-color: #E7E7E7;
  color: #5F5F6B;
}
.page-home .btn-social-google:hover {
  background-color: hsl(0, 0%, 110%);
  border-color: hsl(0, 0%, 100.5882352941%);
}
.page-home .btn-social-apple {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.page-home .btn-social-apple:hover {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
.page-home .btn-category {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  text-align: left;
  padding: 7px 8px;
  line-height: 20px;
  font-weight: 700;
}
.page-home .btn-category .icon {
  width: 40px;
  flex: 0 0 40px;
}
.page-home .btn-category .icon img {
  width: 40px;
  height: auto;
}
@media (max-width: 767px) {
  .page-home .btn-category .icon {
    width: 32px;
    flex: 0 0 32px;
  }
  .page-home .btn-category .icon img {
    width: 32px;
  }
}
.page-home .btn-outline {
  background-color: transparent;
  border: 1px solid #2E3192;
  color: #2E3192;
  background-color: #fff;
}
.page-home .btn-outline:hover {
  background-color: rgb(58.21875, 62.015625, 184.78125);
  color: #fff;
}
.page-home .btn-outline-secondary {
  border: 1px solid #FA3CBA;
  color: #FA3CBA;
}
.page-home .btn-outline-secondary:hover {
  background-color: rgb(248.725, 10.275, 168.405);
  color: #fff;
}
.page-home .btn-close {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  outline: none !important;
}
.page-home .btn-close img {
  width: 32px;
  height: auto;
}
.page-home .f-domine {
  font-family: "Domine", serif;
}
.page-home .f-serif {
  font-family: serif;
}
.page-home .f-caveat {
  font-family: "Caveat", cursive;
}
.page-home .f-sans {
  font-family: "Nunito Sans", sans-serif;
}
.page-home .f-24 {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}
@media (max-width: 767px) {
  .page-home .f-24 {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-home .f-28 {
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
}
@media (max-width: 767px) {
  .page-home .f-28 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-home .f-32 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .page-home .f-32 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-home .text-center {
  text-align: center !important;
}
.page-home .text-left {
  text-align: left !important;
}
.page-home .text-right {
  text-align: right !important;
}
.page-home .text-primary {
  color: #2E3192 !important;
}
.page-home .text-secondary {
  color: #FA3CBA !important;
}
.page-home .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .page-home .container {
    padding: 0 16px;
  }
}
.page-home .card {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #ddd;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  display: block;
}
.page-home .card-title {
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.page-home .card-title img {
  width: 24px;
  height: auto;
}
.page-home .card-title h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #2E3192;
  margin-bottom: 0;
}
.page-home .card-body {
  position: relative;
  z-index: 10;
}
.page-home .dropdown {
  position: relative;
}
.page-home .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  margin-top: 2px;
  padding: 12px;
  display: none;
  z-index: 1000;
  min-width: 180px;
}
.page-home .dropdown-menu.show {
  display: block;
}
.page-home .dropdown-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.page-home .dropdown-toggle {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  justify-content: space-between;
  border: none;
  background: transparent;
  padding: 0;
  outline: none !important;
}
.page-home .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/ic-chevron-down.svg");
}
.page-home .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.page-home .dropdown--popup .dropdown-menu {
  display: block !important;
  position: relative;
}
.page-home__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  background-color: #EEEEFA;
}
.page-home__hero .promoted-threads {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .page-home__hero .promoted-threads {
    gap: 12px;
  }
}
.page-home__hero .promoted-threads li .card {
  margin-bottom: 0;
  border-color: transparent;
}
.page-home__hero .promoted-threads li .card figure {
  position: relative;
  min-height: 236px;
}
@media (max-width: 767px) {
  .page-home__hero .promoted-threads li .card figure {
    min-height: 128px;
  }
}
.page-home__hero .promoted-threads li .card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.1s ease-in-out;
}
.page-home__hero .promoted-threads li .card figure:hover img {
  transform: scale(1.1);
}
.page-home__hero .promoted-threads li .card figure:hover figcaption {
  color: #FED8F1;
  text-decoration: underline;
}
.page-home__hero .promoted-threads li .card figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-home__hero .promoted-threads li .card figure figcaption {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .page-home__hero .promoted-threads li .card figure figcaption .badge {
    font-size: 10px;
    line-height: 16px;
    padding: 2px 4px;
  }
}
.page-home__hero .promoted-threads li .card figure figcaption h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .page-home__hero .promoted-threads li .card figure figcaption h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-home__hero .promoted-threads li:first-child {
  grid-column: span 2;
}
.page-home__hero .promoted-threads li:first-child figure {
  min-height: 336px;
}
@media (max-width: 767px) {
  .page-home__hero .promoted-threads li:first-child figure {
    min-height: 176px;
  }
}
.page-home__hero .promoted-threads li:first-child figure figcaption {
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .page-home__hero .promoted-threads li:first-child figure figcaption {
    padding: 16px;
  }
}
.page-home__hero .promoted-threads li:first-child figure figcaption h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 767px) {
  .page-home__hero .promoted-threads li:first-child figure figcaption h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .page-home__hero .promoted-threads li:first-child figure figcaption .badge {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home__hero .promoted-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.page-home__hero .promoted-sidebar__item {
  display: block;
  width: 100%;
}
.page-home__hero .promoted-sidebar .card-body {
  padding: 12px 16px;
}
.page-home__hero .promoted-sidebar .card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home__hero .promoted-sidebar .card-body ul.trending li {
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
  gap: 10px;
}
.page-home__hero .promoted-sidebar .card-body ul.trending li .meta {
  flex: 0 0 22px;
  width: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.page-home__hero .promoted-sidebar .card-body ul.trending li .meta-number {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  background-color: #2E3192;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-home__hero .promoted-sidebar .card-body ul.trending li .meta-comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: #2E3192;
  margin-bottom: 0;
}
.page-home__hero .promoted-sidebar .card-body ul.trending li .meta-comment img {
  width: 12px;
  height: auto;
}
.page-home__hero .promoted-sidebar .card-body ul.trending li a {
  color: #383838;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}
.page-home__hero .promoted-sidebar .card-body ul.trending li a:hover {
  text-decoration: underline;
  color: #FA3CBA;
}
.page-home__hero .promoted-sidebar .card-body ul.trending li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.page-home__hero .promoted-sidebar .card-body ul.newsletter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-home__hero .promoted-sidebar .card-body ul.newsletter li {
  display: flex;
  gap: 6px;
}
.page-home__hero .promoted-sidebar .card-body ul.newsletter li .icon {
  flex: 0 0 22px;
  width: 22px;
}
.page-home__hero .promoted-sidebar .card-body ul.newsletter li .newsletter-item {
  flex-grow: 1;
  min-width: 0;
}
.page-home__hero .promoted-sidebar .card-body ul.newsletter li a {
  text-decoration: none;
  display: block;
  width: 100%;
  overflow: hidden;
}
.page-home__hero .promoted-sidebar .card-body ul.newsletter li a:hover {
  text-decoration: underline;
  color: #FA3CBA;
}
.page-home__hero .promoted-sidebar .card-body ul.newsletter li a:hover h4, .page-home__hero .promoted-sidebar .card-body ul.newsletter li a:hover p {
  color: #FA3CBA;
}
.page-home__hero .promoted-sidebar .card-body ul.newsletter li h4 {
  leading-trim: both;
  text-edge: cap;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #383838;
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 4px;
  transition: all 0.1s ease-in-out;
}
.page-home__hero .promoted-sidebar .card-body ul.newsletter li h4 .badge {
  border-radius: 6px;
  padding: 4px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}
.page-home__hero .promoted-sidebar .card-body ul.newsletter li p {
  margin-bottom: 0;
  overflow: hidden;
  color: #7D7D7D;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.1s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}
@media (max-width: 767px) {
  .page-home__games {
    background-color: #EEEEFA;
  }
}
.page-home__games .card {
  padding: 32px 40px;
}
@media (max-width: 767px) {
  .page-home__games .card {
    padding: 16px;
    text-align: center;
  }
}
.page-home__games .card ul {
  display: flex;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home__games .card ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-home__games .card ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: center;
  }
}
.page-home__games .card ul li a {
  display: block;
}
.page-home__games .card ul li a img {
  width: 104px;
  height: auto;
  transition: all 0.1s ease-in-out;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-home__games .card ul li a img {
    width: 64px;
  }
}
.page-home__games .card ul li a:hover img {
  transform: scale(1.1);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home__games .card ul li.more {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-home__games .card ul li.more {
    display: none;
  }
}
.page-home__games .card ul li.more a img {
  width: 20px;
  height: auto;
}
.page-home__games .card ul li.more a:hover img {
  transform: translateX(4px);
}
.page-home__explore .card-body {
  padding: 32px 40px;
}
@media (max-width: 767px) {
  .page-home__explore .card-body {
    padding: 24px;
  }
}
.page-home__explore .card--register {
  background: url("/assets/img/bg-card.png") repeat, #DBDDFF;
}
.page-home__explore .card--register .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-home__explore .card--register .card-body {
    padding-bottom: 0;
  }
}
.page-home__explore .card--register .register-head {
  max-width: 316px;
}
.page-home__explore .card--register .register-ebook {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .page-home__explore .card--register .register-ebook {
    display: none;
  }
}
.page-home__explore .card--register .register-ebook--m {
  display: none;
  padding-left: 24px;
  padding-bottom: 24px;
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .page-home__explore .card--register .register-ebook--m {
    display: block;
  }
}
.page-home__explore .card--register .social-login {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.page-home__explore .card--members {
  background-color: #EEEEFA;
}
.page-home__explore .card--members::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 176px;
  background-image: url("/assets/img/bg-members.png");
  background-size: cover;
}
.page-home__explore .card--members .members {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .page-home__explore .card--members .members {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-home__explore .card--members .members-item {
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .page-home__explore .card--members .members-item {
    padding: 16px;
  }
}
.page-home__explore .card--members .members-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
.page-home__explore .card--members .members-item p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.page-home__explore .card--members .members-item p a {
  color: #FA3CBA;
  font-weight: 700;
}
.page-home__explore .card--members .members-item .btn {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 8px;
}
.page-home__explore .card--members .members-item--long {
  grid-column: span 3;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .page-home__explore .card--members .members-item--long {
    grid-column: span 1;
    flex-direction: column;
    padding: 16px;
  }
}
.page-home__explore .card--members .members-item--long .btn {
  padding: 8px 18px;
}
.page-home__explore .card--explore {
  background-color: #EEEEFA;
  min-height: 364px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home__explore .card--explore {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .page-home__explore .card--explore {
    min-height: auto;
  }
}
.page-home__explore .card--explore .card-body {
  padding-bottom: 24px;
}
.page-home__explore .card--explore ul.categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 16px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .page-home__explore .card--explore ul.categories {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.page-home__explore .card--explore .explore-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #FA3CBA;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}
.page-home__explore .card--explore .explore-cta img {
  width: 24px;
  height: auto;
}
.page-home__explore .card--explore .explore-cta:hover {
  color: rgb(248.725, 10.275, 168.405);
}
.page-home .meta-article {
  display: flex;
  align-items: center;
  gap: 24px;
}
.page-home .meta-article__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-home .meta-article__item img {
  width: 16px;
  height: auto;
}
.page-home .meta-article__item span {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #5B5B5B;
}
.page-home__threads {
  background-color: #FAFAFA;
}
.page-home__threads .nav {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 2px solid #D9D9D9;
}
.page-home__threads .nav-more {
  padding-bottom: 8px;
}
.page-home__threads .nav-more img {
  width: 24px;
  height: auto;
}
@media (max-width: 767px) {
  .page-home__threads .nav-more {
    display: none;
  }
}
.page-home__threads .tabs-nav {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .page-home__threads .tabs-nav {
    gap: 16px;
    justify-content: space-between;
  }
}
.page-home__threads .tabs-nav li a, .page-home__threads .tabs-nav li button {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  color: #383838;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  padding-bottom: 8px;
  white-space: nowrap;
}
.page-home__threads .tabs-nav li a:hover, .page-home__threads .tabs-nav li button:hover {
  color: #2E3192;
}
.page-home__threads .tabs-nav li a::before, .page-home__threads .tabs-nav li button::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #FA3CBA;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.page-home__threads .tabs-nav li a img, .page-home__threads .tabs-nav li button img {
  width: 24px;
  height: auto;
}
.page-home__threads .tabs-nav li a.active, .page-home__threads .tabs-nav li button.active {
  color: #2E3192;
  font-weight: 800;
}
.page-home__threads .tabs-nav li a.active::before, .page-home__threads .tabs-nav li button.active::before {
  width: 100%;
  opacity: 1;
}
.page-home__threads .tabs-nav li .dropdown-menu a:last-child {
  padding-bottom: 0;
}
.page-home__threads .tabs-nav li .dropdown-menu a.active::before {
  display: none;
}
@media (max-width: 767px) {
  .page-home__threads .tabs-nav li:nth-child(n+4) {
    display: none;
  }
}
.page-home__threads .tabs-pane {
  display: none;
}
.page-home__threads .tabs-pane.active {
  display: block;
}
.page-home__threads .tabs-more {
  display: none;
}
@media (max-width: 767px) {
  .page-home__threads .tabs-more {
    display: block;
  }
}
.page-home__threads ul.threads-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-home__threads ul.threads-list li {
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  display: block;
}
@media (max-width: 767px) {
  .page-home__threads ul.threads-list li {
    padding-bottom: 16px;
  }
}
.page-home__threads ul.threads-list li a {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  color: #383838;
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-home__threads ul.threads-list li a {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.page-home__threads ul.threads-list li a:hover {
  color: #FA3CBA;
  text-decoration: underline;
}
.page-home__threads .sidebar-ad {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home__threads .sidebar-ad {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-home__threads .sidebar-ad {
    display: none;
  }
}
.page-home__threads .sidebar-ad a {
  display: inline-block;
}
.page-home__threads .sidebar-ad a img {
  max-width: 100%;
  height: auto;
}
.page-home__articles .article {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid #D9D9D9;
  gap: 20px;
}
@media (max-width: 767px) {
  .page-home__articles .article {
    margin-bottom: 16px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .page-home__articles .article-cta {
    text-align: left !important;
  }
}
.page-home__articles .article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
@media (max-width: 767px) {
  .page-home__articles .article-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.page-home__articles .article-content {
  display: flex;
  gap: 8px;
  text-decoration: none;
}
.page-home__articles .article-content h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #383838;
  margin-bottom: 0;
}
.page-home__articles .article-content:hover h4 {
  color: #FA3CBA;
  text-decoration: underline;
}
.page-home__articles .article-img {
  flex: 0 0 97px;
  width: 97px;
  height: 79px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.page-home__articles .article-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.page-home__articles .article--highlight {
  gap: 11px;
  border: none;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home__articles .article--highlight {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .page-home__articles .article--highlight {
    margin-bottom: 24px;
  }
}
.page-home__articles .article--highlight .article-content {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .page-home__articles .article--highlight .article-content {
    gap: 12px;
  }
}
.page-home__articles .article--highlight .article-img {
  flex: unset;
  width: 100%;
  height: 315px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .page-home__articles .article--highlight .article-img {
    height: 222px;
  }
}
.page-home__articles .article .meta-article__item span {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.page-home__ebooks-bingo {
  background-color: #EEEEFA;
}
.page-home__ebooks-bingo .card--ebook .card-body {
  padding: 32px;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--ebook .card-body {
    padding: 24px 16px;
  }
}
.page-home__ebooks-bingo .card--ebook .card-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-home__ebooks-bingo .card--ebook .card-body ul li {
  display: block;
  padding: 6px 16px 0 0;
  border-radius: 7px;
  background-color: #EEEEFA;
  position: relative;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--ebook .card-body ul li {
    padding: 6px 8px 0 0;
  }
}
.page-home__ebooks-bingo .card--ebook .card-body ul li a {
  display: flex;
  gap: 8px;
  text-decoration: none;
  color: #2E3192;
  align-items: center;
}
.page-home__ebooks-bingo .card--ebook .card-body ul li a:hover {
  text-decoration: underline;
  color: #FA3CBA;
}
.page-home__ebooks-bingo .card--ebook .card-body ul li a img {
  width: 102px;
  flex: 0 0 102px;
  height: auto;
}
.page-home__ebooks-bingo .card--ebook .card-body ul li a h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--ebook .card-body ul li a h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-home__ebooks-bingo .card--ebook .card-body .badge-popular {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 3px 8px;
  border-radius: 60px;
  background-color: #FFF2CF;
  position: absolute;
  right: 9px;
  top: -12px;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--ebook .card-body .badge-popular {
    top: -17px;
  }
}
.page-home__ebooks-bingo .card--ebook .card-body .badge-popular img {
  width: 16px;
  height: auto;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo {
    margin-bottom: 0;
  }
}
.page-home__ebooks-bingo .card--bingo .card-body {
  padding: 32px 74px 70px 74px;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo .card-body {
    padding: 24px 16px;
  }
}
.page-home__ebooks-bingo .card--bingo .card-body h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
}
.page-home__ebooks-bingo .card--bingo .card-body h3 img {
  width: 113px;
  height: auto;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo .card-body h3 {
    gap: 8px;
    margin-bottom: 24px;
  }
  .page-home__ebooks-bingo .card--bingo .card-body h3 img {
    width: 76px;
  }
}
.page-home__ebooks-bingo .card--bingo .card-body .btn {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo .card-body .btn {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-home__ebooks-bingo .card--bingo .card-body .bingo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo .card-body .bingo {
    gap: 16px;
    margin-bottom: 12px;
  }
}
.page-home__ebooks-bingo .card--bingo .card-body .bingo-item {
  width: 128px;
  height: 64px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  background-color: #2E3192;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo .card-body .bingo-item {
    width: 80px;
    height: 46px;
    font-size: 24px;
    line-height: 32px;
  }
}
.page-home__ebooks-bingo .card--bingo .card-body .bingo-countdown {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo .card-body .bingo-countdown {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.page-home__ebooks-bingo .card--bingo .card-body .bingo-countdown span {
  color: #5457A7;
}
.page-home__ebooks-bingo .card--bingo .card-footer {
  padding: 18px 16px;
  background-color: #FED8F1;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo .card-footer {
    padding: 8px 16px;
  }
}
.page-home__ebooks-bingo .card--bingo .card-footer h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #2E3192;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo .card-footer h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.page-home__ebooks-bingo .card--bingo .card-footer h4 strong {
  font-weight: 800;
}
.page-home__ebooks-bingo .card--bingo .card-footer .bingo-card {
  position: absolute;
  bottom: 0;
}
.page-home__ebooks-bingo .card--bingo .card-footer .bingo-card--left {
  left: 20px;
  width: 143px;
  height: auto;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo .card-footer .bingo-card--left {
    width: 80px;
    left: 8px;
  }
}
.page-home__ebooks-bingo .card--bingo .card-footer .bingo-card--right {
  right: 26px;
  width: 146px;
  height: auto;
}
@media (max-width: 767px) {
  .page-home__ebooks-bingo .card--bingo .card-footer .bingo-card--right {
    width: 80px;
    right: 8px;
  }
}
.page-home__about .card--mission {
  background-color: #FEECF8;
}
.page-home__about .card--mission::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 126px;
  height: 143px;
  background-image: url("/assets/img/ic-logo.svg");
}
.page-home__about .card--mission::after {
  position: absolute;
  bottom: 22px;
  right: 0;
  content: "";
  width: 29px;
  height: 63px;
  background-image: url("/assets/img/ic-half-circle.svg");
}
.page-home__about .card--mission .card-body {
  padding: 40px 64px;
}
@media (max-width: 767px) {
  .page-home__about .card--mission .card-body {
    padding: 24px 16px;
  }
  .page-home__about .card--mission .card-body h3.f-caveat {
    position: relative;
    z-index: 1;
    font-size: 28px !important;
    font-weight: 400;
    line-height: 32px !important;
  }
}
.page-home__about .card--team .card-body {
  padding: 40px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .page-home__about .card--team .card-body {
    padding: 24px 16px;
  }
}
.page-home__about .card--team .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .page-home__about .card--team .card-body ul {
    gap: 16px 4px;
  }
}
.page-home__about .card--team .card-body ul li {
  display: block;
  text-align: center;
}
.page-home__about .card--team .card-body ul li img {
  width: auto;
  height: 80px;
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .page-home__about .card--team .card-body ul li img {
    height: 48px;
  }
}
.page-home__about .card--team .card-body ul li h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #2E3192;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .page-home__about .card--team .card-body ul li h5 {
    font-size: 12px;
    line-height: 16px;
  }
}
.page-home__about .card--team .card-body ul li p {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
.page-home__about .card--team .card-body .btn {
  padding: 6px 16px;
}
.page-home__form .bg-form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 352px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home__form .bg-form {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-home__form .bg-form {
    display: none;
  }
}
.page-home__form .card {
  background-color: #EEEEFA;
  overflow: visible;
}
.page-home__form form {
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
}
.page-home__form form .dropdown-title {
  display: none;
  text-align: left;
}
@media (max-width: 767px) {
  .page-home__form form .dropdown .dropdown-title {
    display: block;
  }
  .page-home__form form .dropdown .dropdown-toggle {
    display: none !important;
  }
  .page-home__form form .dropdown .dropdown-menu {
    display: block !important;
    position: relative;
  }
}
.page-home .form-group {
  position: relative;
  margin-bottom: 12px;
}
.page-home .form-icon {
  position: absolute;
  top: 50%;
  top: 8px;
  left: 12px;
}
.page-home .form-control {
  display: block;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  padding: 8px 16px 8px 48px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.page-home .form-control:focus {
  border-color: #2E3192;
  outline: none;
}
.page-home .form-check + .form-check {
  margin-top: 16px;
}
.page-home .form-check input {
  position: absolute;
  display: none;
}
.page-home .form-check input + label {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.page-home .form-check input + label::before {
  content: "";
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/ic-check.svg");
}
.page-home .form-check input:checked + label {
  font-weight: 700;
  color: #2E3192;
}
.page-home .form-check input:checked + label::before {
  background-image: url("/assets/img/ic-checked.svg");
}
.page-home .is-hiding {
  opacity: 0;
  transform: scale(0.95);
  display: none !important;
  visibility: hidden;
}

.modal-sdc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.modal-sdc.show {
  display: block;
  opacity: 1;
}
.modal-sdc.show .modal-sdc-dialog {
  transform: translateY(0);
}
.modal-sdc-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none;
  max-width: 375px;
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
@media (max-width: 767px) {
  .modal-sdc-dialog {
    align-items: flex-end;
    margin: 0;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }
  .modal-sdc.show .modal-sdc-dialog {
    transform: translateY(0);
  }
}
.modal-sdc-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #EEEEFA;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  outline: 0;
}
@media (max-width: 767px) {
  .modal-sdc-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.modal-sdc-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  padding: 16px;
}
.modal-sdc-header .modal-sdc-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 700;
}
.modal-sdc-header .btn-close {
  position: absolute;
  top: 12px;
  right: 16px;
}
.modal-sdc-body {
  position: relative;
  flex: 1 1 auto;
  padding: 40px 32px;
}
@media (max-width: 767px) {
  .modal-sdc-body .f-28 {
    font-size: 28px;
    line-height: 36px;
  }
}
.modal-sdc-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-sdc-footer > * {
  margin: 0.25rem;
}

body.modal-sdc-open {
  overflow: hidden; /* Prevents background scrolling when modal is open */
}

.tooltip-sdc {
  position: absolute;
  background-color: #fff;
  color: #383838;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  z-index: 1070;
  max-width: 275px;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1);
  /* Animation for smooth appearance */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  pointer-events: none; /* Prevents the tooltip from blocking mouse events */
}
.tooltip-sdc--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tooltip-sdc__arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  /* Position arrow at the bottom center of the tooltip */
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}