@font-face {
  font-family: "Figtree";
  src: url(../fonts/Figtree-VariableFont_wght.cb14938e92ef0b1bf90d.ttf) format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #111012;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeSpeed
}

a {
  color: inherit;
  text-decoration: none
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  background: none
}

button,
[role=button] {
  cursor: pointer;
  border: none;
  background: none
}

:focus {
  outline: none
}

:focus-visible {
  outline: 2px solid #b80fff;
  outline-offset: 2px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif
}

fieldset {
  border: none;
  margin: 0;
  padding: 0
}

legend {
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

th,
td {
  text-align: left;
  vertical-align: top
}

blockquote {
  margin: 0;
  padding: 0
}

@media(prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

@media(prefers-contrast: high) {
  :root {
    --color-text-primary: #000000;
    --color-bg-primary: #ffffff
  }
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  box-sizing: border-box
}

*,
*:before,
*:after {
  box-sizing: inherit
}

h1,
.h1 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif
}

h5,
.h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif
}

.heading--center {
  text-align: center
}

.heading--primary {
  color: #b80fff
}

.heading--accent {
  color: #ffb119
}

.heading--gradient {
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, #b80fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text
}

.heading--responsive-1 {
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.1;
  font-weight: 800
}

.heading--responsive-2 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.1;
  font-weight: 700
}

a {
  color: #b80fff;
  text-decoration: none;
  transition: color .2s ease
}

a:hover {
  color: #fff
}

a:focus-visible:focus-visible {
  outline: 2px solid #b80fff;
  outline-offset: 2px
}

.link--muted {
  color: #6e5d7a
}

.link--muted:hover {
  color: #fff
}

.link--accent {
  color: #ffb119
}

.link--accent:hover {
  color: rgb(255, 194.2956521739, 76)
}

.link--underline {
  text-decoration: underline;
  text-underline-offset: 2px
}

.link--underline:hover {
  text-decoration: none
}

.link--external::after {
  content: "↗";
  margin-left: 4px;
  font-size: .8em
}

.link--button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #402c4e;
  border-radius: 6px;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  padding: 2px 2px;
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, #b80fff 100%);
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #402c4e;
  display: inline-flex
}

.link--button:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

.link--button:disabled {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none
}

.link--button:hover {
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, rgb(154.2125, 0, 219) 100%);
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

.link--button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #402c4e;
  border-radius: 6px;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  padding: 2px 2px;
  background: #000;
  color: #fff;
  border: 1px solid #402c4e;
  padding: 14px 32px;
  font-size: 16px;
  display: inline-flex
}

.link--button-secondary:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

.link--button-secondary:disabled {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none
}

.link--button-secondary:hover {
  background: #32343b;
  border-color: hsla(0, 0%, 100%, .3)
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
textarea {
  background: #000;
  border: 1px solid #402c4e;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6e5d7a
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #6e5d7a
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #b80fff;
  box-shadow: 0 0 0 2px rgba(184, 15, 255, .2);
  outline: none
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=url]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
textarea:disabled {
  background: #1d191e;
  color: #6e5d7a;
  cursor: not-allowed
}

select {
  background: #000;
  border: 1px solid #402c4e;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23ffffff%27 stroke-width=%272%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: calc(16px + 20px)
}

select:focus {
  border-color: #b80fff;
  box-shadow: 0 0 0 2px rgba(184, 15, 255, .2);
  outline: none
}

select option {
  background: #000;
  color: #fff
}

button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #402c4e;
  border-radius: 6px;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  padding: 2px 2px
}

button:focus,
.button:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

button:disabled,
.button:disabled {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none
}

button--primary,
.button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #402c4e;
  border-radius: 6px;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  padding: 2px 2px;
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, #b80fff 100%);
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #402c4e
}

button--primary:focus,
.button--primary:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

button--primary:disabled,
.button--primary:disabled {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none
}

button--primary:hover,
.button--primary:hover {
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, rgb(154.2125, 0, 219) 100%);
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

button--secondary,
.button--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #402c4e;
  border-radius: 6px;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  padding: 2px 2px;
  background: #000;
  color: #fff;
  border: 1px solid #402c4e;
  padding: 14px 32px;
  font-size: 16px
}

button--secondary:focus,
.button--secondary:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

button--secondary:disabled,
.button--secondary:disabled {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none
}

button--secondary:hover,
.button--secondary:hover {
  background: #32343b;
  border-color: hsla(0, 0%, 100%, .3)
}

button--small,
.button--small {
  padding: 10px 24px;
  font-size: 14px
}

button--large,
.button--large {
  padding: 16px 40px;
  font-size: 20px
}

button--full-width,
.button--full-width {
  width: 100%
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #402c4e;
  background: #000;
  position: relative;
  cursor: pointer
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #b80fff;
  border-color: #b80fff
}

input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  box-shadow: 0 0 0 2px rgba(184, 15, 255, .2);
  outline: none
}

input[type=checkbox] {
  border-radius: 4px
}

input[type=checkbox]:checked::after {
  width: 4px;
  height: 8px;
  border: 2px solid #000;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -60%) rotate(45deg)
}

input[type=radio] {
  border-radius: 50%
}

input[type=radio]:checked::after {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%
}

.form-group {
  margin-bottom: 16px
}

.form-label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px
}

.form-help {
  margin-top: 4px;
  font-size: 12px;
  color: #6e5d7a
}

.form-error {
  border-color: #dc3545 !important
}

.form-error:focus {
  box-shadow: 0 0 0 2px rgba(220, 53, 69, .2) !important
}

.form-success {
  border-color: #28a745 !important
}

.form-success:focus {
  box-shadow: 0 0 0 2px rgba(40, 167, 69, .2) !important
}

.error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px
}

.success-message {
  color: #28a745;
  font-size: 12px;
  margin-top: 4px
}

.container {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 20px
}

@media(max-width: 767px) {
  .container {
    padding: 0 16px
  }
}

.container--fluid {
  width: 100%;
  padding: 0 20px
}

@media(max-width: 767px) {
  .container--fluid {
    padding: 0 16px
  }
}

.container--narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px
}

@media(max-width: 767px) {
  .container--narrow {
    padding: 0 16px
  }
}

.container--wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}

@media(max-width: 767px) {
  .container--wide {
    padding: 0 16px
  }
}

.grid {
  display: grid;
  gap: 16px
}

.grid--auto-fit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px
}

.grid--auto-fill {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr)
}

@media(max-width: 767px) {
  .grid--2-cols {
    grid-template-columns: 1fr
  }
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr)
}

@media(max-width: 899px) {
  .grid--3-cols {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 767px) {
  .grid--3-cols {
    grid-template-columns: 1fr
  }
}

.grid--4-cols {
  grid-template-columns: repeat(4, 1fr)
}

@media(max-width: 899px) {
  .grid--4-cols {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 767px) {
  .grid--4-cols {
    grid-template-columns: 1fr
  }
}

.grid--slots {
  grid-template-columns: repeat(5, 1fr)
}

@media(max-width: 899px) {
  .grid--slots {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width: 767px) {
  .grid--slots {
    grid-template-columns: repeat(2, 1fr)
  }
}

.grid--gap-sm {
  gap: 8px
}

.grid--gap-lg {
  gap: 24px
}

.grid--gap-xl {
  gap: 32px
}

.header {
  background: #000;
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  z-index: 30;
  position: sticky;
  top: 0;
  border-bottom: none
}

.header__container {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 191px
}

.header__left {
  display: flex;
  align-items: center;
  gap: 32px
}

.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0
}

.header__logo img {
  height: 32px;
  width: auto
}

.header__nav {
  display: flex;
  align-items: center
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0
}

.header__nav-item,
.header .menu-item {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative
}

.header__nav-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  transition: color .2s;
  padding: 8px 0;
  position: relative
}

.header__nav-link:hover {
  color: #fff
}

.header__nav a,
.header__nav-list a,
.header .menu-item>a,
.header .current-menu-item>a,
.header .current_page_item>a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color .2s ease
}

.header__nav a::after,
.header__nav-list a::after,
.header .menu-item>a::after,
.header .current-menu-item>a::after,
.header .current_page_item>a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 50%;
  height: 2px;
  background: #b80fff;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease
}

.header__nav a:hover,
.header__nav a:focus,
.header__nav-list a:hover,
.header__nav-list a:focus,
.header .menu-item>a:hover,
.header .menu-item>a:focus,
.header .current-menu-item>a:hover,
.header .current-menu-item>a:focus,
.header .current_page_item>a:hover,
.header .current_page_item>a:focus {
  color: #fff
}

.header__nav a:hover::after,
.header__nav a:focus::after,
.header__nav-list a:hover::after,
.header__nav-list a:focus::after,
.header .menu-item>a:hover::after,
.header .menu-item>a:focus::after,
.header .current-menu-item>a:hover::after,
.header .current-menu-item>a:focus::after,
.header .current_page_item>a:hover::after,
.header .current_page_item>a:focus::after {
  transform: scaleX(1)
}

.header__nav-list .current_page_item>a,
.header__nav-list .current-menu-item>a {
  color: #fff
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 12px
}

.header__search-btn {
  background: rgba(0, 0, 0, 0);
  color: hsla(0, 0%, 100%, .8);
  border: 1px solid #402c4e;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s
}

.header__search-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2
}

.header__search-btn:hover {
  border-color: #b80fff;
  color: #b80fff;
  background: rgba(184, 15, 255, .05)
}

.header__login-btn {
  background: rgba(0, 0, 0, 0);
  color: hsla(0, 0%, 100%, .9);
  border: 1px solid #b80fff;
  height: 40px;
  min-width: auto;
  padding: 13px 30px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap
}

.header__login-btn:hover {
  background: rgba(184, 15, 255, .1);
  color: #b80fff
}

.header__register-btn {
  background: #b80fff;
  color: #fff;
  border: 1px solid #b80fff;
  height: 40px;
  min-width: auto;
  padding: 12px 25.38px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap
}

.header__register-btn:hover {
  background: rgb(191.54375, 40.5, 255);
  border-color: rgb(191.54375, 40.5, 255);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(184, 15, 255, .3)
}

.header__register-btn:active {
  transform: translateY(0)
}

.header__lang {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #402c4e;
  border-radius: 6px;
  cursor: pointer;
  transition: all .2s
}

.header__lang-flag {
  width: 20px;
  height: 14px;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 2px
}

.header__lang-text {
  color: hsla(0, 0%, 100%, .9);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}

.header__lang:hover {
  border-color: #b80fff;
  background: rgba(184, 15, 255, .05)
}

.header__lang:hover .header__lang-text {
  color: #b80fff
}

@media(max-width: 767px) {
  .header {
    min-height: 60px
  }

  .header__container {
    padding: 0 16px;
    justify-content: space-between
  }

  .header__left {
    display: flex;
    align-items: center;
    gap: 0
  }

  .header__nav {
    display: none
  }

  .header__logo {
    flex-shrink: 0
  }

  .header__logo img {
    height: 32px;
    width: auto
  }

  .header__actions {
    display: flex;
    align-items: center;
    gap: 8px
  }

  .header__login-btn,
  .header__register-btn,
  .header__lang {
    display: none
  }

  .header__search-btn {
    width: 44px;
    height: 44px;
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 8px;
    transition: all .2s ease;
    flex-shrink: 0
  }

  .header__search-btn:hover,
  .header__search-btn:active {
    background: hsla(0, 0%, 100%, .15);
    border-color: #b80fff;
    transform: scale(1.05)
  }

  .header__search-btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 2
  }
}

@media(max-width: 599px) {
  .header__login-btn {
    display: none
  }

  .header__register-btn {
    padding: 0 20px
  }
}

.mobile-menu-btn {
  display: none;
  background: rgba(0, 0, 0, 0);
  border: 1px solid hsla(0, 0%, 100%, .2);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
  margin-left: 8px
}

@media(max-width: 767px) {
  .mobile-menu-btn {
    display: flex
  }
}

.mobile-menu-btn__icon {
  width: 20px;
  height: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.mobile-menu-btn__icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: hsla(0, 0%, 100%, .9);
  border-radius: 2px;
  transition: all .2s
}

.mobile-menu-btn:hover {
  border-color: #b80fff;
  background: rgba(184, 15, 255, .05)
}

.mobile-menu-btn:hover .mobile-menu-btn__icon span {
  background: #b80fff
}

.mobile-menu-btn.active .mobile-menu-btn__icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg)
}

.mobile-menu-btn.active .mobile-menu-btn__icon span:nth-child(2) {
  opacity: 0
}

.mobile-menu-btn.active .mobile-menu-btn__icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg)
}

.mobile-menu-backdrop {
  position: fixed;
  top: 0;
  left: 85%;
  width: 15%;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
  backdrop-filter: blur(8px);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease
}

.mobile-menu-backdrop.active {
  opacity: 1;
  visibility: visible
}

.mobile-fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 85%;
  height: 100vh;
  background: #000;
  z-index: 50;
  transform: translateX(-100%);
  transition: transform .3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 0
}

.mobile-fullscreen-menu.active {
  transform: translateX(0)
}

.mobile-fullscreen-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px 20px;
  position: relative
}

.mobile-fullscreen-menu__close {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: hsla(0, 0%, 100%, .9);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
  border-radius: 4px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.mobile-fullscreen-menu__close svg {
  width: 20px;
  height: 20px
}

.mobile-fullscreen-menu__close:hover {
  background: hsla(0, 0%, 100%, .1);
  color: #fff
}

.mobile-fullscreen-menu__logo {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%)
}

.mobile-fullscreen-menu__logo img {
  height: 32px;
  width: auto
}

.mobile-fullscreen-menu__actions {
  padding: 10px 20px 0;
  display: flex;
  gap: 12px
}

.mobile-fullscreen-menu__login-btn,
.mobile-fullscreen-menu__register-btn {
  flex: 1;
  padding: 13px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: auto
}

.mobile-fullscreen-menu__login-btn {
  background: rgba(0, 0, 0, 0);
  color: hsla(0, 0%, 100%, .9);
  border: 1px solid #b80fff
}

.mobile-fullscreen-menu__login-btn:hover,
.mobile-fullscreen-menu__login-btn:active {
  background: rgba(184, 15, 255, .1);
  color: #b80fff
}

.mobile-fullscreen-menu__register-btn {
  background: #b80fff;
  color: #fff;
  border: 1px solid #b80fff
}

