/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: calc($value / $relative-to * 1em);
  margin: .67em 0
}

figcaption,
figure {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

main {
  display: block
}

pre {
  font: 1em monospace, monospace
}

a {
  background: 0 0;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font: 1em monospace, monospace
}

dfn {
  font-style: italic
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font: 100%/1.15 sans-serif;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

input {
  overflow: visible
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

menu {
  display: block
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

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

html {
  height: 100%;
  -webkit-overflow-scrolling: touch
}

body {
  font: normal 27px/100% Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #1e1e1e;
  margin: 0;
  position: relative;
  fill: currentColor;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  overflow-x: hidden;
  color: #fff
}

body.fixed {
  overflow-y: hidden
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

svg {
  fill: currentColor
}

h1,
h2,
p {
  margin: 0
}

picture {
  display: block
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top
}

img[draggable=false] {
  pointer-events: none;
  -webkit-user-drag: none
}

h1,
h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px
}

@media (min-width:992px) {

  h1,
  h2 {
    font-size: 32px;
    margin-bottom: 30px
  }
}

@media (min-width:1440px) {

  h1,
  h2 {
    font-size: 48px;
    margin-bottom: 40px
  }
}

h1 {
  font-size: 20px;
  position: relative;
  z-index: 2
}

@media (min-width:992px) {
  h1 {
    font-size: 38px
  }
}

@media (min-width:1440px) {
  h1 {
    font-size: 52px
  }
}

h3 {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: normal
}

@media (min-width:576px) {
  h3 {
    font-size: 16px
  }
}

@media (min-width:992px) {
  h3 {
    font-size: 27px
  }
}

p {
  font-size: 12px;
  font-weight: 500;
  line-height: 121.949%;
  margin-bottom: 10px
}

@media (min-width:992px) {
  p {
    font-size: 20px;
    margin-bottom: 15px
  }
}

@media (min-width:1440px) {
  p {
    font-size: 27px
  }
}

.p-container {
  overflow: hidden
}

.p-container:before {
  content: "";
  position: absolute;
  background: url(https://candyspinz-casino.de/wp-content/themes/blank/css/../images/main-back.webp) repeat;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  z-index: 3;
  pointer-events: none;
  opacity: .11
}

.p-container:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 .75%, #000 99.25%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  width: calc(1920px + 1.5%);
  margin: 0 auto;
  z-index: -1;
  pointer-events: none
}

.p-container .wrapper {
  position: relative;
  min-height: calc(100vh - 60px)
}

@media (min-width:992px) {
  .p-container .wrapper {
    min-height: calc(100vh - 80px)
  }
}

@media (min-width:1440px) {
  .p-container .wrapper {
    min-height: calc(100vh - 110px)
  }
}

.p-container .wrapper:before {
  content: "";
  position: absolute;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  background: #1d005b;
  z-index: 2
}

.p-container .wrapper h3,
.p-container .wrapper h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.949%;
  margin: 15px 0 10px;
  color: #fff
}

@media (min-width:992px) {

  .p-container .wrapper h3,
  .p-container .wrapper h4 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 20px
  }
}

@media (min-width:1440px) {

  .p-container .wrapper h3,
  .p-container .wrapper h4 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 30px
  }
}

.p-container .wrapper ol {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  line-height: 121.949%;
  letter-spacing: -.12px;
  gap: 5px;
  padding-left: 3vw
}

@media (min-width:992px) {
  .p-container .wrapper ol {
    font-size: 20px;
    letter-spacing: -.2px;
    margin-bottom: 20px;
    gap: 10px;
    padding-left: 2vw
  }
}

@media (min-width:1440px) {
  .p-container .wrapper ol {
    font-size: 27px;
    letter-spacing: -.27px;
    margin-bottom: 25px;
    margin-top: 25px;
    gap: 15px
  }
}

.p-container .wrapper ul {
  margin: 0 0 10px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 121.949%;
  letter-spacing: -.12px;
  gap: 5px
}

@media (min-width:992px) {
  .p-container .wrapper ul {
    font-size: 20px;
    letter-spacing: -.2px;
    margin-bottom: 20px;
    gap: 10px
  }
}

@media (min-width:1440px) {
  .p-container .wrapper ul {
    font-size: 27px;
    letter-spacing: -.27px;
    margin-bottom: 25px;
    margin-top: 25px;
    gap: 15px
  }
}

.p-container .wrapper ul li {
  position: relative;
  padding-left: 15px
}

@media (min-width:992px) {
  .p-container .wrapper ul li {
    padding-left: 25px
  }
}

@media (min-width:1440px) {
  .p-container .wrapper ul li {
    padding-left: 30px
  }
}

.p-container .wrapper ul li:before {
  content: "";
  position: absolute;
  top: .3rem;
  left: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, .5));
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, .5))
}

