@keyframes animateskeleton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], 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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[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-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

ul {
  list-style: none;
  padding: 0;
}
ul li a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
}

svg {
  box-sizing: content-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #131313;
  color: #ebe4d8;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
  min-width: 280px;
}
@media screen and (min-width: 576px) {
  body {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1.8rem;
  }
}

.input-text,
input[type=text],
input[type=email],
input[type=password],
textarea {
  font-family: "Inter", "Arial", sans-serif;
  background-color: #ebe4d8;
  border: 1px solid #131313;
  color: #131313;
  font-size: 1.6rem;
  margin: 4px 0;
  padding: 8px;
  width: 100%;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  position: relative;
}
.alert .close {
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}

.alert-success {
  background-color: #57ff5c;
  border-color: #24ff2a;
  color: #008a04;
}

.alert-danger {
  background-color: #fdaf92;
  border-color: #fc8a60;
  color: #bf3604;
}

.alert-warning {
  background-color: #fad15b;
  border-color: #f9c429;
  color: #856404;
}

.alert-info {
  background-color: #905ffc;
  border-color: #6e2dfb;
  color: #2e038c;
}

.btn-volume {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  height: 24px;
  width: 40px;
}
.btn-volume .icon {
  color: #000;
  display: none;
  height: 24px;
  margin-left: -4px;
  margin-top: -1px;
  width: 24px;
}
.btn-volume .icon svg {
  stroke: currentColor;
}
.btn-volume.-is-volume-mute .icon-volume-mute {
  display: block;
}
.btn-volume.-is-volume-low .icon-volume-low {
  display: block;
}
.btn-volume.-is-volume-high .icon-volume-high {
  display: block;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.centerfix {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.timg {
  bottom: 0;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
}

.loader {
  display: inline-block;
  height: 80px;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.loader div {
  animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  display: inline-block;
  left: 8px;
  position: absolute;
  width: 16px;
}
.loader div:nth-child(1) {
  animation-delay: -0.24s;
  left: 8px;
}
.loader div:nth-child(2) {
  animation-delay: -0.12s;
  left: 32px;
}
.loader div:nth-child(3) {
  animation-delay: 0s;
  left: 56px;
}

@keyframes loader {
  0% {
    height: 64px;
    top: 8px;
  }
  50%, 100% {
    height: 32px;
    top: 24px;
  }
}
.cw-icon {
  border-radius: 15px;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.cw-icon svg {
  height: 18px;
  padding: 6px;
  vertical-align: top;
  width: 18px;
}

.button,
button,
input[type=submit] {
  background-color: #131313;
  color: #ebe4d8;
  cursor: pointer;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.button {
  background-color: #131313;
  color: #ebe4d8;
  z-index: 1;
  font-family: "Climate Crisis", "Arial Black", sans-serif;
}
.button::before {
  background: linear-gradient(108deg, #dfa710 27%, #96aa0d 73%);
  border-radius: 30px;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  padding: 8px 24px;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 1s;
  width: 100%;
  z-index: -1;
}
.button:hover::before {
  opacity: 1;
}
.button:hover {
  cursor: pointer;
}
.button:disabled {
  background-color: #dedede;
  color: #8f8f8f;
}
.button.-size-base {
  border-radius: 50px;
  padding: 8px 16px;
  font-style: italic;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .button.-size-base {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .button.-size-base {
    font-size: 2.4rem;
  }
}
.button.-size-cta {
  border-radius: 50px;
  font-style: italic;
  font-weight: 700;
  padding: 12px 24px;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .button.-size-cta {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .button.-size-cta {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .button.-size-cta {
    padding: 20px 24px;
  }
}
.button.-size-modal {
  border-radius: 0;
  padding: 11px;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .button.-size-modal {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  .button.-size-modal {
    font-size: 1.8rem;
  }
}

.cw_tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  justify-content: left;
}
@media screen and (min-width: 1200px) {
  .cw_tags {
    justify-content: unset;
  }
}
.cw_tags a {
  background-color: #131313;
  border-radius: 4px;
  color: #ebe4d8;
  font-size: 1.4rem;
  margin: 0 8px 8px 0;
  padding: 3px 8px 2px 8px;
  text-decoration: none;
  transition: background-color 200ms ease-out;
}
.cw_tags a:hover {
  background-color: #96aa0d;
}

.button-more,
.grid_container_button_a,
.button-primary,
.button-secondary,
#send_msg {
  background: #ebe4d8;
  border-radius: 48px;
  color: #131313;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-family: "Climate Crisis", "Arial Black", sans-serif;
  font-weight: 400;
  line-height: 3rem;
  min-width: 6rem;
  padding: 21px 14px;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms ease-out;
  z-index: 1;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .button-more,
  .grid_container_button_a,
  .button-primary,
  .button-secondary,
  #send_msg {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .button-more,
  .grid_container_button_a,
  .button-primary,
  .button-secondary,
  #send_msg {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 360px) {
  .button-more,
  .grid_container_button_a,
  .button-primary,
  .button-secondary,
  #send_msg {
    padding: 21px 40px;
  }
}
.button-more::before,
.grid_container_button_a::before,
.button-primary::before,
.button-secondary::before,
#send_msg::before {
  background: linear-gradient(108deg, #dfa710 27%, #96aa0d 73%);
  border-radius: 48px;
  color: #131313;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  padding: 21px 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s;
  z-index: -1;
}
@media screen and (min-width: 360px) {
  .button-more::before,
  .grid_container_button_a::before,
  .button-primary::before,
  .button-secondary::before,
  #send_msg::before {
    padding: 21px 40px;
    font-size: 2.4rem;
  }
}
.button-more:hover::before,
.grid_container_button_a:hover::before,
.button-primary:hover::before,
.button-secondary:hover::before,
#send_msg:hover::before {
  opacity: 1;
}
.button-more:hover,
.grid_container_button_a:hover,
.button-primary:hover,
.button-secondary:hover,
#send_msg:hover {
  cursor: pointer;
}

#send_msg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #send_msg {
    float: right;
    width: 225px;
  }
}

.dropdown-title {
  color: #ebe4d8;
  cursor: pointer;
  font-weight: 700;
  padding: 12px;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dropdown-title {
    color: #ebe4d8;
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
.dropdown-title svg {
  fill: #131313;
  float: right;
  height: 16px;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .dropdown-title svg {
    float: none;
  }
}
.dropdown-title svg:nth-child(2) {
  display: none;
}

.dropdown-content {
  background-color: #ebe4d8;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .dropdown-content {
    left: auto;
  }
}
.dropdown-content a {
  color: #ebe4d8;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
}
.dropdown-content a:hover {
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
.dropdown-content li:hover {
  font-weight: 700;
  cursor: pointer;
}

.button-dropdown {
  display: inline-block;
  font-size: 1.4rem;
  margin: 10px auto;
  position: relative;
  width: auto;
}
.button-dropdown .dropdown-content {
  display: block;
  margin: 0;
  opacity: 0;
  transition: opacity 200ms ease-out;
  visibility: hidden;
}
.button-dropdown.-active .dropdown-title svg:nth-child(2) {
  display: initial;
}
.button-dropdown.-active .dropdown-title svg:nth-child(1) {
  display: none;
}
.button-dropdown.-active .dropdown-content {
  opacity: 1;
  visibility: visible;
}
.button-dropdown.-white {
  margin-right: 10px;
}
.button-dropdown.-white .dropdown-title {
  border: none;
  border-radius: 6px;
  font-size: 1.6rem;
  transition: background-color 200ms ease-out;
}
.button-dropdown.-white .dropdown-title svg {
  padding-top: 3px;
  padding-left: 4px;
  fill: #ebe4d8;
}
.button-dropdown.-white .dropdown-content {
  background-color: #ebe4d8;
  border-radius: 0px 5px 5px 5px;
  scrollbar-width: thin;
  scrollbar-color: #8f8f8f #191919;
  width: 155px;
}
@media screen and (min-width: 480px) {
  .button-dropdown.-white .dropdown-content {
    width: 185px;
  }
}
.button-dropdown.-white .dropdown-content::-webkit-scrollbar {
  width: 4px;
  /* width of the entire scrollbar */
}
.button-dropdown.-white .dropdown-content::-webkit-scrollbar-track {
  background: #f4f0e9;
}
.button-dropdown.-white .dropdown-content::-webkit-scrollbar-thumb {
  background-color: #131313;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
}
.button-dropdown.-white a {
  color: #131313;
  font-size: 1.6rem;
  padding: 8px 16px;
}
.button-dropdown.-white.-active .dropdown-title {
  background-color: #ebe4d8;
  border-radius: 5px 5px 0 0;
  color: #131313;
}
.button-dropdown.-white.-active .dropdown-title svg {
  fill: #131313;
}
.button-dropdown.-white.-active:hover .dropdown-title {
  border-radius: 5px 5px 0 0;
}
.button-dropdown.-white:hover .dropdown-title {
  background-color: #ebe4d8;
  border-radius: 5px;
  color: #131313;
}
.button-dropdown.-white:hover .dropdown-title svg {
  fill: #131313;
}
.button-dropdown.-bordered {
  border-top: 1px solid #424242;
  min-width: 200px;
  width: 100%;
}
.button-dropdown.-bordered .dropdown-title {
  background-color: #292130;
  text-align: left;
}
.button-dropdown.-bordered .dropdown-title svg {
  fill: #ebe4d8;
  float: right;
}
.button-dropdown.-bordered .dropdown-content {
  background: linear-gradient(180deg, #292130 0%, #1b171f 100%);
  border-radius: 0 0 8px 8px;
}
.button-dropdown.-bordered .dropdown-content svg {
  bottom: 1px;
  filter: invert(0.89) sepia(0.05) saturate(4);
  height: 24px;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.dropmenu_versions .button-dropdown.-bordered .dropdown-content svg {
  float: right;
  height: 20px;
  margin: 0;
  width: 20px;
}
.button-dropdown.-bordered .dropdown-link {
  padding: 8px;
}
.button-dropdown.-inside-input {
  margin: 0 auto;
  min-width: 100px;
  transition: background-color 200ms ease-out;
}
.button-dropdown.-inside-input .dropdown-title {
  border-radius: 5px 5px 0 0;
  color: #131313;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.button-dropdown.-inside-input .dropdown-title svg {
  filter: invert(100%);
  float: right;
  height: 12px;
  margin-top: 4px;
  width: 12px;
}
.button-dropdown.-inside-input .dropdown-content {
  background: linear-gradient(180deg, #292130 0%, #1b171f 100%);
  border-radius: 0 0 8px 8px;
  width: auto;
}
.button-dropdown.-inside-input .dropdown-content svg {
  bottom: 1px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.dropmenu_versions .button-dropdown.-inside-input .dropdown-content svg {
  float: right;
  height: 20px;
  margin: 0;
  width: 20px;
}
.button-dropdown.-inside-input .dropdown-content {
  border-radius: 0px 5px 5px 5px;
  scrollbar-width: thin;
  scrollbar-color: #000 #4e7dff;
}
@media screen and (min-width: 480px) {
  .button-dropdown.-inside-input .dropdown-content {
    width: 185px;
  }
}
.button-dropdown.-inside-input .dropdown-content::-webkit-scrollbar {
  width: 4px;
  /* width of the entire scrollbar */
}
.button-dropdown.-inside-input .dropdown-content::-webkit-scrollbar-track {
  background: #346aff;
}
.button-dropdown.-inside-input .dropdown-content::-webkit-scrollbar-thumb {
  background-color: #131313;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
}
.button-dropdown.-inside-input .dropdown-link {
  padding: 8px;
}
.button-dropdown.-inside-input a {
  font-size: 1.6rem;
  padding: 8px 16px;
}
.button-dropdown.-inside-input:hover .dropdown-title, .button-dropdown.-inside-input.-active .dropdown-title {
  background-color: #292130;
  color: #ebe4d8;
}
.button-dropdown.-inside-input:hover .dropdown-title svg, .button-dropdown.-inside-input.-active .dropdown-title svg {
  filter: none;
}

.button_language_my_account {
  margin-left: unset;
  padding: 15px;
}
.button_language_my_account svg {
  float: right;
}

.button-primary {
  background-color: #ebe4d8;
  color: #131313;
  padding: 30px !important;
}
.button-primary::before {
  border-radius: 48px;
  padding: 30px !important;
}
.button-primary:hover {
  background-color: #ebe4d8 !important;
}

.html5_game_container,
.banner_info_button,
.section-btn {
  display: block;
  text-decoration: none;
  width: 100%;
}
.html5_game_container:hover,
.banner_info_button:hover,
.section-btn:hover {
  border-radius: 8px;
}
@media screen and (min-width: 480px) {
  .html5_game_container,
  .banner_info_button,
  .section-btn {
    min-width: 150px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .html5_game_container,
  .banner_info_button,
  .section-btn {
    margin-right: 10px;
    min-width: 240px;
  }
}
.html5_game_container button,
.banner_info_button button,
.section-btn button {
  align-items: center;
  background-color: #ebe4d8;
  border-radius: 8px;
  color: #131313;
  cursor: pointer;
  display: flex;
  font-family: "Climate Crisis", "Arial Black", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 12px;
  position: relative;
  justify-content: center;
  text-decoration: none;
  transition: background-color 200ms ease-out;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .html5_game_container button,
  .banner_info_button button,
  .section-btn button {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 480px) {
  .html5_game_container button,
  .banner_info_button button,
  .section-btn button {
    width: auto;
  }
}
.html5_game_container button::before,
.banner_info_button button::before,
.section-btn button::before {
  background: linear-gradient(108deg, #dfa710 27%, #96aa0d 73%);
  border-radius: 8px;
  color: #131313;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  padding: 10px 12px;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s;
  width: 100%;
  z-index: -1;
}
.html5_game_container button:hover::before,
.banner_info_button button:hover::before,
.section-btn button:hover::before {
  opacity: 1;
}
.html5_game_container svg,
.banner_info_button svg,
.section-btn svg {
  fill: #131313;
  height: 20px;
  padding-right: 10px;
  width: 20px;
}

.radio-block {
  background-color: #ebe4d8;
  border: 3px solid #f20746;
  color: #131313;
  display: block;
  margin-bottom: 16px;
  padding: 8px 8px 8px 40px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .radio-block {
    padding: 8px 16px 8px 48px;
  }
}
.radio-block .radio-switch {
  background-color: #ebe4d8;
  border: 1px solid #131313;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  left: 8px;
  position: absolute;
  top: 30%;
  width: 20px;
}
@media screen and (min-width: 480px) {
  .radio-block .radio-switch {
    left: 16px;
  }
}
.radio-block .duration {
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .radio-block .duration {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  .radio-block .duration {
    font-size: 1.8rem;
  }
}
.radio-block .price-billing {
  font-size: 1.2rem;
}
.radio-block .price-day {
  font-weight: 600;
  position: absolute;
  right: 8px;
  top: 25%;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .radio-block .price-day {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .radio-block .price-day {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 480px) {
  .radio-block .price-day {
    right: 16px;
  }
}
.radio-block .price-day span {
  font-weight: 400;
  font-size: 1.2rem;
}

.input-radio {
  appearance: none;
  display: none;
  visibility: hidden;
}
.input-radio:checked + .radio-block {
  background-color: #f20746;
  color: #ebe4d8;
}
.input-radio:checked + .radio-block .radio-switch {
  border: 5px solid #346aff;
  box-shadow: -1px 0 0 -1px #131313;
}

.section__register-button {
  background: linear-gradient(#131313, #131313) padding-box, linear-gradient(108deg, #dfa710 27%, #96aa0d 73%) border-box;
  border: 2px solid transparent;
  border-radius: 48px;
  color: #ebe4d8;
  display: inline-block;
  font-weight: 400;
  font-size: 2.4rem;
  font-family: "Climate Crisis", "Arial Black", sans-serif;
  max-width: 500px;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  transition: color 1s;
  white-space: initial;
  z-index: 1; /* matters! */
}
.section__register-button::before {
  background: linear-gradient(108deg, #dfa710 27%, #96aa0d 73%);
  border: 0 solid transparent;
  border-radius: 48px;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  padding: 20px 40px;
  position: absolute;
  left: -1%;
  top: 0;
  transition: opacity 1s;
  width: 102%;
  z-index: -1;
}
.section__register-button:hover::before {
  opacity: 1;
}
.section__register-button:hover {
  color: #131313;
}
.section__register-button:disabled {
  background-color: #dedede;
  color: #8f8f8f;
  cursor: unset;
}
.section__register-button:disabled::before {
  background: transparent;
}

.wrap {
  display: block;
  height: inherit;
  margin: 0 auto;
  min-width: 260px;
  position: relative;
  width: 95%;
}
.wrap::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 992px) {
  .wrap {
    width: 968px;
  }
}
@media screen and (min-width: 1200px) {
  .wrap {
    width: 1176px;
  }
}

.wrap-col {
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .wrap-col {
    display: inline-block;
    width: 49.5%;
  }
}

@media screen and (min-width: 992px) {
  body.-has-modal-open {
    padding-right: 17px;
  }
  body.-has-modal-open .body_wrapper {
    position: relative;
  }
}

.modal {
  background-color: rgba(27, 23, 31, 0.8);
  display: none;
  height: 100vh;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1055;
}
.modal .modal_dialog {
  background-color: #131313;
  border-radius: 24px;
  flex-direction: column-reverse;
  display: flex;
  margin: 100px auto 0;
  max-width: 884px;
  width: auto;
}
@media screen and (min-width: 576px) {
  .modal .modal_dialog {
    margin: 130px auto 0;
  }
}
@media screen and (min-width: 992px) {
  .modal .modal_dialog {
    flex-direction: unset;
    margin: 130px auto 0;
  }
}
.modal .modal_content {
  border-radius: 21px;
  font-size: 1.6rem;
  padding: 20px;
  width: 100%;
}
.modal .modal_content .modal_form {
  padding: 10px 10px;
}
@media screen and (min-width: 768px) {
  .modal .modal_content .modal_form {
    padding: 10px 60px;
  }
}
.modal .modal_content .modal_title {
  font-family: "Climate Crisis", "Arial Black", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 10px 10px 35px;
  text-align: center;
  text-transform: capitalize;
  font-size: 2.4rem;
}
@media screen and (min-width: 576px) {
  .modal .modal_content .modal_title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .modal .modal_content .modal_title {
    font-size: 4rem;
  }
}

.body_wrapper {
  min-height: 101vh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .body_wrapper {
    box-sizing: border-box;
    margin: 0 auto;
  }
}

.template_content {
  min-height: calc(100vh - 100px);
  overflow: hidden;
}

.template_overlay {
  position: absolute;
}

.wrap {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  min-width: 280px;
  padding: 1rem 0.5rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wrap {
    margin: 0 auto;
    width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .wrap {
    width: 1168px;
  }
}
@media screen and (min-width: 1400px) {
  .wrap {
    width: 1368px;
  }
}

body.-is-loggedin .template_sidebar {
  display: block;
  height: 120px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.-is-loggedin .template_sidebar {
    height: 40px;
    width: 200px;
  }
}
body.-is-loggedin .template_content,
body.-is-loggedin .template_footer {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  body.-is-loggedin .template_content,
  body.-is-loggedin .template_footer {
    padding-left: 220px;
    padding-right: 20px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  body.-is-loggedin .wrap {
    width: 100%;
  }
}

.template_content {
  overflow: hidden;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .template_content {
    padding-top: 100px;
  }
}

.title-h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 3.2rem;
}
@media screen and (min-width: 576px) {
  .title-h1 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 992px) {
  .title-h1 {
    font-size: 7.2rem;
  }
}

.title-h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.4rem;
}
@media screen and (min-width: 576px) {
  .title-h2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .title-h2 {
    font-size: 4rem;
  }
}

.title-h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .title-h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .title-h3 {
    font-size: 3.2rem;
  }
}

.text {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .text {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  .text {
    font-size: 1.8rem;
  }
}
.text b {
  font-weight: 700;
}
.text span {
  font-weight: 600;
}
.text.-big {
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .text.-big {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .text.-big {
    font-size: 2.4rem;
  }
}
.text.-small {
  font-size: 1.2rem;
}

.template_content {
  overflow: hidden;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .template_content {
    padding-top: 100px;
  }
}

.template_header {
  position: absolute;
  width: 100%;
}

.header {
  position: relative;
  z-index: 9;
}
.header .wrap {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .header .wrap {
    height: 100px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header .wrap {
    padding: 0 40px;
  }
}
.header .wrap .logo {
  display: inline-block;
  width: 160px;
}
@media screen and (min-width: 992px) {
  .header .wrap .logo {
    width: auto;
  }
}
.header .wrap .logo img {
  max-width: 100%;
}
.header .wrap .header_buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 992px) {
  .header .wrap .header_buttons {
    right: 40px;
  }
}
.header .wrap .header_buttons > * {
  margin-left: 10px;
}
.header .wrap .header_buttons .button {
  background-color: #ebe4d8;
  border-radius: 30px;
  color: #131313;
  display: inline-block;
  font-weight: 400;
  position: relative;
  padding: 8px 18px;
}
@media screen and (min-width: 480px) {
  .header .wrap .header_buttons .button {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .header .wrap .header_buttons .button {
    font-size: 2.4rem;
    padding: 15px 35px;
  }
}
.header .wrap .header_buttons .button:hover {
  color: #131313;
}

.footer {
  width: 100%;
  padding: 20px 0;
  font-size: 1.2rem;
}
.footer a {
  color: #8f8f8f;
}
.footer a:hover,
.footer a:focus {
  color: #ebe4d8;
  transition: color 200ms ease-out;
}
.footer .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .footer_branding {
    text-align: left;
    width: 100%;
  }
}
.footer_branding img {
  height: auto;
  width: 133px;
}

.footer_links {
  align-items: center;
  color: #ebe4d8;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.footer_links .link {
  color: #ebe4d8;
  font-size: 1.6rem;
  line-height: 35px;
  padding: 8px;
}
@media screen and (min-width: 992px) {
  .footer_links .link {
    padding: 8px 30px;
  }
}

.footer_support {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .footer_support {
    margin-top: -80px;
  }
}

.footer_legal {
  color: #8f8f8f;
  font-size: 1.2rem;
  padding: 4px 8px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer_legal {
    padding: 4px 30px;
  }
}
.footer_legal iframe {
  max-height: 4.32rem;
  width: 100%;
}
@media screen and (min-width: 360px) {
  .footer_legal iframe {
    max-height: 2.88rem;
  }
}
@media screen and (min-width: 768px) {
  .footer_legal iframe {
    max-height: 1.44rem;
  }
}

.template_sidebar {
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .template_sidebar {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
  }
}

.sidebar {
  background-color: #191919;
  height: 120px;
  margin: 0;
  padding: 0;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .sidebar {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
  }
}
.sidebar .logo {
  cursor: pointer;
  font-size: 1.2rem;
  position: absolute;
  left: 55px;
  top: 28px;
}
@media screen and (min-width: 768px) {
  .sidebar .logo {
    left: 20px;
    top: 24px;
  }
}
.sidebar .logo img {
  height: auto;
  width: 130px;
}
@media screen and (min-width: 768px) {
  .sidebar .logo img {
    left: 20px;
    top: 24px;
    width: 160px;
  }
}
.sidebar .checkbox {
  cursor: pointer;
  display: block;
  height: 32px;
  opacity: 0;
  position: absolute;
  left: 24px;
  top: 24px;
  width: 32px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .sidebar .checkbox {
    display: none;
  }
}
.sidebar .hamburger_lines {
  display: flex;
  flex-direction: column;
  height: 1.4rem;
  justify-content: space-between;
  position: absolute;
  left: 24px;
  top: 29px;
  width: 24px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sidebar .hamburger_lines {
    display: none;
  }
}
.sidebar .hamburger_lines .line {
  background: #ebe4d8;
  border-radius: 10px;
  display: block;
  height: 2px;
  width: 20px;
}
.sidebar .hamburger_lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.sidebar .hamburger_lines .line2 {
  transition: transform 0.2s ease-in-out;
  width: 15px;
}
.sidebar .hamburger_lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.sidebar .link {
  color: #ebe4d8;
  display: flex;
  height: 100%;
  width: 100%;
}
.sidebar .link.-center {
  align-items: center;
}
.sidebar.-close {
  animation-duration: 1s;
  animation-name: sidebar_close;
  position: fixed;
  left: 0;
  width: 200px;
}
.sidebar.-close .cover {
  animation-duration: 1s;
  animation-name: cover_close;
  background: rgba(27, 23, 31, 0.8);
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 200px);
  z-index: -36;
}
.sidebar.-show {
  animation-duration: 1s;
  animation-name: sidebar_open;
  height: 100%;
  position: fixed;
  left: 0;
  width: 200px;
}
.sidebar.-show .menu {
  animation-duration: 2s;
  animation-name: show_item;
  display: block;
}
.sidebar.-show .options {
  animation-duration: 2s;
  animation-name: show_item;
  display: block;
}
.sidebar.-show .hamburger_lines .line {
  width: 18px;
}
.sidebar.-show .hamburger_lines .line1 {
  margin-top: 0px;
  transform: rotate(45deg);
}
.sidebar.-show .hamburger_lines .line2 {
  display: none;
}
.sidebar.-show .hamburger_lines .line3 {
  margin-top: 0px;
  transform: rotate(-45deg);
}
.sidebar.-show .cover {
  animation-duration: 1s;
  animation-name: cover_open;
  background: rgba(27, 23, 31, 0.8);
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 200px);
  z-index: -36;
}

.side-menu {
  display: none;
  padding: 195px 10px 0;
}
@media screen and (min-width: 768px) {
  .side-menu {
    display: block;
  }
}

.menu_item {
  border-radius: 5px;
  height: 36px;
  margin-top: 10px;
  transition: background-color 200ms ease-out;
}
.menu_item svg {
  fill: #ebe4d8;
  height: 16px;
  margin: 0 10px 2px 16px;
  width: 16px;
}
.menu_item:hover, .menu_item.-is_active {
  background: linear-gradient(96deg, #f20746 20%, #2e038c 100%);
  color: #ebe4d8;
}
.menu_item:hover svg, .menu_item.-is_active svg {
  fill: #ebe4d8;
}

.options {
  bottom: 0;
  cursor: pointer;
  display: none;
  margin-bottom: 0px;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .options {
    display: block;
  }
}
.options .menu_item {
  border-radius: 0;
  font-size: 1.4rem;
  height: 56px;
  width: 100%;
}
.options .menu_item.-is_active {
  background: #ebe4d8;
  color: #131313;
}
.options .menu_item.-is_active .link {
  background: #ebe4d8;
  color: #131313;
}
.options .menu_item.-is_active .link .icon-sidemenu svg {
  fill: #131313;
}
.options .menu_item .link:hover {
  background: #ebe4d8;
  color: #131313;
}
.options .menu_item .link:hover .icon-sidemenu svg {
  fill: #131313;
}
.options .menu_item .icon-options svg {
  background-color: #131313;
  border: 1px solid;
  border-radius: 20px;
  height: 28px;
  margin-left: 24px;
  padding: 2px;
  width: 28px;
}
.options .menu_item .icon-sidemenu svg {
  height: 12px;
  margin-bottom: 3px;
  transform: rotate(-90deg);
  width: 12px;
}
.options .menu_item .icon-sidemenu:hover {
  fill: #000;
}
.options .submenu {
  background-color: #ebe4d8;
  box-shadow: 5px -5px 5px 0px rgba(0, 0, 0, 0.25);
  color: #131313;
  display: none;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 135px;
  z-index: 9;
}
.options .submenu .submenu_item {
  color: #131313;
  border-radius: 0;
  box-sizing: border-box;
  height: 56px;
  padding: 8px 0;
  width: 100%;
}
.options .submenu .link {
  color: #131313;
  font-size: 1.4rem;
  padding: 0 20px;
  transition: background-color 200ms ease-out;
}
.options .submenu .link:hover {
  background: #f20746;
  color: #ebe4d8;
}

@keyframes sidebar_open {
  0% {
    height: 64px;
    left: 0;
    top: 0;
  }
  100% {
    height: 100%;
    left: 0;
    top: 0;
  }
}
@keyframes sidebar_close {
  0% {
    height: 100%;
    left: 0;
    top: 0;
  }
  100% {
    height: 64px;
    left: 0;
    top: 0;
  }
}
@keyframes cover_open {
  0% {
    height: 64px;
  }
  100% {
    height: 100%;
  }
}
@keyframes cover_close {
  0% {
    height: 100%;
  }
  100% {
    height: 64px;
  }
}
@keyframes show_item {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-bar {
  margin-bottom: 10px;
  padding-left: 80px;
  padding-right: 16px;
  position: absolute;
  right: 60px;
  top: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-bar {
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
  }
}
.search-bar.-is-active {
  margin: 0 auto;
  padding: 0;
  right: 20px;
  width: 60%;
}
@media screen and (min-width: 480px) {
  .search-bar.-is-active {
    width: 100%;
  }
}
.search-bar.-is-active .search-form {
  display: block;
  position: absolute;
  right: 0;
  top: 50px;
}
@media screen and (min-width: 768px) {
  .search-bar.-is-active .search-form {
    top: 0;
  }
}
.search-bar .search-form {
  font-size: 1.6rem;
  position: relative;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .search-bar .search-form {
    display: block;
    padding: 4px;
  }
}
.search-bar .inputwrapper {
  border-radius: 8px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .search-bar .inputwrapper {
    display: inline-block;
    height: 48px;
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .search-bar .inputwrapper {
    width: 50%;
  }
}
.search-bar .search-icon {
  height: 100%;
  left: 0;
  padding: 9px 12px;
  position: absolute;
  top: 0;
  width: 42px;
}
@media screen and (min-width: 768px) {
  .search-bar .search-icon {
    padding: 12px;
  }
}
.search-bar .search-icon svg {
  filter: invert(50%);
}
.search-bar .search-input {
  background-color: #ebe4d8;
  border: 0;
  border-radius: 8px;
  color: #131313;
  float: right;
  font-size: 1.4rem;
  height: 100%;
  line-height: 16px;
  margin: 0;
  outline: 0;
  padding: 12px 124px 12px 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-bar .search-input {
    font-size: 1.6rem;
    height: 44px;
  }
}
.search-bar .search-input:focus {
  height: 46px;
  padding: 16px 124px 16px 12px;
  transition: width 200ms ease-out, height 300ms ease-out 100ms;
}
@media screen and (min-width: 768px) {
  .search-bar .search-input:focus {
    width: 170%;
  }
}
@media screen and (min-width: 992px) {
  .search-bar .search-input:focus {
    width: 200%;
  }
}
.search-bar .search-input:focus + .search-icon {
  display: none;
  right: 100%;
}
.search-bar .search-input:focus ~ .search-filter {
  z-index: 9;
}
.search-bar .search-input:focus ~ .search-filter .search-dropdown {
  height: 44px;
  transition: height 300ms linear 100ms, background-color 200ms ease-out, border-color 200ms ease-out;
}
.search-bar .search-filter {
  padding: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .search-bar .search-filter {
    right: 0;
  }
}
.search-bar .search-filter .search-dropdown {
  background-color: inherit;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-size: 1.4rem;
  height: 39px;
  transition: background-color 200ms ease-out, border-color 200ms ease-out;
  width: 84px;
}
@media screen and (min-width: 360px) {
  .search-bar .search-filter .search-dropdown {
    width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .search-bar .search-filter .search-dropdown {
    font-size: 1.6rem;
    height: 42px;
    width: 124px;
  }
}
.search-bar .search-filter .search-dropdown.select-dropdown {
  border-right: 6px solid #ebe4d8;
  padding: 8px;
}
.search-bar .search-filter .search-dropdown.select-dropdown:hover, .search-bar .search-filter .search-dropdown.select-dropdown:focus {
  background: #424242;
  border-right: 6px solid #424242;
  color: #ebe4d8;
}
@media screen and (min-width: 768px) {
  .search-bar .search-filter .search-dropdown.select-dropdown {
    display: none;
  }
}
.search-bar .search-filter .search-dropdown.button-dropdown {
  display: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .search-bar .search-filter .search-dropdown.button-dropdown {
    display: block;
  }
}
.search-bar .search-filter .search-dropdown.button-dropdown .icon-close svg {
  display: none;
}
.search-bar .search-filter .search-dropdown.button-dropdown .icon-open svg {
  display: inline-block;
}
.search-bar .search-filter .search-dropdown.button-dropdown .dropdown-title {
  color: #131313;
  font-weight: 400;
  padding-right: 24px;
  text-align: left;
  transition: background-color 200ms ease-out;
}
.search-bar .search-filter .search-dropdown.button-dropdown .dropdown-title .icon {
  height: 16px;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 10px;
  width: 16px;
}
.search-bar .search-filter .search-dropdown.button-dropdown .dropdown-title .icon svg {
  fill: currentColor;
  padding: 0;
}
.search-bar .search-filter .search-dropdown.button-dropdown.-active, .search-bar .search-filter .search-dropdown.button-dropdown:hover {
  background-color: #292130;
}
.search-bar .search-filter .search-dropdown.button-dropdown.-active .dropdown-title, .search-bar .search-filter .search-dropdown.button-dropdown:hover .dropdown-title {
  color: #ebe4d8;
  height: 100%;
}
.search-bar .search-filter .search-dropdown.button-dropdown.-active .dropdown-title .icon svg, .search-bar .search-filter .search-dropdown.button-dropdown:hover .dropdown-title .icon svg {
  fill: #ebe4d8;
}
.search-bar .search-filter .search-dropdown.button-dropdown.-active {
  border-radius: 7px 7px 0 0;
}
.search-bar .search-filter .search-dropdown.button-dropdown.-active .icon-open svg {
  display: none;
}
.search-bar .search-filter .search-dropdown.button-dropdown.-active .icon-close svg {
  display: inline-block;
}
.search-bar .search-filter .search-dropdown.button-dropdown .dropdown-content {
  background-color: #292130;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.search-bar .search-filter .search-dropdown.button-dropdown .dropdown-option {
  cursor: pointer;
  display: block;
  padding: 12px;
  transition: background-color 200ms ease-out;
}
.search-bar .search-filter .search-dropdown.button-dropdown .dropdown-option:hover {
  background-color: #f20746;
  color: #ebe4d8;
}
.search-bar .search-filter .search-dropdown.button-dropdown input[type=radio] {
  appearance: none;
}
.search-bar.-has-results {
  position: relative;
  z-index: 3;
}
.search-bar.-has-results .formwrapper {
  background: #131313;
  border-radius: 4px 4px 0 0;
}

.search_no_results {
  margin: 50px 0 60px;
  text-align: center;
}
.search_no_results .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.search_no_results .description {
  font-size: 1.4rem;
}

.language-picker {
  border-radius: 8px 8px 0px 0px;
  color: #ebe4d8;
  height: 32px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 200ms ease-out;
  top: 2px;
  z-index: 4;
}
.language-picker .title {
  align-items: baseline;
  display: flex;
  justify-content: center;
  padding-left: 8px;
  padding-right: 24px;
  position: relative;
}
.language-picker .title img {
  margin-top: 6px;
}
.language-picker .dropdown-arrow {
  background: url("/images/kevaflix/icon/dropdown_chevron.svg") no-repeat center;
  filter: invert(0.89) sepia(0.05) saturate(4);
  height: 14px;
  position: absolute;
  right: 1px;
  top: 9px;
  transition: transform 200ms ease-out;
  transform: rotate(0deg);
  width: 14px;
}
.language-picker .selection {
  background-color: transparent;
  border-radius: 8px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.75);
  display: block;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 32px;
  visibility: hidden;
}
.language-picker .selection .option {
  align-items: center;
  background-color: transparent;
  display: flex;
  padding: 6px 12px 6px 12px;
}
.language-picker .selection span {
  margin-left: 8px;
}
.language-picker:hover {
  cursor: pointer;
}
.language-picker:hover .dropdown-arrow {
  transform: rotate(180deg);
}
.language-picker:hover .selection {
  background-color: #292130;
  color: #ebe4d8;
  display: block;
  opacity: 1;
  transition: opacity 200ms ease-out;
  visibility: visible;
}
.language-picker:hover .selection .option {
  background-color: transparent;
  text-decoration: none;
}
.language-picker:hover .selection .option:hover {
  background-color: #f20746;
  color: #ebe4d8;
}

body.-is-loggedin .template_content {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  body.-is-loggedin .template_content {
    padding-top: 120px;
  }
}

.memberzone-header {
  height: 80px;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .memberzone-header {
    background-color: #131313;
    box-shadow: 0 0 10px 0px #131313;
    padding-left: 220px;
    padding-right: 80px;
    padding-top: 18px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6;
  }
}
.memberzone-header .language-picker {
  position: absolute;
  right: 16px;
  top: 28px;
}

.section_title {
  color: #ebe4d8;
  font-family: "Climate Crisis", "Arial Black", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
  font-size: 2.4rem;
}
@media screen and (min-width: 576px) {
  .section_title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .section_title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .section_title {
    margin-left: 0;
  }
}

.section_art {
  border-radius: 8px;
  height: 232px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.section_categories {
  margin: 10px 0;
}

.section__subtitle {
  color: #ebe4d8;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  text-align: left;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 245px;
  z-index: 2;
}

.section .section_content {
  text-align: center;
  padding-top: 10px;
}
.section .section_content .wrap-col {
  padding: 0 10px;
}
.section .section_content .title {
  font-weight: 700;
  line-height: 1.5;
  padding-top: 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .section .section_content .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .section .section_content .title {
    font-size: 2.4rem;
  }
}
.section .section_content .title b {
  font-weight: 700;
}
.section .section_content .text {
  padding: 30px 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .section .section_content .text {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  .section .section_content .text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 576px) {
  .section .section_content .btn-container {
    margin: 0 auto;
  }
}
.section .section_content .btn-wrap {
  margin: 30px 0;
}
.section .section_content .picturewrap .picture {
  border-radius: 16px;
  height: auto;
  max-width: 100%;
}
.section .cw-icon {
  border-radius: 32px;
  height: auto;
  position: relative;
  width: auto;
  vertical-align: middle;
}
.section .cw-icon svg {
  width: 32px;
  height: 32px;
  padding: 12px 4px;
  fill: #ebe4d8;
}

.results_for {
  color: #ebe4d8;
  margin: 10px 0 20px;
}
.results_for span {
  color: #ebe4d8;
  font-weight: 700;
  margin-left: 5px;
}

.content .module_language_picker {
  float: right;
}
.content .module_language_picker .title {
  min-width: 110px;
  justify-content: left;
}

#layout_content {
  color: #ebe4d8;
  display: block;
  line-height: 1.33;
  margin: 0 auto;
  padding: 0;
}
#layout_content h1 {
  font-size: 3.2rem;
  margin-bottom: 16px;
  font-family: "Climate Crisis", "Arial Black", sans-serif;
}
#layout_content h2 {
  font-size: 1.8rem;
}
#layout_content h3 {
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 10px;
}
#layout_content p {
  padding-top: 20px;
}
#layout_content ul {
  list-style: disc;
  padding: revert;
}
#layout_content .lvl-2 {
  padding-left: 40px;
}
#layout_content i {
  font-style: normal;
}
#layout_content .content-wrapper {
  padding: 0 20px;
}

.wrap {
  padding: 0 30px;
}
@media screen and (min-width: 992px) {
  .wrap {
    padding: 0 40px;
  }
}

.legal-document {
  font-size: 1.6rem;
  font-weight: 300;
  min-height: 850px;
}
.legal-document u {
  display: inline-block;
  margin: 10px 0 5px 0;
}
.legal-document b,
.legal-document strong {
  font-weight: 700;
}

input[type=checkbox] {
  -webkit-appearance: checkbox; /* For Safari and Chrome */
  -moz-appearance: checkbox; /* For Firefox */
  appearance: checkbox; /* For other modern browsers */
}

.modal .modal_dialog {
  position: relative;
}
.modal .modal_dialog .cgv-modal-close,
.modal .modal_dialog .privacy-modal-close {
  text-align: end;
}
.modal .modal_dialog #cgv_iframe,
.modal .modal_dialog #privacy_iframe {
  border: none;
  box-sizing: border-box;
  min-height: 600px;
  padding: 5px;
  position: relative;
  width: 100%;
}
.modal .free_register {
  color: #ebe4d8;
  font-size: 1.4rem;
  margin: 10px 0 30px 0;
  padding: 0 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .modal .free_register {
    padding: 0 30px 20px;
  }
}
.modal .free_register .link {
  cursor: pointer;
  text-decoration: underline;
}
.modal .hidden {
  display: none;
}
.modal .modal_close_button {
  cursor: pointer;
  filter: invert(0.89) sepia(0.05) saturate(4);
  padding: 10px 30px;
  text-align: right;
}
.modal .modal_close_button img {
  width: 20px;
}
.modal .modal_title {
  padding: 10px 30px;
}
.modal .modal_intro {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.modal .modal_form {
  padding: 10px 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .modal .modal_form {
    padding: 10px 30px;
  }
}
.modal .modal_form .input_group {
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
.modal .modal_form .input_field {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 400;
  justify-content: center;
  padding: 0 0 20px 0;
  width: 100%;
}
.modal .modal_form .input_field label {
  font-weight: 700;
  padding-bottom: 5px;
}
.modal .modal_form .input_field input {
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 12px 16px;
}
.modal .modal_form .input_field input:hover, .modal .modal_form .input_field input:focus {
  border: 2px solid #bf3604;
  outline: none !important;
}
.modal .modal_form .checkbox {
  font-weight: 400;
  margin-right: 30px;
  position: relative;
}
.modal .modal_form .checkbox .label_checkbox {
  width: fit-content;
}
.modal .modal_form .checkbox .label_checkbox .input_checkbox {
  appearance: checkbox;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.modal .modal_form .checkbox .label_checkbox .input_checkbox:checked {
  background-color: #bf3604;
}
.modal .modal_form .checkbox .label_checkbox .text {
  position: relative;
  top: 1px;
  font-size: 1.2rem;
}
.modal .modal_form .checkbox .label_checkbox .text span {
  cursor: pointer;
  margin-left: 5px;
  text-decoration: underline;
}
.modal .modal_form .checkbox .label_checkbox a {
  text-decoration: underline;
}
.modal .modal_form .submit_button_wrapper {
  padding: 10px 0;
  text-align: center;
}
.modal .modal_form .submit_button_wrapper p {
  color: #ebe4d8;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.modal .modal_form .submit_button_wrapper button {
  box-shadow: 0 0 69px 5px rgba(255, 255, 224, 0.2);
  font-size: 1.6rem;
  padding: 15px 10px;
}
@media screen and (min-width: 576px) {
  .modal .modal_form .submit_button_wrapper button {
    font-size: 2.4rem;
    padding: 23px 60px;
  }
}
.modal .modal_form .hidden {
  display: none;
  visibility: unset;
}
.modal .modal_form .back_step_button {
  cursor: pointer;
  font-size: 1.6rem;
  margin-bottom: 10px;
  position: absolute;
  left: 30px;
  top: -80px;
  z-index: 1;
}
.modal .modal_form .back_step_button:hover {
  text-decoration: underline;
}
.modal .modal_form .back_step_button .icon_arrow_left {
  filter: invert(100%);
  height: 16px;
  transform: rotate(90deg);
  vertical-align: middle;
}
.modal .modal_form .loading {
  position: relative;
}
.modal .modal_form .loading span {
  visibility: hidden;
}
.modal .modal_form .loading::after {
  animation: rotateLoading 1s infinite linear;
  border: 2px solid #ebe4d8;
  border-radius: 50%;
  border-right-color: transparent;
  content: "";
  display: inline-block;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  width: 16px;
}
.modal .modal_form .extra {
  text-align: center;
  font-size: 1.2rem;
}
.modal .modal_form .extra .highlight {
  font-weight: 700;
  padding: 8px 0;
}
.modal .modal_form .extra .lowlight {
  color: #8f8f8f;
  font-weight: 400;
}
@keyframes rotateLoading {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.modal .login_links {
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 360px) {
  .modal .login_links {
    padding: 0 20px;
  }
}
.modal .forgot_password_label {
  display: flex;
  justify-content: space-between;
}
.modal .link {
  color: #ebe4d8;
  cursor: pointer;
  padding-bottom: 5px;
  text-align: center;
}
.modal .alert_error {
  margin-bottom: 10px;
}
.modal .input_warning {
  font-size: 1.4rem;
  font-weight: 600;
  display: none;
}
.modal .invalid_char {
  color: #bf3604;
  display: inline-block;
}
.modal .invalid_input {
  border: 1px solid #bf3604 !important;
}
.modal .features_container {
  color: #131313;
  display: inline-block;
  margin: 0;
  padding: 0 40px 120px;
}
@media screen and (min-width: 992px) {
  .modal .features_container {
    width: 35%;
  }
}
.modal .feature_list {
  list-style: none;
  margin-top: 120px;
  padding: 0 25px 0 0;
}
.modal .feature_list .feature_item {
  margin: 5px 0 50px;
  text-align: left;
}
.modal .feature_list .feature_item_title {
  font-weight: 700;
}
.modal .change-to-login {
  font-weight: 700;
  text-align: center;
}
.modal .change-to-login .link {
  text-decoration: underline;
}

.reset_modal_dialog {
  background-color: #131313;
  border-radius: 24px;
  color: #ebe4d8;
  display: flex;
  margin: 100px auto;
  max-width: 720px;
  width: auto;
}
.reset_modal_dialog .reset_modal_content {
  border-radius: 21px;
  color: #ebe4d8;
  font-size: 1.6rem;
  width: 100%;
}
.reset_modal_dialog .reset_modal_title {
  font-family: "Climate Crisis", "Arial Black", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 2.4rem;
}
@media screen and (min-width: 576px) {
  .reset_modal_dialog .reset_modal_title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .reset_modal_dialog .reset_modal_title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .reset_modal_dialog .reset_modal_title {
    padding: 0 50px 25px;
  }
}
.reset_modal_dialog .reset_modal_description {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .reset_modal_dialog .reset_modal_description {
    font-size: 1.6rem;
    padding: 0 50px 25px;
  }
}
.reset_modal_dialog .modal_form {
  padding-bottom: 40px;
}
.reset_modal_dialog .modal_form .input_field {
  padding-bottom: 0;
}

#modal_player {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px 0px 5px 5px;
  color: #ebe4d8;
  display: none;
  opacity: 1;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  left: unset;
  right: 10px;
  top: unset;
  width: calc(100% - 20px);
  z-index: 9;
}
@media screen and (min-width: 768px) {
  #modal_player {
    border-radius: 0;
    bottom: 100px;
    height: 148px;
    padding: 5px 15px;
    right: unset;
    width: 200px;
  }
}
#modal_player .volume_controls {
  display: none;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  #modal_player .volume_controls {
    align-items: center;
    display: flex;
    width: 275px;
  }
}
#modal_player .volume_controls .controlbutton {
  cursor: pointer;
  filter: invert(0.89) sepia(0.05) saturate(4);
}
#modal_player .volume_controls .mute-button {
  padding-right: 10px;
  padding-top: 5px;
}
#modal_player .modal_load {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.72);
  display: none;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99;
}
#modal_player .modal_load.-is_active {
  display: block;
}
#modal_player .modal_load .loader {
  display: none;
}
#modal_player .modal_load .loader div {
  background-color: #ebe4d8;
}
#modal_player .modal_load .loader.-is_active {
  display: block;
}
#modal_player .modal_load .error {
  align-items: center;
  color: #ebe4d8;
  display: none;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
}
#modal_player .modal_load .error a {
  font-size: 1.2rem;
  font-weight: 400;
}
#modal_player .modal_load .error a:hover {
  color: #ebe4d8;
}
#modal_player .modal_load .error.-is_active {
  display: flex;
}
#modal_player .modal_header {
  color: #ebe4d8;
  position: relative;
  width: 100%;
  z-index: 0;
}
#modal_player .close {
  position: absolute;
  right: -6px;
  top: -25px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #modal_player .close {
    right: -16px;
  }
}
#modal_player .close a.link_close {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px 5px 0px 0px;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 1;
  text-decoration: none;
  width: 20px;
}
#modal_player .close a.link_close svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
}
#modal_player .modal_content {
  display: flex;
}
@media screen and (min-width: 768px) {
  #modal_player .modal_content {
    margin-bottom: 56px;
  }
}
#modal_player .modal_content .img .img_aspect_ratio_common {
  background: #292130;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  height: 0;
  overflow: hidden;
  padding-top: 53.125%;
  position: relative;
  width: 88px;
}
@media screen and (min-width: 768px) {
  #modal_player .modal_content .img .img_aspect_ratio_common {
    width: 96px;
  }
}
#modal_player .modal_content .img img {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
}
#modal_player .modal_content .title {
  align-items: start;
  padding: 2px 10px;
  width: 100%;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  line-height: 1.25;
  max-height: 4.5rem;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  #modal_player .modal_content .title {
    height: 50px;
    padding: 0;
    position: absolute;
    top: 65px;
    width: 171px;
  }
}
#modal_player .modal_content .buttonwrap {
  background-color: #424242;
  border-radius: 20px;
  color: #ebe4d8;
  height: 40px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  #modal_player .modal_content .buttonwrap {
    margin-left: auto;
    top: 4px;
  }
}
#modal_player .modal_content .buttonwrap .controlbutton {
  cursor: pointer;
  height: 40px;
  width: 40px;
}
#modal_player .modal_content .buttonwrap .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: inherit;
  padding: 8px;
}
#modal_player .modal_content .buttonwrap .icon svg {
  fill: #ebe4d8;
  height: 24px;
  width: 24px;
}
#modal_player .modal_content .buttonwrap .icon.-is-hidden {
  display: none;
}
#modal_player .modal_footer {
  display: none;
}
@media screen and (min-width: 768px) {
  #modal_player .modal_footer {
    align-items: center;
    display: flex;
    width: 100%;
    height: 30px;
  }
}
#modal_player .modal_footer .volume_controls {
  display: none;
}
@media screen and (min-width: 768px) {
  #modal_player .modal_footer .volume_controls {
    display: flex;
  }
}
#modal_player .modal_footer .volume_controls .controlbutton {
  filter: invert(1);
}
#modal_player .modal_footer #track {
  bottom: 0;
  position: absolute;
  right: calc(50% - 26px);
}
@media screen and (min-width: 768px) {
  #modal_player .modal_footer #track {
    position: relative;
    right: auto;
  }
}
#modal_player .controlbutton {
  background-color: transparent;
}

#volume_controls .-progress {
  width: 80%;
}

.range {
  background-color: #292130;
  border-radius: 10px;
  height: 7px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .range {
    width: calc(100% - 20px);
  }
}
.range .-progress {
  background-color: #96aa0d;
  border-radius: 10px;
  height: 7px;
  position: relative;
  width: 0px;
}
.range .-progress .-thumb {
  background-color: #ebe4d8;
  border: 0;
  border-radius: 10px;
  height: 13px;
  position: absolute;
  right: -8px;
  top: -3px;
  width: 13px;
  cursor: e-resize;
}

#modal_player .hidden {
  display: block;
  visibility: hidden;
}

/*# sourceMappingURL=terms.css.map */