.mobile-fullscreen-menu__register-btn:hover {
  background: rgb(191.54375, 40.5, 255);
  border-color: rgb(191.54375, 40.5, 255);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(184, 15, 255, .3)
}

.mobile-fullscreen-menu__register-btn:active {
  transform: translateY(0)
}

.mobile-fullscreen-menu__nav {
  padding: 40px 20px 15px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center
}

.mobile-fullscreen-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%
}

.mobile-fullscreen-menu__list li {
  margin-bottom: 28px
}

.mobile-fullscreen-menu__list li:last-child {
  margin-bottom: 0
}

.mobile-fullscreen-menu__list a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: block;
  transition: all .2s;
  text-transform: uppercase;
  letter-spacing: .6px
}

.mobile-fullscreen-menu__list a:hover,
.mobile-fullscreen-menu__list a:active {
  color: #b80fff;
  transform: translateY(-1px)
}

.mobile-fullscreen-menu__list .current_page_item>a,
.mobile-fullscreen-menu__list .current-menu-item>a {
  color: #b80fff
}

.mobile-fullscreen-menu__language {
  padding: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  margin-top: auto
}

.mobile-fullscreen-menu__lang-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all .2s
}

.mobile-fullscreen-menu__lang-selector:hover {
  background: hsla(0, 0%, 100%, .05);
  border-color: hsla(0, 0%, 100%, .3)
}

.mobile-fullscreen-menu__lang-flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
  flex-shrink: 0
}

.mobile-fullscreen-menu__lang-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500
}

.mobile-fullscreen-menu__lang-arrow {
  color: hsla(0, 0%, 100%, .6);
  transition: transform .2s;
  width: 10px;
  height: 6px
}

.mobile-fullscreen-menu__lang-selector:hover .mobile-fullscreen-menu__lang-arrow {
  transform: rotate(180deg)
}

body.mobile-menu-open {
  overflow: hidden
}

.mobile-bottom-nav {
  display: none
}

@media(max-width: 767px) {
  .mobile-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #000;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    z-index: 30;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px
  }
}

.mobile-bottom-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: hsla(0, 0%, 100%, .6);
  flex: 1;
  height: 100%;
  transition: color .2s;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0
}

.mobile-bottom-nav__item:active,
.mobile-bottom-nav__item:focus {
  color: #b80fff
}

.mobile-bottom-nav__item:first-child {
  color: #b80fff
}

.mobile-bottom-nav__icon {
  font-size: 20px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center
}

.mobile-bottom-nav__icon svg {
  width: 20px;
  height: 20px
}

.mobile-bottom-nav__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .3px;
  text-transform: uppercase
}

.site-footer,
.footer-social,
.footer-license,
.footer-bottom {
  background-color: #000
}

.site-footer {
  color: #fff;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

.footer-social,
.footer-license,
.footer-bottom {
  height: 88px
}

@media(max-width: 767px) {

  .footer-social,
  .footer-license,
  .footer-bottom {
    height: auto
  }
}

.container {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 20px
}

@media(max-width: 767px) {
  .container {
    padding: 0 16px
  }
}

.footer-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 80px;
  align-items: start;
  padding: 40px 0 88px
}

.footer-content .footer-responsible {
  margin-top: 83px
}

.footer-logo {
  margin-bottom: 48px
}

.footer-logo img {
  height: 35px;
  width: auto
}

.footer-menus {
  display: flex;
  gap: 400px
}

.footer-menu-column {
  min-width: 140px
}

.footer-menu-column .footer-menu-title {
  display: block
}

.footer-menu-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px 0;
  font-family: inherit
}

.footer-menu-arrow {
  display: none;
  transition: transform .3s ease;
  width: 12px;
  height: 8px;
  flex-shrink: 0
}

.footer-menu-arrow.rotated {
  transform: rotate(180deg)
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-menu li {
  margin-bottom: 8px;
  list-style: none
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  transition: color .3s ease;
  display: block
}

.footer-menu a:hover {
  color: #ccc
}

.footer-responsible {
  justify-self: end;
  max-width: 400px;
  text-align: left
}

.footer-icons {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: nowrap
}

.footer-icons img {
  height: 40px;
  width: auto;
  opacity: .9;
  transition: opacity .3s ease;
  flex-shrink: 0
}

.footer-icons img:hover {
  opacity: 1
}

.footer-text {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  opacity: .85;
  max-width: 400px
}

.footer-social {
  position: relative
}

@media(max-width: 767px) {
  .footer-social {
    padding: 10px 0
  }
}

.footer-social .container {
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  padding-top: 0;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center
}

.footer-social .container::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: hsla(0, 0%, 100%, .1)
}

.footer-social-icons {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: auto
}

@media(max-width: 767px) {
  .footer-social-icons {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    justify-content: center;
    width: 100%;
    padding: 10px 0
  }
}

.footer-social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #110415;
  border-radius: 8px;
  color: #5b2e7f;
  transition: all .3s ease
}

.footer-social-icons .social-icon:hover {
  background-color: #3b234b;
  color: #fff;
  transform: translateY(-2px)
}

.footer-social-icons .social-icon svg {
  width: 20px;
  height: 20px
}

.footer-license {
  display: flex;
  align-items: center
}

.footer-license .container {
  padding-top: 0;
  position: relative
}

@media(max-width: 767px) {
  .footer-license {
    padding: 15px 0
  }
}

.footer-license-content {
  display: flex;
  align-items: center;
  gap: 16px
}

@media(max-width: 767px) {
  .footer-license-content {
    flex-direction: column;
    text-align: center;
    gap: 12px
  }
}

.footer-license-logo {
  flex-shrink: 0
}

.footer-license-logo img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain
}

.footer-license-text {
  flex: 1
}

.footer-license-text p {
  font-size: 11px;
  line-height: 1.4;
  color: hsla(0, 0%, 100%, .8);
  margin: 0
}

.footer-bottom {
  position: relative
}

.footer-bottom .container {
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  padding-top: 0;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center
}

@media(max-width: 767px) {
  .footer-bottom .container {
    padding: 15px 0
  }
}

@media(max-width: 767px) {
  .footer-bottom {
    padding: 0
  }
}

.footer-payment {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto
}

@media(max-width: 767px) {
  .footer-payment {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%
  }
}

.footer-payment img {
  width: 63px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: .7;
  transition: opacity .3s ease
}

.footer-payment img:hover {
  opacity: 1
}

@media(max-width: 899px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center
  }

  .footer-content .footer-responsible {
    margin-top: 0
  }

  .footer-left {
    text-align: center
  }

  .footer-menus {
    justify-content: center;
    gap: 100px
  }

  .footer-responsible {
    max-width: none;
    text-align: center;
    margin: 0 auto;
    width: 100%
  }

  .footer-icons {
    justify-content: center;
    gap: 10px
  }

  .footer-text {
    max-width: none;
    padding: 0 20px
  }
}

@media(max-width: 767px) {
  .site-footer {
    padding: 30px 0
  }

  .footer-content {
    gap: 30px
  }

  .footer-menus {
    flex-direction: column;
    gap: 0
  }

  .footer-menu-column {
    min-width: 0
  }

  .footer-menu-column:first-child .footer-menu-title {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
  }

  .footer-menu-column .footer-menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 0;
    margin-bottom: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    transition: color .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
  }

  .footer-menu-column .footer-menu-title:hover {
    color: #ccc
  }

  .footer-menu-column .footer-menu-title:focus {
    outline: 2px solid hsla(0, 0%, 100%, .3);
    outline-offset: 2px
  }

  .footer-menu-column .footer-menu-arrow {
    display: inline-block;
    margin-left: 8px
  }

  .footer-menu-column.footer-menu-expanded .footer-menu-title {
    border-bottom-color: rgba(0, 0, 0, 0)
  }

  .footer-menu-column .footer-menu {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 0;
    transition: all .3s ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0
  }

  .footer-menu-column .footer-menu li {
    text-align: left;
    margin-bottom: 12px
  }

  .footer-menu-column .footer-menu a {
    font-size: 15px;
    line-height: 1.6;
    padding: 4px 0;
    display: inline-block
  }

  .footer-menu-column .footer-menu.footer-menu-collapsed {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0
  }

  .footer-menu-column.footer-menu-expanded .footer-menu {
    max-height: 300px;
    opacity: 1
  }

  .footer-responsible {
    max-width: none;
    width: 100%;
    padding: 0
  }

  .footer-icons {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 16px
  }

  .footer-icons img {
    height: 35px
  }

  .footer-text {
    width: 100%;
    max-width: none;
    padding: 0 16px;
    text-align: center
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media(max-width: 599px) {
  .footer-content {
    gap: 25px
  }

  .footer-menus {
    gap: 0
  }

  .footer-menu-column:first-child .footer-menu-title {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
  }

  .footer-menu-column .footer-menu-title {
    font-size: 16px;
    margin-bottom: 0
  }

  .footer-menu-column .footer-menu-header {
    padding: 14px 0
  }

  .footer-menu-column .footer-menu-arrow {
    width: 10px;
    height: 6px
  }

  .footer-menu-column .footer-menu {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0
  }

  .footer-menu-column .footer-menu li {
    margin-bottom: 10px;
    text-align: left
  }

  .footer-menu-column .footer-menu a {
    font-size: 14px;
    line-height: 1.5;
    padding: 3px 0;
    display: inline-block
  }

  .footer-menu-column.footer-menu-expanded .footer-menu {
    display: block
  }

  .footer-menu-column.footer-menu-expanded .footer-menu-header {
    border-bottom-color: rgba(0, 0, 0, 0)
  }

  .footer-menu-column.footer-menu-expanded .footer-menu-arrow {
    transform: rotate(180deg)
  }

  .footer-responsible {
    max-width: none;
    width: 100%;
    padding: 0
  }

  .footer-text {
    font-size: 11px;
    width: 100%;
    max-width: none;
    padding: 0 12px;
    margin-bottom: 20px;
    text-align: center
  }

  .footer-icons {
    gap: 10px;
    padding: 0 12px;
    justify-content: center
  }

  .footer-icons img {
    height: 32px
  }
}

.promo-slider-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0
}

@media(min-width: 768px) {
  .promo-slider-section {
    margin-top: 2.5rem
  }
}

@media(min-width: 900px) {
  .promo-slider-section {
    margin-top: 3rem;
    margin-bottom: 3rem
  }
}

.promo-slider {
  position: relative;
  overflow: visible
}

.promo-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden
}

@media(max-width: 767px) {
  .promo-slider-wrapper {
    height: 200px
  }
}

@media(min-width: 768px) {
  .promo-slider-wrapper {
    height: auto;
    min-height: 180px
  }
}

@media(min-width: 900px) {
  .promo-slider-wrapper {
    min-height: 200px
  }
}

@media(min-width: 1200px) {
  .promo-slider-wrapper {
    min-height: 220px
  }
}

.promo-slides {
  display: flex;
  width: 100%
}

@media(max-width: 767px) {
  .promo-slides {
    gap: 0;
    height: 100%;
    transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1)
  }
}

@media(min-width: 768px) {
  .promo-slides {
    gap: 1rem
  }
}

@media(min-width: 900px) {
  .promo-slides {
    gap: 1.25rem
  }
}

.promo-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: stretch;
  color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15)
}

@media(max-width: 767px) {
  .promo-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%
  }
}

@media(min-width: 768px) {
  .promo-slide {
    flex: 0 0 calc(50% - .5rem);
    height: 180px
  }
}

@media(min-width: 900px) {
  .promo-slide {
    flex: 0 0 calc(25% - .9375rem);
    height: 200px
  }
}

@media(min-width: 1200px) {
  .promo-slide {
    height: 220px
  }
}

.promo-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1
}

.promo-slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.25rem
}

@media(min-width: 768px) {
  .promo-slide-content {
    padding: 1.5rem
  }
}

@media(min-width: 900px) {
  .promo-slide-content {
    padding: 1.75rem
  }
}

.promo-slide-text {
  flex: 1;
  width: 100%;
  margin-bottom: .75rem
}

@media(min-width: 768px) {
  .promo-slide-text {
    margin-bottom: 1rem
  }
}

.promo-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 .5rem 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
  text-transform: uppercase;
  letter-spacing: .5px
}

@media(min-width: 768px) {
  .promo-title {
    font-size: 1rem;
    margin-bottom: .5rem
  }
}

@media(min-width: 900px) {
  .promo-title {
    font-size: 1.125rem;
    margin-bottom: .625rem
  }
}

.promo-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .7)
}

@media(min-width: 768px) {
  .promo-subtitle {
    font-size: 1.125rem
  }
}

@media(min-width: 900px) {
  .promo-subtitle {
    font-size: 1.25rem;
    font-weight: 700
  }
}

.promo-slide-action {
  align-self: flex-start;
  margin-top: auto
}

.promo-button {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: all .3s ease;
  cursor: pointer;
  white-space: nowrap;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5)
}

@media(min-width: 768px) {
  .promo-button {
    font-size: .8125rem
  }
}

@media(min-width: 900px) {
  .promo-button {
    font-size: .875rem
  }
}

.promo-button:hover {
  color: hsla(0, 0%, 100%, .8);
  text-decoration: underline;
  text-decoration-thickness: 2px
}

.promo-button:focus {
  outline: none;
  text-decoration: underline;
  text-decoration-thickness: 2px
}

.promo-slider-nav {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  transform: translateY(-50%);
  pointer-events: none
}

@media(max-width: 767px) {
  .promo-slider-nav {
    display: none
  }
}

@media(min-width: 768px) {
  .promo-slider-nav {
    left: -4rem;
    right: -4rem
  }
}

@media(min-width: 900px) {
  .promo-slider-nav {
    left: -5rem;
    right: -5rem
  }
}

.promo-nav {
  background: hsla(0, 0%, 100%, .1);
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  backdrop-filter: blur(10px);
  pointer-events: auto
}

@media(min-width: 900px) {
  .promo-nav {
    width: 40px;
    height: 40px;
    font-size: 20px
  }
}

.promo-nav:hover {
  background: hsla(0, 0%, 100%, .2);
  border-color: hsla(0, 0%, 100%, .4);
  transform: scale(1.1)
}

.promo-nav:active {
  transform: scale(0.95)
}

.promo-nav .arrow-icon {
  display: block;
  line-height: 1
}