@media (min-width:992px) {
  .p-container .wrapper ul li:before {
    width: 5px;
    height: 5px;
    top: .6rem;
    left: 10px
  }
}

@media (min-width:1440px) {
  .p-container .wrapper ul li:before {
    top: .8rem
  }
}

.p-container .wrapper ul li b {}

.p-container .wrapper table {
  border: 2px solid #cf00d3;
  text-align: center;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 20px;
  background: -webkit-linear-gradient(left, rgba(207, 0, 211, .2) 0, rgba(204, 0, 255, .2) 100%);
  background: linear-gradient(90deg, rgba(207, 0, 211, .2) 0, rgba(204, 0, 255, .2) 100%);
  border-radius: 7px;
  border-collapse: separate;
  border-spacing: 0
}

@media (min-width:992px) {
  .p-container .wrapper table {
    margin-bottom: 30px;
    border-width: 4px;
    margin-top: 30px;
    border-radius: 12px
  }
}

@media (min-width:1440px) {
  .p-container .wrapper table {
    margin-bottom: 40px;
    margin-top: 40px;
    border-radius: 20px
  }
}

.p-container .wrapper table th {
  font-size: 10px;
  font-weight: 700;
  line-height: 130%;
  background: rgba(0, 0, 0, .15);
  padding: 13px 12px;
  border-bottom: 1px solid #cf00d3;
  border-left: 1px solid #cf00d3;
  color: #cf00d3
}

.p-container .wrapper table th:first-of-type {
  border-left: none
}

@media (min-width:992px) {
  .p-container .wrapper table th {
    font-size: 20px;
    padding: 26px 32px
  }
}

@media (min-width:1440px) {
  .p-container .wrapper table th {
    font-size: 40px;
    padding: 13px 12px
  }
}

.p-container .wrapper table td {
  font-size: 9px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 5px;
  border-bottom: 1px solid #cf00d3;
  border-left: 1px solid #cf00d3;
  background: rgba(255, 255, 255, 0);
  height: 25px
}

@media (min-width:576px) {
  .p-container .wrapper table td {
    padding: 10px 12px
  }
}

@media (min-width:992px) {
  .p-container .wrapper table td {
    font-size: 16px;
    padding: 20px 12px;
    height: 50px
  }
}

@media (min-width:1440px) {
  .p-container .wrapper table td {
    font-size: 27px;
    padding: 12px 12px;
    height: 80px
  }
}

.p-container .wrapper table tr:last-of-type td {
  border-bottom: none
}

.wrapper {
  position: relative;
  max-width: 1920px;
  min-width: 347px;
  margin: 0 auto
}

.container {
  margin: 0 auto;
  display: block;
  padding: 0 14px;
  width: 100%;
  max-width: 1700px;
  min-width: 347px;
  z-index: 6;
  position: relative
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

@media (min-width:1440px) {
  .container {
    max-width: 1440px
  }
}

@media (min-width:1920px) {
  .container {
    max-width: 1700px
  }
}

@media (min-width:992px) {
  .container {
    padding: 0 30px
  }
}

.description img,
.description video {
  width: 100%;
}

.description {
  margin-bottom: 15px;
  position: relative
}

@media (min-width:992px) {
  .description {
    margin-bottom: 35px
  }
}

@media (min-width:1440px) {
  .description {
    margin-bottom: 65px
  }
}

.description:last-of-type {
  padding-bottom: 30px;
  margin-bottom: 0
}

@media (min-width:992px) {
  .description:last-of-type {
    padding-bottom: 50px
  }
}

@media (min-width:1440px) {
  .description:last-of-type {
    padding-bottom: 70px
  }
}

.description h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 121.949%;
  letter-spacing: -.27px;
  margin-top: 10px;
  margin-bottom: 10px
}

@media (min-width:992px) {
  .description h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px
  }
}

@media (min-width:1440px) {
  .description h3 {
    font-size: 27px;
    margin-top: 30px;
    margin-bottom: 30px
  }
}

@media (min-width:992px) {
  .description .contacts {
    padding-top: 15px;
    margin-bottom: 25px
  }
}

.description .contacts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0
}

.description .contacts__item p {
  margin-bottom: 5px
}