.promo-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .5rem;
  z-index: 3
}

@media(max-width: 767px) {
  .promo-dots {
    bottom: -2rem
  }
}

@media(min-width: 768px) {
  .promo-dots {
    bottom: 1rem
  }
}

@media(min-width: 900px) {
  .promo-dots {
    bottom: -2.5rem
  }
}

.promo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, .4);
  border: none;
  cursor: pointer;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1)
}

@media(min-width: 900px) {
  .promo-dot {
    width: 10px;
    height: 10px
  }
}

.promo-dot:hover {
  background: hsla(0, 0%, 100%, .6);
  transform: scale(1.2)
}

.promo-dot.active {
  background: #fff;
  transform: scale(1.3)
}

@media(max-width: 599px) {
  .promo-slide {
    border-radius: .75rem
  }

  .promo-slide-content {
    padding: 1rem
  }
}

.providers-section {
  padding: 60px 0;
  background-color: #111012;
  overflow: hidden
}

.providers-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px
}

.providers-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(184, 15, 255, .2)
}

.providers-nav-container {
  display: flex;
  gap: 10px
}

.providers-carousel-container {
  position: relative;
  max-width: 1536px;
  margin: 0 auto
}

.providers-carousel {
  overflow: hidden;
  margin: 0
}

.providers-track {
  display: flex;
  gap: 24px;
  transition: transform .3s ease
}

.provider-item {
  background: #0f0f14;
  border-radius: 12px;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  border: 1px solid #402c4e;
  flex: 0 0 auto;
  min-width: 200px;
  cursor: pointer;
  position: relative;
  overflow: hidden
}

.provider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(184, 15, 255, 0.1), transparent);
  transition: left .5s ease
}

.provider-item:hover {
  background: #15151a;
  border-color: hsla(0, 0%, 100%, .2)
}

.provider-item:hover::before {
  left: 100%
}

.provider-item:hover .provider-name {
  color: #b80fff
}

.provider-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transition: all .3s ease;
  letter-spacing: .5px;
  white-space: nowrap
}

.providers-nav {
  position: relative;
  background: hsla(0, 0%, 100%, .1);
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  color: #fff
}

.providers-nav:hover {
  background: hsla(0, 0%, 100%, .2);
  border-color: hsla(0, 0%, 100%, .3)
}

.providers-nav:hover .arrow-icon {
  color: #b80fff
}

.providers-nav[disabled] {
  opacity: .3;
  cursor: not-allowed
}

.providers-nav[disabled]:hover {
  background: hsla(0, 0%, 100%, .1);
  border-color: hsla(0, 0%, 100%, .2)
}

.providers-nav[disabled]:hover .arrow-icon {
  color: #fff
}

.arrow-icon {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  display: block;
  transition: color .2s ease
}

.provider-logo {
  max-width: 120px;
  max-height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0.8);
  transition: filter .3s ease
}

.provider-item:hover .provider-logo {
  filter: brightness(1)
}

.providers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  padding: 24px 0
}

.providers-grid .provider-item {
  min-height: 120px;
  padding: 32px
}

.providers-featured {
  margin-bottom: 64px
}

.providers-featured .providers-title {
  margin-bottom: 40px;
  text-align: center
}

.providers-featured .providers-track {
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px
}

.providers-featured .provider-item {
  min-width: 240px;
  background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
  border: 1px solid rgba(184, 15, 255, .1)
}

.providers-featured .provider-item:hover {
  border-color: rgba(184, 15, 255, .3);
  box-shadow: 0 8px 25px rgba(184, 15, 255, .2)
}

.provider-category {
  margin-bottom: 48px
}

.provider-category__title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px
}

.provider-category__description {
  color: #6e5d7a;
  text-align: center;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

@media(max-width: 899px) {
  .providers-section {
    padding: 40px 0
  }

  .providers-title {
    font-size: 24px;
    margin: 0
  }

  .providers-carousel {
    margin: 0
  }

  .provider-item {
    padding: 24px 30px;
    min-width: 160px;
    min-height: 80px
  }

  .provider-name {
    font-size: 16px
  }

  .providers-nav {
    width: 35px;
    height: 35px;
    border-radius: 4px
  }

  .providers-nav svg {
    width: 20px;
    height: 20px
  }
}

@media(max-width: 767px) {
  .providers-carousel {
    margin: 0
  }

  .provider-item {
    padding: 15px 24px;
    min-width: 140px
  }

  .provider-name {
    font-size: 14px
  }

  .providers-nav {
    width: 30px;
    height: 30px;
    border-radius: 4px
  }

  .providers-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
  }

  .providers-nav-container {
    align-self: flex-end
  }
}

.providers-filter {
  margin-bottom: 32px;
  text-align: center
}

.providers-filter__input {
  background: #000;
  border: 1px solid #402c4e;
  border-radius: 8px;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  max-width: 300px;
  width: 100%
}

.providers-filter__input::-moz-placeholder {
  color: #6e5d7a
}

.providers-filter__input::placeholder {
  color: #6e5d7a
}

.providers-filter__input:focus {
  border-color: #b80fff;
  box-shadow: 0 0 0 2px rgba(184, 15, 255, .2);
  outline: none
}

.provider-stats {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #402c4e
}

.provider-stats__item {
  text-align: center
}

.provider-stats__number {
  font-size: 28px;
  font-weight: 700;
  color: #b80fff;
  display: block
}

.provider-stats__label {
  font-size: 14px;
  color: #6e5d7a;
  text-transform: uppercase;
  letter-spacing: .5px
}

@media(max-width: 767px) {
  .provider-stats {
    flex-direction: column;
    gap: 16px
  }

  .provider-stats__number {
    font-size: 24px
  }
}

.game-categories-section {
  padding-top: 30px
}

.game-categories-section .game-category-section {
  margin-bottom: 16px
}

.category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 4px
}

.category-title-wrapper {
  display: flex;
  align-items: center
}

.category-title {
  margin: 0;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  gap: 8px;
  display: flex;
  align-items: center;
  text-decoration: none
}

.category-title:hover {
  text-decoration: none;
  color: #fff
}

.category-title svg {
  width: 28px;
  height: 28px;
  stroke: rgb(199.0875, 66, 255);
  flex-shrink: 0
}

.category-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 16px
}

.category-view-all {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  opacity: .7;
  transition: opacity .3s ease
}

.category-view-all:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1
}

.slider-nav-group {
  display: flex;
  gap: 8px
}

.slider-nav {
  background: hsla(0, 0%, 100%, .05);
  border: 1px solid hsla(0, 0%, 100%, .1);
  border-radius: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  backdrop-filter: blur(10px)
}

.slider-nav:hover {
  background: hsla(0, 0%, 100%, .1);
  border-color: hsla(0, 0%, 100%, .2)
}

.slider-nav:active {
  background: hsla(0, 0%, 100%, .08)
}

.slider-nav.disabled {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none
}

.slider-nav svg {
  width: 16px;
  height: 16px;
  stroke: hsla(0, 0%, 100%, .8);
  fill: none;
  stroke-width: 2
}

.games-slider-container {
  position: relative;
  overflow: hidden
}

.games__wrap {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  scrollbar-color: hsla(0, 0%, 100%, .3) hsla(0, 0%, 100%, .1)
}

.games__wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

.games__wrap::-webkit-scrollbar-track {
  background: hsla(0, 0%, 100%, .1);
  border-radius: 3px
}

.games__wrap::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, .3);
  border-radius: 3px
}

.games__wrap::-webkit-scrollbar-thumb:hover {
  background: hsla(0, 0%, 100%, .3)
}

.games__wrap::-webkit-scrollbar {
  display: none
}

.slot-item {
  width: 170px;
  height: 250px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform .3s ease;
  flex-shrink: 0
}

.slot-item:hover {
  transform: translateY(-4px) scale(1.02)
}

.vegas-style .slot-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s;
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0
}

.vegas-style .slot-item:hover {
  transform: scale(1.05);
  box-shadow: none
}

@media(max-width: 767px) {
  .vegas-style .slot-item {
    flex: 0 0 160px;
    scroll-snap-align: start
  }
}

@media(max-width: 479px) {
  .vegas-style .slot-item {
    flex: 0 0 130px
  }
}

.slot-item__card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: rgba(0, 0, 0, .1)
}

.slot-item__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity .3s
}

.slot-item:hover .slot-item__card img {
  opacity: .15
}

.slot-item__info {
  position: relative;
  z-index: 2;
  display: none
}

.slot-item:hover .slot-item__info {
  display: block
}

.slot-item__title {
  font-size: 16px;
  font-weight: 500;
  color: #fff
}

.slot-item__title-link {
  text-decoration: none;
  color: inherit
}

.vegas-style .slot-item__provider {
  color: #6e5d7a;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  display: block
}

@media(max-width: 767px) {
  .vegas-style .slot-item__provider {
    font-size: 16px
  }
}

@media(max-width: 479px) {
  .vegas-style .slot-item__provider {
    font-size: 14px
  }
}

.slot-item__provider-link {
  color: #6e5d7a;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase
}

.slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px
}

.slot-collection-wrapper {
  margin-bottom: 40px;
  background: #1a1a1a;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4)
}

.slot-collection-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0 5px
}

.collection-title {
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px
}

.collection-title::before {
  content: "🎰";
  font-size: 28px;
  margin-right: 10px
}

.slot-collection-controls {
  display: flex;
  align-items: center;
  gap: 15px
}

.vegas-style .slot-collection-controls {
  gap: 24px
}

.show-all-button {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: #fff;
  padding: 8px 16px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s ease;
  text-transform: uppercase;
  letter-spacing: .5px
}

.show-all-button:hover {
  background: linear-gradient(135deg, #e55a2b, #e0851a);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, .3)
}

.collection-prev-arrow,
.collection-next-arrow {
  background: hsla(0, 0%, 100%, .1);
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  backdrop-filter: blur(10px)
}

.collection-prev-arrow:hover,
.collection-next-arrow:hover {
  background: hsla(0, 0%, 100%, .2);
  border-color: hsla(0, 0%, 100%, .4);
  transform: scale(1.1)
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(184, 15, 255, .2)
}

.section-header h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px
}

.section-header h2 .slots-count {
  color: #6e5d7a;
  font-size: 20px;
  font-weight: 400
}

.section-header .show-all {
  color: #b80fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s ease
}

.section-header .show-all:hover {
  color: rgb(191.54375, 40.5, 255)
}

@media(max-width: 767px) {
  .category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .category-nav-wrapper {
    width: 100%;
    justify-content: space-between
  }

  .slider-nav-group {
    order: 2
  }

  .category-view-all {
    order: 1
  }

  .slot-collection-wrapper {
    padding: 20px 15px;
    margin-bottom: 30px
  }

  .vegas-style .slot-collection-wrapper {
    padding: 20px 15px;
    margin-bottom: 30px
  }

  .slot-collection-header {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start
  }

  .vegas-style .slot-collection-header {
    gap: 15px;
    align-items: flex-start
  }

  .collection-title {
    font-size: 20px
  }

  .vegas-style .collection-title {
    font-size: 16px
  }

  .slot-collection-controls {
    width: 100%;
    justify-content: space-between
  }

  .vegas-style .slot-collection-controls {
    width: 100%;
    justify-content: space-between
  }

  .section-header {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start
  }
}

@media(max-width: 479px) {
  .slot-collection-wrapper {
    margin-bottom: 30px
  }

  .vegas-style .slot-collection-wrapper {
    margin-bottom: 30px
  }

  .collection-title {
    font-size: 18px
  }

  .vegas-style .collection-title {
    font-size: 18px
  }
}

.archive-slots-page {
  padding: 40px 0
}

.archive-slots-page .breadcrumbs {
  margin-bottom: 24px;
  color: #6e5d7a;
  font-size: 14px
}

.archive-slots-page .breadcrumbs a {
  color: #6e5d7a;
  transition: color .2s ease
}

.archive-slots-page .breadcrumbs a:hover {
  color: #b80fff
}

.slots-filters {
  margin-bottom: 32px
}

.slots-filters .provider-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.slots-filters .provider-filter li {
  margin: 0
}

.slots-filters .provider-filter a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  background: #000;
  border: 1px solid #402c4e;
  border-radius: 9999px;
  color: #c1b6c6;
  text-decoration: none;
  font-size: 14px;
  transition: all .2s ease
}

.slots-filters .provider-filter a .filter-icon {
  font-size: 18px
}

.slots-filters .provider-filter a span:last-child {
  background: rgba(184, 15, 255, .2);
  color: #b80fff;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600
}

.slots-filters .provider-filter a:hover,
.slots-filters .provider-filter a.active {
  background: rgba(184, 15, 255, .1);
  border-color: #b80fff;
  color: #fff
}

.single-slot-page {
  padding: 40px 0
}

.single-slot-page .breadcrumbs {
  margin-bottom: 32px
}

.slot-window {
  background: #2c1e35;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4)
}

.slot-window__screen {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: #1d191e
}

.slot-window__image,
.slot-window__placeholder,
.slot-window__demo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.slot-window__image img,
.slot-window__placeholder img,
.slot-window__demo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #1d191e
}

.slot-window__image iframe,
.slot-window__placeholder iframe,
.slot-window__demo iframe {
  width: 100%;
  height: 100%;
  border: none
}

.slot-window__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(0, 0, 0) 0%, #32343b 100%);
  color: #6e5d7a;
  font-size: 20px
}

.slot-window__buttons {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 2
}

.slot-window__buttons .btn {
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 9999px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .5px;
  min-width: 140px;
  backdrop-filter: blur(10px);
  transition: all .2s ease
}

@media(max-width: 767px) {
  .slot-window__buttons .btn {
    padding: 8px 16px
  }
}

.slot-window__buttons .btn-real-play {
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, #b80fff 100%);
  color: #000;
  border: none
}

.slot-window__buttons .btn-real-play:hover {
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, rgb(154.2125, 0, 219) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 0, .3)
}

.slot-window__buttons .btn-fun-play {
  background: rgba(0, 0, 0, .9);
  color: #fff;
  border: 1px solid #402c4e
}

.slot-window__buttons .btn-fun-play:hover:not(:disabled) {
  background: rgba(50, 52, 59, .9);
  border-color: #b80fff
}

.slot-window__buttons .btn-fun-play:disabled {
  opacity: .5;
  cursor: not-allowed
}

.slot-window__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  background: #000;
  border-top: 1px solid #402c4e
}

@media(max-width: 767px) {
  .slot-window__controls {
    display: grid;
    gap: 20px
  }
}

.slot-window__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0
}

.slot-window__control-buttons {
  display: flex;
  gap: 8px
}

.slot-window__control-buttons .control-btn {
  padding: 8px 16px;
  background: #32343b;
  border: 1px solid #402c4e;
  border-radius: 6px;
  color: #c1b6c6;
  font-size: 14px;
  cursor: pointer;
  transition: all .2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px
}

.slot-window__control-buttons .control-btn:hover:not(:disabled) {
  background: #2c1e35;
  border-color: #b80fff;
  color: #fff
}

.slot-window__control-buttons .control-btn--active {
  background: rgba(184, 15, 255, .2);
  border-color: #b80fff;
  color: #b80fff
}

.slot-window__control-buttons .control-btn--icon {
  padding: 8px
}

.slot-window__control-buttons .control-btn--icon svg {
  width: 20px;
  height: 20px
}

.slot-window__control-buttons .control-btn:disabled {
  opacity: .5;
  cursor: not-allowed
}

.slot-details-section {
  padding: 40px 0
}

.slot-details__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px
}

@media(max-width: 767px) {
  .slot-details__wrapper {
    grid-template-columns: 1fr
  }
}

.slot-details__info {
  background: #2c1e35;
  border-radius: 12px;
  padding: 32px;
  height: -moz-fit-content;
  height: fit-content
}

.slot-details__info>div:first-child {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #402c4e
}

.slot-details__stats {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.slot-details__stats .stat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(64, 44, 78, .5)
}

.slot-details__stats .stat-item:last-child {
  border-bottom: none
}

.slot-details__stats .stat-item .stat-label {
  color: #6e5d7a;
  font-size: 14px
}

.slot-details__stats .stat-item .stat-value {
  color: #fff;
  font-weight: 600;
  font-size: 14px
}

.slot-details__description {
  background: #2c1e35;
  border-radius: 12px;
  padding: 32px;
  height: -moz-fit-content;
  height: fit-content
}

.slot-details__description>div:first-child {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px
}

.slot-details__description .slot-excerpt {
  color: #c1b6c6;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px
}

.slot-details__description .slot-content {
  color: #c1b6c6;
  font-size: 16px;
  line-height: 1.6
}

.slot-details__description .slot-content h2,
.slot-details__description .slot-content h3,
.slot-details__description .slot-content h4 {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 16px
}

.slot-details__description .slot-content p {
  margin-bottom: 16px
}

.slot-details__description .slot-content ul,
.slot-details__description .slot-content ol {
  margin: 16px 0;
  padding-left: 32px
}

.related-slots {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid #402c4e
}

.slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px
}

.casiny-cta-wrapper {
  margin: 10px auto;
  max-width: 600px;
  width: 100%
}

.casiny-cta-wrapper a.casiny-cta-button {
  color: #fff
}

.casiny-cta-wrapper a.casiny-cta-button:hover,
.casiny-cta-wrapper a.casiny-cta-button:focus,
.casiny-cta-wrapper a.casiny-cta-button:active,
.casiny-cta-wrapper a.casiny-cta-button:visited {
  color: #fff
}

.casiny-cta-block {
  min-height: 30px;
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #15161d;
  border: 1px solid rgba(255, 177, 25, .15);
  color: #fff
}

.casiny-cta-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%
}

.casiny-cta-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 16px;
  margin: 0;
  line-height: .6;
  margin-bottom: -8px
}

.casiny-cta-rating .star {
  display: inline-flex;
  color: #ffb119;
  margin: 0
}

.casiny-cta-rating .star svg {
  width: 16px;
  height: 16px
}

.casiny-cta-title {
  font-size: 32px;
  font-weight: 700;
  line-height: .6;
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2px;
  margin-top: -8px;
  margin-bottom: -10px
}

.casiny-cta-description {
  font-size: 20px;
  line-height: .6;
  margin: 0;
  padding: 0;
  color: hsla(0, 0%, 100%, .85);
  margin-top: -8px;
  margin-bottom: -6px
}

.casiny-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, #b80fff 100%);
  border: 1px solid #402c4e;
  border-radius: 6px;
  color: #fff;
  margin: 0;
  margin-top: -6px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2px;
  min-width: 100px;
  text-decoration: none;
  cursor: pointer
}

.casiny-cta-sticky {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 50;
  margin: 0;
  max-width: none;
  width: 100vw;
  padding: 0;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateY(100%);
  opacity: 0;
  transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), opacity .3s ease;
  overflow: visible
}

.casiny-cta-sticky--bottom {
  bottom: 0
}

.casiny-cta-sticky.casiny-cta-show {
  transform: translateY(0);
  opacity: 1
}

.casiny-cta-sticky.casiny-cta-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none
}

.casiny-cta-sticky .casiny-cta-block {
  width: 100%;
  margin: 0;
  border-radius: 0;
  min-height: 45px;
  padding: 9px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000;
  border: none;
  box-shadow: none;
  overflow: visible
}

.casiny-cta-sticky .casiny-cta-close {
  position: absolute;
  top: 0;
  right: 30px;
  transform: translate(50%, -50%);
  background: #1a1a21;
  border: 2px solid hsla(0, 0%, 100%, .4);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: hsla(0, 0%, 100%, .8);
  transition: all .2s ease;
  z-index: 100;
  outline: none;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3)
}

.casiny-cta-sticky .casiny-cta-close:hover,
.casiny-cta-sticky .casiny-cta-close:focus {
  background: #282832;
  color: #fff;
  border-color: hsla(0, 0%, 100%, .6);
  transform: translate(50%, -50%) scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .4)
}

.casiny-cta-sticky .casiny-cta-content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 0;
  text-align: center;
  max-width: 1536px;
  width: 100%;
  height: 100%;
  padding: 0 5px
}

.casiny-cta-sticky .casiny-cta-top-row {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  grid-column: 1
}

.casiny-cta-sticky .casiny-cta-logo {
  flex-shrink: 0
}

.casiny-cta-sticky .casiny-cta-logo img {
  height: 60px;
  width: auto;
  max-width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle
}

.casiny-cta-sticky .casiny-cta-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1
}

.casiny-cta-sticky .casiny-cta-rating-label {
  font-size: 27px;
  color: hsla(0, 0%, 100%, .9);
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1
}

.casiny-cta-sticky .casiny-cta-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0
}

.casiny-cta-sticky .casiny-cta-stars .star {
  margin: 0
}

.casiny-cta-sticky .casiny-cta-stars .star svg {
  width: 27px;
  height: 27px
}

.casiny-cta-sticky .casiny-cta-rating-text {
  font-size: 27px;
  color: #ffb119;
  font-weight: 700;
  margin: 0 0 0 3px;
  padding: 0;
  line-height: 1
}

.casiny-cta-sticky .casiny-cta-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
  grid-column: 2;
  margin: 0;
  padding: 0
}

.casiny-cta-sticky .casiny-cta-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: .8
}

.casiny-cta-sticky .casiny-cta-description {
  font-size: 24px;
  margin: 0;
  padding: 0;
  color: hsla(0, 0%, 100%, .85);
  line-height: .9
}

.casiny-cta-sticky .casiny-cta-button {
  margin: 0;
  padding: 15px 24px;
  font-size: 24px;
  font-weight: 700;
  min-width: 150px;
  grid-column: 3;
  justify-self: center
}

@media(max-width: 767px) {
  .casiny-cta-block {
    padding: 24px;
    min-height: 120px
  }

  .casiny-cta-content {
    max-width: 100%
  }

  .casiny-cta-title {
    font-size: 20px
  }

  .casiny-cta-description {
    font-size: 14px
  }

  .casiny-cta-button {
    font-size: 14px;
    padding: 10px 24px
  }

  .casiny-cta-sticky .casiny-cta-block {
    padding: 16px 24px;
    min-height: 100px
  }

  .casiny-cta-sticky .casiny-cta-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
    justify-content: center
  }

  .casiny-cta-sticky .casiny-cta-top-row {
    justify-content: center;
    grid-column: unset;
    order: 1
  }

  .casiny-cta-sticky .casiny-cta-text {
    grid-column: unset;
    order: 2
  }

  .casiny-cta-sticky .casiny-cta-button {
    grid-column: unset;
    justify-self: unset;
    order: 3;
    align-self: center;
    padding: 8px 24px;
    font-size: 14px;
    min-width: 140px
  }

  .casiny-cta-sticky .casiny-cta-logo img {
    height: 40px;
    max-width: 120px
  }

  .casiny-cta-sticky .casiny-cta-rating {
    gap: 8px;
    margin-bottom: 0
  }

  .casiny-cta-sticky .casiny-cta-rating-label,
  .casiny-cta-sticky .casiny-cta-rating-text {
    font-size: 12px
  }

  .casiny-cta-sticky .casiny-cta-stars .star svg {
    width: 14px;
    height: 14px
  }

  .casiny-cta-sticky .casiny-cta-title {
    font-size: 18px;
    line-height: 1.2
  }

  .casiny-cta-sticky .casiny-cta-description {
    font-size: 12px;
    line-height: 1.3
  }
}

@media(max-width: 479px) {
  .casiny-cta-block {
    padding: 24px 16px;
    min-height: 100px
  }

  .casiny-cta-title {
    font-size: 18px
  }

  .casiny-cta-description {
    font-size: 12px
  }

  .casiny-cta-button {
    font-size: 12px;
    padding: 9px 24px
  }

  .casiny-cta-sticky .casiny-cta-block {
    padding: 15px 24px;
    min-height: 140px
  }

  .casiny-cta-sticky .casiny-cta-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 10px;
    align-items: center;
    text-align: center
  }

  .casiny-cta-sticky .casiny-cta-top-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    order: 1;
    margin-bottom: 6px
  }

  .casiny-cta-sticky .casiny-cta-logo {
    order: 1
  }

  .casiny-cta-sticky .casiny-cta-logo img {
    height: 50px;
    max-width: 160px
  }

  .casiny-cta-sticky .casiny-cta-rating {
    order: 2;
    gap: 4px;
    justify-content: flex-end;
    margin-bottom: 0
  }

  .casiny-cta-sticky .casiny-cta-rating-label {
    font-size: 18px;
    font-weight: 600
  }

  .casiny-cta-sticky .casiny-cta-rating-text {
    font-size: 18px;
    font-weight: 700
  }

  .casiny-cta-sticky .casiny-cta-stars .star svg {
    width: 18px;
    height: 18px
  }

  .casiny-cta-sticky .casiny-cta-text {
    order: 3;
    text-align: center;
    width: 100%
  }

  .casiny-cta-sticky .casiny-cta-title {
    font-size: 20px;
    line-height: 1.1
  }

  .casiny-cta-sticky .casiny-cta-description {
    font-size: 16px;
    line-height: 1.2
  }

  .casiny-cta-sticky .casiny-cta-button {
    order: 4;
    align-self: center;
    padding: 10px 20px;
    font-size: 14px;
    min-width: 120px
  }

  .casiny-cta-sticky .casiny-cta-close {
    width: 32px;
    height: 32px;
    font-size: 20px
  }
}

.content-toggle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  transition: max-height .5s linear;
  position: relative
}

.content-toggle-wrapper::before {
  content: "";
  display: var(--before-display, block);
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  background: linear-gradient(360deg, rgb(26, 27, 35) 0%, rgba(26, 27, 35, 0) 100%)
}

.content-toggle-wrapper.collapsed {
  max-height: 500px
}

.content-toggle-wrapper.collapsed .content-gradient-overlay {
  opacity: 1
}

.content-toggle-wrapper.expanded {
  max-height: none
}

.content-toggle-wrapper.expanded::before {
  display: none
}

.content-toggle-wrapper.expanded .content-gradient-overlay {
  opacity: 0
}

.content-toggle-inner {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -moz-column-break-before: avoid;
  break-before: avoid;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 14px;
  padding-bottom: 24px
}

.content-toggle-inner>*,
.content-toggle-inner p,
.content-toggle-inner h1,
.content-toggle-inner h2,
.content-toggle-inner h3,
.content-toggle-inner h4,
.content-toggle-inner h5,
.content-toggle-inner h6,
.content-toggle-inner ul,
.content-toggle-inner ol,
.content-toggle-inner blockquote {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 24px
}

.content-toggle-inner h2,
.content-toggle-inner h3 {
  margin-top: 0;
  -moz-column-break-after: avoid;
  break-after: avoid
}

.content-toggle-inner img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px
}

.content-toggle-inner ul,
.content-toggle-inner ol {
  margin-top: 0;
  padding-left: 24px
}

.content-toggle-inner p {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.6
}

.content-toggle-inner .emoji,
.content-toggle-inner .icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.2em
}

.content-toggle-inner>h1,
.content-toggle-inner>h2,
.content-toggle-inner>h3,
.content-toggle-inner>h4,
.content-toggle-inner>h5,
.content-toggle-inner>h6 {
  -moz-column-span: none;
  column-span: none;
  -moz-column-break-after: avoid;
  break-after: avoid;
  display: block;
  width: 100%
}

.content-toggle-inner>*:first-child {
  margin-top: 0
}

.content-toggle-inner .content-section,
.content-toggle-inner .info-block {
  background: hsla(0, 0%, 100%, .05);
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  -moz-column-break-inside: avoid;
  break-inside: avoid
}

.content-toggle-inner .wp-block-paragraph,
.content-toggle-inner .wp-block-heading,
.content-toggle-inner .wp-block-list,
.content-toggle-inner .wp-block-table,
.content-toggle-inner .wp-block-image,
.content-toggle-inner .wp-block-quote {
  max-width: none;
  width: 100%;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 1.5em 0
}

.content-toggle-inner>* {
  orphans: 3;
  widows: 3
}

.content-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(360deg, #1d191e 0%, rgba(29, 25, 30, 0) 100%);
  pointer-events: none;
  transition: opacity .3s ease
}

.content-toggle-button {
  width: auto;
  margin: 24px auto 30px;
  padding: 13px 30px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  display: block;
  text-align: center;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0);
  color: hsla(0, 0%, 100%, .9);
  border: 1px solid #b80fff;
  position: relative
}

.content-toggle-button:hover {
  background: rgba(184, 15, 255, .1);
  color: #b80fff
}