.description .contacts__item img {
  width: 30px;
  display: none
}

@media (min-width:992px) {
  .description .contacts__item img {
    display: block
  }
}

.description .contacts__item b {
  color: #8eb0ff
}

.description .contacts__item a {
  color: #fff;
  text-decoration: none;
  font-weight: 700
}

.alert-title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: normal
}

@media (min-width:576px) {
  .alert-title {
    font-size: 16px
  }
}

@media (min-width:992px) {
  .alert-title {
    font-size: 27px
  }
}

.alert-messages {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding-left: 35px;
  margin-bottom: 30px
}

@media (min-width:576px) {
  .alert-messages {
    font-size: 16px
  }
}

@media (min-width:992px) {
  .alert-messages {
    font-size: 18px
  }
}

.scroll-up {
  background: url(https://candyspinz-casino.de/wp-content/themes/blank/css/../images/arrow-up.svg) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  display: none;
  bottom: 20px;
  width: 37px;
  right: 20px;
  aspect-ratio: 1/1;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
  transition: bottom .3s ease-in-out, opacity .3s ease-in-out
}

.scroll-up:hover {
  opacity: .7
}

@media (min-width:1920px) {
  .scroll-up {
    width: 83px;
    right: 20px
  }
}

.scroll-up.down {
  bottom: 250px
}

@media (min-width:576px) {
  .scroll-up.down {
    bottom: 300px
  }
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 121.949%;
  padding: 6px 15px;
  -webkit-transition: opacity .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: opacity .3s ease-in-out, box-shadow .3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 6px;
  border: 2px solid #fff;
  background: -webkit-linear-gradient(left, #7735e2 0, #c0f 50.4%, #7735e2 100%);
  background: linear-gradient(90deg, #7735e2 0, #c0f 50.4%, #7735e2 100%);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5)
}

@media (min-width:768px) {
  .btn {
    padding: 10px 20px
  }
}

@media (min-width:992px) {
  .btn {
    font-size: 20px;
    padding: 12px 40px;
    border-radius: 12px;
    border-width: 3px
  }
}

@media (min-width:1440px) {
  .btn {
    font-size: 35px;
    padding: 20px 30px;
    border-width: 5px;
    border-radius: 30px
  }
}

.btn:hover {
  opacity: .95;
  box-shadow: 0 0 20px 0 #cf00d3
}

.btn span {
  color: #fff
}

.breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 6;
  margin: 0 auto;
  display: block;
  padding: 5px 14px 0;
  width: 100%;
  max-width: 1700px;
  min-width: 375px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 10px;
  top: 60px
}

@media (min-width:576px) {
  .breadcrumb {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .breadcrumb {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .breadcrumb {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .breadcrumb {
    max-width: 1140px
  }
}

@media (min-width:1440px) {
  .breadcrumb {
    max-width: 1440px
  }
}

@media (min-width:1920px) {
  .breadcrumb {
    max-width: 1700px
  }
}

@media (min-width:992px) {
  .breadcrumb {
    top: 80px;
    padding: 20px 30px 0
  }
}

@media (min-width:1440px) {
  .breadcrumb {
    top: 110px
  }
}

.breadcrumb li {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-shadow: 1px 1px 2px #000
}

@media (min-width:992px) {
  .breadcrumb li {
    font-size: 16px
  }
}

.breadcrumb li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 15px;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.breadcrumb li a:hover {
  color: rgba(255, 255, 255, .7)
}

.breadcrumb li a:after {
  content: "";
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: calc(100% + 10px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
  box-shadow: 1px 1px 2px #000
}

.header {
  z-index: 999;
  position: relative;
  background: #3f008d
}

.header .container {
  min-width: calc(375px - 14px)
}

.header__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 0;
  gap: 20px;
  min-height: 53px
}

@media (min-width:992px) {
  .header__holder {
    min-height: 75px
  }
}

@media (min-width:1440px) {
  .header__holder {
    min-height: 107px
  }
}

.header__logo {
  width: 59px;
  text-decoration: none;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (min-width:992px) {
  .header__logo {
    width: 94px
  }
}

@media (min-width:1920px) {
  .header__logo {
    width: 126px
  }
}

.header__logo img {
  width: 100%
}

.header_sticky {
  will-change: transform;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1920px
}

.header_sticky.active {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 1;
  position: fixed;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.main-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: none
}

@media (min-width:1440px) {
  .main-nav {
    display: block
  }
}

.main-nav>ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
  margin: 0;
  gap: 20px
}

@media (min-width:1920px) {
  .main-nav>ul {
    gap: 35px
  }
}

.main-nav>ul>li {
  position: relative;
  line-height: 17px
}

.main-nav>ul>li>a,
.main-nav>ul>li>span {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out;
  transition: opacity .3s ease-in-out, color .3s ease-in-out
}

@media (min-width:1920px) {

  .main-nav>ul>li>a,
  .main-nav>ul>li>span {
    font-size: 18px
  }
}

.main-nav>ul>li>a:hover,
.main-nav>ul>li>span:hover {
  opacity: .8
}

.main-nav>ul>li>a.active,
.main-nav>ul>li>span.active {
  color: #cf00d3
}

.ham-trigger {
  position: relative;
  width: 30px;
  height: 23px;
  text-decoration: none
}

@media (min-width:992px) {
  .ham-trigger {
    width: 67px;
    height: 49px
  }
}

@media (min-width:1440px) {
  .ham-trigger {
    display: none
  }
}

.ham-trigger:after,
.ham-trigger:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0
}

.ham-trigger:before {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 2px
}

@media (min-width:992px) {
  .ham-trigger:before {
    border-width: 8px
  }
}

.ham-trigger:after {
  height: 3px;
  background: #fff;
  border-radius: 2px
}

@media (min-width:992px) {
  .ham-trigger:after {
    height: 8px
  }
}

.ham-trigger.active {
  position: fixed;
  z-index: 999
}

.ham-trigger.active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  height: 3px;
  border-color: #fff
}

@media (min-width:992px) {
  .ham-trigger.active:before {
    height: 8px
  }
}

.ham-trigger.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.footer {
  position: relative;
  padding: 39px 0;
  z-index: 2
}

@media (min-width:768px) {
  .footer {
    padding: 40px 0
  }
}

@media (min-width:1440px) {
  .footer {
    padding: 50px 0
  }
}

.footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b003c;
  z-index: -1
}

.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) {
  .footer__wrap {
    gap: 50px
  }
}

@media (min-width:1440px) {
  .footer__wrap {
    gap: 70px
  }
}

.footer__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 24px
}