.content-toggle-button[aria-expanded=true] {
  background: #b80fff;
  color: #fff;
  border: 1px solid #b80fff
}

.content-toggle-button[aria-expanded=true]:hover {
  background: rgb(191.54375, 40.5, 255);
  border-color: rgb(191.54375, 40.5, 255);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(184, 15, 255, .3)
}

.content-toggle-button[aria-expanded=true]:active {
  transform: translateY(0)
}

.content-toggle-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(184, 15, 255, .3)
}

.content-toggle-button .toggle-text {
  position: relative
}

.content-toggle-button.loading {
  pointer-events: none;
  opacity: .7
}

.content-toggle-button.loading .toggle-text::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border: 2px solid currentColor;
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin .8s linear infinite
}

.entry-content-columns,
.slot-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 15px 0;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif;
  line-height: 1.4
}

.entry-content-columns .content-toggle-wrapper .content-toggle-inner h1,
.entry-content-columns .entry-content-columns .content-toggle-inner h1,
.entry-content-columns .entry-content-columns h1,
.entry-content-columns .entry-content-columns .wp-block-heading h1,
.entry-content-columns .slot-content h1,
.entry-content-columns .slot-content .wp-block-heading h1,
.slot-content .content-toggle-wrapper .content-toggle-inner h1,
.slot-content .entry-content-columns .content-toggle-inner h1,
.slot-content .entry-content-columns h1,
.slot-content .entry-content-columns .wp-block-heading h1,
.slot-content .slot-content h1,
.slot-content .slot-content .wp-block-heading h1 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.1;
  letter-spacing: -0.02em
}

.entry-content-columns .content-toggle-wrapper .content-toggle-inner h1:first-child,
.entry-content-columns .entry-content-columns .content-toggle-inner h1:first-child,
.entry-content-columns .entry-content-columns h1:first-child,
.entry-content-columns .entry-content-columns .wp-block-heading h1:first-child,
.entry-content-columns .slot-content h1:first-child,
.entry-content-columns .slot-content .wp-block-heading h1:first-child,
.slot-content .content-toggle-wrapper .content-toggle-inner h1:first-child,
.slot-content .entry-content-columns .content-toggle-inner h1:first-child,
.slot-content .entry-content-columns h1:first-child,
.slot-content .entry-content-columns .wp-block-heading h1:first-child,
.slot-content .slot-content h1:first-child,
.slot-content .slot-content .wp-block-heading h1:first-child {
  margin-top: 0
}

@media(max-width: 768px) {

  .entry-content-columns .content-toggle-wrapper .content-toggle-inner h1,
  .entry-content-columns .entry-content-columns .content-toggle-inner h1,
  .entry-content-columns .entry-content-columns h1,
  .entry-content-columns .entry-content-columns .wp-block-heading h1,
  .entry-content-columns .slot-content h1,
  .entry-content-columns .slot-content .wp-block-heading h1,
  .slot-content .content-toggle-wrapper .content-toggle-inner h1,
  .slot-content .entry-content-columns .content-toggle-inner h1,
  .slot-content .entry-content-columns h1,
  .slot-content .entry-content-columns .wp-block-heading h1,
  .slot-content .slot-content h1,
  .slot-content .slot-content .wp-block-heading h1 {
    font-size: 24px
  }
}

.entry-content-columns .content-toggle-wrapper .content-toggle-inner h2,
.entry-content-columns .entry-content-columns .content-toggle-inner h2,
.entry-content-columns .entry-content-columns h2,
.entry-content-columns .entry-content-columns .wp-block-heading h2,
.entry-content-columns .slot-content h2,
.entry-content-columns .slot-content .wp-block-heading h2,
.slot-content .content-toggle-wrapper .content-toggle-inner h2,
.slot-content .entry-content-columns .content-toggle-inner h2,
.slot-content .entry-content-columns h2,
.slot-content .entry-content-columns .wp-block-heading h2,
.slot-content .slot-content h2,
.slot-content .slot-content .wp-block-heading h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.1
}

.entry-content-columns .content-toggle-wrapper .content-toggle-inner h2:first-child,
.entry-content-columns .entry-content-columns .content-toggle-inner h2:first-child,
.entry-content-columns .entry-content-columns h2:first-child,
.entry-content-columns .entry-content-columns .wp-block-heading h2:first-child,
.entry-content-columns .slot-content h2:first-child,
.entry-content-columns .slot-content .wp-block-heading h2:first-child,
.slot-content .content-toggle-wrapper .content-toggle-inner h2:first-child,
.slot-content .entry-content-columns .content-toggle-inner h2:first-child,
.slot-content .entry-content-columns h2:first-child,
.slot-content .entry-content-columns .wp-block-heading h2:first-child,
.slot-content .slot-content h2:first-child,
.slot-content .slot-content .wp-block-heading h2:first-child {
  margin-top: 0
}

@media(max-width: 768px) {

  .entry-content-columns .content-toggle-wrapper .content-toggle-inner h2,
  .entry-content-columns .entry-content-columns .content-toggle-inner h2,
  .entry-content-columns .entry-content-columns h2,
  .entry-content-columns .entry-content-columns .wp-block-heading h2,
  .entry-content-columns .slot-content h2,
  .entry-content-columns .slot-content .wp-block-heading h2,
  .slot-content .content-toggle-wrapper .content-toggle-inner h2,
  .slot-content .entry-content-columns .content-toggle-inner h2,
  .slot-content .entry-content-columns h2,
  .slot-content .entry-content-columns .wp-block-heading h2,
  .slot-content .slot-content h2,
  .slot-content .slot-content .wp-block-heading h2 {
    font-size: 20px;
    margin-top: 12px
  }
}

.entry-content-columns .content-toggle-wrapper .content-toggle-inner h3,
.entry-content-columns .entry-content-columns .content-toggle-inner h3,
.entry-content-columns .entry-content-columns h3,
.entry-content-columns .entry-content-columns .wp-block-heading h3,
.entry-content-columns .slot-content h3,
.entry-content-columns .slot-content .wp-block-heading h3,
.slot-content .content-toggle-wrapper .content-toggle-inner h3,
.slot-content .entry-content-columns .content-toggle-inner h3,
.slot-content .entry-content-columns h3,
.slot-content .entry-content-columns .wp-block-heading h3,
.slot-content .slot-content h3,
.slot-content .slot-content .wp-block-heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 12px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.1
}

@media(max-width: 768px) {

  .entry-content-columns .content-toggle-wrapper .content-toggle-inner h3,
  .entry-content-columns .entry-content-columns .content-toggle-inner h3,
  .entry-content-columns .entry-content-columns h3,
  .entry-content-columns .entry-content-columns .wp-block-heading h3,
  .entry-content-columns .slot-content h3,
  .entry-content-columns .slot-content .wp-block-heading h3,
  .slot-content .content-toggle-wrapper .content-toggle-inner h3,
  .slot-content .entry-content-columns .content-toggle-inner h3,
  .slot-content .entry-content-columns h3,
  .slot-content .entry-content-columns .wp-block-heading h3,
  .slot-content .slot-content h3,
  .slot-content .slot-content .wp-block-heading h3 {
    font-size: 18px;
    margin-top: 10px
  }
}

.entry-content-columns .content-toggle-wrapper .content-toggle-inner h4,
.entry-content-columns .entry-content-columns .content-toggle-inner h4,
.entry-content-columns .entry-content-columns h4,
.entry-content-columns .entry-content-columns .wp-block-heading h4,
.entry-content-columns .slot-content h4,
.entry-content-columns .slot-content .wp-block-heading h4,
.slot-content .content-toggle-wrapper .content-toggle-inner h4,
.slot-content .entry-content-columns .content-toggle-inner h4,
.slot-content .entry-content-columns h4,
.slot-content .entry-content-columns .wp-block-heading h4,
.slot-content .slot-content h4,
.slot-content .slot-content .wp-block-heading h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.1
}

.entry-content-columns .content-toggle-wrapper .content-toggle-inner h5,
.entry-content-columns .content-toggle-wrapper .content-toggle-inner h6,
.entry-content-columns .entry-content-columns .content-toggle-inner h5,
.entry-content-columns .entry-content-columns .content-toggle-inner h6,
.entry-content-columns .entry-content-columns h5,
.entry-content-columns .entry-content-columns h6,
.entry-content-columns .entry-content-columns .wp-block-heading h5,
.entry-content-columns .entry-content-columns .wp-block-heading h6,
.entry-content-columns .slot-content h5,
.entry-content-columns .slot-content h6,
.entry-content-columns .slot-content .wp-block-heading h5,
.entry-content-columns .slot-content .wp-block-heading h6,
.slot-content .content-toggle-wrapper .content-toggle-inner h5,
.slot-content .content-toggle-wrapper .content-toggle-inner h6,
.slot-content .entry-content-columns .content-toggle-inner h5,
.slot-content .entry-content-columns .content-toggle-inner h6,
.slot-content .entry-content-columns h5,
.slot-content .entry-content-columns h6,
.slot-content .entry-content-columns .wp-block-heading h5,
.slot-content .entry-content-columns .wp-block-heading h6,
.slot-content .slot-content h5,
.slot-content .slot-content h6,
.slot-content .slot-content .wp-block-heading h5,
.slot-content .slot-content .wp-block-heading h6 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.1
}

.entry-content-columns .content-toggle-wrapper .content-toggle-inner p,
.entry-content-columns .entry-content-columns .content-toggle-inner p,
.entry-content-columns .entry-content-columns p,
.entry-content-columns .entry-content-columns .wp-block-paragraph,
.entry-content-columns .slot-content p,
.entry-content-columns .slot-content .wp-block-paragraph,
.slot-content .content-toggle-wrapper .content-toggle-inner p,
.slot-content .entry-content-columns .content-toggle-inner p,
.slot-content .entry-content-columns p,
.slot-content .entry-content-columns .wp-block-paragraph,
.slot-content .slot-content p,
.slot-content .slot-content .wp-block-paragraph {
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  color: hsla(0, 0%, 100%, .8);
  font-size: 16px;
  line-height: 1.4
}

.entry-content-columns .content-toggle-wrapper .content-toggle-inner p:last-child,
.entry-content-columns .entry-content-columns .content-toggle-inner p:last-child,
.entry-content-columns .entry-content-columns p:last-child,
.entry-content-columns .entry-content-columns .wp-block-paragraph:last-child,
.entry-content-columns .slot-content p:last-child,
.entry-content-columns .slot-content .wp-block-paragraph:last-child,
.slot-content .content-toggle-wrapper .content-toggle-inner p:last-child,
.slot-content .entry-content-columns .content-toggle-inner p:last-child,
.slot-content .entry-content-columns p:last-child,
.slot-content .entry-content-columns .wp-block-paragraph:last-child,
.slot-content .slot-content p:last-child,
.slot-content .slot-content .wp-block-paragraph:last-child {
  margin-bottom: 0
}

@media(max-width: 768px) {

  .entry-content-columns .content-toggle-wrapper .content-toggle-inner p,
  .entry-content-columns .entry-content-columns .content-toggle-inner p,
  .entry-content-columns .entry-content-columns p,
  .entry-content-columns .entry-content-columns .wp-block-paragraph,
  .entry-content-columns .slot-content p,
  .entry-content-columns .slot-content .wp-block-paragraph,
  .slot-content .content-toggle-wrapper .content-toggle-inner p,
  .slot-content .entry-content-columns .content-toggle-inner p,
  .slot-content .entry-content-columns p,
  .slot-content .entry-content-columns .wp-block-paragraph,
  .slot-content .slot-content p,
  .slot-content .slot-content .wp-block-paragraph {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.5
  }
}

.entry-content-columns ul,
.entry-content-columns ol,
.entry-content-columns .wp-block-list,
.slot-content ul,
.slot-content ol,
.slot-content .wp-block-list {
  margin: 8px 0;
  padding-left: 20px;
  color: hsla(0, 0%, 100%, .8)
}

.entry-content-columns ul li,
.entry-content-columns ol li,
.entry-content-columns .wp-block-list li,
.slot-content ul li,
.slot-content ol li,
.slot-content .wp-block-list li {
  margin-bottom: 3px;
  line-height: 1.4;
  font-size: 14px
}

.entry-content-columns ul li:last-child,
.entry-content-columns ol li:last-child,
.entry-content-columns .wp-block-list li:last-child,
.slot-content ul li:last-child,
.slot-content ol li:last-child,
.slot-content .wp-block-list li:last-child {
  margin-bottom: 0
}

@media(max-width: 768px) {

  .entry-content-columns ul,
  .entry-content-columns ol,
  .entry-content-columns .wp-block-list,
  .slot-content ul,
  .slot-content ol,
  .slot-content .wp-block-list {
    padding-left: 15px
  }

  .entry-content-columns ul li,
  .entry-content-columns ol li,
  .entry-content-columns .wp-block-list li,
  .slot-content ul li,
  .slot-content ol li,
  .slot-content .wp-block-list li {
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 1.5
  }
}

.entry-content-columns ul,
.slot-content ul {
  list-style-type: disc
}

.entry-content-columns ul li::marker,
.slot-content ul li::marker {
  color: #b80fff
}

.entry-content-columns strong,
.entry-content-columns b,
.slot-content strong,
.slot-content b {
  color: #fff;
  font-weight: 600
}

.entry-content-columns em,
.entry-content-columns i,
.slot-content em,
.slot-content i {
  color: #c1b6c6;
  font-style: italic
}

.entry-content-columns a,
.slot-content a {
  color: #b80fff;
  text-decoration: none;
  transition: color .2s ease
}

.entry-content-columns a:hover,
.slot-content a:hover {
  color: rgb(199.0875, 66, 255);
  text-decoration: underline
}

.entry-content-columns blockquote,
.slot-content blockquote {
  margin: 10px 0;
  padding: 12px 15px;
  background: rgba(184, 15, 255, .1);
  border-left: 3px solid #b80fff;
  font-style: italic;
  color: #c1b6c6;
  font-size: 14px
}

.entry-content-columns blockquote p,
.slot-content blockquote p {
  margin: 0
}

@media(max-width: 768px) {

  .entry-content-columns blockquote,
  .slot-content blockquote {
    margin: 8px 0;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.5
  }
}

.entry-content-columns .casino-section,
.slot-content .casino-section {
  margin: 15px 0;
  padding: 0
}