@media (min-width:768px) {
  .footer__holder {
    gap: 32px
  }
}

@media (min-width:1440px) {
  .footer__holder {
    gap: 30px
  }
}

.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.footer__info p {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px
}

@media (min-width:768px) {
  .footer__info p {
    font-size: 13px;
    line-height: 22px
  }
}

@media (min-width:1200px) {
  .footer__info p {
    font-size: 16px
  }
}

.footer__icons{list-style:none;padding-left:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px 20px;margin:0 0 10px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}@media (min-width:768px){.footer__icons{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin:0 0 20px}}@media (min-width:1440px){.footer__icons{gap:20px 60px}}.footer__icons li{height:15px;text-align:center}@media (min-width:576px){.footer__icons li{height:30px}}@media (min-width:992px){.footer__icons li{height:44px}}.footer__icons li img{max-height:100%}

.footer__rights {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 121.949%;
  opacity: .5;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: center
}

@media (min-width:768px) {
  .footer__rights {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    letter-spacing: -1px;
    text-align: left
  }
}

@media (min-width:1200px) {
  .footer__rights {
    font-size: 16px
  }
}

.footer-nav {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.footer-nav__title {
  color: #a4dc07;
  font-size: 20px;
  font-weight: 700;
  line-height: 121.949%;
  margin-bottom: 25px
}

.footer-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-height: 180px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width:576px) {
  .footer-nav ul {
    gap: 15px;
    max-height: 260px
  }
}

@media (min-width:1440px) {
  .footer-nav ul {
    gap: 25px;
    max-height: 200px
  }
}

.footer-nav ul li {
  font-size: 10px;
  font-weight: 500;
  line-height: 121.949%;
  letter-spacing: -.3px
}

@media (min-width:576px) {
  .footer-nav ul li {
    font-size: 16px
  }
}

@media (min-width:1440px) {
  .footer-nav ul li {
    font-size: 22px;
    letter-spacing: -.66px
  }
}

.footer-nav ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

.footer-nav ul li a:hover {
  opacity: .5
}

.ham-panel {
  background: #1d005b;
  height: calc(100vh);
  position: fixed;
  top: 0;
  left: 0;
  padding: 36px 0 40px;
  opacity: 0;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all .65s ease-in-out;
  transition: all .65s ease-in-out;
  width: 224px;
  z-index: -1
}