.entry-content-columns .casino-section:first-child,
.slot-content .casino-section:first-child {
  margin-top: 0
}

.entry-content-columns .casino-section:last-child,
.slot-content .casino-section:last-child {
  margin-bottom: 0
}

@media(max-width: 768px) {

  .entry-content-columns .casino-section,
  .slot-content .casino-section {
    margin: 12px 0
  }
}

.entry-content-columns .highlight-box,
.slot-content .highlight-box {
  background: rgba(255, 177, 25, .1);
  border: 1px solid rgba(255, 177, 25, .3);
  border-radius: 6px;
  padding: 12px 15px;
  margin: 10px 0;
  font-size: 14px
}

.entry-content-columns .highlight-box h3,
.entry-content-columns .highlight-box h4,
.slot-content .highlight-box h3,
.slot-content .highlight-box h4 {
  color: #ffb119;
  margin-top: 0;
  margin-bottom: 5px
}

.entry-content-columns .highlight-box p,
.slot-content .highlight-box p {
  margin-bottom: 5px
}

@media(max-width: 768px) {

  .entry-content-columns .highlight-box,
  .slot-content .highlight-box {
    padding: 10px 12px;
    margin: 8px 0;
    font-size: 16px;
    line-height: 1.5
  }
}

.entry-content-columns table,
.slot-content table {
  width: 100%;
  overflow-x: auto
}

.entry-content-columns .wp-block-table,
.entry-content-columns table,
.slot-content .wp-block-table,
.slot-content table {
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  margin: 0 0 1.5em 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  border-collapse: collapse;
  table-layout: fixed
}

.entry-content-columns .wp-block-table th,
.entry-content-columns .wp-block-table td,
.entry-content-columns table th,
.entry-content-columns table td,
.slot-content .wp-block-table th,
.slot-content .wp-block-table td,
.slot-content table th,
.slot-content table td {
  padding: 8px 6px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid hsla(0, 0%, 100%, .2);
  word-wrap: break-word;
  overflow-wrap: break-word
}

.entry-content-columns .wp-block-table th,
.entry-content-columns table th,
.slot-content .wp-block-table th,
.slot-content table th {
  background: rgba(184, 15, 255, .1);
  font-weight: 400;
  color: #b80fff
}

.entry-content-columns .wp-block-image,
.entry-content-columns img,
.entry-content-columns figure,
.slot-content .wp-block-image,
.slot-content img,
.slot-content figure {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 1.5em 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.entry-content-columns .wp-block-image img,
.entry-content-columns img img,
.entry-content-columns figure img,
.slot-content .wp-block-image img,
.slot-content img img,
.slot-content figure img {
  width: 100%;
  height: auto;
  display: block
}

.entry-content-columns .wp-block-gallery,
.slot-content .wp-block-gallery {
  width: 100%;
  margin: 0 0 1.5em 0
}

.entry-content-columns .wp-block-gallery .wp-block-image,
.slot-content .wp-block-gallery .wp-block-image {
  margin-bottom: 10px
}

@media(max-width: 767px) {
  .content-toggle-inner {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-rule: none;
    column-rule: none;
    font-size: 18px;
    line-height: 1.6
  }

  .content-toggle-wrapper.collapsed {
    max-height: 400px
  }

  .content-toggle-button {
    padding: 14px 24px;
    font-size: 16px;
    min-height: 50px;
    width: auto;
    max-width: 280px
  }

  .entry-content-columns {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-rule: none;
    column-rule: none
  }

  .entry-content-columns .wp-block-table,
  .entry-content-columns table {
    font-size: 14px
  }

  .entry-content-columns .wp-block-table th,
  .entry-content-columns .wp-block-table td,
  .entry-content-columns table th,
  .entry-content-columns table td {
    padding: 10px 8px;
    font-size: 12px
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.content-toggle-button {
  animation: fadeIn .3s ease
}

.post-content-collapsible {
  margin-bottom: 32px
}

.post-content-collapsible .content-toggle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: hsla(0, 0%, 100%, .05);
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: background-color .2s ease
}

.post-content-collapsible .content-toggle-header:hover {
  background: hsla(0, 0%, 100%, .08)
}

.post-content-collapsible .toggle-text {
  font-weight: 400;
  color: #fff
}

.post-content-collapsible .toggle-icon {
  font-size: 20px;
  color: #6e5d7a;
  transition: transform .2s ease
}

.post-content-collapsible .post-content {
  padding: 32px;
  background: hsla(0, 0%, 100%, .02);
  border-radius: 0 0 8px 8px;
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.post-content-collapsible .post-content.collapsed {
  max-height: 300px;
  overflow: hidden;
  position: relative
}

.post-content-collapsible .post-content.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(17, 16, 18, 0.9))
}

.post-content-collapsible .post-content.collapsed~.content-toggle-header .toggle-icon {
  transform: rotate(180deg)
}

.post-content-collapsible .post-content.expanded {
  max-height: none
}

.faq-section {
  padding: 60px 0
}

.faq-section__title {
  font-family: "Figtree", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.02em
}

.faq-section .wp-block-group .question-number,
.faq-section .faq-question .question-number {
  color: hsla(0, 0%, 100%, .5);
  font-weight: 500;
  font-size: 16px;
  min-width: 35px;
  letter-spacing: 0
}

.faq-accordion {
  max-width: 900px;
  margin: 0 auto
}

.faq-accordion__item {
  background-color: #211e25;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all .3s ease;
  border: none;
  padding: 0 30px
}

.faq-accordion__item.active .faq-accordion__toggle::before {
  content: "−";
  font-size: 44px
}

.faq-accordion__item.active .faq-accordion__content {
  display: block
}

.faq-accordion__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  cursor: pointer;
  position: relative;
  gap: 8px;
  justify-content: flex-start
}

.faq-accordion__number {
  color: hsla(0, 0%, 100%, .5);
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
  min-width: 30px;
  letter-spacing: 0;
  font-family: "Figtree", Arial, sans-serif
}

.faq-accordion__question {
  font-family: "Figtree", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0 2px;
  flex-grow: 1;
  line-height: 1.4;
  text-align: left
}

.faq-accordion__toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 100;
  color: hsla(0, 0%, 100%, .8)
}

.faq-accordion__toggle::before {
  content: "+";
  transition: all .3s ease;
  display: block;
  line-height: 1
}

.faq-accordion__content {
  display: none;
  padding: 0 0 14px 0;
  animation: slideDown .3s ease
}

.faq-accordion__answer {
  color: hsla(0, 0%, 100%, .7);
  font-size: 16px;
  line-height: 1.7;
  padding-left: 0;
  font-family: "Figtree", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: .2px;
  margin: 0;
  text-align: left
}

.faq-accordion__answer p {
  margin: 0 0 15px
}

.faq-accordion__answer p:last-child {
  margin-bottom: 0
}

.faq-accordion__answer ul,
.faq-accordion__answer ol {
  padding-left: 24px;
  margin: 8px 0
}

.faq-accordion__answer ul li,
.faq-accordion__answer ol li {
  margin-bottom: 4px;
  line-height: 1.6
}

.faq-accordion__answer a {
  color: #b80fff;
  text-decoration: none;
  transition: color .2s ease
}

.faq-accordion__answer a:hover {
  color: rgb(191.54375, 40.5, 255);
  text-decoration: underline
}

.faq-accordion__answer strong,
.faq-accordion__answer b {
  font-weight: 600;
  color: #fff
}

.faq-accordion__answer code {
  background: rgba(184, 15, 255, .1);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Code", "Courier New", monospace;
  font-size: .9em;
  color: #b80fff
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0
  }

  to {
    opacity: 1;
    max-height: 200px
  }
}

.faq-search {
  margin-bottom: 32px;
  text-align: center
}

.faq-search__input {
  background: #000;
  border: 1px solid #402c4e;
  border-radius: 8px;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  max-width: 400px;
  width: 100%;
  transition: border-color .2s ease
}

.faq-search__input::-moz-placeholder {
  color: #6e5d7a
}

.faq-search__input::placeholder {
  color: #6e5d7a
}

.faq-search__input:focus {
  border-color: #b80fff;
  box-shadow: 0 0 0 2px rgba(184, 15, 255, .2);
  outline: none
}

.faq-search__icon {
  position: relative
}

.faq-search__icon::before {
  content: "🔍";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px
}

.faq-categories {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap
}

.faq-categories__item {
  background: #000;
  border: 1px solid #402c4e;
  border-radius: 9999px;
  padding: 8px 16px;
  color: #6e5d7a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s ease;
  text-transform: uppercase;
  letter-spacing: .5px
}

.faq-categories__item:hover,
.faq-categories__item.active {
  background: rgba(184, 15, 255, .1);
  border-color: #b80fff;
  color: #b80fff
}

.faq-stats {
  text-align: center;
  margin-bottom: 32px;
  padding: 32px;
  background: hsla(0, 0%, 100%, .02);
  border-radius: 12px
}

.faq-stats__title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px
}

.faq-stats__number {
  font-size: 36px;
  font-weight: 700;
  color: #b80fff;
  display: block;
  margin-bottom: 8px
}

.faq-stats__description {
  color: #6e5d7a;
  font-size: 14px
}

@media(max-width: 767px) {
  .faq-section {
    padding: 40px 0
  }

  .faq-section__title {
    font-size: 24px;
    margin-bottom: 30px
  }

  .faq-accordion__header {
    padding: 12px 0;
    gap: 12px
  }

  .faq-accordion__number {
    font-size: 14px
  }

  .faq-accordion__question {
    font-size: 14px;
    padding-right: 30px
  }

  .faq-accordion__toggle {
    right: 0;
    font-size: 28px;
    width: 28px;
    height: 28px
  }

  .faq-accordion__content {
    padding: 0 0 12px 0
  }

  .faq-accordion__answer {
    font-size: 14px
  }

  .faq-search__input {
    max-width: 100%
  }

  .faq-categories {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
    gap: 8px
  }

  .faq-categories__item {
    flex-shrink: 0;
    white-space: nowrap
  }
}

.site-main.blog-post-main {
  padding: 0;
  padding-top: 100px
}

.blog-post-single,
.blog-post-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 0
}

.post-content-block {
  background: #1a1b23;
  padding: 16px 8px;
  border-radius: 0
}

.post-header {
  text-align: left;
  margin-bottom: 32px
}

.post-header .post-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.1;
  text-transform: uppercase
}

.post-header .post-subtitle {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 16px
}

.post-header .post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #6e5d7a
}

.post-header .post-meta a {
  color: #b80fff;
  text-decoration: none;
  transition: color .2s ease
}

.post-header .post-meta a:hover {
  color: rgb(191.54375, 40.5, 255);
  text-decoration: underline
}

.post-header .post-meta .post-author,
.post-header .post-meta .post-date,
.post-header .post-meta .post-categories {
  display: flex;
  align-items: center;
  gap: 4px
}

.post-header .post-meta .post-author::before,
.post-header .post-meta .post-date::before,
.post-header .post-meta .post-categories::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #6e5d7a;
  border-radius: 50%;
  margin-right: 4px
}

.post-header .post-meta .post-author:first-child::before,
.post-header .post-meta .post-date:first-child::before,
.post-header .post-meta .post-categories:first-child::before {
  display: none
}

.post-featured-image {
  margin-bottom: 48px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4)
}

.post-featured-image img {
  width: 100%;
  height: auto;
  display: block
}

.post-content {
  color: #fff;
  font-size: 14px;
  line-height: 1.6
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase
}

.post-content h2 {
  font-size: 24px
}

.post-content h3 {
  font-size: 20px
}

.post-content h4 {
  font-size: 16px
}

.post-content p {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px
}

.post-content ul,
.post-content ol {
  margin: 24px 0;
  padding-left: 32px;
  color: #fff
}

.post-content ul li,
.post-content ol li {
  margin-bottom: 8px;
  color: #fff
}

.post-content blockquote {
  margin: 32px 0;
  padding: 24px;
  background: rgba(184, 15, 255, .05);
  border-left: 4px solid #b80fff;
  border-radius: 6px;
  font-style: italic
}

.post-content blockquote p {
  margin-bottom: 8px
}

.post-content blockquote p:last-child {
  margin-bottom: 0
}

.post-content pre {
  background: #000;
  border: 1px solid #402c4e;
  border-radius: 8px;
  padding: 24px;
  overflow-x: auto;
  margin: 24px 0
}

.post-content pre code {
  background: none;
  padding: 0;
  border-radius: 0;
  color: #48a902
}

.post-content code {
  background: rgba(184, 15, 255, .1);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Code", "Courier New", monospace;
  font-size: .9em;
  color: #b80fff
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: 32px 0;
  border-radius: 8px
}

.post-content a {
  color: #b80fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s ease
}

.post-content a:hover {
  color: rgb(191.54375, 40.5, 255)
}

.post-content .wp-block-image {
  margin: 32px 0
}

.post-content .wp-block-image img {
  border-radius: 8px;
  box-shadow: rgba(9, 14, 21, .9) 0px 5px 40px 0px
}

.post-content .wp-block-image figcaption {
  margin-top: 8px;
  text-align: center;
  color: #6e5d7a;
  font-size: 14px
}

.post-content .wp-block-gallery {
  margin: 32px 0
}

.post-content .wp-block-gallery .blocks-gallery-grid {
  gap: 16px
}

.post-content .wp-block-quote {
  margin: 32px 0;
  padding: 24px 32px;
  background: hsla(0, 0%, 100%, .03);
  border-left: 4px solid #b80fff;
  border-radius: 6px
}

.post-content .wp-block-quote p {
  font-size: 20px;
  font-style: italic;
  line-height: 1.6
}

.post-content .wp-block-quote cite {
  display: block;
  margin-top: 16px;
  color: #6e5d7a;
  font-size: 14px;
  font-style: normal
}

.post-content .wp-block-quote cite::before {
  content: "— "
}

.post-content .wp-block-table {
  margin: 32px 0;
  overflow-x: auto
}

.post-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse
}

.post-content .wp-block-table table th,
.post-content .wp-block-table table td {
  padding: 8px 16px;
  border: 1px solid #402c4e
}

.post-content .wp-block-table table th {
  background: #000;
  font-weight: 600;
  text-align: left
}

.post-content .wp-block-table table tr:hover {
  background: hsla(0, 0%, 100%, .02)
}

.post-content .wp-block-button {
  margin: 24px 0
}

.post-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #402c4e;
  border-radius: 6px;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  padding: 2px 2px;
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, #b80fff 100%);
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #402c4e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 6px;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 14px 32px;
  min-height: 48px;
  transition: all .2s ease
}

.post-content .wp-block-button__link:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

.post-content .wp-block-button__link:disabled {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none
}

.post-content .wp-block-button__link:hover {
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, rgb(154.2125, 0, 219) 100%);
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

.post-content .wp-block-button__link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

.post-content .wp-block-button__link:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

.post-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #b80fff;
  color: #b80fff
}

.post-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #b80fff;
  color: #b80fff;
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

.post-content .wp-block-button.is-style-fill .wp-block-button__link {
  width: 100%
}

.post-content .wp-block-buttons {
  margin: 24px 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center
}

.post-content .wp-block-buttons.is-content-justification-center {
  justify-content: center
}

.post-content .wp-block-buttons.is-content-justification-right {
  justify-content: flex-end
}

.post-content .wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between
}

.post-content .wp-block-buttons .wp-block-button {
  margin: 0
}

.post-footer {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #402c4e
}

.post-footer .post-tags {
  margin-bottom: 32px
}

.post-footer .post-tags .tags-label {
  color: #6e5d7a;
  font-size: 14px;
  margin-right: 8px;
  text-transform: uppercase;
  letter-spacing: .5px
}

.post-footer .post-tags a {
  display: inline-block;
  padding: 4px 8px;
  margin: 4px;
  background: rgba(184, 15, 255, .1);
  color: #b80fff;
  border-radius: 9999px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s ease
}

.post-footer .post-tags a:hover {
  background: rgba(184, 15, 255, .2);
  transform: translateY(-1px)
}

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 40px 0
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  padding: 24px;
  background: #2c1e35;
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s ease;
  border: 1px solid #402c4e
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #000;
  border-color: #b80fff;
  transform: translateY(-2px);
  box-shadow: rgba(9, 14, 21, .9) 0px 5px 40px 0px
}

.post-navigation .nav-previous a .nav-subtitle,
.post-navigation .nav-next a .nav-subtitle {
  display: block;
  color: #6e5d7a;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 4px
}

.post-navigation .nav-previous a .nav-title,
.post-navigation .nav-next a .nav-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2
}

.post-navigation .nav-next {
  text-align: right
}

@media(max-width: 767px) {
  .post-navigation {
    grid-template-columns: 1fr
  }

  .post-navigation .nav-next {
    text-align: left
  }
}

.author-bio {
  display: flex;
  gap: 32px;
  padding: 32px;
  background: #2c1e35;
  border-radius: 12px;
  margin: 48px 0
}

.author-bio .author-avatar {
  flex-shrink: 0
}

.author-bio .author-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #b80fff
}

.author-bio .author-info {
  flex: 1
}

.author-bio .author-info .author-name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px
}

.author-bio .author-info .author-description {
  color: #c1b6c6;
  line-height: 1.6;
  margin-bottom: 16px
}

.author-bio .author-info .author-link {
  display: inline-block;
  color: #b80fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s ease
}

.author-bio .author-info .author-link:hover {
  color: rgb(191.54375, 40.5, 255);
  text-decoration: underline
}

@media(max-width: 767px) {
  .author-bio {
    flex-direction: column;
    align-items: center;
    text-align: center
  }
}

.comments-section {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #402c4e
}

.comments-section .comments-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 32px
}

.comments-section .comment-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.comments-section .comment {
  margin-bottom: 32px
}

.comments-section .comment.depth-2 {
  margin-left: 40px
}

.comments-section .comment.depth-3 {
  margin-left: 48px
}

.comments-section .comment-body {
  padding: 24px;
  background: #2c1e35;
  border-radius: 8px;
  border: 1px solid #402c4e
}

.comments-section .comment-body .comment-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.comments-section .comment-body .comment-author .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%
}

.comments-section .comment-body .comment-author .fn {
  font-weight: 600;
  color: #fff
}

.comments-section .comment-body .comment-author .says {
  display: none
}

.comments-section .comment-body .comment-meta {
  margin-bottom: 16px
}

.comments-section .comment-body .comment-meta .comment-metadata {
  font-size: 14px;
  color: #6e5d7a
}

.comments-section .comment-body .comment-meta .comment-metadata a {
  color: #6e5d7a;
  text-decoration: none
}

.comments-section .comment-body .comment-meta .comment-metadata a:hover {
  color: #b80fff
}

.comments-section .comment-body .comment-content {
  color: #c1b6c6;
  line-height: 1.6
}

.comments-section .comment-body .comment-content p {
  margin-bottom: 16px
}

.comments-section .comment-body .comment-content p:last-child {
  margin-bottom: 0
}

.comments-section .comment-body .reply {
  margin-top: 16px
}

.comments-section .comment-body .reply a {
  display: inline-block;
  padding: 4px 16px;
  background: rgba(184, 15, 255, .1);
  color: #b80fff;
  border-radius: 9999px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s ease
}

.comments-section .comment-body .reply a:hover {
  background: rgba(184, 15, 255, .2)
}

.comment-respond {
  margin-top: 40px
}

.comment-respond .comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px
}

.comment-respond .comment-form .comment-notes {
  color: #6e5d7a;
  font-size: 14px;
  margin-bottom: 24px
}

.comment-respond .comment-form .comment-form-comment,
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
  margin-bottom: 24px
}

.comment-respond .comment-form .comment-form-comment label,
.comment-respond .comment-form .comment-form-author label,
.comment-respond .comment-form .comment-form-email label,
.comment-respond .comment-form .comment-form-url label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px
}

.comment-respond .comment-form .comment-form-comment input,
.comment-respond .comment-form .comment-form-comment textarea,
.comment-respond .comment-form .comment-form-author input,
.comment-respond .comment-form .comment-form-author textarea,
.comment-respond .comment-form .comment-form-email input,
.comment-respond .comment-form .comment-form-email textarea,
.comment-respond .comment-form .comment-form-url input,
.comment-respond .comment-form .comment-form-url textarea {
  width: 100%;
  padding: 8px 16px;
  background: #000;
  border: 1px solid #402c4e;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  transition: border-color .2s ease
}

.comment-respond .comment-form .comment-form-comment input:focus,
.comment-respond .comment-form .comment-form-comment textarea:focus,
.comment-respond .comment-form .comment-form-author input:focus,
.comment-respond .comment-form .comment-form-author textarea:focus,
.comment-respond .comment-form .comment-form-email input:focus,
.comment-respond .comment-form .comment-form-email textarea:focus,
.comment-respond .comment-form .comment-form-url input:focus,
.comment-respond .comment-form .comment-form-url textarea:focus {
  border-color: #b80fff;
  box-shadow: 0 0 0 2px rgba(184, 15, 255, .2);
  outline: none
}

.comment-respond .comment-form .comment-form-comment textarea,
.comment-respond .comment-form .comment-form-author textarea,
.comment-respond .comment-form .comment-form-email textarea,
.comment-respond .comment-form .comment-form-url textarea {
  min-height: 150px;
  resize: vertical
}

.comment-respond .comment-form .form-submit {
  margin-top: 24px
}

.comment-respond .comment-form .form-submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #402c4e;
  border-radius: 6px;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  padding: 2px 2px;
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, #b80fff 100%);
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #402c4e;
  cursor: pointer
}

.comment-respond .comment-form .form-submit .submit:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

.comment-respond .comment-form .form-submit .submit:disabled {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none
}

.comment-respond .comment-form .form-submit .submit:hover {
  background: linear-gradient(90deg, rgb(199.0875, 66, 255) 0%, rgb(154.2125, 0, 219) 100%);
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(184, 15, 255, .9)
}

@media(max-width: 767px) {

  .blog-post-single,
  .blog-post-page {
    padding: 0
  }

  .post-content-block {
    padding: 16px 0;
    border-radius: 0
  }

  .post-header {
    padding: 0 8px
  }

  .post-header .post-title {
    font-size: clamp(24px, 5vw, 32px)
  }

  .post-header .post-meta {
    gap: 8px;
    font-size: 12px
  }

  .post-content {
    padding: 0 8px
  }

  .post-content h2 {
    font-size: 24px
  }

  .post-content h3 {
    font-size: 20px
  }

  .post-content .wp-block-image,
  .post-content .wp-block-gallery,
  .post-content .wp-block-media-text {
    margin-left: -8px;
    margin-right: -8px;
    max-width: calc(100% + 16px);
    width: calc(100% + 16px)
  }
}

.u-block {
  display: block !important
}

.u-inline {
  display: inline !important
}

.u-inline-block {
  display: inline-block !important
}

.u-flex {
  display: flex !important
}

.u-inline-flex {
  display: inline-flex !important
}

.u-grid {
  display: grid !important
}

.u-hidden {
  display: none !important
}

.u-flex-center {
  display: flex;
  align-items: center;
  justify-content: center
}

.u-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.u-flex-column {
  display: flex;
  flex-direction: column
}

.u-flex-wrap {
  flex-wrap: wrap !important
}

.u-flex-nowrap {
  flex-wrap: nowrap !important
}

.u-flex-1 {
  flex: 1 !important
}

.u-flex-auto {
  flex: auto !important
}

.u-flex-none {
  flex: none !important
}

.u-justify-start {
  justify-content: flex-start !important
}

.u-justify-end {
  justify-content: flex-end !important
}

.u-justify-center {
  justify-content: center !important
}

.u-justify-between {
  justify-content: space-between !important
}

.u-justify-around {
  justify-content: space-around !important
}

.u-items-start {
  align-items: flex-start !important
}

.u-items-end {
  align-items: flex-end !important
}

.u-items-center {
  align-items: center !important
}

.u-items-baseline {
  align-items: baseline !important
}

.u-items-stretch {
  align-items: stretch !important
}

.u-text-left {
  text-align: left !important
}

.u-text-center {
  text-align: center !important
}

.u-text-right {
  text-align: right !important
}

.u-text-justify {
  text-align: justify !important
}

.u-uppercase {
  text-transform: uppercase !important
}

.u-lowercase {
  text-transform: lowercase !important
}

.u-capitalize {
  text-transform: capitalize !important
}

.u-normal-case {
  text-transform: none !important
}

.u-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.u-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.u-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.u-font-thin {
  font-weight: 100 !important
}

.u-font-light {
  font-weight: 300 !important
}

.u-font-normal {
  font-weight: 400 !important
}

.u-font-medium {
  font-weight: 500 !important
}

.u-font-semibold {
  font-weight: 600 !important
}

.u-font-bold {
  font-weight: 700 !important
}

.u-font-extrabold {
  font-weight: 800 !important
}

.u-font-black {
  font-weight: 900 !important
}

.u-text-xs {
  font-size: 12px !important
}

.u-text-sm {
  font-size: 14px !important
}

.u-text-base {
  font-size: 16px !important
}

.u-text-md {
  font-size: 18px !important
}

.u-text-lg {
  font-size: 20px !important
}

.u-text-xl {
  font-size: 24px !important
}

.u-text-2xl {
  font-size: 28px !important
}

.u-text-3xl {
  font-size: 32px !important
}

.u-text-4xl {
  font-size: 36px !important
}

.u-text-5xl {
  font-size: 48px !important
}

.u-text-primary {
  color: #b80fff !important
}

.u-bg-primary {
  background-color: #b80fff !important
}

.u-border-primary {
  border-color: #b80fff !important
}

.u-text-primary-hover {
  color: rgb(191.54375, 40.5, 255) !important
}

.u-bg-primary-hover {
  background-color: rgb(191.54375, 40.5, 255) !important
}

.u-border-primary-hover {
  border-color: rgb(191.54375, 40.5, 255) !important
}

.u-text-primary-light {
  color: rgb(199.0875, 66, 255) !important
}

.u-bg-primary-light {
  background-color: rgb(199.0875, 66, 255) !important
}

.u-border-primary-light {
  border-color: rgb(199.0875, 66, 255) !important
}

.u-text-primary-dark {
  color: rgb(154.2125, 0, 219) !important
}

.u-bg-primary-dark {
  background-color: rgb(154.2125, 0, 219) !important
}

.u-border-primary-dark {
  border-color: rgb(154.2125, 0, 219) !important
}

.u-text-primary-purple {
  color: #b80fff !important
}

.u-bg-primary-purple {
  background-color: #b80fff !important
}

.u-border-primary-purple {
  border-color: #b80fff !important
}

.u-text-accent-secondary {
  color: #9978eb !important
}

.u-bg-accent-secondary {
  background-color: #9978eb !important
}

.u-border-accent-secondary {
  border-color: #9978eb !important
}

.u-text-text {
  color: #fff !important
}

.u-bg-text {
  background-color: #fff !important
}

.u-border-text {
  border-color: #fff !important
}

.u-text-text-muted {
  color: #6e5d7a !important
}

.u-bg-text-muted {
  background-color: #6e5d7a !important
}

.u-border-text-muted {
  border-color: #6e5d7a !important
}

.u-text-bg {
  color: #111012 !important
}

.u-bg-bg {
  background-color: #111012 !important
}

.u-border-bg {
  border-color: #111012 !important
}

.u-text-bg-secondary {
  color: #000 !important
}

.u-bg-bg-secondary {
  background-color: #000 !important
}

.u-border-bg-secondary {
  border-color: #000 !important
}

.u-text-accent-purple {
  color: #b80fff !important
}

.u-bg-accent-purple {
  background-color: #b80fff !important
}

.u-border-accent-purple {
  border-color: #b80fff !important
}

.u-text-accent-secondary-purple {
  color: #9978eb !important
}

.u-bg-accent-secondary-purple {
  background-color: #9978eb !important
}

.u-border-accent-secondary-purple {
  border-color: #9978eb !important
}

.u-text-accent-gold {
  color: #ffb119 !important
}

.u-bg-accent-gold {
  background-color: #ffb119 !important
}

.u-border-accent-gold {
  border-color: #ffb119 !important
}

.u-text-accent-green {
  color: #48a902 !important
}

.u-bg-accent-green {
  background-color: #48a902 !important
}

.u-border-accent-green {
  border-color: #48a902 !important
}

.u-text-primary {
  color: #fff !important
}

.u-text-secondary {
  color: #c1b6c6 !important
}

.u-text-muted {
  color: #6e5d7a !important
}