@media (min-width:1440px) {
  .ham-panel {
    display: none
  }
}

.ham-panel:before {
  content: "";
  position: absolute;
  left: 100%;
  width: 20px;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0))
}

.ham-panel.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 99
}

@media (min-width:992px) {
  .ham-panel {
    width: 400px;
    padding-top: 80px
  }
}

.ham-panel__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  left: -40px;
  padding-left: 40px;
  margin-right: -40px
}

.ham-panel__holder::-webkit-scrollbar {
  width: 0
}

.ham-panel__holder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -30px;
  height: 20px
}

.ham-panel-nav>ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  padding-top: 10px
}

@media (min-width:992px) {
  .ham-panel-nav>ul {
    gap: 30px
  }
}

.ham-panel-nav>ul>li>a {
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 0 14px;
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.ham-panel-nav>ul>li>a:hover {
  opacity: .5
}

.ham-panel-nav>ul>li>a.active {
  color: #cf00d3
}

@media (min-width:992px) {
  .ham-panel-nav>ul>li>a {
    font-size: 32px;
    padding: 0 30px
  }
}

.ham-panel-nav>ul>li:last-of-type a {
  border-bottom: none
}

.intro {
  position: relative;
  z-index: 5;
  margin-bottom: 20px
}

@media (min-width:992px) {
  .intro {
    margin-bottom: 55px
  }
}

@media (min-width:1440px) {
  .intro {
    margin-bottom: 75px
  }
}

.intro__holder {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  min-height: 560px;
  z-index: 4;
  position: relative;
  text-align: center;
  padding-top: 60px;
  width: 100%
}

@media (min-width:576px) {
  .intro__holder {
    min-height: 300px
  }
}

@media (min-width:768px) {
  .intro__holder {
    min-height: 45vw;
    padding-top: 60px
  }
}

@media (min-width:992px) {
  .intro__holder {
    min-height: 40vw;
    padding-top: 80px
  }
}

@media (min-width:1200px) {
  .intro__holder {
    padding-top: 100px
  }
}

@media (min-width:1440px) {
  .intro__holder {
    min-height: 878px
  }
}

@media (min-width:1920px) {
  .intro__holder {
    padding-top: 140px
  }
}

.intro__back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
  top: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  min-width: 375px
}

.intro__back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

@media (min-width:576px) {
  .intro__back img {
    -o-object-position: top center;
    object-position: top center
  }
}

.intro__caption {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px
}

@media (min-width:576px) {
  .intro__caption {
    font-size: 15px;
    margin-bottom: 10px
  }
}

@media (min-width:992px) {
  .intro__caption {
    font-size: 22px
  }
}

@media (min-width:1440px) {
  .intro__caption {
    font-size: 40px;
    margin-bottom: 15px
  }
}

.intro__title {
  color: #fff;
  font-size: 27px;
  line-height: normal;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: -1px 1px 0 #7735e2, 1px 1px 0 #7735e2, 1px -1px 0 #7735e2, -1px -1px 0 #7735e2, 0 3px 0 rgba(71, 0, 185, .5)
}

@media (min-width:576px) {
  .intro__title {
    margin-bottom: 15px
  }
}

@media (min-width:768px) {
  .intro__title {
    font-size: 40px;
    margin-bottom: 20px;
    text-shadow: -3px 3px 0 #7735e2, 3px 3px 0 #7735e2, 3px -3px 0 #7735e2, -3px -3px 0 #7735e2, 0 7px 0 rgba(71, 0, 185, .5)
  }
}

@media (min-width:1440px) {
  .intro__title {
    font-size: 75px;
    line-height: 85px;
    margin-bottom: 30px
  }
}

.registration {
  margin-bottom: 15px
}

@media (min-width:992px) {
  .registration {
    margin-bottom: 35px
  }
}

@media (min-width:1440px) {
  .registration {
    margin-bottom: 65px
  }
}