.u-text-light {
  color: hsla(0, 0%, 100%, .8) !important
}

.u-text-lighter {
  color: hsla(0, 0%, 100%, .6) !important
}

.u-text-inverse {
  color: #000 !important
}

.u-bg-primary {
  background-color: #111012 !important
}

.u-bg-secondary {
  background-color: #000 !important
}

.u-bg-tertiary {
  background-color: #32343b !important
}

.u-bg-dark {
  background-color: #1d191e !important
}

.u-bg-card {
  background-color: #2c1e35 !important
}

.u-m-xs {
  margin: 4px !important
}

.u-mt-xs {
  margin-top: 4px !important
}

.u-mr-xs {
  margin-right: 4px !important
}

.u-mb-xs {
  margin-bottom: 4px !important
}

.u-ml-xs {
  margin-left: 4px !important
}

.u-mx-xs {
  margin-left: 4px !important;
  margin-right: 4px !important
}

.u-my-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important
}

.u-m-sm {
  margin: 8px !important
}

.u-mt-sm {
  margin-top: 8px !important
}

.u-mr-sm {
  margin-right: 8px !important
}

.u-mb-sm {
  margin-bottom: 8px !important
}

.u-ml-sm {
  margin-left: 8px !important
}

.u-mx-sm {
  margin-left: 8px !important;
  margin-right: 8px !important
}

.u-my-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important
}

.u-m-md {
  margin: 16px !important
}

.u-mt-md {
  margin-top: 16px !important
}

.u-mr-md {
  margin-right: 16px !important
}

.u-mb-md {
  margin-bottom: 16px !important
}

.u-ml-md {
  margin-left: 16px !important
}

.u-mx-md {
  margin-left: 16px !important;
  margin-right: 16px !important
}

.u-my-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important
}

.u-m-lg {
  margin: 24px !important
}

.u-mt-lg {
  margin-top: 24px !important
}

.u-mr-lg {
  margin-right: 24px !important
}

.u-mb-lg {
  margin-bottom: 24px !important
}

.u-ml-lg {
  margin-left: 24px !important
}

.u-mx-lg {
  margin-left: 24px !important;
  margin-right: 24px !important
}

.u-my-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important
}

.u-m-xl {
  margin: 32px !important
}

.u-mt-xl {
  margin-top: 32px !important
}

.u-mr-xl {
  margin-right: 32px !important
}

.u-mb-xl {
  margin-bottom: 32px !important
}

.u-ml-xl {
  margin-left: 32px !important
}

.u-mx-xl {
  margin-left: 32px !important;
  margin-right: 32px !important
}

.u-my-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important
}

.u-m-2xl {
  margin: 40px !important
}

.u-mt-2xl {
  margin-top: 40px !important
}

.u-mr-2xl {
  margin-right: 40px !important
}

.u-mb-2xl {
  margin-bottom: 40px !important
}

.u-ml-2xl {
  margin-left: 40px !important
}

.u-mx-2xl {
  margin-left: 40px !important;
  margin-right: 40px !important
}

.u-my-2xl {
  margin-top: 40px !important;
  margin-bottom: 40px !important
}

.u-m-3xl {
  margin: 48px !important
}

.u-mt-3xl {
  margin-top: 48px !important
}

.u-mr-3xl {
  margin-right: 48px !important
}

.u-mb-3xl {
  margin-bottom: 48px !important
}

.u-ml-3xl {
  margin-left: 48px !important
}

.u-mx-3xl {
  margin-left: 48px !important;
  margin-right: 48px !important
}

.u-my-3xl {
  margin-top: 48px !important;
  margin-bottom: 48px !important
}

.u-m-4xl {
  margin: 64px !important
}

.u-mt-4xl {
  margin-top: 64px !important
}

.u-mr-4xl {
  margin-right: 64px !important
}

.u-mb-4xl {
  margin-bottom: 64px !important
}

.u-ml-4xl {
  margin-left: 64px !important
}

.u-mx-4xl {
  margin-left: 64px !important;
  margin-right: 64px !important
}

.u-my-4xl {
  margin-top: 64px !important;
  margin-bottom: 64px !important
}

.u-m-5xl {
  margin: 80px !important
}

.u-mt-5xl {
  margin-top: 80px !important
}

.u-mr-5xl {
  margin-right: 80px !important
}

.u-mb-5xl {
  margin-bottom: 80px !important
}

.u-ml-5xl {
  margin-left: 80px !important
}

.u-mx-5xl {
  margin-left: 80px !important;
  margin-right: 80px !important
}

.u-my-5xl {
  margin-top: 80px !important;
  margin-bottom: 80px !important
}

.u-p-xs {
  padding: 4px !important
}

.u-pt-xs {
  padding-top: 4px !important
}

.u-pr-xs {
  padding-right: 4px !important
}

.u-pb-xs {
  padding-bottom: 4px !important
}

.u-pl-xs {
  padding-left: 4px !important
}

.u-px-xs {
  padding-left: 4px !important;
  padding-right: 4px !important
}

.u-py-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important
}

.u-p-sm {
  padding: 8px !important
}

.u-pt-sm {
  padding-top: 8px !important
}

.u-pr-sm {
  padding-right: 8px !important
}

.u-pb-sm {
  padding-bottom: 8px !important
}

.u-pl-sm {
  padding-left: 8px !important
}

.u-px-sm {
  padding-left: 8px !important;
  padding-right: 8px !important
}

.u-py-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important
}

.u-p-md {
  padding: 16px !important
}

.u-pt-md {
  padding-top: 16px !important
}

.u-pr-md {
  padding-right: 16px !important
}

.u-pb-md {
  padding-bottom: 16px !important
}

.u-pl-md {
  padding-left: 16px !important
}

.u-px-md {
  padding-left: 16px !important;
  padding-right: 16px !important
}

.u-py-md {
  padding-top: 16px !important;
  padding-bottom: 16px !important
}

.u-p-lg {
  padding: 24px !important
}

.u-pt-lg {
  padding-top: 24px !important
}

.u-pr-lg {
  padding-right: 24px !important
}

.u-pb-lg {
  padding-bottom: 24px !important
}

.u-pl-lg {
  padding-left: 24px !important
}

.u-px-lg {
  padding-left: 24px !important;
  padding-right: 24px !important
}

.u-py-lg {
  padding-top: 24px !important;
  padding-bottom: 24px !important
}

.u-p-xl {
  padding: 32px !important
}

.u-pt-xl {
  padding-top: 32px !important
}

.u-pr-xl {
  padding-right: 32px !important
}

.u-pb-xl {
  padding-bottom: 32px !important
}

.u-pl-xl {
  padding-left: 32px !important
}

.u-px-xl {
  padding-left: 32px !important;
  padding-right: 32px !important
}

.u-py-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important
}

.u-p-2xl {
  padding: 40px !important
}

.u-pt-2xl {
  padding-top: 40px !important
}

.u-pr-2xl {
  padding-right: 40px !important
}

.u-pb-2xl {
  padding-bottom: 40px !important
}

.u-pl-2xl {
  padding-left: 40px !important
}

.u-px-2xl {
  padding-left: 40px !important;
  padding-right: 40px !important
}

.u-py-2xl {
  padding-top: 40px !important;
  padding-bottom: 40px !important
}

.u-p-3xl {
  padding: 48px !important
}

.u-pt-3xl {
  padding-top: 48px !important
}

.u-pr-3xl {
  padding-right: 48px !important
}

.u-pb-3xl {
  padding-bottom: 48px !important
}

.u-pl-3xl {
  padding-left: 48px !important
}

.u-px-3xl {
  padding-left: 48px !important;
  padding-right: 48px !important
}

.u-py-3xl {
  padding-top: 48px !important;
  padding-bottom: 48px !important
}

.u-p-4xl {
  padding: 64px !important
}

.u-pt-4xl {
  padding-top: 64px !important
}

.u-pr-4xl {
  padding-right: 64px !important
}

.u-pb-4xl {
  padding-bottom: 64px !important
}

.u-pl-4xl {
  padding-left: 64px !important
}

.u-px-4xl {
  padding-left: 64px !important;
  padding-right: 64px !important
}

.u-py-4xl {
  padding-top: 64px !important;
  padding-bottom: 64px !important
}

.u-p-5xl {
  padding: 80px !important
}

.u-pt-5xl {
  padding-top: 80px !important
}

.u-pr-5xl {
  padding-right: 80px !important
}

.u-pb-5xl {
  padding-bottom: 80px !important
}

.u-pl-5xl {
  padding-left: 80px !important
}

.u-px-5xl {
  padding-left: 80px !important;
  padding-right: 80px !important
}

.u-py-5xl {
  padding-top: 80px !important;
  padding-bottom: 80px !important
}

.u-m-0 {
  margin: 0 !important
}

.u-p-0 {
  padding: 0 !important
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.u-rounded-sm {
  border-radius: 4px !important
}

.u-rounded-md {
  border-radius: 6px !important
}

.u-rounded-lg {
  border-radius: 8px !important
}

.u-rounded-xl {
  border-radius: 12px !important
}

.u-rounded-2xl {
  border-radius: 16px !important
}

.u-rounded-3xl {
  border-radius: 24px !important
}

.u-rounded-full {
  border-radius: 9999px !important
}

.u-rounded-circle {
  border-radius: 50% !important
}

.u-rounded-none {
  border-radius: 0 !important
}

.u-border {
  border: 1px solid #402c4e !important
}

.u-border-t {
  border-top: 1px solid #402c4e !important
}

.u-border-r {
  border-right: 1px solid #402c4e !important
}

.u-border-b {
  border-bottom: 1px solid #402c4e !important
}

.u-border-l {
  border-left: 1px solid #402c4e !important
}

.u-border-0 {
  border: 0 !important
}

.u-w-full {
  width: 100% !important
}

.u-w-auto {
  width: auto !important
}

.u-w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important
}

.u-h-full {
  height: 100% !important
}

.u-h-auto {
  height: auto !important
}

.u-h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important
}

.u-min-w-0 {
  min-width: 0 !important
}

.u-min-w-full {
  min-width: 100% !important
}

.u-max-w-full {
  max-width: 100% !important
}

.u-max-w-none {
  max-width: none !important
}

.u-static {
  position: static !important
}

.u-relative {
  position: relative !important
}

.u-absolute {
  position: absolute !important
}

.u-fixed {
  position: fixed !important
}

.u-sticky {
  position: sticky !important
}

.u-z-negative {
  z-index: -1 !important
}

.u-z-base {
  z-index: 0 !important
}

.u-z-dropdown {
  z-index: 10 !important
}

.u-z-sticky {
  z-index: 20 !important
}

.u-z-fixed {
  z-index: 30 !important
}

.u-z-modal-backdrop {
  z-index: 40 !important
}

.u-z-modal {
  z-index: 50 !important
}

.u-z-popover {
  z-index: 60 !important
}

.u-z-tooltip {
  z-index: 70 !important
}

.u-z-notification {
  z-index: 80 !important
}

.u-z-top {
  z-index: 100 !important
}

.u-overflow-auto {
  overflow: auto !important
}

.u-overflow-hidden {
  overflow: hidden !important
}

.u-overflow-visible {
  overflow: visible !important
}

.u-overflow-scroll {
  overflow: scroll !important
}

.u-overflow-x-auto {
  overflow-x: auto !important
}

.u-overflow-x-hidden {
  overflow-x: hidden !important
}

.u-overflow-x-scroll {
  overflow-x: scroll !important
}

.u-overflow-y-auto {
  overflow-y: auto !important
}

.u-overflow-y-hidden {
  overflow-y: hidden !important
}

.u-overflow-y-scroll {
  overflow-y: scroll !important
}

.u-cursor-auto {
  cursor: auto !important
}

.u-cursor-default {
  cursor: default !important
}

.u-cursor-pointer {
  cursor: pointer !important
}

.u-cursor-wait {
  cursor: wait !important
}

.u-cursor-text {
  cursor: text !important
}

.u-cursor-move {
  cursor: move !important
}

.u-cursor-not-allowed {
  cursor: not-allowed !important
}

.u-pointer-events-none {
  pointer-events: none !important
}

.u-pointer-events-auto {
  pointer-events: auto !important
}

.u-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important
}

.u-select-text {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  user-select: text !important
}

.u-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important
}

.u-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important
}

.u-opacity-0 {
  opacity: 0 !important
}

.u-opacity-25 {
  opacity: .25 !important
}

.u-opacity-50 {
  opacity: .5 !important
}

.u-opacity-75 {
  opacity: .75 !important
}

.u-opacity-100 {
  opacity: 1 !important
}

.u-visible {
  visibility: visible !important
}

.u-invisible {
  visibility: hidden !important
}

.u-shadow-none {
  box-shadow: none !important
}

.u-shadow-sm {
  box-shadow: rgba(25, 26, 30, .45) 0px 6px 12px 0px !important
}

.u-shadow {
  box-shadow: rgba(9, 14, 21, .9) 0px 5px 40px 0px !important
}

.u-shadow-lg {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4) !important
}

.u-shadow-orange {
  box-shadow: 0 4px 12px rgba(255, 107, 0, .3) !important
}

.u-transform {
  transform: translateZ(0) !important
}

.u-transform-none {
  transform: none !important
}

.u-transition-none {
  transition: none !important
}

.u-transition-all {
  transition: all .2s ease !important
}

.u-transition-colors {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease !important
}

@media(hover: hover) {
  .u-hover-scale:hover {
    transform: scale(1.05) !important
  }

  .u-hover-lift:hover {
    transform: translateY(-4px) !important
  }

  .u-hover-opacity-75:hover {
    opacity: .75 !important
  }

  .u-hover-opacity-50:hover {
    opacity: .5 !important
  }
}

@media(max-width: 767px) {
  .u-md-hidden {
    display: none !important
  }

  .u-md-block {
    display: block !important
  }

  .u-md-flex {
    display: flex !important
  }

  .u-md-text-center {
    text-align: center !important
  }

  .u-md-text-left {
    text-align: left !important
  }

  .u-md-flex-col {
    flex-direction: column !important
  }

  .u-md-w-full {
    width: 100% !important
  }
}

@media(min-width: 768px) {
  .u-md-up-hidden {
    display: none !important
  }

  .u-md-up-block {
    display: block !important
  }

  .u-md-up-flex {
    display: flex !important
  }
}

.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.u-not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important
}