.registration__wrapper {
  border-radius: 7px;
  border: 2px solid #fff;
  min-height: 398px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width:576px) {
  .registration__wrapper {
    min-height: 230px;
    padding: 55px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-width: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (min-width:992px) {
  .registration__wrapper {
    min-height: 330px;
    border-width: 4px;
    border-radius: 15px
  }
}

@media (min-width:1440px) {
  .registration__wrapper {
    min-height: 513px;
    padding: 120px 90px;
    border-radius: 20px
  }
}

.registration__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0
}

.registration__holder {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:576px) {
  .registration__holder {
    text-align: left
  }
}

.registration__caption {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase
}

@media (min-width:576px) {
  .registration__caption {
    font-size: 15px;
    margin-bottom: 10px
  }
}

@media (min-width:992px) {
  .registration__caption {
    font-size: 22px
  }
}

@media (min-width:1440px) {
  .registration__caption {
    font-size: 40px;
    margin-bottom: 15px
  }
}

.registration__subtitle {
  color: #f6da24;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px
}

@media (min-width:576px) {
  .registration__subtitle {
    font-size: 29px;
    margin-bottom: 15px
  }
}

@media (min-width:768px) {
  .registration__subtitle {
    margin-bottom: 25px
  }
}

@media (min-width:1440px) {
  .registration__subtitle {
    font-size: 58px;
    margin-bottom: 35px
  }
}

.registration__title {
  color: #fff;
  font-size: 27px;
  line-height: normal;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: -1px 1px 0 #7735e2, 1px 1px 0 #7735e2, 1px -1px 0 #7735e2, -1px -1px 0 #7735e2, 0 3px 0 rgba(71, 0, 185, .5)
}

@media (min-width:576px) {
  .registration__title {
    margin-bottom: 15px
  }
}

@media (min-width:768px) {
  .registration__title {
    font-size: 40px;
    margin-bottom: 20px;
    text-shadow: -3px 3px 0 #7735e2, 3px 3px 0 #7735e2, 3px -3px 0 #7735e2, -3px -3px 0 #7735e2, 0 7px 0 rgba(71, 0, 185, .5)
  }
}

@media (min-width:1440px) {
  .registration__title {
    font-size: 75px;
    line-height: 85px;
    margin-bottom: 30px
  }
}

.author {
  margin-bottom: 15px
}

@media (min-width:992px) {
  .author {
    margin-bottom: 35px
  }
}

@media (min-width:1440px) {
  .author {
    margin-bottom: 65px
  }
}

.author__holder {
  border-bottom: 1px solid #cf00d3;
  padding-bottom: 10px
}

@media (min-width:992px) {
  .author__holder {
    padding-bottom: 25px
  }
}

@media (min-width:1440px) {
  .author__holder {
    padding-bottom: 50px
  }
}

.author ul.author__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  gap: 5px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width:992px) {
  .author ul.author__info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    gap: 10px 0;
    margin-bottom: 20px
  }
}

@media (min-width:1440px) {
  .author ul.author__info {
    font-size: 23px;
    margin-bottom: 30px
  }
}

.author ul.author__info li {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

@media (min-width:992px) {
  .author ul.author__info li {
    width: 50%;
    gap: 7px
  }
}

@media (min-width:1200px) {
  .author ul.author__info li {
    width: auto;
    gap: 14px
  }
}

.author ul.author__info li b {
  color: #fff
}

.author ul.author__info li:before {
  display: none
}

.author ul.author__info li img {
  width: 12px;
  aspect-ratio: 1/1
}

@media (min-width:992px) {
  .author ul.author__info li img {
    width: 16px
  }
}

@media (min-width:1200px) {
  .author ul.author__info li img {
    width: 27px
  }
}

.author__person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 10px
}

@media (min-width:992px) {
  .author__person {
    gap: 20px;
    margin-bottom: 20px
  }
}

@media (min-width:1200px) {
  .author__person {
    gap: 37px;
    margin-bottom: 30px
  }
}

.author__person img {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #cf00d3;
  width: 36px
}

@media (min-width:992px) {
  .author__person img {
    width: 49px
  }
}

@media (min-width:1200px) {
  .author__person img {
    width: 84px
  }
}

.author__person ul.author__person-info {
  list-style: none;
  padding-left: 0;
  gap: 0;
  margin-top: 0;
  margin-bottom: 0
}

.author__person ul.author__person-info li {
  padding-left: 0
}

.author__person ul.author__person-info li b {
  color: #fff
}

.author__person ul.author__person-info li:before {
  display: none
}
.content-image {
    border: 3px solid #cf00d3;
	border-radius: 3px;
    margin-top: 20px;
	margin-bottom: 20px;
    display: block;
    max-width: 100%;
	height: auto;
}

.socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;padding-left:0;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;gap:10px;margin:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (min-width:1440px){.socials{gap:30px}}.socials li{text-align:center;color:#fff;height:15px}@media (min-width:576px){.socials li{height:20px}}@media (min-width:992px){.socials li{height:34px}}.socials li img{max-height:100%}