@charset "UTF-8";
/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 428px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 744px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xll-1, .col-xll-2, .col-xll-3, .col-xll-4, .col-xll-5, .col-xll-6, .col-xll-7, .col-xll-8, .col-xll-9, .col-xll-10, .col-xll-11, .col-xll-12, .col-xll,
.col-xll-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 428px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 744px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xll {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xll-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xll-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xll-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xll-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xll-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xll-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xll-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xll-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xll-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xll-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xll-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xll-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xll-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xll-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xll-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xll-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xll-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xll-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xll-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xll-first {
    order: -1; }
  .order-xll-last {
    order: 13; }
  .order-xll-0 {
    order: 0; }
  .order-xll-1 {
    order: 1; }
  .order-xll-2 {
    order: 2; }
  .order-xll-3 {
    order: 3; }
  .order-xll-4 {
    order: 4; }
  .order-xll-5 {
    order: 5; }
  .order-xll-6 {
    order: 6; }
  .order-xll-7 {
    order: 7; }
  .order-xll-8 {
    order: 8; }
  .order-xll-9 {
    order: 9; }
  .order-xll-10 {
    order: 10; }
  .order-xll-11 {
    order: 11; }
  .order-xll-12 {
    order: 12; }
  .offset-xll-0 {
    margin-left: 0; }
  .offset-xll-1 {
    margin-left: 8.33333%; }
  .offset-xll-2 {
    margin-left: 16.66667%; }
  .offset-xll-3 {
    margin-left: 25%; }
  .offset-xll-4 {
    margin-left: 33.33333%; }
  .offset-xll-5 {
    margin-left: 41.66667%; }
  .offset-xll-6 {
    margin-left: 50%; }
  .offset-xll-7 {
    margin-left: 58.33333%; }
  .offset-xll-8 {
    margin-left: 66.66667%; }
  .offset-xll-9 {
    margin-left: 75%; }
  .offset-xll-10 {
    margin-left: 83.33333%; }
  .offset-xll-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 428px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 744px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xll-none {
    display: none !important; }
  .d-xll-inline {
    display: inline !important; }
  .d-xll-inline-block {
    display: inline-block !important; }
  .d-xll-block {
    display: block !important; }
  .d-xll-table {
    display: table !important; }
  .d-xll-table-row {
    display: table-row !important; }
  .d-xll-table-cell {
    display: table-cell !important; }
  .d-xll-flex {
    display: flex !important; }
  .d-xll-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 428px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 744px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xll-row {
    flex-direction: row !important; }
  .flex-xll-column {
    flex-direction: column !important; }
  .flex-xll-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xll-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xll-wrap {
    flex-wrap: wrap !important; }
  .flex-xll-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xll-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xll-fill {
    flex: 1 1 auto !important; }
  .flex-xll-grow-0 {
    flex-grow: 0 !important; }
  .flex-xll-grow-1 {
    flex-grow: 1 !important; }
  .flex-xll-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xll-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xll-start {
    justify-content: flex-start !important; }
  .justify-content-xll-end {
    justify-content: flex-end !important; }
  .justify-content-xll-center {
    justify-content: center !important; }
  .justify-content-xll-between {
    justify-content: space-between !important; }
  .justify-content-xll-around {
    justify-content: space-around !important; }
  .align-items-xll-start {
    align-items: flex-start !important; }
  .align-items-xll-end {
    align-items: flex-end !important; }
  .align-items-xll-center {
    align-items: center !important; }
  .align-items-xll-baseline {
    align-items: baseline !important; }
  .align-items-xll-stretch {
    align-items: stretch !important; }
  .align-content-xll-start {
    align-content: flex-start !important; }
  .align-content-xll-end {
    align-content: flex-end !important; }
  .align-content-xll-center {
    align-content: center !important; }
  .align-content-xll-between {
    align-content: space-between !important; }
  .align-content-xll-around {
    align-content: space-around !important; }
  .align-content-xll-stretch {
    align-content: stretch !important; }
  .align-self-xll-auto {
    align-self: auto !important; }
  .align-self-xll-start {
    align-self: flex-start !important; }
  .align-self-xll-end {
    align-self: flex-end !important; }
  .align-self-xll-center {
    align-self: center !important; }
  .align-self-xll-baseline {
    align-self: baseline !important; }
  .align-self-xll-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 428px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 744px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xll-0 {
    margin: 0 !important; }
  .mt-xll-0,
  .my-xll-0 {
    margin-top: 0 !important; }
  .mr-xll-0,
  .mx-xll-0 {
    margin-right: 0 !important; }
  .mb-xll-0,
  .my-xll-0 {
    margin-bottom: 0 !important; }
  .ml-xll-0,
  .mx-xll-0 {
    margin-left: 0 !important; }
  .m-xll-1 {
    margin: 0.25rem !important; }
  .mt-xll-1,
  .my-xll-1 {
    margin-top: 0.25rem !important; }
  .mr-xll-1,
  .mx-xll-1 {
    margin-right: 0.25rem !important; }
  .mb-xll-1,
  .my-xll-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xll-1,
  .mx-xll-1 {
    margin-left: 0.25rem !important; }
  .m-xll-2 {
    margin: 0.5rem !important; }
  .mt-xll-2,
  .my-xll-2 {
    margin-top: 0.5rem !important; }
  .mr-xll-2,
  .mx-xll-2 {
    margin-right: 0.5rem !important; }
  .mb-xll-2,
  .my-xll-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xll-2,
  .mx-xll-2 {
    margin-left: 0.5rem !important; }
  .m-xll-3 {
    margin: 1rem !important; }
  .mt-xll-3,
  .my-xll-3 {
    margin-top: 1rem !important; }
  .mr-xll-3,
  .mx-xll-3 {
    margin-right: 1rem !important; }
  .mb-xll-3,
  .my-xll-3 {
    margin-bottom: 1rem !important; }
  .ml-xll-3,
  .mx-xll-3 {
    margin-left: 1rem !important; }
  .m-xll-4 {
    margin: 1.5rem !important; }
  .mt-xll-4,
  .my-xll-4 {
    margin-top: 1.5rem !important; }
  .mr-xll-4,
  .mx-xll-4 {
    margin-right: 1.5rem !important; }
  .mb-xll-4,
  .my-xll-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xll-4,
  .mx-xll-4 {
    margin-left: 1.5rem !important; }
  .m-xll-5 {
    margin: 3rem !important; }
  .mt-xll-5,
  .my-xll-5 {
    margin-top: 3rem !important; }
  .mr-xll-5,
  .mx-xll-5 {
    margin-right: 3rem !important; }
  .mb-xll-5,
  .my-xll-5 {
    margin-bottom: 3rem !important; }
  .ml-xll-5,
  .mx-xll-5 {
    margin-left: 3rem !important; }
  .p-xll-0 {
    padding: 0 !important; }
  .pt-xll-0,
  .py-xll-0 {
    padding-top: 0 !important; }
  .pr-xll-0,
  .px-xll-0 {
    padding-right: 0 !important; }
  .pb-xll-0,
  .py-xll-0 {
    padding-bottom: 0 !important; }
  .pl-xll-0,
  .px-xll-0 {
    padding-left: 0 !important; }
  .p-xll-1 {
    padding: 0.25rem !important; }
  .pt-xll-1,
  .py-xll-1 {
    padding-top: 0.25rem !important; }
  .pr-xll-1,
  .px-xll-1 {
    padding-right: 0.25rem !important; }
  .pb-xll-1,
  .py-xll-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xll-1,
  .px-xll-1 {
    padding-left: 0.25rem !important; }
  .p-xll-2 {
    padding: 0.5rem !important; }
  .pt-xll-2,
  .py-xll-2 {
    padding-top: 0.5rem !important; }
  .pr-xll-2,
  .px-xll-2 {
    padding-right: 0.5rem !important; }
  .pb-xll-2,
  .py-xll-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xll-2,
  .px-xll-2 {
    padding-left: 0.5rem !important; }
  .p-xll-3 {
    padding: 1rem !important; }
  .pt-xll-3,
  .py-xll-3 {
    padding-top: 1rem !important; }
  .pr-xll-3,
  .px-xll-3 {
    padding-right: 1rem !important; }
  .pb-xll-3,
  .py-xll-3 {
    padding-bottom: 1rem !important; }
  .pl-xll-3,
  .px-xll-3 {
    padding-left: 1rem !important; }
  .p-xll-4 {
    padding: 1.5rem !important; }
  .pt-xll-4,
  .py-xll-4 {
    padding-top: 1.5rem !important; }
  .pr-xll-4,
  .px-xll-4 {
    padding-right: 1.5rem !important; }
  .pb-xll-4,
  .py-xll-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xll-4,
  .px-xll-4 {
    padding-left: 1.5rem !important; }
  .p-xll-5 {
    padding: 3rem !important; }
  .pt-xll-5,
  .py-xll-5 {
    padding-top: 3rem !important; }
  .pr-xll-5,
  .px-xll-5 {
    padding-right: 3rem !important; }
  .pb-xll-5,
  .py-xll-5 {
    padding-bottom: 3rem !important; }
  .pl-xll-5,
  .px-xll-5 {
    padding-left: 3rem !important; }
  .m-xll-n1 {
    margin: -0.25rem !important; }
  .mt-xll-n1,
  .my-xll-n1 {
    margin-top: -0.25rem !important; }
  .mr-xll-n1,
  .mx-xll-n1 {
    margin-right: -0.25rem !important; }
  .mb-xll-n1,
  .my-xll-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xll-n1,
  .mx-xll-n1 {
    margin-left: -0.25rem !important; }
  .m-xll-n2 {
    margin: -0.5rem !important; }
  .mt-xll-n2,
  .my-xll-n2 {
    margin-top: -0.5rem !important; }
  .mr-xll-n2,
  .mx-xll-n2 {
    margin-right: -0.5rem !important; }
  .mb-xll-n2,
  .my-xll-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xll-n2,
  .mx-xll-n2 {
    margin-left: -0.5rem !important; }
  .m-xll-n3 {
    margin: -1rem !important; }
  .mt-xll-n3,
  .my-xll-n3 {
    margin-top: -1rem !important; }
  .mr-xll-n3,
  .mx-xll-n3 {
    margin-right: -1rem !important; }
  .mb-xll-n3,
  .my-xll-n3 {
    margin-bottom: -1rem !important; }
  .ml-xll-n3,
  .mx-xll-n3 {
    margin-left: -1rem !important; }
  .m-xll-n4 {
    margin: -1.5rem !important; }
  .mt-xll-n4,
  .my-xll-n4 {
    margin-top: -1.5rem !important; }
  .mr-xll-n4,
  .mx-xll-n4 {
    margin-right: -1.5rem !important; }
  .mb-xll-n4,
  .my-xll-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xll-n4,
  .mx-xll-n4 {
    margin-left: -1.5rem !important; }
  .m-xll-n5 {
    margin: -3rem !important; }
  .mt-xll-n5,
  .my-xll-n5 {
    margin-top: -3rem !important; }
  .mr-xll-n5,
  .mx-xll-n5 {
    margin-right: -3rem !important; }
  .mb-xll-n5,
  .my-xll-n5 {
    margin-bottom: -3rem !important; }
  .ml-xll-n5,
  .mx-xll-n5 {
    margin-left: -3rem !important; }
  .m-xll-auto {
    margin: auto !important; }
  .mt-xll-auto,
  .my-xll-auto {
    margin-top: auto !important; }
  .mr-xll-auto,
  .mx-xll-auto {
    margin-right: auto !important; }
  .mb-xll-auto,
  .my-xll-auto {
    margin-bottom: auto !important; }
  .ml-xll-auto,
  .mx-xll-auto {
    margin-left: auto !important; } }

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0s; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0s; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0s; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0s; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0s; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0s; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0s; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0s; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0s; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0s; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0s; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0s; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0s; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0s; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0s; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0s; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0s; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0s; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0s; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0s; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0s; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0s; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0s; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0s; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0s; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0s; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0s; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0s; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0s; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0s; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0s; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0s; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0s; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0s; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0s; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0s; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0s; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0s; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0s; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0s; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0s; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0s; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0s; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0s; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0s; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0s; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0s; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0s; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0s; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0s; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0s; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0s; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0s; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0s; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0s; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0s; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0s; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0s; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0s; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0s; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

[data-aos] {
  pointer-events: none; }
  [data-aos].aos-animate {
    pointer-events: auto; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */ }
    html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
      opacity: 0;
      transition-property: opacity, transform; }
      html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
        opacity: 1;
        transform: none; }
    html:not(.no-js) [data-aos='fade-up'] {
      transform: translate3d(0, 100px, 0); }
    html:not(.no-js) [data-aos='fade-down'] {
      transform: translate3d(0, -100px, 0); }
    html:not(.no-js) [data-aos='fade-right'] {
      transform: translate3d(-100px, 0, 0); }
    html:not(.no-js) [data-aos='fade-left'] {
      transform: translate3d(100px, 0, 0); }
    html:not(.no-js) [data-aos='fade-up-right'] {
      transform: translate3d(-100px, 100px, 0); }
    html:not(.no-js) [data-aos='fade-up-left'] {
      transform: translate3d(100px, 100px, 0); }
    html:not(.no-js) [data-aos='fade-down-right'] {
      transform: translate3d(-100px, -100px, 0); }
    html:not(.no-js) [data-aos='fade-down-left'] {
      transform: translate3d(100px, -100px, 0); }
    html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
      opacity: 0;
      transition-property: opacity, transform; }
      html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1); }
    html:not(.no-js) [data-aos='zoom-in'] {
      transform: scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-up'] {
      transform: translate3d(0, 100px, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-down'] {
      transform: translate3d(0, -100px, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-right'] {
      transform: translate3d(-100px, 0, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-left'] {
      transform: translate3d(100px, 0, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-out'] {
      transform: scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-up'] {
      transform: translate3d(0, 100px, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-down'] {
      transform: translate3d(0, -100px, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-right'] {
      transform: translate3d(-100px, 0, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-left'] {
      transform: translate3d(100px, 0, 0) scale(1.2); }
    html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
      transition-property: transform;
      visibility: hidden; }
      html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
        visibility: visible;
        transform: translate3d(0, 0, 0); }
    html:not(.no-js) [data-aos='slide-up'] {
      transform: translate3d(0, 100%, 0); }
    html:not(.no-js) [data-aos='slide-down'] {
      transform: translate3d(0, -100%, 0); }
    html:not(.no-js) [data-aos='slide-right'] {
      transform: translate3d(-100%, 0, 0); }
    html:not(.no-js) [data-aos='slide-left'] {
      transform: translate3d(100%, 0, 0); }
    html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
      backface-visibility: hidden;
      transition-property: transform; }
    html:not(.no-js) [data-aos='flip-left'] {
      transform: perspective(2500px) rotateY(-100deg); }
      html:not(.no-js) [data-aos='flip-left'].aos-animate {
        transform: perspective(2500px) rotateY(0); }
    html:not(.no-js) [data-aos='flip-right'] {
      transform: perspective(2500px) rotateY(100deg); }
      html:not(.no-js) [data-aos='flip-right'].aos-animate {
        transform: perspective(2500px) rotateY(0); }
    html:not(.no-js) [data-aos='flip-up'] {
      transform: perspective(2500px) rotateX(-100deg); }
      html:not(.no-js) [data-aos='flip-up'].aos-animate {
        transform: perspective(2500px) rotateX(0); }
    html:not(.no-js) [data-aos='flip-down'] {
      transform: perspective(2500px) rotateX(100deg); }
      html:not(.no-js) [data-aos='flip-down'].aos-animate {
        transform: perspective(2500px) rotateX(0); } }

/*!
 * Viewer.js v1.10.5
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-04-05T08:21:00.150Z
 */
.viewer-close:before, .viewer-flip-horizontal:before, .viewer-flip-vertical:before, .viewer-fullscreen-exit:before, .viewer-fullscreen:before, .viewer-next:before, .viewer-one-to-one:before, .viewer-play:before, .viewer-prev:before, .viewer-reset:before, .viewer-rotate-left:before, .viewer-rotate-right:before, .viewer-zoom-in:before, .viewer-zoom-out:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 280px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 20px; }

.viewer-zoom-in:before {
  background-position: 0 0;
  content: "Zoom In"; }

.viewer-zoom-out:before {
  background-position: -20px 0;
  content: "Zoom Out"; }

.viewer-one-to-one:before {
  background-position: -40px 0;
  content: "One to One"; }

.viewer-reset:before {
  background-position: -60px 0;
  content: "Reset"; }

.viewer-prev:before {
  background-position: -80px 0;
  content: "Previous"; }

.viewer-play:before {
  background-position: -100px 0;
  content: "Play"; }

.viewer-next:before {
  background-position: -120px 0;
  content: "Next"; }

.viewer-rotate-left:before {
  background-position: -140px 0;
  content: "Rotate Left"; }

.viewer-rotate-right:before {
  background-position: -160px 0;
  content: "Rotate Right"; }

.viewer-flip-horizontal:before {
  background-position: -180px 0;
  content: "Flip Horizontal"; }

.viewer-flip-vertical:before {
  background-position: -200px 0;
  content: "Flip Vertical"; }

.viewer-fullscreen:before {
  background-position: -220px 0;
  content: "Enter Full Screen"; }

.viewer-fullscreen-exit:before {
  background-position: -240px 0;
  content: "Exit Full Screen"; }

.viewer-close:before {
  background-position: -260px 0;
  content: "Close"; }

.viewer-container {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.viewer-container ::-moz-selection, .viewer-container::-moz-selection {
  background-color: transparent; }

.viewer-container ::selection, .viewer-container::selection {
  background-color: transparent; }

.viewer-container:focus {
  outline: 0; }

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%; }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }

.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto; }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center; }

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden; }

.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0; }

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: .5;
  overflow: hidden;
  transition: opacity .15s;
  width: 30px; }

.viewer-list > li:focus, .viewer-list > li:hover {
  opacity: .75; }

.viewer-list > li:focus {
  outline: 0; }

.viewer-list > li + li {
  margin-left: 1px; }

.viewer-list > .viewer-loading {
  position: relative; }

.viewer-list > .viewer-loading:after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px; }

.viewer-list > .viewer-active, .viewer-list > .viewer-active:focus, .viewer-list > .viewer-active:hover {
  opacity: 1; }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  right: 0;
  z-index: 1; }

.viewer-player, .viewer-player > img {
  left: 0;
  position: absolute;
  top: 0; }

.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 6px 3px; }

.viewer-toolbar > ul > li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 24px;
  overflow: hidden;
  transition: background-color .15s;
  width: 24px; }

.viewer-toolbar > ul > li:focus, .viewer-toolbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.viewer-toolbar > ul > li:focus {
  box-shadow: 0 0 3px #fff;
  outline: 0;
  position: relative;
  z-index: 1; }

.viewer-toolbar > ul > li:before {
  margin: 2px; }

.viewer-toolbar > ul > li + li {
  margin-left: 1px; }

.viewer-toolbar > ul > .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px; }

.viewer-toolbar > ul > .viewer-small:before {
  margin: -1px; }

.viewer-toolbar > ul > .viewer-large {
  height: 30px;
  margin-bottom: -3px;
  margin-top: -3px;
  width: 30px; }

.viewer-toolbar > ul > .viewer-large:before {
  margin: 5px; }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px; }

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 5% 5px;
  max-width: 90%;
  opacity: .8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity .15s;
  white-space: nowrap; }

.viewer-title:hover {
  opacity: 1; }

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color .15s;
  width: 80px; }

.viewer-button:focus, .viewer-button:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.viewer-button:focus {
  box-shadow: 0 0 3px #fff;
  outline: 0; }

.viewer-button:before {
  bottom: 15px;
  left: 15px;
  position: absolute; }

.viewer-fixed {
  position: fixed; }

.viewer-open {
  overflow: hidden; }

.viewer-show {
  display: block; }

.viewer-hide {
  display: none; }

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5); }

.viewer-invisible {
  visibility: hidden; }

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.viewer-fade {
  opacity: 0; }

.viewer-in {
  opacity: 1; }

.viewer-transition {
  transition: all .3s; }

@-webkit-keyframes viewer-spinner {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.viewer-loading:after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1; }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none; } }

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none; } }

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none; } }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

button {
  border: 0;
  outline: none; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/*audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}*/
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*$pink: #c35289;
$pink-light: #f95faa;
$yellow: #f1cb30;
$purple: #5b1e86;
$light-blue: #7ec0c7;
$error: #721c24;
$bg-banner-pink: #5a408d; */
/* Colors identidade visual */
/* CABIN */
@font-face {
  font-family: 'cabin';
  src: url("fonts/cabin_bold.woff2") format("woff2"), url("fonts/cabin_bold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'cabin';
  src: url("fonts/cabin_bold_italic.woff2") format("woff2"), url("fonts/cabin_bold_italic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'cabin';
  src: url("fonts/cabin_italic.woff2") format("woff2"), url("fonts/cabin_italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'cabin';
  src: url("fonts/cabin_medium.woff2") format("woff2"), url("fonts/cabin_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'cabin';
  src: url("fonts/cabin_medium_italic.woff2") format("woff2"), url("fonts/cabin_medium_italic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'cabin';
  src: url("fonts/cabin_regular.woff2") format("woff2"), url("fonts/cabin_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cabin';
  src: url("fonts/cabin_semibold.woff2") format("woff2"), url("fonts/cabin_semibold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'cabin';
  src: url("fonts/cabin_semibold_italic.woff2") format("woff2"), url("fonts/cabin_semibold_italic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

/* URW DIN */
@font-face {
  font-family: 'urw-din';
  src: url("fonts/urw_din_black_italic.woff2") format("woff2"), url("fonts/urw_din_black_italic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'urw-din';
  src: url("fonts/urw_din_black.woff2") format("woff2"), url("fonts/urw_din_black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'urw-din';
  src: url("fonts/urw_din_bold_italic.woff2") format("woff2"), url("fonts/urw_din_bold_italic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'urw-din';
  src: url("fonts/urw_din_bold.woff2") format("woff2"), url("fonts/urw_din_bold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'urw-din';
  src: url("fonts/urw_din_italic.woff2") format("woff2"), url("fonts/urw_din_italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'urw-din';
  src: url("fonts/urw_din_light_italic.woff2") format("woff2"), url("fonts/urw_din_light_italic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'urw-din';
  src: url("fonts/urw_din_light.woff2") format("woff2"), url("fonts/urw_din_light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'urw-din';
  src: url("fonts/urw_din_medium_italic.woff2") format("woff2"), url("fonts/urw_din_medium_italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'urw-din';
  src: url("fonts/urw_din_medium.woff2") format("woff2"), url("fonts/urw_din_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* URW DIN SEMI COND*/
@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_black_italic.woff2") format("woff2"), url("fonts/urw_din_semicond_black_italic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_black.woff2") format("woff2"), url("fonts/urw_din_semicond_black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_bold_italic.woff2") format("woff2"), url("fonts/urw_din_semicond_bold_italic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_bold.woff2") format("woff2"), url("fonts/urw_din_semicond_bold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_italic.woff2") format("woff2"), url("fonts/urw_din_semicond_italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond.woff2") format("woff2"), url("fonts/urw_din_semicond.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_light_italic.woff2") format("woff2"), url("fonts/urw_din_semicond_light_italic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_light.woff2") format("woff2"), url("fonts/urw_din_semicond_light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_medium_italic.woff2") format("woff2"), url("fonts/urw_din_semicond_medium_italic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_medium.woff2") format("woff2"), url("fonts/urw_din_semicond_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_thin_italic.woff2") format("woff2"), url("fonts/urw_din_semicond_thin_italic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'urw-din-semicond';
  src: url("fonts/urw_din_semicond_thin.woff2") format("woff2"), url("fonts/urw_din_semicond_thin.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

/* URW DIN COND*/
@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-BlackItalic.woff2") format("woff2"), url("fonts/URWDINCond-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-Black.woff2") format("woff2"), url("fonts/URWDINCond-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-BoldItalic.woff2") format("woff2"), url("fonts/URWDINCond-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-Bold.woff2") format("woff2"), url("fonts/URWDINCond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond-demi';
  src: url("fonts/URWDINCond-DemiItalic.woff2") format("woff2"), url("fonts/URWDINCond-DemiItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-LightItalic.woff2") format("woff2"), url("fonts/URWDINCond-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-Italic.woff2") format("woff2"), url("fonts/URWDINCond-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond-demi';
  src: url("fonts/URWDINCond-Demi.woff2") format("woff2"), url("fonts/URWDINCond-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-Light.woff2") format("woff2"), url("fonts/URWDINCond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-MediumItalic.woff2") format("woff2"), url("fonts/URWDINCond-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-ThinItalic.woff2") format("woff2"), url("fonts/URWDINCond-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-Medium.woff2") format("woff2"), url("fonts/URWDINCond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-XLightItalic.woff2") format("woff2"), url("fonts/URWDINCond-XLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-Thin.woff2") format("woff2"), url("fonts/URWDINCond-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-XLight.woff2") format("woff2"), url("fonts/URWDINCond-XLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'urw-din-cond';
  src: url("fonts/URWDINCond-Regular.woff2") format("woff2"), url("fonts/URWDINCond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*
	Copyright (C) Hoefler & Co.
	This software is the property of Hoefler & Co. (H&Co).
	Your right to access and use this software is subject to the
	applicable License Agreement, or Terms of Service, that exists
	between you and H&Co. If no such agreement exists, you may not
	access or use this software for any purpose.
	This software may only be hosted at the locations specified in
	the applicable License Agreement or Terms of Service, and only
	for the purposes expressly set forth therein. You may not copy,
	modify, convert, create derivative works from or distribute this
	software in any way, or make it accessible to any third party,
	without first obtaining the written permission of H&Co.
	For more information, please visit us at http://typography.com.
*/
@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-Thin_Web.woff2") format("woff2"), url("fonts/Gotham-Thin_Web.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-ThinItalic_Web.woff2") format("woff2"), url("fonts/Gotham-ThinItalic_Web.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-XLight_Web.woff2") format("woff2"), url("fonts/Gotham-XLight_Web.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-XLightItalic_Web.woff2") format("woff2"), url("fonts/Gotham-XLightItalic_Web.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-Light_Web.woff2") format("woff2"), url("fonts/Gotham-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-LightItalic_Web.woff2") format("woff2"), url("fonts/Gotham-LightItalic_Web.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-Book_Web.woff2") format("woff2"), url("fonts/Gotham-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-BookItalic_Web.woff2") format("woff2"), url("fonts/Gotham-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-Medium_Web.woff2") format("woff2"), url("fonts/Gotham-Medium_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-MediumItalic_Web.woff2") format("woff2"), url("fonts/Gotham-MediumItalic_Web.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-Bold_Web.woff2") format("woff2"), url("fonts/Gotham-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-BoldItalic_Web.woff2") format("woff2"), url("fonts/Gotham-BoldItalic_Web.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-Black_Web.woff2") format("woff2"), url("fonts/Gotham-Black_Web.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-BlackItalic_Web.woff2") format("woff2"), url("fonts/Gotham-BlackItalic_Web.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-Ultra_Web.woff2") format("woff2"), url("fonts/Gotham-Ultra_Web.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("fonts/Gotham-UltraItalic_Web.woff2") format("woff2"), url("fonts/Gotham-UltraItalic_Web.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

/* ------------------- */
/* Custom properties   */
/* ------------------- */
/* ------------------- */
/* Custom properties   */
/* ------------------- */
.fs-huge {
  font-size: 6.25rem; }

.fs-xxx-large {
  font-size: 3.4375rem; }

.fs-xx-large {
  font-size: 2.8125rem; }

.fs-x-large {
  font-size: 2.1875rem; }

.fs-large {
  font-size: 1.875rem; }

.fs-medium {
  font-size: 1.5625rem; }

.fs-small {
  font-size: 1.25rem; }

.fs-x-small {
  font-size: 0.9375rem; }

.fs-xx-small {
  font-size: 0.8125rem; }

.fs-xxx-small {
  font-size: 0.75rem; }

.fs-tiny {
  font-size: 0.625rem; }

.fw-book {
  font-weight: 400; }

.fw-bold {
  font-weight: 700; }

.fw-black {
  font-weight: 800; }

.fw-ultra {
  font-weight: 900; }

.black-x-large, .black-small, .black-xxx-small {
  font-weight: 800;
  font-family: "HCo Gotham";
  line-height: 120%;
  letter-spacing: 0.02em; }

.black-x-large {
  font-size: 2.1875rem; }
  @media (max-width: 1023.98px) {
    .black-x-large {
      font-size: 1.875rem; } }

.black-small {
  font-size: 1.25rem; }
  @media (max-width: 1023.98px) {
    .black-small {
      font-size: 1.125rem; } }

.black-xxx-small {
  line-height: 22px;
  font-size: 0.75rem; }
  @media (max-width: 1023.98px) {
    .black-xxx-small {
      font-size: 0.75rem; } }

.bold-x-small {
  font-weight: 700;
  font-family: "HCo Gotham";
  font-size: 0.9375rem;
  line-height: 120%;
  letter-spacing: 0.02em; }
  @media (max-width: 1023.98px) {
    .bold-x-small {
      font-size: 0.875rem; } }

.bold-xx-small {
  font-weight: 700;
  font-family: "HCo Gotham";
  font-size: 0.8125rem;
  line-height: 120%;
  letter-spacing: 0.02em; }
  @media (max-width: 1023.98px) {
    .bold-xx-small {
      font-size: 0.75rem; } }

.bold-xxx-small {
  font-weight: 700;
  font-family: "HCo Gotham";
  line-height: 120%;
  letter-spacing: 0.02em;
  font-size: 0.75rem; }
  @media (max-width: 1023.98px) {
    .bold-xxx-small {
      font-size: 0.75rem; } }

.book-xx-small {
  font-family: "HCo Gotham";
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 22px;
  letter-spacing: 0.02em; }
  @media (max-width: 1023.98px) {
    .book-xx-small {
      font-size: 0.75rem; } }

.headline {
  font-weight: 900;
  font-family: "HCo Gotham";
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0.02em; }
  @media (max-width: 1023.98px) {
    .headline {
      font-size: 1rem; } }

.medium-xxx-small {
  font-weight: 500;
  font-family: "HCo Gotham";
  font-size: 0.75rem;
  line-height: 120%;
  letter-spacing: 0.02em; }
  @media (max-width: 1023.98px) {
    .medium-xxx-small {
      font-size: 0.75rem; } }

.medium-xx-small {
  font-weight: 500;
  font-family: "HCo Gotham";
  font-size: 0.8125rem;
  line-height: 120%;
  letter-spacing: 0.02em; }
  @media (max-width: 1023.98px) {
    .medium-xx-small {
      font-size: 0.75rem; } }

.text-body {
  font-weight: 400;
  font-family: "HCo Gotham";
  font-size: 0.9375rem;
  line-height: 22px;
  letter-spacing: 0.02em; }
  @media (max-width: 1023.98px) {
    .text-body {
      line-height: 120%;
      font-size: 0.875rem; } }

.text-tiny {
  font-family: "HCo Gotham";
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 15px;
  letter-spacing: 0.02em; }
  @media (max-width: 1023.98px) {
    .text-tiny {
      font-size: 0.625rem; } }

.title-small {
  font-family: "HCo Gotham";
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 120%;
  letter-spacing: 0.02em; }

.title-x-small {
  font-family: "HCo Gotham";
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 120%;
  letter-spacing: 0.02em; }
  @media (max-width: 1023.98px) {
    .title-x-small {
      font-size: 0.9375rem; } }

.title-huge {
  font-family: "HCo Gotham";
  font-weight: 900;
  font-size: 5rem;
  line-height: 120%;
  letter-spacing: 0.02em; }
  @media (min-width: 1024px) {
    .title-huge {
      font-size: 6.25rem; } }

@media (min-width: 1024px) {
  .title-medium {
    font-family: "HCo Gotham";
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: 120%;
    letter-spacing: 0.02em; }
  .title-large {
    font-family: "HCo Gotham";
    font-weight: 900;
    font-size: 3.4375rem;
    line-height: 120%;
    letter-spacing: 0.02em; } }

@media (max-width: 1023.98px) {
  .mobile-title-medium {
    font-family: "HCo Gotham";
    font-weight: 900;
    font-size: 1.5625rem;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
  .mobile-title-large {
    font-family: "HCo Gotham";
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase; } }

html, body {
  scroll-behavior: smooth;
  font-family: 'HCo Gotham', sans-serif; }

body, button, input, textarea {
  font-family: 'HCo Gotham', sans-serif;
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

button {
  background-color: transparent; }

.no-scroll {
  overflow: hidden !important; }

video,
img {
  display: block; }

@media (max-width: 1023.98px) {
  .main {
    padding-top: 55px; } }

@media (min-width: 1024px) {
  .main {
    padding-top: 55px; } }

.full {
  width: 100%; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: max-content !important; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

@media (min-width: 1600px) {
  .container {
    max-width: 1400px; } }

.green-dot::before, .red-dot::after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 2px #000;
  position: absolute;
  right: 1%; }

.green-dot::before {
  background-color: #00f700; }

.red-dot::after {
  margin-right: 24px;
  background-color: #f8246e; }

.row {
  margin-right: 0;
  margin-left: 0; }

.more-content, .ccxp-data, .tickets__page .tickets__main__title, #info .batch_card__wrapper {
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 428px) {
    .more-content, .ccxp-data, .tickets__page .tickets__main__title, #info .batch_card__wrapper {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .more-content, .ccxp-data, .tickets__page .tickets__main__title, #info .batch_card__wrapper {
      padding-left: 64px;
      padding-right: 64px; } }
  @media (min-width: 1280px) {
    .more-content, .ccxp-data, .tickets__page .tickets__main__title, #info .batch_card__wrapper {
      padding-left: 80px;
      padding-right: 80px; } }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0; }

@media (min-width: 1024px) {
  .container.nav-absolute {
    max-width: 90vw; } }

.icon-menu, .icon-close, .icon-check, .swiper-button-next, .swiper-button-prev {
  background-size: cover;
  cursor: pointer; }

.icon-menu {
  background-image: url(../icons/dark/icon-hamburguer.svg); }

.icon-close {
  background-image: url(../icons/dark/icon-close.svg); }

.icon-check {
  background-image: url(../icons/light/icon-check.svg);
  width: 14px;
  height: 10px; }

.swiper-button-next {
  background-image: url(../icons/light/icon-arrow-right.svg); }
  .swiper-button-next--dark {
    background-image: url(../icons/dark/icon-arrow-right.svg); }

.swiper-button-prev {
  background-image: url(../icons/light/icon-arrow-left.svg); }
  .swiper-button-prev--dark {
    background-image: url(../icons/dark/icon-arrow-left.svg); }

.swiper-button-next, .swiper-button-prev {
  width: 12px;
  height: 20px; }

.btn-primary, .btn-secondary, .btn-outlined, .btn-disabled {
  border: solid 0.8px #000000;
  padding: 4px 16px 4px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.02em;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 120%;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  height: 45px; }

.btn-primary--small, .btn-secondary--small {
  border: solid 0.5px #000000;
  padding: 4px 8px 2px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  line-height: 120%;
  font-weight: 700; }

.btn-primary:hover, .btn-secondary:hover {
  background-color: #FFBA00;
  color: #000000; }

.btn-primary {
  background-color: #FFD900;
  color: #000000; }
  .btn-primary--large {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 130%; }
  .btn-primary--disabled {
    background-color: #E6E6E6;
    pointer-events: none;
    cursor: default; }

.btn-secondary {
  background-color: #E82D2D;
  color: #FFFFFF; }
  .btn-secondary--disabled {
    background-color: #E6E6E6;
    pointer-events: none;
    cursor: default; }

.btn-outlined {
  background-color: #FFFFFF;
  color: #000000; }
  .btn-outlined:hover {
    color: #FFBA00;
    border-color: #FFBA00; }

.btn-minimal {
  color: #000000;
  font-family: "HCo Gotham";
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  width: fit-content; }
  @media (max-width: 1023.98px) {
    .btn-minimal {
      font-size: 0.875rem; } }
  .btn-minimal:hover {
    color: #FFBA00;
    border-color: #FFBA00; }

.btn-disabled {
  background: #E6E6E6;
  border: 0.8px solid #666666;
  color: #666666;
  pointer-events: none; }
  .btn-disabled:hover {
    color: #666666;
    background-color: #E6E6E6; }

.icon-lock {
  width: 12px;
  height: 16px;
  position: relative;
  top: 0px;
  margin-left: 10px; }
  .icon-lock:before {
    font-size: 140%; }

.buy-ticket {
  background: #ffcc00;
  color: black;
  display: flex;
  font-weight: 800;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  text-align: center;
  border: none; }
  @media (min-width: 1024px) {
    header .buy-ticket:hover {
      color: #000000 !important; } }

.go-portal {
  background: white;
  color: black;
  display: flex;
  font-weight: 800;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: center; }

.swiper-container .swiper-wrapper {
  flex-wrap: nowrap; }

.swiper-container .nav-absolute {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%; }

.swiper-container__control {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  padding: 10px 0; }
  .swiper-container__control .container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .swiper-container__control .container button {
      color: white;
      padding: 0; }
      @media (max-width: 1023.98px) {
        .swiper-container__control .container button {
          font-size: 25px; } }
      @media (min-width: 1024px) {
        .swiper-container__control .container button {
          font-size: 18px; } }
      @media (max-width: 1023.98px) {
        .swiper-container__control .container button.play {
          margin-left: 7px; } }
      .swiper-container__control .container button.disable {
        opacity: 0.5;
        pointer-events: none; }
    .swiper-container__control .container .progressbar {
      width: 100%;
      height: 3px;
      background-color: white;
      position: relative;
      margin: 0 10px; }
      .swiper-container__control .container .progressbar__bar {
        height: 100%;
        background-color: #ffcc00;
        position: absolute;
        top: 0;
        left: 0; }

.swiper-container .swiper-pagination--flat {
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  .swiper-container .swiper-pagination--flat .swiper-pagination-bullet {
    margin: 0;
    flex-grow: 1;
    border-radius: 0;
    opacity: 1;
    background-color: white; }
    .swiper-container .swiper-pagination--flat .swiper-pagination-bullet-active {
      background-color: #e33881; }

.swiper-container.prevent-slide {
  pointer-events: none; }
  .swiper-container.prevent-slide .nav-absolute {
    display: none; }

.btn-slider {
  z-index: 2; }

.marquee {
  width: auto;
  overflow: hidden;
  text-transform: uppercase; }
  .marquee p {
    width: auto;
    margin: 0;
    transform: translateX(0); }
    @media (max-width: 1023.98px) {
      .marquee p {
        width: auto;
        align-items: flex-start; } }
    .marquee p span {
      line-height: 1.2;
      padding: 0 20px;
      float: left; }
  .marquee__title-one p span {
    font-family: 'urw-din-cond'; }
    .marquee__title-one p span.style-01 {
      font-weight: 900;
      font-style: italic; }
    .marquee__title-one p span.style-02 {
      font-weight: 200;
      font-style: italic; }
    .marquee__title-one p span.style-03 {
      font-weight: 500; }

.artists {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1400px) {
    .artists {
      padding-top: 40px;
      padding-bottom: 40px;
      max-width: none;
      background-image: url(../img/desktop-bg/lineup-home/main-bg.png);
      background-position: top center;
      background-repeat: no-repeat;
      position: relative;
      z-index: 1; }
      .artists:after {
        content: '';
        width: 100%;
        height: 1300px;
        position: absolute;
        z-index: -1;
        bottom: 0;
        background-image: url(../img/desktop-bg/lineup-home/bottom-bg.png);
        background-position: bottom -105px center;
        background-repeat: no-repeat; } }
  @media (min-width: 2200px) {
    .artists {
      background-size: contain; }
      .artists:after {
        background-size: cover; } }
  .artists__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 175px);
    column-gap: 10px;
    row-gap: 10px;
    /* artist */ }
    @media (max-width: 743.98px) {
      .artists__wrapper {
        padding: 0;
        left: -3px; } }
    @media (min-width: 744px) {
      .artists__wrapper {
        grid-template-columns: repeat(auto-fit, 300px);
        column-gap: 25px; } }
    @media (min-width: 1280px) {
      .artists__wrapper {
        max-width: 1400px;
        grid-template-columns: repeat(auto-fit, 330px);
        column-gap: 25px;
        row-gap: 25px;
        padding-right: 0;
        padding-left: 0; } }
    .artists__wrapper:after {
      content: "";
      flex: auto;
      max-width: 330px; }
    @media (max-width: 1023.98px) {
      .artists__wrapper {
        justify-content: center; } }
    .artists__wrapper .artist {
      position: relative;
      overflow: hidden; }
      .artists__wrapper .artist:hover, .artists__wrapper .artist:focus {
        top: 3px;
        left: 3px;
        outline: 2px solid #000;
        box-shadow: 6px 6px 0px #000; }
        @media (max-width: 1279.98px) {
          .artists__wrapper .artist:hover, .artists__wrapper .artist:focus {
            top: 3px;
            left: -3px;
            box-shadow: 6px 6px 0px #000; } }
      @media (max-width: 743.98px) {
        .artists__wrapper .artist {
          height: 175px; } }
      @media (max-width: 1023.98px) {
        .artists__wrapper .artist {
          width: 175px;
          margin: 1.3%; } }
      @media (min-width: 744px) and (max-width: 1023.98px) {
        .artists__wrapper .artist {
          height: 300px;
          width: 300px; } }
      @media (min-width: 1280px) {
        .artists__wrapper .artist {
          width: 330px;
          height: 330px;
          max-height: 330px; } }
      .artists__wrapper .artist.empty {
        display: none;
        background: #ffcc00; }
        @media (max-width: 1023.98px) {
          .artists__wrapper .artist.empty {
            width: 250px;
            height: 250px;
            max-height: initial; } }
        @media (min-width: 1024px) {
          .artists__wrapper .artist.empty {
            width: 300px;
            height: 300px; } }
        .artists__wrapper .artist.empty .feature__placeholder__content {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%; }
          .artists__wrapper .artist.empty .feature__placeholder__content h3 {
            color: #e33881;
            margin: 0;
            text-transform: uppercase;
            font-style: italic;
            font-size: 40px;
            font-weight: 800;
            padding: 0 20px; }
      .artists__wrapper .artist__label, .artists__wrapper .artist__description {
        position: absolute;
        z-index: 1; }
      .artists__wrapper .artist__label {
        top: 20px;
        right: 0;
        width: 56px;
        height: 56px;
        overflow: hidden;
        transform-origin: top right;
        background-color: white; }
        @media (min-width: 1024px) {
          .artists__wrapper .artist__label {
            right: 0;
            width: 56px;
            height: 56px; } }
        @media (max-width: 1023.98px) {
          .artists__wrapper .artist__label {
            width: 56px;
            height: 56px;
            right: 0; } }
        @media (max-width: 743.98px) {
          .artists__wrapper .artist__label {
            width: 40px;
            height: 40px;
            right: 0px; } }
        .artists__wrapper .artist__label img {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          transform: translate(-50%, -50%); }
          @media (min-width: 1024px) {
            .artists__wrapper .artist__label img {
              width: 100%; } }
      .artists__wrapper .artist__description {
        display: flex;
        justify-content: space-between;
        align-items: center;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        padding: 20px;
        background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.7) 100%); }
        @media (max-width: 1023.98px) {
          .artists__wrapper .artist__description {
            padding: 15px; } }
        .artists__wrapper .artist__description h3, .artists__wrapper .artist__description h5 {
          margin: 0;
          font-family: 'urw-din-cond';
          font-weight: 800; }
        .artists__wrapper .artist__description h3 {
          text-transform: uppercase; }
          @media (max-width: 1023.98px) {
            .artists__wrapper .artist__description h3 {
              font-size: 15px; } }
          @media (min-width: 1024px) {
            .artists__wrapper .artist__description h3 {
              font-size: 18px; } }
          @media (min-width: 1280px) {
            .artists__wrapper .artist__description h3 {
              font-size: 20px; } }
        .artists__wrapper .artist__description h5 {
          text-transform: uppercase; }
          @media (max-width: 1023.98px) {
            .artists__wrapper .artist__description h5 {
              font-size: 12px; } }
          @media (min-width: 1024px) {
            .artists__wrapper .artist__description h5 {
              font-size: 13px; } }
          @media (min-width: 1280px) {
            .artists__wrapper .artist__description h5 {
              font-size: 15px; } }
        .artists__wrapper .artist__description .icon {
          font-size: 20px;
          border: 1px solid #fff;
          transition: ease 0.3s;
          padding: 0 4px; }
          .artists__wrapper .artist__description .icon::before {
            margin: 0; }
      .artists__wrapper .artist__picture {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
        @media (min-width: 1024px) {
          .artists__wrapper .artist__picture {
            filter: grayscale(90%);
            opacity: 1;
            transition: ease 0.4s; } }
      @media (min-width: 1024px) {
        .artists__wrapper .artist:hover .artist__picture, .artists__wrapper .artist:focus .artist__picture {
          filter: grayscale(0%);
          opacity: 1; } }

.artist-model-two {
  padding-bottom: 50px; }
  @media (min-width: 1024px) {
    .artist-model-two {
      display: flex;
      flex-direction: column; } }
  .artist-model-two .picture {
    width: 100%;
    overflow: hidden;
    position: relative; }
    @media (min-width: 1024px) {
      .artist-model-two .picture {
        height: 200px;
        flex-shrink: 0; } }
    @media (min-width: 1280px) {
      .artist-model-two .picture {
        height: 230px; } }
    .artist-model-two .picture img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
    .artist-model-two .picture__label {
      background-color: white;
      border-bottom: 2px solid #53488c;
      position: absolute;
      top: 10px;
      right: 10px;
      color: #53488c;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 14px;
      padding: 5px 15px; }
  .artist-model-two .icons {
    padding: 10px 0;
    display: flex; }
    .artist-model-two .icons i {
      font-size: 18px;
      color: #886ca7;
      margin-right: 3px; }
      .artist-model-two .icons i::before {
        font-family: "fontello"; }
      .artist-model-two .icons i.icon-one_one::before {
        content: '👤'; }
      .artist-model-two .icons i.icon-group_room::before {
        content: '👥'; }
      .artist-model-two .icons i.icon-salve {
        font-size: 21px; }
        .artist-model-two .icons i.icon-salve::before {
          content: '\e807'; }
      .artist-model-two .icons i.icon-autograph::before {
        content: '\e068'; }
  .artist-model-two .description {
    color: white; }
    @media (min-width: 1024px) {
      .artist-model-two .description {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
    .artist-model-two .description h2,
    .artist-model-two .description h3 {
      font-weight: 800; }
    .artist-model-two .description h2 {
      font-size: 20px;
      margin: 15px 0; }
    .artist-model-two .description h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .artist-model-two .description p {
      font-size: 20px;
      font-style: italic;
      margin-bottom: 10px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
      @media (max-width: 1023.98px) {
        .artist-model-two .description p {
          -webkit-line-clamp: 3; } }
      @media (min-width: 1024px) {
        .artist-model-two .description p {
          -webkit-line-clamp: 6; } }
  .artist-model-two .buy-ticket {
    width: 100%; }
    @media (max-width: 743.98px) {
      .artist-model-two .buy-ticket {
        margin: 15px 0; } }
    @media (min-width: 744px) {
      .artist-model-two .buy-ticket {
        margin: 15px 0 10px; } }
  .artist-model-two .sold-out {
    background: gray;
    color: white;
    width: 100%; }
  .artist-model-two .see-bio {
    margin: 10px auto;
    display: block;
    width: max-content;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid white; }

.loading_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc100;
  z-index: 998; }

.top-page {
  overflow: hidden;
  height: 85vh;
  max-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .top-page__wrapper {
    position: absolute;
    z-index: 1; }
    @media (max-width: 1023.98px) {
      .top-page__wrapper {
        width: 90%;
        text-align: center; } }
    .top-page__wrapper h1 {
      font-weight: 800;
      font-style: italic;
      color: #ffcc00;
      text-align: center; }
      @media (max-width: 1023.98px) {
        .top-page__wrapper h1 {
          font-size: 15vw; } }
      @media (min-width: 1024px) {
        .top-page__wrapper h1 {
          font-size: 90px; } }
      @media (min-width: 1280px) {
        .top-page__wrapper h1 {
          font-size: 117px; } }
    .top-page__wrapper .description {
      margin: 40px 0; }
    .top-page__wrapper p {
      font-size: 20px; }
  .top-page picture {
    position: relative; }
    .top-page picture:before {
      content: "";
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .top-page picture,
  .top-page img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%; }

.cosplayer {
  padding-bottom: 123%;
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  transition: filter 0.4s;
  background-size: cover;
  background-position: top center;
  background-color: #fff;
  text-align: left; }
  @media (min-width: 1024px) {
    .cosplayer {
      filter: grayscale(100); }
      .cosplayer:hover {
        filter: grayscale(0); } }
  .cosplayer__column {
    padding: 5px; }
  .cosplayer__info {
    background-color: white;
    color: black;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 35px;
    transition: transform 0.5s; }
    @media (min-width: 1024px) {
      .cosplayer__info {
        transform: translateY(100%); }
        .cosplayer:hover .cosplayer__info {
          transform: translateY(0); } }
  .cosplayer__name {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px; }
    @media (max-width: 1023.98px) {
      .cosplayer__name {
        font-size: 24px; } }
    @media (max-width: 743.98px) {
      .cosplayer__name {
        font-size: 3.125vw; } }
  .cosplayer__character {
    font-weight: normal;
    font-size: 26px; }
    @media (max-width: 1023.98px) {
      .cosplayer__character {
        font-size: 24px; } }
    @media (max-width: 743.98px) {
      .cosplayer__character {
        font-size: 3.125vw; } }

.tabs {
  position: relative; }
  .tabs__tab {
    width: 100%;
    height: 100%;
    display: none; }
    .tabs__tab--active {
      display: flex !important; }
  .tabs__buttons {
    display: flex;
    flex-wrap: wrap;
    z-index: 10; }
    .tabs__buttons li {
      cursor: pointer;
      transition: ease 0.3s; }

.text-shadow {
  color: white !important;
  text-transform: uppercase;
  font-size: 85px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.18;
  -webkit-text-stroke: 1px #000; }
  @media (max-width: 1023.98px) {
    .text-shadow {
      -webkit-text-stroke: 0.7px #000; } }
  .text-shadow--pink-light-two {
    text-shadow: 2px 3px 0 #ff4afc, 3px 4px 0 black;
    -webkit-text-stroke: 1px #000; }
    @media (max-width: 1023.98px) {
      .text-shadow--pink-light-two {
        text-shadow: 2px 2px 0 #ff4afc, 3px 3px 0 black; } }
  .text-shadow--pink {
    text-shadow: 2px 3px 0 #e33881, 3px 4px 0 black; }
    @media (max-width: 1023.98px) {
      .text-shadow--pink {
        text-shadow: 2px 2px 0 #e33881, 3px 3px 0 black; } }
  .text-shadow--white {
    text-shadow: 2px 3px 0 white, 3px 4px 0 black; }
    @media (max-width: 1023.98px) {
      .text-shadow--white {
        text-shadow: 2px 2px 0 white, 3px 3px 0 black; } }
  .text-shadow--blue {
    text-shadow: 2px 3px 0 #00ffff, 3px 4px 0 black; }
    @media (max-width: 1023.98px) {
      .text-shadow--blue {
        text-shadow: 2px 2px 0 #00ffff, 3px 3px 0 black; } }
  .text-shadow--yellow-two {
    text-shadow: 2px 3px 0 #ffc100, 3px 4px 0 black; }
    @media (max-width: 1023.98px) {
      .text-shadow--yellow-two {
        text-shadow: 2px 2px 0 #ffc100, 3px 3px 0 black; } }
  .text-shadow--black {
    text-shadow: 2px 3px 0 black, 3px 4px 0 black; }
    @media (max-width: 1023.98px) {
      .text-shadow--black {
        text-shadow: 2px 2.5px 0 black; } }

.content-media--media::after, .content-media--media picture::after, .home__spotlight__slider picture::after, .home__spotlight__img::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 43%;
  bottom: 0%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 37.43%, rgba(0, 0, 0, 0) 78.07%); }

.content-media {
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; }
  @media (min-width: 1024px) {
    .content-media {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: 1fr;
      height: 100%; } }
  .content-media--text {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 40px 24px 36px; }
    @media (min-width: 428px) {
      .content-media--text {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      .content-media--text {
        justify-content: space-evenly;
        align-items: flex-start;
        padding: 64px;
        height: 100%; }
        .content-media--text-reverseOrder {
          order: 1; } }
    @media (min-width: 1280px) {
      .content-media--text {
        padding: 80px; } }
    .content-media--text-title .title-medium {
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 16px; }
    .content-media--text-title .title-huge {
      text-transform: uppercase; }
    @media (min-width: 1024px) {
      .content-media--text-title .title-medium {
        margin-bottom: 28px; } }
    .content-media--text-title strong {
      color: #CA0000; }
    .content-media--text-body {
      margin-bottom: 24px; }
      @media (min-width: 1024px) {
        .content-media--text-body {
          margin-bottom: 0; } }
      .content-media--text-body strong {
        font-weight: 800; }
    .content-media--text-button {
      width: 200px;
      height: 45px; }
      .content-media--text-button a {
        width: 100%;
        height: 100%; }
  .content-media--media {
    height: 100%;
    width: 100%;
    position: relative; }
    @media (max-width: 1023.98px) {
      .content-media--media {
        min-height: 240px;
        height: 100%; } }
    .content-media--media .swiper-container, .content-media--media .swiper-slide {
      min-height: 240px;
      height: 100%; }
    .content-media--media video {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .content-media--media picture {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .content-media--media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .content-media--media .swiper-pagination-bullets {
      bottom: 24px; }
      @media (min-width: 1024px) {
        .content-media--media .swiper-pagination-bullets {
          bottom: 40px; } }
    .content-media--media .swiper-pagination-bullet {
      background: white;
      opacity: 1; }
    .content-media--media .swiper-pagination-bullet-active {
      background: #E33881; }
  .content-media--cards {
    height: 100%;
    width: 100%; }
    .content-media--cards-card {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      padding: 24px 55px; }
      @media (min-width: 1024px) {
        .content-media--cards-card {
          padding: 100px 100px; } }
      .content-media--cards-card a {
        max-width: 200px; }
    .content-media--cards .content-media--text-title {
      display: flex;
      align-items: center; }
      @media (max-width: 1023.98px) {
        .content-media--cards .content-media--text-title {
          text-align: center;
          flex-direction: column;
          margin-bottom: 16px; }
          .content-media--cards .content-media--text-title img {
            height: 25.5px;
            width: 120px;
            object-fit: cover;
            object-position: center; } }
      @media (max-width: 1023.98px) {
        .content-media--cards .content-media--text-title .title-medium {
          margin-bottom: 8px; } }
      @media (min-width: 1024px) {
        .content-media--cards .content-media--text-title .title-medium {
          max-width: 50%; } }
    @media (max-width: 1023.98px) {
      .content-media--cards .content-media--text-body {
        text-align: center; } }
    .content-media--cards .swiper-pagination-bullets {
      position: relative; }
    .content-media--cards .swiper-button-next {
      right: 24px; }
      @media (min-width: 1024px) {
        .content-media--cards .swiper-button-next {
          right: 40px; } }
    .content-media--cards .swiper-button-prev {
      left: 24px; }
      @media (min-width: 1024px) {
        .content-media--cards .swiper-button-prev {
          left: 40px; } }
  .content-media--santander-cards {
    background-color: #CA0000;
    color: white;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1023.98px) {
      .content-media--santander-cards img {
        margin-bottom: 24px; } }
    .content-media--santander-cards .content-media--text-title {
      flex-direction: column; }
      .content-media--santander-cards .content-media--text-title .title-medium {
        max-width: unset;
        position: relative;
        top: -15px; }
        @media (min-width: 1024px) {
          .content-media--santander-cards .content-media--text-title .title-medium {
            margin-bottom: 24px; } }
    .content-media--santander-cards .swiper-pagination-bullet {
      background: white;
      opacity: 1; }
    .content-media--santander-cards .swiper-pagination-bullet-active {
      background: #FFD900; }
  .content-media__wrapper {
    height: auto; }
    @media (min-width: 744px) {
      .content-media__wrapper {
        height: calc(100vh - 100px); } }
    @media (min-width: 1024px) {
      .content-media__wrapper {
        height: calc(100vh - 55px); } }
    @media (max-width: 1023.98px) {
      .content-media__wrapper--cards {
        height: 100%; }
        .content-media__wrapper--cards .content-media {
          height: 100%; } }

.banner-santander {
  background-color: #CA0000;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 36px 24px; }
  @media (min-width: 1024px) {
    .banner-santander {
      flex-direction: row; } }
  @media (min-width: 1280px) {
    .banner-santander {
      padding: 24px 80px; } }
  .banner-santander__text {
    flex: 1;
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .banner-santander__text {
        margin-bottom: 0; } }
  .banner-santander__title {
    margin-bottom: 24px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 1023.98px) {
      .banner-santander__title {
        font-size: 2.1875rem; } }
    .banner-santander__title img {
      margin-top: 16px; }
    @media (min-width: 1024px) {
      .banner-santander__title {
        text-align: unset;
        margin-bottom: 8px;
        flex-direction: row;
        align-items: flex-start; }
        .banner-santander__title img {
          margin-left: 32px;
          margin-top: 0; } }
  .banner-santander__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 1024px) {
      .banner-santander__buttons {
        width: 288px;
        margin-left: 80px; } }
    .banner-santander__buttons .btn-primary {
      width: 100%; }
    .banner-santander__buttons a {
      height: 40px;
      margin-bottom: 16px; }
      .banner-santander__buttons a:last-child {
        margin-bottom: 0; }

.heading_medium {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #514988;
  padding-left: 24px;
  height: 64px; }
  @media (min-width: 428px) {
    .heading_medium {
      padding-left: 40px; } }
  @media (min-width: 1024px) {
    .heading_medium {
      padding-left: 64px;
      height: 80px; } }
  @media (min-width: 1280px) {
    .heading_medium {
      padding-left: 80px; } }
  .heading_medium__title {
    text-transform: uppercase;
    color: #FFD900; }
  .heading_medium__detail {
    background-image: url(../img/detail/ccxp_detail-11.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FED731;
    height: 100%;
    width: 64px; }
    @media (min-width: 1024px) {
      .heading_medium__detail {
        width: 107px;
        height: 100%; } }
  .heading_medium.sticky {
    position: sticky;
    z-index: 5;
    height: 36px;
    top: 55px; }
    @media (min-width: 1024px) {
      .heading_medium.sticky {
        height: 40px;
        top: 55px; } }
    .heading_medium.sticky .heading_medium__detail {
      width: 32px; }
      @media (min-width: 1024px) {
        .heading_medium.sticky .heading_medium__detail {
          width: 63px; } }

.languages {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 1023.98px) {
    .languages {
      height: 100%;
      align-items: center;
      padding: 0 5px;
      padding-right: 24px; } }
  .languages:hover li {
    visibility: visible; }
  .languages icon {
    position: absolute;
    right: 6px; }
    @media (max-width: 1023.98px) {
      .languages icon {
        display: none; } }
  .languages li {
    margin: 0 4px;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .languages li {
        display: flex;
        align-items: center; } }
    .languages li a {
      color: black;
      padding: 3px 5px; }
    .languages li.active a {
      color: #E33881; }
  .languages li.divider {
    pointer-events: none;
    margin: -2px; }
    .languages li.divider a {
      padding: 0; }

.social {
  display: flex;
  align-items: center;
  justify-content: center; }
  .social li {
    margin: 0 15px; }
    .social li a {
      color: #FFFFFF;
      padding: 0 10px;
      font-size: 26px; }
      @media (max-width: 1023.98px) {
        .social li a {
          font-size: 20px; } }
    .social li a.youtube {
      display: block;
      height: 34px; }
      @media (max-width: 1023.98px) {
        .social li a.youtube {
          height: 22px; } }
      .social li a.youtube img {
        width: 100%;
        height: 100%; }
    .social li a.telegram, .social li a.twitch {
      display: block;
      height: 28px; }
      @media (max-width: 1023.98px) {
        .social li a.telegram, .social li a.twitch {
          height: 22px; } }
      .social li a.telegram img, .social li a.twitch img {
        width: 100%;
        height: 100%; }

.menu {
  width: 100%;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1023.98px) {
    .menu {
      background-color: #FFFFFF;
      display: flex;
      margin-top: 0px;
      height: 100%;
      flex-direction: column;
      justify-content: space-evenly; } }
  @media (min-width: 1024px) {
    .menu {
      height: 100%;
      display: flex; } }
  @media (max-width: 1023.98px) {
    .menu li {
      width: 100%;
      border-bottom: 1px solid #FFFFFF;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 1024px) {
    .menu li {
      height: 100%;
      display: flex; } }
  @media (min-width: 1024px) {
    .menu li:first-child {
      display: none !important; } }
  .menu li a {
    text-transform: uppercase;
    color: #000000; }
    @media (max-width: 1023.98px) {
      .menu li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
        width: 100%;
        height: 100%;
        text-align: center; } }
    @media (min-width: 1024px) {
      .menu li a {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 15px 10px; } }
  .menu li .open-nav {
    color: white;
    font-size: 22px;
    width: 50px;
    height: 30px;
    margin-right: -50px; }
    @media (min-width: 1024px) {
      .menu li .open-nav {
        display: none; } }
  .menu li.active a {
    color: #E33881; }
  .menu .submenu {
    transition: ease 0.3s; }
    @media (max-width: 1023.98px) {
      .menu .submenu {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: black;
        top: 0;
        left: -100%;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (min-width: 1024px) {
      .menu .submenu {
        position: absolute;
        width: 100vw;
        background: black;
        left: 50%;
        transform: translateX(-50%);
        top: 48px;
        visibility: hidden; } }
    @media (min-width: 1280px) {
      .menu .submenu {
        top: 50px; } }
    .menu .submenu--open {
      left: 0; }
    .menu .submenu .close-sub {
      color: white;
      position: absolute;
      top: 10px;
      right: 10px;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 200;
      display: flex;
      align-items: center; }
      .menu .submenu .close-sub i {
        font-size: 25px;
        margin-right: 5px; }
      @media (min-width: 1024px) {
        .menu .submenu .close-sub {
          display: none; } }
    @media (max-width: 1023.98px) {
      .menu .submenu__image {
        display: none;
        order: 2;
        width: 80%;
        margin: 20px auto 0; } }
    .menu .submenu__image__wrapper {
      width: 100%;
      overflow: hidden;
      position: relative; }
      @media (min-width: 1024px) and (max-width: 1279.98px) {
        .menu .submenu__image__wrapper {
          height: 300px; } }
      @media (min-width: 1024px) {
        .menu .submenu__image__wrapper {
          opacity: 0;
          margin-left: -10px;
          transition: ease 0.3s; } }
      @media (min-width: 1280px) {
        .menu .submenu__image__wrapper {
          height: 400px; } }
      .menu .submenu__image__wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        opacity: 0;
        transition: ease 0.3s; }
        .menu .submenu__image__wrapper img.sub-image {
          opacity: 1;
          z-index: 1; }
        .menu .submenu__image__wrapper img.up {
          z-index: 2;
          opacity: 1; }
    @media (min-width: 1024px) {
      .menu .submenu__links {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .menu .submenu__links li {
        width: 30%;
        flex-shrink: 0;
        margin-left: -10px;
        opacity: 0;
        transition: ease 0.3s; }
        .menu .submenu__links li:first-child {
          width: 30%;
          display: block !important; } }
    .menu .submenu__links li a {
      width: max-content;
      margin: 0 auto; }
  .menu .footer__social {
    background-color: unset;
    padding-top: 112px; }
    .menu .footer__social ul.social li {
      border: unset; }
      .menu .footer__social ul.social li a {
        font-size: 31px; }
      .menu .footer__social ul.social li a.youtube, .menu .footer__social ul.social li a.telegram, .menu .footer__social ul.social li a.twitch {
        height: 42px; }
        .menu .footer__social ul.social li a.youtube img, .menu .footer__social ul.social li a.telegram img, .menu .footer__social ul.social li a.twitch img {
          filter: invert(1); }
      .menu .footer__social ul.social li a.telegram {
        height: 38px; }

.newsletter {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative; }
  .newsletter .form-group {
    width: 100%; }
    @media (max-width: 1023.98px) {
      .newsletter .form-group .hide-mob {
        display: none; } }
    @media (min-width: 1024px) {
      .newsletter .form-group .hide-desk {
        display: none; } }
  @media (max-width: 1023.98px) {
    .newsletter {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; } }
  .newsletter .message {
    width: 100%;
    padding: 10px 0px 0px 0px;
    color: #FFD900;
    text-transform: none;
    margin: 0 auto 10px;
    text-align: left; }
  .newsletter .message::first-letter {
    text-transform: uppercase; }
  .newsletter .message.newsletter__success {
    text-align: center;
    color: #FFFFFF; }
  .newsletter h3 {
    color: white;
    text-transform: none;
    text-align: center;
    margin: 0 0 16px 0; }
  .newsletter h3::first-letter {
    text-transform: uppercase; }
  @media (max-width: 1023.98px) {
    .newsletter .form-group {
      width: 100%;
      padding: 10px 10px 10px 10px; } }
  @media (min-width: 1024px) {
    .newsletter .form-group {
      width: 100%;
      max-width: 600px; } }
  .newsletter .newsletter__input {
    border: none;
    padding: 13px 16px;
    width: 100%;
    height: 45px; }
    .newsletter .newsletter__input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: black; }
    .newsletter .newsletter__input::-moz-placeholder {
      /* Firefox 19+ */
      color: black; }
    .newsletter .newsletter__input:-ms-input-placeholder {
      /* IE 10+ */
      color: black; }
    .newsletter .newsletter__input:-moz-placeholder {
      /* Firefox 18- */
      color: black; }
  .newsletter button {
    height: 45px;
    margin: 0 0;
    border: 1px solid #000000; }
  .newsletter .newsletter__lgpd {
    padding: 0 4px;
    color: white;
    font-size: 18px;
    margin-top: 8px; }
    @media (max-width: 1023.98px) {
      .newsletter .newsletter__lgpd {
        padding: 0 10px; } }
    .newsletter .newsletter__lgpd a {
      color: white;
      text-decoration: underline; }
    .newsletter .newsletter__lgpd #lgpdCheck {
      height: 15px;
      width: 15px;
      appearance: checkbox; }
    .newsletter .newsletter__lgpd p {
      display: inline;
      margin-left: 5px;
      text-indent: 10px; }
    .newsletter .newsletter__lgpd__error {
      display: none; }
  .newsletter__title {
    color: white; }
    @media (min-width: 1024px) {
      .newsletter__title {
        margin-right: 16px; } }
    .newsletter__title .headline {
      display: none; }
  .newsletter__error, .newsletter__success {
    display: none; }

.tabs {
  position: relative; }
  .tabs__tab {
    width: 100%;
    height: 100%;
    display: none; }
    .tabs__tab--active {
      display: flex !important; }
  .tabs__buttons {
    display: flex;
    flex-wrap: wrap;
    z-index: 10; }
    .tabs__buttons li {
      cursor: pointer;
      transition: ease 0.3s; }

.banner-rodape {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500; }
  .banner-rodape img {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 1024px) and (max-width: 1279.98px) {
      .banner-rodape img {
        width: auto;
        height: 50px; } }
  .banner-rodape button.icon-close {
    position: absolute;
    right: 0;
    z-index: 1;
    background: red;
    padding: 0;
    color: white;
    text-shadow: 0px 0px 1px white; }

.more-content {
  padding-top: 36px;
  padding-bottom: 36px; }
  @media (min-width: 1024px) {
    .more-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .more-content--title {
    background-color: #514988;
    color: #FFD900;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px; }
    @media (min-width: 1024px) {
      .more-content--title {
        justify-content: space-between;
        height: 80px;
        padding-left: 40px;
        position: relative; }
        .more-content--title ::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 107px;
          height: 100%;
          background-image: url(../img/detail/ccxp_detail-11.png);
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          background-color: #FED731; } }
  .more-content__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 16px; }
    @media (min-width: 1024px) {
      .more-content__content {
        overflow-x: unset;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 56px; } }
    .more-content__content .content {
      display: flex;
      flex-direction: column; }
      .more-content__content .content img {
        width: 100%;
        height: 148px;
        margin-bottom: 20px;
        margin-top: 16px;
        object-fit: cover;
        object-position: center; }
        @media (min-width: 1024px) {
          .more-content__content .content img {
            height: 200px;
            margin-bottom: 24px;
            margin-top: 48px; } }
      .more-content__content .content .title {
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .more-content__content .content .title {
            margin-bottom: 12px; } }
      .more-content__content .content-body {
        margin-bottom: 16px; }
        @media (min-width: 1024px) {
          .more-content__content .content-body {
            margin-bottom: 20px; } }
      .more-content__content .content .btn-minimal {
        font-size: 0.75rem; }

.more-content__content::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: #E6E6E6; }

.more-content__content::-webkit-scrollbar {
  border-radius: 50px;
  height: 8px;
  background-color: #E6E6E6; }

.more-content__content::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #666666; }

.home__experiences {
  position: relative; }
  @media (max-width: 1023.98px) {
    .home__experiences:before {
      display: block;
      content: "";
      width: 34vw;
      max-width: 192px;
      height: 307px;
      position: absolute;
      top: 255px;
      right: 0;
      background-image: url(../img/assets/tech-dino.png);
      background-repeat: no-repeat;
      background-position-x: left;
      background-size: 215px; } }
  @media (min-width: 744px) and (max-width: 1023.98px) {
    .home__experiences:before {
      max-width: 400px;
      height: 470px;
      top: 480px;
      background-size: 380px; } }
  @media (min-width: 1280px) {
    .home__experiences {
      background-image: url(../img/desktop-bg/home/home-bg.png);
      background-position: top center;
      background-repeat: no-repeat; } }
  @media (min-width: 1440px) {
    .home__experiences {
      background-position: left -75px  top -24px;
      background-size: contain; } }
  @media (max-width: 743.98px) {
    .home__experiences p {
      line-height: 1; } }
  .home__experiences .video-container {
    max-width: 100%;
    position: relative;
    padding-top: 8rem; }
    @media (min-width: 1280px) {
      .home__experiences .video-container {
        max-width: 1400px;
        margin: 0 auto; } }
    .home__experiences .video-container:before {
      display: block;
      content: "";
      position: relative;
      top: 0px;
      height: 40px;
      width: 100%;
      border: 2px solid #000;
      background-color: #e33881;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      background-image: url(../img/mobile-bg/green-red-dots.png);
      background-repeat: no-repeat;
      background-position: 20px 50%; }
    .home__experiences .video-container iframe {
      border: 2px solid black;
      border-top: none;
      border-radius: 18px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      width: 100%;
      min-height: 192px; }
      @media (min-width: 744px) and (max-width: 1023.98px) {
        .home__experiences .video-container iframe {
          height: 560px; } }
      @media (min-width: 1024px) {
        .home__experiences .video-container iframe {
          margin-bottom: -2px;
          height: 748px;
          position: relative; } }
  .home__experiences .home__title h2 {
    font-family: 'urw-din-cond';
    font-weight: 900;
    font-style: italic;
    font-size: 70px;
    line-height: 60px; }
    @media (max-width: 1023.98px) {
      .home__experiences .home__title h2 {
        font-size: 55px; } }
  .home__experiences__wrapper {
    position: relative; }
    @media (min-width: 1024px) {
      .home__experiences__wrapper .bg-graph {
        position: relative;
        bottom: 0;
        height: 380px;
        margin-top: -380px;
        background-color: #514988; } }
  @media (min-width: 1024px) and (min-width: 744px) {
    .home__experiences__wrapper .bg-graph:after {
      content: "";
      position: absolute;
      width: 50%;
      height: 60px;
      top: -20px;
      left: 90px;
      background-image: url(../img/loading-bar.png);
      background-repeat: no-repeat; } }
  .home__experiences__slider {
    position: relative;
    width: 98%;
    max-width: 1500px;
    border: 2px solid #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    z-index: 1; }
    @media (max-width: 1023.98px) {
      .home__experiences__slider {
        order: 2; } }
    @media (max-width: 1279.98px) {
      .home__experiences__slider .swiper-container-autoheight, .home__experiences__slider .swiper-container-autoheight .swiper-slide {
        display: flex;
        justify-content: center; } }
    @media (min-width: 1680px) {
      .home__experiences__slider {
        position: relative; }
        .home__experiences__slider:after {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          background-image: url(../img/desktop-bg/home/bg_exp_video.png);
          height: 300px;
          width: 300px; } }
    .home__experiences__slider .slide__image {
      position: relative;
      z-index: 0;
      position: relative; }
      .home__experiences__slider .slide__image:before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        height: 40px;
        width: 100%;
        border-bottom: 2px solid #000;
        background-color: #e33881;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        z-index: 100;
        background-image: url(../img/mobile-bg/green-red-dots.png);
        background-repeat: no-repeat;
        background-position: 20px 50%; }
      @media (max-width: 1023.98px) {
        .home__experiences__slider .slide__image {
          height: 500px; } }
      @media (min-width: 1024px) {
        .home__experiences__slider .slide__image {
          height: 800px; } }
      @media (min-width: 1280px) {
        .home__experiences__slider .slide__image {
          height: 800px; } }
      .home__experiences__slider .slide__image:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 66%, #000000 115%); }
      .home__experiences__slider .slide__image img,
      .home__experiences__slider .slide__image video {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
        pointer-events: none; }
    .home__experiences__slider .slide__text {
      line-height: 1.2; }
      .home__experiences__slider .slide__text .home__experiences__thumbs {
        pointer-events: none;
        cursor: default;
        text-align: center; }
        @media (max-width: 1279.98px) {
          .home__experiences__slider .slide__text .home__experiences__thumbs {
            display: block !important; } }
        @media (max-width: 743.98px) {
          .home__experiences__slider .slide__text .home__experiences__thumbs {
            margin-bottom: 0.2rem;
            font-size: 32px; } }
        @media (min-width: 744px) and (max-width: 1023.98px) {
          .home__experiences__slider .slide__text .home__experiences__thumbs {
            font-size: 40px; } }
        @media (min-width: 1024px) and (max-width: 1279.98px) {
          .home__experiences__slider .slide__text .home__experiences__thumbs {
            font-size: 65px;
            max-width: 53vw; } }
        @media (min-width: 1280px) {
          .home__experiences__slider .slide__text .home__experiences__thumbs {
            display: none; } }
      .home__experiences__slider .slide__text p {
        color: white;
        line-height: 1.3;
        font-style: italic; }
      .home__experiences__slider .slide__text a {
        font-style: normal;
        color: white;
        font-size: 0.8em;
        text-transform: uppercase;
        border-bottom: 1px solid currentColor;
        margin-top: 1em;
        margin-bottom: 1rem; }
      @media (max-width: 1023.98px) {
        .home__experiences__slider .slide__text {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          position: absolute;
          bottom: 0;
          z-index: 1;
          width: 95%;
          margin-left: 2.5%;
          padding: 15px;
          font-size: 16px;
          line-height: 20px; } }
      @media (min-width: 1024px) and (max-width: 1279.98px) {
        .home__experiences__slider .slide__text {
          position: absolute;
          bottom: 2%;
          z-index: 1;
          left: 50%;
          transform: translateX(-50%);
          padding: 0 10%;
          font-size: 25px;
          font-style: italic;
          font-weight: normal;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center; } }
      @media (min-width: 1280px) {
        .home__experiences__slider .slide__text {
          position: absolute;
          top: 75%;
          z-index: 1;
          left: 50%;
          transform: translateX(-50%);
          padding: 0 10%;
          font-size: 25px;
          font-style: italic;
          font-weight: normal;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center; } }
      .home__experiences__slider .slide__text .btn {
        margin-top: 20px; }
    @media (max-width: 1023.98px) {
      .home__experiences__slider .nav-absolute {
        top: 50%; } }
  .home__experiences__thumbs {
    width: 100%;
    pointer-events: none;
    cursor: default; }
    @media (max-width: 1279.98px) {
      .home__experiences__thumbs {
        display: none; } }
    @media (min-width: 1280px) {
      .home__experiences__thumbs {
        position: absolute;
        top: 60%; } }
    .home__experiences__thumbs .slide {
      height: auto;
      opacity: 0;
      cursor: pointer;
      width: 100%;
      display: flex;
      justify-content: center; }
      .home__experiences__thumbs .slide p {
        white-space: nowrap;
        text-align: center;
        color: #fff;
        font-size: 8.5vw; }
        @media (min-width: 744px) {
          .home__experiences__thumbs .slide p {
            color: white;
            font-size: 70px; } }
        @media (min-width: 1024px) {
          .home__experiences__thumbs .slide p {
            color: white;
            font-size: 90px; } }
        .home__experiences__thumbs .slide p em {
          font-style: italic; }
      .home__experiences__thumbs .slide.swiper-slide-active {
        opacity: 1 !important; }
        .home__experiences__thumbs .slide.swiper-slide-active p {
          color: #fff;
          margin-right: 30px; }

@media (max-width: 743.98px) {
  .home__experiences__thumbs .swiper-wrapper {
    margin-left: 0; } }

.home__tickets {
  position: relative;
  padding: 36px 0; }
  @media (min-width: 1024px) {
    .home__tickets {
      padding-top: 48px;
      padding-bottom: 64px; } }
  .home__tickets__title {
    text-align: center;
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .home__tickets__title {
        margin-bottom: 8px; } }
    @media (min-width: 1024px) {
      .home__tickets__title__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center; } }
  .home__tickets__subtitle {
    text-align: center;
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .home__tickets__subtitle {
        margin-bottom: 44px; } }
  @media (max-width: 1023.98px) {
    .home__tickets__slider {
      width: 95%; } }
  @media (max-width: 1023.98px) {
    .home__tickets__slider {
      position: relative; } }
  @media (min-width: 1024px) {
    .home__tickets__slider {
      max-width: 999px;
      padding: 0 10px; } }
  @media (min-width: 1024px) {
    .home__tickets__slider .row {
      justify-content: space-between;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 1023.98px) {
    .home__tickets__slider .row {
      margin: 0; } }
  .home__tickets__thumbs {
    width: 85%;
    margin: 0 auto 40px; }
    @media (min-width: 1024px) {
      .home__tickets__thumbs {
        display: none; } }
    .home__tickets__thumbs .slide p {
      font-family: 'urw-din-cond-demi';
      font-style: italic;
      text-align: center;
      font-size: 25px;
      text-transform: uppercase;
      width: max-content;
      margin: 0 auto; }
    .home__tickets__thumbs .slide.swiper-slide-active p {
      border-bottom: 3px solid #fff;
      padding: 0 15px; }
  .home__tickets__compare-button {
    width: 95%;
    margin: 36px auto 0; }
    @media (min-width: 1024px) {
      .home__tickets__compare-button {
        max-width: 999px; } }
    @media (min-width: 1280px) {
      .home__tickets__compare-button {
        margin: 40px auto 0;
        max-width: 1065px; } }
  @media (max-width: 1023.98px) {
    .home__tickets .ticket {
      padding: 0; } }
  .home__tickets .ticket__image {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center; }
    .home__tickets .ticket__image--no-image {
      border: 1px solid white;
      border-radius: 5px; }
      @media (max-width: 1023.98px) {
        .home__tickets .ticket__image--no-image {
          height: 300px; } }
      @media (min-width: 1024px) {
        .home__tickets .ticket__image--no-image {
          height: 350px; } }
      @media (min-width: 1280px) {
        .home__tickets .ticket__image--no-image {
          height: 400px; } }
      .home__tickets .ticket__image--no-image:after {
        content: '';
        width: 25%;
        height: 7px;
        background-color: white;
        border-radius: 5px;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%); }
    .home__tickets .ticket__image img {
      width: 100%;
      max-width: 281px;
      height: 450px; }
      @media (min-width: 1024px) {
        .home__tickets .ticket__image img {
          max-width: 300px; } }
  .home__tickets .ticket__item {
    padding: 24px 0; }
    @media (min-width: 1024px) {
      .home__tickets .ticket__item {
        margin: 0; }
        .home__tickets .ticket__item:first-of-type {
          padding-top: 40px; } }
    .home__tickets .ticket__item--enable {
      border-bottom: solid 0.5px #E2E2E2; }
      .home__tickets .ticket__item--enable:last-child {
        border-bottom: none;
        padding-bottom: 36px; }
  .home__tickets .ticket__disclaimer {
    margin-top: 20px; }
    @media (max-width: 743.98px) {
      .home__tickets .ticket__disclaimer {
        margin-top: 15px; } }
    @media (min-width: 1024px) {
      .home__tickets .ticket__disclaimer {
        margin-top: 36px; } }
    .home__tickets .ticket__disclaimer__small {
      margin-top: 25px; }
      @media (max-width: 743.98px) {
        .home__tickets .ticket__disclaimer__small {
          margin-bottom: 10px;
          max-width: 320px; } }
  .home__tickets .ticket .btn-primary {
    width: 100%;
    height: 45px;
    margin-bottom: 24px; }
    .home__tickets .ticket .btn-primary:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 1023.98px) {
      .home__tickets .ticket .btn-primary {
        width: 99%; } }
  .home__tickets .ticket .show-modal {
    margin-top: 24px; }
  .home__tickets .ticketSwiper-wrapper {
    position: relative; }
    @media (min-width: 1024px) {
      .home__tickets .ticketSwiper-wrapper {
        display: flex;
        justify-content: center; } }
    .home__tickets .ticketSwiper-wrapper-button-prev, .home__tickets .ticketSwiper-wrapper-button-next {
      width: 12px;
      margin-left: 20px;
      margin-right: 2vw;
      height: 450px; }
      @media (min-width: 428px) {
        .home__tickets .ticketSwiper-wrapper-button-prev, .home__tickets .ticketSwiper-wrapper-button-next {
          margin-right: 5vw; } }
      @media (min-width: 1024px) {
        .home__tickets .ticketSwiper-wrapper-button-prev, .home__tickets .ticketSwiper-wrapper-button-next {
          display: none; } }
      .home__tickets .ticketSwiper-wrapper-button-prev .btn-slider, .home__tickets .ticketSwiper-wrapper-button-next .btn-slider {
        position: relative; }
      .home__tickets .ticketSwiper-wrapper-button-prev .swiper-button-next, .home__tickets .ticketSwiper-wrapper-button-next .swiper-button-next {
        right: 0; }
      .home__tickets .ticketSwiper-wrapper-button-prev .swiper-button-prev, .home__tickets .ticketSwiper-wrapper-button-next .swiper-button-prev {
        left: 0; }
    .home__tickets .ticketSwiper-wrapper-button-prev {
      margin-right: 20px;
      margin-left: 2vw; }
      @media (min-width: 428px) {
        .home__tickets .ticketSwiper-wrapper-button-prev {
          margin-left: 5vw; } }
  .home__tickets .nav-absolute {
    width: 100%; }
    @media (max-width: 1023.98px) {
      .home__tickets .nav-absolute {
        top: 220px;
        transform: translate(-50%, 0); } }
    @media (min-width: 1024px) {
      .home__tickets .nav-absolute {
        position: absolute;
        max-width: 999px;
        height: 450px; }
        .home__tickets .nav-absolute .swiper-button-next {
          top: 50%;
          right: -0.3vh; }
        .home__tickets .nav-absolute .swiper-button-prev {
          top: 50%;
          left: -0.3vh; } }
    @media (min-width: 1280px) {
      .home__tickets .nav-absolute .swiper-button-next {
        top: 50%;
        right: -24px; }
      .home__tickets .nav-absolute .swiper-button-prev {
        top: 50%;
        left: -24px; } }
  .home__tickets .swiper-pagination-bullets {
    bottom: 0; }

#tickets__container .ticket {
  padding-bottom: 32px; }

@media (min-width: 1024px) {
  #tickets__container .ticket {
    padding: 0;
    max-width: 100%;
    padding-bottom: 72px; } }

.home__news {
  background-color: #e33881;
  padding: 150px 0 80px 0px;
  position: relative; }
  @media (max-width: 1023.98px) {
    .home__news {
      position: relative;
      padding: 50px 0 140px 0; }
      .home__news:before {
        background-image: url(../img/mobile-bg/home/blue-stair.png);
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: right;
        content: '';
        height: 428px;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0; }
      .home__news:after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 300px;
        bottom: -50px;
        background-image: url(../img/mobile-bg/home/fishboy_mobile.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 260px;
        z-index: 1; } }
  @media (min-width: 1024px) {
    .home__news {
      padding-bottom: 520px;
      padding-top: 225px; }
      .home__news:before {
        display: block;
        position: absolute;
        content: "";
        width: calc(100vw - 1065px);
        right: 0px;
        top: 0;
        background-image: url(../img/desktop-bg/news/bg_news_right.png);
        background-repeat: no-repeat;
        height: 702px; }
      .home__news:after {
        display: block;
        position: absolute;
        content: "";
        width: 424px;
        background-image: url(../img/desktop-bg/news/bg_blue_stair.png);
        background-repeat: no-repeat;
        background-position-x: left;
        height: 525px;
        right: 1260px; } }
  @media (min-width: 1700px) {
    .home__news:after {
      right: unset;
      left: 0; } }
  @media (min-width: 1800px) {
    .home__news:before {
      top: 0;
      right: 0;
      width: 734px; } }
  @media (min-width: 1024px) {
    .home__news__title {
      padding: 4.16667vw 0 7.29167vw; } }
  @media (min-width: 1280px) {
    .home__news__title {
      padding: 30px 0 140px; } }
  @media (min-width: 1024px) {
    .home__news__title h2 {
      font-size: 50px; } }
  @media (min-width: 1280px) {
    .home__news__title h2 {
      font-size: 85px; } }
  .home__news__title p {
    font-weight: 900; }
    @media (max-width: 1023.98px) {
      .home__news__title p {
        font-size: 50px;
        line-height: 50px; } }
    @media (min-width: 1024px) {
      .home__news__title p {
        line-height: 5.20833vw; } }
    @media (min-width: 1280px) {
      .home__news__title p {
        line-height: 100px; } }
  @media (max-width: 1023.98px) {
    .home__news__slider {
      padding-top: 36px;
      z-index: 2; } }
  .home__news__slider .slide {
    width: 280px; }
    @media (min-width: 744px) {
      .home__news__slider .slide[data-swiper-slide-index="0"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="3"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="6"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="9"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="12"] .slide__card {
        margin-top: 50px; } }
    @media (min-width: 744px) {
      .home__news__slider .slide[data-swiper-slide-index="2"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="5"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="8"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="11"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="14"] .slide__card {
        margin-top: 90px; } }
    @media (min-width: 744px) {
      .home__news__slider .slide[data-swiper-slide-index="4"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="7"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="10"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="13"] .slide__card, .home__news__slider .slide[data-swiper-slide-index="15"] .slide__card {
        margin-top: 20px; } }
    @media (min-width: 744px) {
      .home__news__slider .slide {
        width: 400px; } }
    @media (max-width: 743.98px) {
      .home__news__slider .slide {
        transition: ease 0.3s;
        height: 532px; } }
    .home__news__slider .slide__card {
      height: 100%;
      overflow: visible;
      position: relative;
      display: block; }
      @media (max-width: 1023.98px) {
        .home__news__slider .slide__card {
          transition: ease 0.3s;
          height: 100%;
          margin-top: 30px; } }
      .home__news__slider .slide__card img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 280px;
        border-radius: 20px;
        border: solid 2px #000; }
        @media (min-width: 744px) {
          .home__news__slider .slide__card img {
            width: 400px;
            height: 400px; } }
      .home__news__slider .slide__card__text {
        width: 100%;
        height: auto;
        max-height: 50%;
        position: relative;
        left: 0;
        background-color: white;
        padding: 15px;
        font-style: italic;
        color: black;
        border: solid 2px #000;
        border-top: none;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        opacity: 0;
        transition: ease 0.3s; }
        @media (max-width: 1023.98px) {
          .home__news__slider .slide__card__text {
            min-height: 180px; } }
        .home__news__slider .slide__card__text p,
        .home__news__slider .slide__card__text h3,
        .home__news__slider .slide__card__text span {
          margin-left: 12px; }
        .home__news__slider .slide__card__text p,
        .home__news__slider .slide__card__text h3 {
          line-height: 1.2;
          font-size: 25px;
          font-style: italic; }
          @media (min-width: 1024px) {
            .home__news__slider .slide__card__text p,
            .home__news__slider .slide__card__text h3 {
              font-size: 20px; } }
          @media (min-width: 1280px) {
            .home__news__slider .slide__card__text p,
            .home__news__slider .slide__card__text h3 {
              font-size: 25px; } }
        .home__news__slider .slide__card__text h3 {
          margin-top: 12px;
          font-weight: 900;
          text-transform: uppercase; }
        .home__news__slider .slide__card__text p {
          font-weight: 500;
          margin-top: 12px; }
        .home__news__slider .slide__card__text span {
          text-transform: uppercase;
          border-bottom: 1px solid black;
          margin-top: 15px;
          display: inline-block;
          font-style: normal;
          font-weight: 500;
          line-height: 1.2; }
          @media (min-width: 1024px) {
            .home__news__slider .slide__card__text span {
              font-size: 17px; } }
          @media (min-width: 1280px) {
            .home__news__slider .slide__card__text span {
              font-size: 20px; } }
    .home__news__slider .slide.swiper-slide-active {
      position: relative; }
      .home__news__slider .slide.swiper-slide-active img {
        border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
      .home__news__slider .slide.swiper-slide-active a:before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        height: 40px;
        width: 100%;
        border: 2px solid #000;
        background-color: #ffc100;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        z-index: 100;
        background-image: url(../img/mobile-bg/green-red-dots.png);
        background-repeat: no-repeat;
        background-position: 4% 50%; }
      @media (min-width: 744px) {
        .home__news__slider .slide.swiper-slide-active::before {
          top: 28px; } }
      @media (min-width: 1024px) {
        .home__news__slider .slide.swiper-slide-active::before {
          top: 0; } }
    .home__news__slider .slide:hover img, .home__news__slider .slide.swiper-slide-active img {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .home__news__slider .slide:hover a:before, .home__news__slider .slide.swiper-slide-active a:before {
      display: block;
      content: "";
      position: absolute;
      top: 0px;
      height: 40px;
      width: 100%;
      border: 2px solid #000;
      background-color: #ffc100;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      z-index: 100;
      background-image: url(../img/mobile-bg/green-red-dots.png);
      background-repeat: no-repeat;
      background-position: 4% 50%; }
    @media (max-width: 743.98px) {
      .home__news__slider .slide:hover .slide__card, .home__news__slider .slide.swiper-slide-active .slide__card {
        margin: 0 auto;
        height: 65vh;
        max-width: 280px; } }
    .home__news__slider .slide:hover .slide__card__text, .home__news__slider .slide.swiper-slide-active .slide__card__text {
      opacity: 1; }

@media (min-width: 1024px) {
  .home__news > .swiper-container {
    margin-bottom: -180px; } }

.home__news > .swiper-container .nav-absolute {
  top: 200px; }

.home__doubts {
  position: relative; }
  .home__doubts .container-fluid, .home__doubts .container-sm, .home__doubts .container-md, .home__doubts .container-lg, .home__doubts .container-xl {
    padding: 0; }
  @media (max-width: 1023.98px) {
    .home__doubts .mobile-title-medium {
      margin-bottom: 16px; } }
  @media (min-width: 1024px) {
    .home__doubts .title-medium {
      margin-bottom: 24px; } }
  .home__doubts__acordion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 24px; }
    @media (min-width: 428px) and (max-width: 743.98px) {
      .home__doubts__acordion {
        padding: 36px 40px; } }
    @media (min-width: 744px) {
      .home__doubts__acordion {
        padding: 64px 40px; } }
    @media (min-width: 1024px) {
      .home__doubts__acordion {
        padding: 40px 64px; } }
    @media (min-width: 1280px) {
      .home__doubts__acordion {
        padding: 40px 80px; } }
    .home__doubts__acordion .item {
      border: 2px solid #E8E8E8;
      padding: 16px 8px 16px 16px;
      margin-bottom: 15px;
      position: relative;
      transition: ease 0.3s; }
      @media (min-width: 1024px) {
        .home__doubts__acordion .item {
          padding: 20px 8px 16px 20px; }
          .home__doubts__acordion .item:last-of-type {
            margin-bottom: 24px; } }
      .home__doubts__acordion .item br {
        display: none; }
      .home__doubts__acordion .item h3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        text-transform: uppercase;
        transition: ease 0.3s; }
      .home__doubts__acordion .item a {
        color: #000;
        text-decoration: underline; }
      .home__doubts__acordion .item p {
        overflow: hidden;
        max-height: 0;
        color: #000;
        padding-top: 0;
        transition: ease 0.3s; }
      .home__doubts__acordion .item icon {
        color: #000;
        font-size: 20px;
        -webkit-text-stroke: 0.5px black; }
        .home__doubts__acordion .item icon::before {
          padding: 5px;
          height: 32px;
          font-weight: 900; }
        @media (max-width: 1023.98px) {
          .home__doubts__acordion .item icon {
            font-size: 12px; }
            .home__doubts__acordion .item icon::before {
              height: 22px; } }
      .home__doubts__acordion .item--open {
        background-color: #F5F5F5; }
        .home__doubts__acordion .item--open h3 {
          color: #000; }
        .home__doubts__acordion .item--open p {
          padding-top: 15px;
          max-height: 1000px; }
    .home__doubts__acordion .btn-primary {
      height: 45px;
      width: 145px;
      font-size: 0.75rem;
      padding: unset; }
  .home__doubts .btn-doubts {
    width: 280px;
    margin: 0 auto 20px;
    border: solid 1px #000;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2rem; }
    @media (max-width: 1023.98px) {
      .home__doubts .btn-doubts {
        width: 100%; } }

.cosplay_poll {
  background-color: #e33881;
  display: flex; }
  @media (max-width: 1023.98px) {
    .cosplay_poll {
      flex-direction: column; } }
  .cosplay_poll__title {
    text-transform: uppercase;
    font-size: 54px;
    line-height: 0.85;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 50px 0 45px; }
    @media (max-width: 1279.98px) {
      .cosplay_poll__title {
        font-size: 2.8125vw;
        padding: 2.60417vw 0 2.34375vw; } }
    @media (max-width: 1023.98px) {
      .cosplay_poll__title {
        font-size: 54px;
        padding: 46px 0 44px;
        margin-top: 40px; } }
    @media (max-width: 743.98px) {
      .cosplay_poll__title {
        font-size: 7.03125vw;
        padding: 5.98958vw 0 5.72917vw; } }
  .cosplay_poll__gallery {
    width: 680px;
    height: 720px;
    display: flex;
    flex-direction: column;
    background-color: black; }
    @media (max-width: 1279.98px) {
      .cosplay_poll__gallery {
        width: calc(100% - 33.33333vw);
        height: 50vw; } }
    @media (max-width: 1023.98px) {
      .cosplay_poll__gallery {
        width: 100%;
        height: 700px; } }
    @media (max-width: 743.98px) {
      .cosplay_poll__gallery {
        height: 91.14583vw; } }
    .cosplay_poll__gallery img {
      object-fit: contain;
      object-position: center;
      width: 100%;
      height: 100%; }
    .cosplay_poll__gallery__main {
      flex-grow: 1;
      width: 100%;
      height: calc(100% - 110px); }
      @media (max-width: 1279.98px) {
        .cosplay_poll__gallery__main {
          height: calc(100% - 5.72917vw); } }
      @media (max-width: 1023.98px) {
        .cosplay_poll__gallery__main {
          height: calc(100% - 100px); } }
      @media (max-width: 743.98px) {
        .cosplay_poll__gallery__main {
          height: calc(100% - 13.02083vw); } }
    .cosplay_poll__gallery__thumbs {
      flex-shrink: 0;
      width: 100%;
      height: 110px;
      padding: 10px; }
      @media (max-width: 1279.98px) {
        .cosplay_poll__gallery__thumbs {
          height: 5.72917vw;
          padding: 0.52083vw; } }
      @media (max-width: 1023.98px) {
        .cosplay_poll__gallery__thumbs {
          height: 110px;
          padding: 10px; } }
      @media (max-width: 743.98px) {
        .cosplay_poll__gallery__thumbs {
          height: 14.32292vw;
          padding: 1.30208vw; } }
      .cosplay_poll__gallery__thumbs img {
        object-fit: cover; }
      .cosplay_poll__gallery__thumbs .swiper-slide {
        cursor: pointer; }
  .cosplay_poll__info {
    width: 440px;
    flex-shrink: 0;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1279.98px) {
      .cosplay_poll__info {
        width: 33.33333vw; } }
    @media (max-width: 1023.98px) {
      .cosplay_poll__info {
        width: 100%; } }
  .cosplay_poll .info__details {
    flex-grow: 1;
    padding: 65px 50px; }
    @media (max-width: 1279.98px) {
      .cosplay_poll .info__details {
        padding: 3.38542vw 2.60417vw; } }
    @media (max-width: 1023.98px) {
      .cosplay_poll .info__details {
        padding: 40px; } }
    @media (max-width: 743.98px) {
      .cosplay_poll .info__details {
        padding: 5.20833vw; } }
  .cosplay_poll .info__artist {
    font-size: 47px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 1279.98px) {
      .cosplay_poll .info__artist {
        font-size: 2.44792vw;
        margin-bottom: 1.04167vw; } }
    @media (max-width: 1023.98px) {
      .cosplay_poll .info__artist {
        width: 100%;
        position: absolute;
        padding: 60px 0 30px;
        bottom: 0;
        font-size: 58px;
        margin-bottom: 0;
        text-align: center;
        z-index: 1;
        background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); } }
    @media (max-width: 743.98px) {
      .cosplay_poll .info__artist {
        font-size: 7.55208vw;
        padding: 7.8125vw 0 3.90625pxvw; } }
  .cosplay_poll .info__details p {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 1279.98px) {
      .cosplay_poll .info__details p {
        font-size: 1.35417vw; } }
    @media (max-width: 1023.98px) {
      .cosplay_poll .info__details p {
        font-size: 34px; } }
    @media (max-width: 743.98px) {
      .cosplay_poll .info__details p {
        font-size: 4.42708vw; } }
    .cosplay_poll .info__details p.info__description,
    .cosplay_poll .info__details p span {
      font-weight: normal;
      text-transform: initial; }
  .cosplay_poll .info__details hr {
    margin: 40px -15px; }
    @media (max-width: 1279.98px) {
      .cosplay_poll .info__details hr {
        margin: 2.08333vw -0.78125vw; } }
    @media (max-width: 1023.98px) {
      .cosplay_poll .info__details hr {
        margin: 40px -15px; } }
    @media (max-width: 743.98px) {
      .cosplay_poll .info__details hr {
        margin: 5.20833vw -1.95312vw; } }
  .cosplay_poll .info__actions {
    padding: 39px 20px 35px;
    background-color: #ffcc00;
    color: black;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1279.98px) {
      .cosplay_poll .info__actions {
        padding: 2.03125vw 1.04167vw 1.82292vw; } }
    @media (max-width: 1023.98px) {
      .cosplay_poll .info__actions {
        order: -1;
        padding: 20px 20px 25px; } }
    @media (max-width: 743.98px) {
      .cosplay_poll .info__actions {
        padding: 2.60417vw 2.60417vw 3.25521vw; } }
    .cosplay_poll .info__actions .btn {
      width: calc(50% - 5px);
      min-width: 100px;
      font-size: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .3s;
      border: none; }
      @media (max-width: 1279.98px) {
        .cosplay_poll .info__actions .btn {
          font-size: 1.25vw; } }
      @media (max-width: 1023.98px) {
        .cosplay_poll .info__actions .btn {
          font-size: 42px;
          padding: 24px 0; } }
      @media (max-width: 743.98px) {
        .cosplay_poll .info__actions .btn {
          font-size: 5.46875vw;
          padding: 3.125vw 0; } }
      .cosplay_poll .info__actions .btn.active {
        background-color: #e33881;
        color: white; }
      .cosplay_poll .info__actions .btn:hover {
        color: white; }
      .cosplay_poll .info__actions .btn:before {
        background-color: #e33881;
        color: white; }
      .cosplay_poll .info__actions .btn img {
        max-height: 36px;
        max-width: 36px;
        margin-right: 9px; }
        @media (max-width: 1279.98px) {
          .cosplay_poll .info__actions .btn img {
            max-width: 1.875vw;
            max-height: 1.875vw; } }
        @media (max-width: 1023.98px) {
          .cosplay_poll .info__actions .btn img {
            max-width: 64px;
            max-height: 64px; } }
        @media (max-width: 743.98px) {
          .cosplay_poll .info__actions .btn img {
            max-width: 8.33333vw;
            max-height: 8.33333vw; } }
    .cosplay_poll .info__actions p {
      width: 100%;
      margin-top: 24px;
      text-align: center;
      font-size: 19px;
      text-transform: uppercase; }
      @media (max-width: 1279.98px) {
        .cosplay_poll .info__actions p {
          margin-top: 1.25vw;
          font-size: 0.98958vw; } }
      @media (max-width: 1279.98px) {
        .cosplay_poll .info__actions p {
          margin-top: 30px;
          font-size: 26px; } }
      @media (max-width: 743.98px) {
        .cosplay_poll .info__actions p {
          margin-top: 3.90625vw;
          font-size: 3.38542vw; } }
      .cosplay_poll .info__actions p a {
        color: #e33881;
        text-decoration: underline;
        transition: 0.3s; }
        .cosplay_poll .info__actions p a:hover {
          color: black; }

.products-modal__modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */ }
  .products-modal__modal.active {
    display: flex; }
  .products-modal__modal input:focus::-webkit-input-placeholder {
    color: transparent; }
  .products-modal__modal input:focus:-moz-placeholder {
    color: transparent; }
  .products-modal__modal input:focus::-moz-placeholder {
    color: transparent; }
  .products-modal__modal input:focus:-ms-input-placeholder {
    color: transparent; }
  .products-modal__modal__body {
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    border-radius: 20px;
    width: 340px;
    height: 580px;
    background-color: white;
    padding-top: 40px;
    color: black; }
    @media (min-width: 1024px) {
      .products-modal__modal__body {
        width: 700px;
        height: 521px; } }
    .products-modal__modal__body h3 {
      font-size: 30px;
      line-height: 33px;
      font-weight: bold;
      text-align: center;
      max-width: 240px;
      text-transform: unset;
      margin-bottom: 38px; }
      @media (min-width: 1024px) {
        .products-modal__modal__body h3 {
          max-width: 520px;
          margin-bottom: 41px; } }
    .products-modal__modal__body:before {
      display: block;
      content: "";
      position: absolute;
      top: 0px;
      height: 40px;
      width: 100%;
      border-bottom: 2px solid #000;
      background-color: #ffc100;
      border-top-left-radius: 19px;
      border-top-right-radius: 19px;
      z-index: 100;
      background-image: url(../img/mobile-bg/green-red-dots.png);
      background-repeat: no-repeat;
      background-position: 4% 50%; }
    .products-modal__modal__body form {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 300px; }
      @media (min-width: 1024px) {
        .products-modal__modal__body form {
          width: 475px; } }
      .products-modal__modal__body form label[for=terms] {
        padding: 10px; }
        @media (max-width: 1279.98px) {
          .products-modal__modal__body form label[for=terms] {
            padding: 5px 10px; } }
      .products-modal__modal__body form #terms {
        -webkit-appearance: checkbox;
        height: 18px;
        display: inline-block;
        width: auto;
        height: auto; }
      @media (max-width: 1279.98px) {
        .products-modal__modal__body form label {
          width: 260px; } }
      .products-modal__modal__body form label p {
        display: inline;
        font-weight: 500; }
      .products-modal__modal__body form label a {
        color: black;
        text-decoration: underline; }
      .products-modal__modal__body form input {
        width: 100%;
        border-radius: 25px;
        height: 50px;
        font-size: 20px;
        padding-left: 20px; }
        .products-modal__modal__body form input::placeholder {
          font-weight: 400;
          color: black; }
      .products-modal__modal__body form .form-modal__error-message {
        margin-top: 8px;
        margin-bottom: 8px;
        font-weight: 500;
        color: #E82D2D;
        font-size: 16px;
        position: initial;
        padding: 0; }
    .products-modal__modal__body .btn {
      width: 280px;
      font-size: 18px;
      line-height: 23px;
      font-weight: bold; }
  .products-modal__modal__header {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 1023.98px) {
      .products-modal__modal__header {
        width: 340px;
        padding: 0 5px 10px 0;
        position: relative;
        right: 0; } }
    @media (min-width: 1024px) {
      .products-modal__modal__header {
        width: 700px;
        right: 4px;
        position: relative;
        z-index: 2;
        margin-bottom: 8px; } }
    .products-modal__modal__header button.icon-close {
      color: #000;
      font-size: 30px;
      width: 52px;
      height: 52px;
      background-color: #fff;
      border-radius: 50%;
      border: 2px solid #000; }
      .products-modal__modal__header button.icon-close::before {
        font-weight: bolder; }
    .products-modal__modal__header p {
      color: red;
      font-size: 60px; }

.products-modal__slider p {
  color: white;
  font-size: 60px; }

.products-modal__slider .swiper-wrapper {
  align-items: center; }

@media (max-width: 1023.98px) {
  .products-modal__slider .swiper-slide {
    padding: 0 45px; } }

@media (min-width: 1024px) {
  .products-modal__slider .swiper-slide {
    padding: 0 100px; } }

.products-modal__slider .swiper-slide__wrapper {
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center; }
  .products-modal__slider .swiper-slide__wrapper picture,
  .products-modal__slider .swiper-slide__wrapper img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.ccxp-live {
  padding: 20px 0 40px;
  background-color: #ffcc00;
  background-image: url(../img/bg-home-experiencias.png);
  background-repeat: no-repeat;
  background-position: center top; }
  @media (max-width: 1023.98px) {
    .ccxp-live {
      padding: 10px 0 20px;
      margin-top: 40px;
      background-image: none; } }
  .ccxp-live__wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    position: relative; }
  .ccxp-live .home__title {
    padding: 20px 0;
    text-align: center;
    color: #623d91;
    font-size: 36px; }
    @media (max-width: 1023.98px) {
      .ccxp-live .home__title {
        padding: 10px 0; } }
    .ccxp-live .home__title strong {
      color: #e14290;
      font-weight: bold; }
  .ccxp-live iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.closing__top {
  background-color: #ffcc00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 60vh;
  max-height: 800px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1023.98px) {
    .closing__top {
      height: auto;
      max-height: unset;
      min-height: 60vh;
      padding: 0 20px; } }
  @media (max-width: 1023.98px) {
    .closing__top:first-of-type {
      margin-top: 40px; } }
  .closing__top:nth-child(even) {
    background-color: #514988; }
    @media (min-width: 1024px) {
      .closing__top:nth-child(even) {
        align-items: center; } }
    .closing__top:nth-child(even) .description {
      padding: 60px 15px 60px; }
      .closing__top:nth-child(even) .description h2, .closing__top:nth-child(even) .description h3 {
        color: white;
        line-height: 1.1;
        font-family: 'urw-din-cond-demi'; }
      .closing__top:nth-child(even) .description h3 {
        font-size: 25px;
        font-stretch: normal;
        font-style: italic;
        line-height: 2.6;
        text-transform: uppercase; }
        @media (max-width: 1023.98px) {
          .closing__top:nth-child(even) .description h3 {
            font-size: 5.20833vw; } }
        .closing__top:nth-child(even) .description h3 p {
          margin-top: 10px;
          line-height: 1.3; }
  .closing__top .description {
    position: relative;
    z-index: 1; }
    .closing__top .description h2, .closing__top .description h3 {
      text-align: center; }
    .closing__top .description h2 {
      color: white;
      text-transform: uppercase;
      font-style: italic;
      font-size: 60px;
      font-weight: 500; }
      @media (max-width: 1023.98px) {
        .closing__top .description h2 {
          font-size: 6.51042vw; } }
      @media (max-width: 1023.98px) {
        .closing__top .description h2 br {
          display: none; } }
    .closing__top .description h3 {
      font-size: 25px;
      font-weight: 400;
      text-transform: initial;
      color: white; }
      @media (max-width: 1023.98px) {
        .closing__top .description h3 {
          font-size: 3.25521vw; } }
    .closing__top .description strong {
      font-weight: 900; }
    .closing__top .description em {
      color: #ffcc00; }
    .closing__top .description .btn {
      margin: 30px auto 0; }
  .closing__top .observation {
    padding: 20px; }
    .closing__top .observation h4 {
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: italic;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      text-transform: unset; }
      @media (max-width: 1023.98px) {
        .closing__top .observation h4 {
          font-size: 4.6875vw; } }
      @media (max-width: 1279.98px) {
        .closing__top .observation h4 {
          position: relative; } }
  .closing__top img, .closing__top picture {
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .closing__top--sub {
    background-color: #514988;
    color: #fff;
    height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 1023.98px) {
      .closing__top--sub {
        height: auto;
        min-height: initial; } }
    .closing__top--sub h2 {
      font-weight: 500 !important; }
    .closing__top--sub h3 {
      font-weight: normal !important;
      line-height: 1 !important; }

.closing__experiences__wrapper {
  position: relative; }
  @media (max-width: 1023.98px) {
    .closing__experiences__wrapper {
      display: flex;
      flex-direction: column; } }

.closing__experiences__slider {
  position: relative;
  width: 100%; }
  @media (max-width: 1023.98px) {
    .closing__experiences__slider {
      order: 2; } }
  .closing__experiences__slider .slide {
    width: 100% !important; }
    .closing__experiences__slider .slide__image {
      position: relative;
      z-index: 0; }
      @media (max-width: 1023.98px) {
        .closing__experiences__slider .slide__image {
          height: 60vh; } }
      @media (min-width: 1024px) {
        .closing__experiences__slider .slide__image {
          height: 80vh; } }
      @media (max-width: 1439.98px) {
        .closing__experiences__slider .slide__image {
          height: 80vh; } }
      .closing__experiences__slider .slide__image:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.35); }
      .closing__experiences__slider .slide__image img,
      .closing__experiences__slider .slide__image video {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
        pointer-events: none; }
    .closing__experiences__slider .slide__text {
      line-height: 1.2;
      color: white;
      line-height: 1.3;
      font-style: italic; }
      @media (max-width: 1023.98px) {
        .closing__experiences__slider .slide__text {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          position: relative;
          z-index: 1;
          background-color: black;
          min-height: 255px;
          padding: 130px 15px 30px;
          font-size: 20px; } }
      @media (min-width: 1024px) {
        .closing__experiences__slider .slide__text {
          position: absolute;
          top: 75%;
          z-index: 1;
          left: 50%;
          transform: translateX(-50%);
          padding: 0 70px;
          font-size: 25px; } }
      .closing__experiences__slider .slide__text a {
        font-style: normal;
        color: inherit;
        font-size: 0.8em;
        border-bottom: 1px solid currentColor; }
      .closing__experiences__slider .slide__text .btn {
        margin-top: 20px; }
  @media (max-width: 1023.98px) {
    .closing__experiences__slider .nav-absolute {
      top: 30%; } }

.closing__experiences__thumbs {
  width: 100%; }
  @media (max-width: 1023.98px) {
    .closing__experiences__thumbs {
      position: absolute;
      top: 60vh; } }
  @media (min-width: 1024px) {
    .closing__experiences__thumbs {
      position: absolute;
      top: 62%; } }
  .closing__experiences__thumbs .slide {
    height: auto;
    cursor: pointer;
    width: auto;
    text-transform: uppercase;
    font-weight: 900;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    font-size: 8vw;
    opacity: 0.6;
    max-width: 100vw;
    white-space: normal;
    padding: 20px; }
    @media (min-width: 744px) {
      .closing__experiences__thumbs .slide {
        color: white; } }
    @media (min-width: 1024px) {
      .closing__experiences__thumbs .slide {
        opacity: 0.2;
        font-size: 50px;
        padding: 0; } }
    @media (min-width: 1280px) {
      .closing__experiences__thumbs .slide {
        font-size: 70px; } }
    .closing__experiences__thumbs .slide em {
      font-style: italic; }
    .closing__experiences__thumbs .slide.swiper-slide-active {
      opacity: 1 !important; }
      .closing__experiences__thumbs .slide.swiper-slide-active p {
        color: #ffcc00; }

.closing__experiences__thumbs .swiper-wrapper {
  margin-left: calc((100vw - 1140px) / 2 + 60px); }
  @media (max-width: 1200px) {
    .closing__experiences__thumbs .swiper-wrapper {
      margin-left: calc((100vw - 960px) / 2 + 60px); } }
  @media (max-width: 743.98px) {
    .closing__experiences__thumbs .swiper-wrapper {
      margin-left: 0; } }
  .closing__experiences__thumbs .swiper-wrapper .slide {
    cursor: default; }

.closing__message {
  background-color: #ffcc00;
  display: flex;
  align-items: center; }
  @media (min-width: 1024px) {
    .closing__message {
      height: 90vh;
      max-height: 800px; } }
  .closing__message__description {
    width: max-content;
    margin: 0 auto;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    color: #514988;
    text-align: center;
    font-size: 100px; }
    @media (max-width: 1023.98px) {
      .closing__message__description {
        padding: 120px 0;
        font-size: 7.16146vw; } }
    @media (max-width: 1279.98px) {
      .closing__message__description {
        font-size: 7.8125vw; } }
    .closing__message__description strong {
      color: #e33881; }

.closing__mosaic .swiper-wrapper {
  /* slide */ }
  @media (min-width: 1024px) {
    .closing__mosaic .swiper-wrapper {
      display: initial !important; } }
  .closing__mosaic .swiper-wrapper .swiper-slide {
    align-items: center;
    overflow: hidden; }
    @media (max-width: 1023.98px) {
      .closing__mosaic .swiper-wrapper .swiper-slide {
        flex-direction: column; } }
    @media (min-width: 1024px) {
      .closing__mosaic .swiper-wrapper .swiper-slide {
        height: 960px;
        max-height: 960px; } }
    @media (min-width: 1024px) {
      .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(even) {
        flex-direction: row-reverse; } }
    .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(1) .closing__mosaic__text, .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(4) .closing__mosaic__text {
      background-color: #e33881;
      color: white; }
      .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(1) .closing__mosaic__text strong, .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(4) .closing__mosaic__text strong {
        color: #ffcc00; }
    .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(2) .closing__mosaic__text {
      background-color: #ffcc00; }
      .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(2) .closing__mosaic__text .title {
        color: #e33881; }
        .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(2) .closing__mosaic__text .title strong {
          color: #514988; }
      .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(2) .closing__mosaic__text .description {
        color: black; }
    .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(3) .closing__mosaic__text {
      background-color: #514988;
      color: white; }
      .closing__mosaic .swiper-wrapper .swiper-slide:nth-child(3) .closing__mosaic__text strong {
        color: #ffcc00; }
    .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 100%; }
      @media (max-width: 1023.98px) {
        .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text {
          padding: 35px 20px; } }
      @media (min-width: 1024px) {
        .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text {
          padding: 0 2.60417vw; } }
      @media (min-width: 1280px) {
        .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text {
          padding: 0 7.8125vw; } }
      .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .title,
      .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .description {
        text-align: left; }
      .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .title * {
        font-size: 50px;
        font-weight: 500;
        font-stretch: normal;
        font-style: italic;
        line-height: 1.08;
        letter-spacing: normal;
        text-transform: uppercase; }
        @media (max-width: 1023.98px) {
          .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .title * {
            font-size: 6.51042vw;
            margin-bottom: 15px; } }
        @media (min-width: 1024px) {
          .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .title * {
            font-size: 3.125vw;
            margin-bottom: 30px; } }
        @media (min-width: 1280px) {
          .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .title * {
            font-size: 2.60417vw;
            margin-bottom: 40px; } }
        .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .title * strong {
          font-family: 'urw-din-cond-demi'; }
      .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .description * {
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal; }
        @media (max-width: 1023.98px) {
          .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .description * {
            font-size: 5.20833vw; } }
        @media (min-width: 1024px) {
          .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .description * {
            font-size: 20px; } }
        @media (min-width: 1280px) {
          .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .description * {
            font-size: 25px; } }
    .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__media {
      padding: 0;
      height: 100%; }
      @media (max-width: 1023.98px) {
        .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__media {
          height: 40vh; } }
      .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__media img,
      .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__media video {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%; }

.closing__mosaic .nav-absolute {
  top: 23%; }
  @media (min-width: 1024px) {
    .closing__mosaic .nav-absolute {
      display: none; } }

.closing__thankyou {
  background-color: #ffcc00;
  display: flex;
  align-items: center; }
  @media (max-width: 1023.98px) {
    .closing__thankyou {
      height: 30vh; } }
  @media (min-width: 1024px) {
    .closing__thankyou {
      padding: 150px 0 80px; } }
  @media (max-width: 1023.98px) {
    .closing__thankyou .marquee p {
      font-size: 55px; } }
  @media (min-width: 1024px) {
    .closing__thankyou .marquee p {
      font-size: 200px; } }
  .closing__thankyou .marquee p span {
    color: #514988; }
    .closing__thankyou .marquee p span:nth-child(odd) {
      color: #e33881; }

.header {
  width: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  color: black;
  z-index: 999;
  font-weight: 800; }
  .header .col-6 {
    padding: 0;
    padding-right: 24px; }
    @media (min-width: 428px) {
      .header .col-6 {
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      .header .col-6 {
        padding-right: 80px; } }
  @media (min-width: 1024px) {
    .header .col-lg-2 {
      padding-left: 0;
      padding-right: 15px; } }
  @media (max-width: 1023.98px) {
    .header {
      height: 55px; } }
  .header__logo {
    height: 55px;
    display: flex;
    align-items: center; }
    @media (max-width: 743.98px) {
      .header__logo {
        background-color: white;
        max-width: 125px; } }
    .header__logo img {
      max-width: 100%; }
    @media (min-width: 1024px) {
      .header__logo a {
        width: 100%;
        display: flex;
        align-items: center; } }
    .header__logo__wrapper {
      background-color: white;
      padding-right: 0 !important; }
      @media (max-width: 743.98px) {
        .header__logo__wrapper {
          height: 55px; } }
  .header .container {
    position: relative;
    padding-left: 24px;
    padding-right: 0; }
    @media (min-width: 428px) {
      .header .container {
        max-width: none;
        padding-left: 40px; } }
    @media (min-width: 1024px) {
      .header .container {
        max-width: none;
        padding-left: 64px; } }
    @media (min-width: 1280px) {
      .header .container {
        padding-left: 80px; } }
  .header .row {
    align-items: center;
    margin: 0; }
    .header .row .col-6 {
      position: initial; }
      @media (max-width: 1023.98px) {
        .header .row .col-6 {
          justify-content: flex-end; } }
      @media (min-width: 1024px) {
        .header .row .col-6 {
          align-items: center; } }
  .header icon {
    filter: invert(1); }
  .header .icon-menu {
    height: 20px;
    width: 26.45px; }
  .header .icon-close {
    height: 20px;
    width: 20.36px; }
  .header__links {
    width: 100%;
    height: 50px; }
    @media (max-width: 1023.98px) {
      .header__links {
        position: fixed;
        height: calc(100% - 100px);
        margin-top: 55px;
        left: 0;
        top: 0;
        flex-direction: column;
        justify-content: center;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: ease 0.3s; }
        .header__links.open {
          pointer-events: all;
          visibility: visible;
          opacity: 1; } }
    .header__links__wrapper {
      background-color: #FFFFFF; }
      @media (max-width: 1023.98px) {
        .header__links__wrapper {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          height: 55px; } }
    .header__links .icon-close {
      font-size: 50px;
      background: transparent;
      border: 0;
      color: #000000;
      position: absolute;
      right: 15px;
      top: 15px; }
  @media (min-width: 1024px) {
    .header .go-portal,
    .header .buy-ticket {
      padding: 14px 28px;
      height: 55px;
      font-size: 15px; } }
  @media (min-width: 1280px) {
    .header .go-portal,
    .header .buy-ticket {
      padding: 0 10px;
      font-size: 16px; } }
  .header__mobile-bar {
    position: fixed;
    width: 100%;
    top: 55px;
    height: 45px;
    border: 1px solid #000000;
    border-left: none;
    border-right: none;
    z-index: 5;
    justify-content: flex-end; }
    .header__mobile-bar .buy-ticket,
    .header__mobile-bar .go-portal {
      width: 100%; }
    .header__mobile-bar .buy-ticket:only-child {
      width: 100%; }
    .header__mobile-bar--bottom {
      top: unset;
      bottom: 0px;
      border: unset; }

.footer {
  width: 100%;
  background-color: white;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
  /* newsletter */ }
  .footer__social {
    padding: 40px 0 24px 0;
    background-color: #4E35FF; }
    .footer__social ul {
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
  .footer__text {
    font-family: 'urw-din-cond';
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    margin: 0 auto; }
  .footer__newsletter {
    width: 100%;
    height: 100%;
    background-color: #4E35FF; }
    @media (max-width: 1023.98px) {
      .footer__newsletter {
        padding: 0; } }
  .footer__brands {
    padding: 40px 24px;
    position: relative; }
    @media (max-width: 1023.98px) {
      .footer__brands {
        padding: 24px 24px; } }
    .footer__brands .container {
      margin: 0;
      padding: 0; }
    .footer__brands__wrapper {
      flex-wrap: wrap; }
      @media (max-width: 1023.98px) {
        .footer__brands__wrapper {
          display: flex;
          padding: 0;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
      @media (min-width: 1024px) {
        .footer__brands__wrapper {
          max-width: 1100px;
          margin: 0 auto; } }
    .footer__brands ul {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-bottom: 24px; }
      .footer__brands ul:last-child {
        margin-bottom: 0; }
      @media (min-width: 1024px) {
        .footer__brands ul {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row; } }
      .footer__brands ul p {
        width: 100%;
        text-transform: lowercase; }
        .footer__brands ul p::first-letter {
          text-transform: uppercase; }
        @media (max-width: 1023.98px) {
          .footer__brands ul p {
            text-align: center; } }
      .footer__brands ul li {
        flex-shrink: 0;
        width: max-content; }
        @media (max-width: 1023.98px) {
          .footer__brands ul li {
            margin: 10px 0; } }
        @media (min-width: 1024px) {
          .footer__brands ul li {
            padding: 0 10px 0 0;
            margin: 5px 0; } }
        .footer__brands ul li a {
          width: 100%; }
          .footer__brands ul li a img {
            width: auto;
            height: 70px; }
            @media (max-width: 1279.98px) {
              .footer__brands ul li a img {
                max-width: 300px;
                max-height: 60px; } }
  .footer__divider {
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #61F283; }
    .footer__divider-detail {
      height: 16px;
      width: 100%;
      background-image: url(../img/detail/ccxp_detail-2.png); }
    .footer__divider span {
      display: flex;
      align-items: center;
      height: calc(100% - 16px);
      color: #836FE7;
      text-transform: uppercase; }
  .footer__site-map {
    background-color: #000000;
    color: #FFFFFF;
    min-height: 450px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    row-gap: 16px;
    padding: 24px; }
    .footer__site-map .links {
      display: flex;
      flex-direction: column; }
      .footer__site-map .links span {
        margin-bottom: 16px;
        text-transform: uppercase; }
      .footer__site-map .links a {
        color: white; }
        .footer__site-map .links a:hover, .footer__site-map .links a:active {
          color: #E33881; }

/** lgpd **/
#lgpd-wrapper {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 0px;
  background: #000000;
  color: #fff;
  width: 100vw;
  align-items: center; }
  #lgpd-wrapper.active {
    display: flex; }
  @media (max-width: 1023.98px) {
    #lgpd-wrapper {
      flex-direction: column; } }
  #lgpd-wrapper .lgpd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px; }
    @media (min-width: 1024px) {
      #lgpd-wrapper .lgpd {
        flex-direction: row;
        align-items: center;
        padding: 24px 80px; } }
    @media (max-width: 1023.98px) {
      #lgpd-wrapper .lgpd p {
        text-align: center; } }
    #lgpd-wrapper .lgpd a {
      color: white;
      text-decoration: underline; }
    #lgpd-wrapper .lgpd .btn-primary {
      height: 40px;
      width: 200px; }
      @media (max-width: 1023.98px) {
        #lgpd-wrapper .lgpd .btn-primary {
          margin-top: 16px; } }
      @media (min-width: 1024px) {
        #lgpd-wrapper .lgpd .btn-primary {
          margin-left: 40px; } }

.home {
  color: #000000 !important;
  background-color: #FFFFFF; }
  @media (min-width: 991px) {
    .home__spotlight .nav-absolute {
      display: none; } }
  .home__spotlight .swiper-pagination-bullet {
    border: 1px solid white;
    background: none;
    opacity: 1; }
  .home__spotlight .swiper-pagination-bullet-active {
    background: white; }
  .home__spotlight picture {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%; }
  .home__spotlight__video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%; }
  .home__spotlight .wrapper {
    width: 100%;
    position: relative;
    max-height: 600px; }
    @media (max-width: 743.98px) {
      .home__spotlight .wrapper {
        height: 360px; } }
    @media (min-width: 744px) {
      .home__spotlight .wrapper {
        height: 80vh; } }
    .home__spotlight .wrapper:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.03) 65%, black 100%);
      bottom: 0;
      left: 0;
      z-index: 1; }
    .home__spotlight .wrapper--subtitles {
      max-height: initial;
      background-color: black; }
      @media (max-width: 743.98px) {
        .home__spotlight .wrapper--subtitles {
          height: 700px; } }
      @media (min-width: 744px) {
        .home__spotlight .wrapper--subtitles {
          height: 900px; } }
      @media (min-width: 1024px) {
        .home__spotlight .wrapper--subtitles {
          height: 800px; } }
      @media (min-width: 1280px) {
        .home__spotlight .wrapper--subtitles {
          height: 1073px; } }
      .home__spotlight .wrapper--subtitles:after {
        background: transparent; }
  .home__spotlight__description {
    position: absolute;
    width: 100%;
    bottom: 32px;
    left: 0;
    z-index: 2;
    color: white;
    text-align: center; }
    .home__spotlight__description h4 {
      margin-top: 8px;
      margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .home__spotlight__description {
        bottom: 52px; }
        .home__spotlight__description h4 {
          margin-bottom: 16px;
          margin-top: 4px; } }
    .home__spotlight__description a {
      color: white;
      text-transform: uppercase;
      padding-bottom: 4px;
      border-bottom: 1px solid white;
      display: inline-block;
      height: 40px;
      line-height: 40px; }
      .home__spotlight__description a:hover {
        border-bottom: 1px solid #FFBA00;
        color: #FFBA00; }
  .home__spotlight__slider {
    height: calc(100vh - 296px); }
    @media (min-width: 1024px) {
      .home__spotlight__slider {
        height: calc(100vh - 175px); } }
    .home__spotlight__slider picture {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
    .home__spotlight__slider .swiper-pagination-bullets {
      bottom: 8px; }
      @media (min-width: 1024px) {
        .home__spotlight__slider .swiper-pagination-bullets {
          bottom: 16px; } }
    .home__spotlight__slider .swiper-pagination-bullet {
      background: white;
      opacity: 1; }
    .home__spotlight__slider .swiper-pagination-bullet-active {
      background: #E33881; }
    @media (max-width: 1023.98px) {
      .home__spotlight__slider .nav-absolute {
        display: none; } }
    .home__spotlight__slider .wrapper {
      height: 100%; }
  .home .wrapper-countdown {
    text-transform: uppercase;
    background-color: #FFD900;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (min-width: 1024px) {
      .home .wrapper-countdown {
        height: 120px; } }
    .home .wrapper-countdown .countdown {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      color: white; }
      @media (min-width: 1024px) {
        .home .wrapper-countdown .countdown {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      .home .wrapper-countdown .countdown .detail {
        background-image: url(../img/detail/ccxp_detail-11.png);
        background-size: cover;
        height: 100%;
        width: 70px;
        background-position: center; }
        @media (min-width: 1024px) {
          .home .wrapper-countdown .countdown .detail {
            width: 159px; } }
      .home .wrapper-countdown .countdown-clock {
        display: flex;
        width: 100%;
        color: #FFD900; }
        .home .wrapper-countdown .countdown-clock small {
          margin-right: 1rem; }
      .home .wrapper-countdown .countdown-right {
        display: flex;
        height: 100%;
        position: relative; }
        @media (max-width: 1023.98px) {
          .home .wrapper-countdown .countdown-right {
            width: 100%; } }
        .home .wrapper-countdown .countdown-right__text {
          display: flex;
          width: 100%;
          height: 100%;
          flex-direction: column;
          justify-content: space-between;
          position: relative; }
          @media (min-width: 1280px) {
            .home .wrapper-countdown .countdown-right__text {
              width: calc(100% - 159px); } }
        .home .wrapper-countdown .countdown-right .bottom-text {
          height: 36px;
          background-color: #61F283;
          color: #000000;
          position: relative;
          bottom: 0;
          display: flex;
          padding-left: 24px;
          align-items: center; }
        .home .wrapper-countdown .countdown-right .upper-text {
          background-color: #514988;
          padding-top: 9px;
          padding-left: 24px;
          height: 100%; }
          @media (max-width: 1023.98px) {
            .home .wrapper-countdown .countdown-right .upper-text {
              height: 80px;
              padding-bottom: 12px; } }
      .home .wrapper-countdown .countdown-left {
        display: flex;
        align-items: center;
        justify-self: center; }
        @media (max-width: 1023.98px) {
          .home .wrapper-countdown .countdown-left {
            width: 100%;
            height: 80px; } }
        .home .wrapper-countdown .countdown-left__text {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-self: center; }
          @media (max-width: 1023.98px) {
            .home .wrapper-countdown .countdown-left__text {
              width: calc(100% - 70px); } }
        .home .wrapper-countdown .countdown-left .counter-title {
          color: #3C37B5;
          text-transform: uppercase; }
        .home .wrapper-countdown .countdown-left .counter-subtitle {
          color: #E33881;
          text-transform: uppercase; }
  @media (max-width: 1023.98px) {
    .home__title {
      padding-top: 6rem;
      padding-bottom: 9vw; } }
  @media (min-width: 1024px) {
    .home__title {
      padding: 13vw 0; } }
  @media (min-width: 1280px) {
    .home__title h2 {
      font-size: 100px !important; } }
  @media (max-width: 1023.98px) {
    .home__title h2 span p {
      max-width: 330px; } }
  @media (min-width: 1024px) {
    .home__title h2 span p {
      max-width: 680px; } }
  @media (min-width: 1280px) {
    .home__title h2 span p {
      line-height: 110px; } }
  @media (max-width: 743.98px) {
    .home__title h2 {
      font-size: 16vw; } }
  @media (max-width: 1023.98px) {
    .home__title h2 {
      font-size: 10vw; } }
  @media (min-width: 1024px) {
    .home__title h2 {
      font-size: 7vw; } }
  @media (min-width: 1280px) {
    .home__title h2 {
      font-size: 95px; } }
  .home__wrapper {
    display: flex;
    flex-direction: column; }
  .home__newsletter {
    background-color: #E33881; }
    .home__newsletter .newsletter__title .headline {
      display: block;
      margin-bottom: 4px; }
    .home__newsletter .newsletter__title h3 {
      text-align: left;
      font-weight: 400;
      font-size: 0.9375rem; }
    @media (max-width: 1023.98px) {
      .home__newsletter .newsletter {
        padding: 28px 0; }
        .home__newsletter .newsletter__title {
          padding: 0 24px; } }
    @media (min-width: 1024px) {
      .home__newsletter {
        height: 150px; }
        .home__newsletter .newsletter {
          padding: 0 16px;
          height: 100%;
          display: grid;
          align-items: center;
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (min-width: 1024px) and (min-width: 428px) {
      .home__newsletter .newsletter {
        padding: 0 40px; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .home__newsletter .newsletter {
        padding: 0 64px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .home__newsletter .newsletter {
        padding: 0 80px; } }

.home__spotlight__video--desktop, .home__spotlight__video--mobile {
  top: 0;
  transform: translate(-50%, 0%); }

@media (max-width: 1023.98px) {
  .home__spotlight__img {
    width: 100%;
    height: 100%;
    background-image: var(--slide-image-mob-var);
    background-position: center;
    background-size: cover; } }

@media (min-width: 1024px) {
  .home__spotlight__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; } }

@media (max-width: 1279.98px) {
  .swiper-container .swiper-wrapper.home__spotlight__sales {
    padding-left: 0;
    padding-right: 0; } }

.home__spotlight__sales.swiper-wrapper.container {
  max-width: 100%; }

@media (min-width: 1024px) {
  .home .content-media__wrapper {
    height: calc(100vh - 55px); } }

/*** Topo ***/
.ccxp-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 36px;
  padding-bottom: 24px; }
  @media (min-width: 1024px) {
    .ccxp-data {
      padding-top: 56px;
      padding-bottom: 40px; } }
  @media (max-width: 1023.98px) {
    .ccxp-data h2 {
      margin-bottom: 16px; } }
  .ccxp-data p {
    text-align: center; }
    @media (min-width: 1024px) {
      .ccxp-data p {
        margin-top: 8px; } }
  .ccxp-data .switchButtons {
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 24px; }
    .ccxp-data .switchButtons .btn-primary {
      flex: 1;
      height: 100%; }
      .ccxp-data .switchButtons .btn-primary:not(.active) {
        background-color: white; }
      .ccxp-data .switchButtons .btn-primary:hover {
        background-color: #FFD900; }
      .ccxp-data .switchButtons .btn-primary:active {
        background-color: #FFBA00; }
      @media (min-width: 1024px) {
        .ccxp-data .switchButtons .btn-primary:last-child {
          border-left: unset; } }
  .ccxp-data #ccxpWorlds {
    display: none; }
  .ccxp-data #ccxpWorlds, .ccxp-data #ccxp {
    width: 100%; }
    .ccxp-data #ccxpWorlds img, .ccxp-data #ccxp img {
      width: 100%; }

#ccxpWorldsData {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1023.98px) {
    #ccxpWorldsData {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    #ccxpWorldsData {
      margin-top: 45px; } }
  #ccxpWorldsData span {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-align: center; }
  #ccxpWorldsData .text-shadow {
    font-size: 200px;
    font-weight: 900;
    line-height: 1;
    color: var(--titles-color-var) !important; }
    @media (max-width: 1023.98px) {
      #ccxpWorldsData .text-shadow {
        font-size: 85px;
        z-index: 2; } }
    #ccxpWorldsData .text-shadow--color {
      text-shadow: 2px 3px 0 var(--titles-shadow-color-var), 3px 4px 0 black, 5px 5px 0 black; }
      @media (max-width: 1279.98px) {
        #ccxpWorldsData .text-shadow--color {
          text-shadow: 2px 2px 0 var(--titles-shadow-color-var), 3px 3px 0 black; } }

.press {
  font-family: 'urw-din-cond', sans-serif;
  color: #000; }
  .press .barra-topo {
    display: none; }
    @media (max-width: 1023.98px) {
      .press .barra-topo {
        display: block; } }
  .press__content {
    position: relative; }
  .press__bg {
    width: 100%;
    z-index: -1;
    position: relative; }
    @media (min-width: 1280px) {
      .press__bg {
        height: 458px; } }
    @media (max-width: 1279.98px) {
      .press__bg {
        height: 364px; } }
    .press__bg__image {
      width: 100%;
      height: 100%;
      background-color: #e33881; }
      @media (min-width: 1024px) {
        .press__bg__image {
          height: 458px; } }
      @media (max-width: 1023.98px) {
        .press__bg__image {
          background-size: 992px; } }
  .press__text {
    margin: 45px 0 45px;
    text-align: left;
    font-size: 20px; }
    .press__text__desk {
      text-align: center;
      font-size: 35px;
      font-weight: 800;
      padding-left: 250px; }
      @media (min-width: 980px) and (max-width: 1440px) {
        .press__text__desk {
          margin-left: -90px;
          padding-left: 0px; } }
  .press__title {
    font-size: 50px;
    margin-bottom: 25px;
    text-align: center; }
  .press__subtitle {
    font-size: 22px;
    text-transform: none;
    margin: 20px 0 50px;
    text-align: center; }
    .press__subtitle--top {
      font-size: 23px;
      font-weight: normal; }
    @media (max-width: 1023.98px) {
      .press__subtitle {
        margin-top: 10px;
        margin-bottom: 0; } }
  .press__description {
    font-size: 15px;
    margin-top: 15px;
    font-weight: normal; }
  .press__btn {
    font-family: 'urw-din-cond';
    font-size: 15px;
    font-weight: bold;
    color: black;
    display: inline-block;
    margin: 40px 0;
    padding: 12px 15px;
    border-bottom: 1px solid #000;
    text-transform: uppercase; }
    .press__btn .icon-download {
      margin-right: 10px; }
    .press__btn--read-more {
      margin: 20px 0px 0 0;
      font-size: 15px;
      padding: 6px 15px; }
    .press__btn__icon {
      margin-right: 12px; }
  .press__release {
    font-size: 0;
    padding-top: 80px; }
    .press__release--noticias {
      margin-top: 80px; }
    .press__release__content {
      margin-bottom: 25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      vertical-align: bottom;
      max-height: 295px; }
    .press__release__image {
      overflow: hidden;
      width: 100%; }
      @media (max-width: 1023.98px) {
        .press__release__image {
          margin-bottom: 25px;
          height: 240px; } }
      @media (min-width: 1024px) {
        .press__release__image {
          height: 240px; } }
      @media (min-width: 1024px) {
        .press__release__image .relase-image-mobile {
          display: none; } }
      @media (max-width: 743.98px) {
        .press__release__image .relase-image-desk {
          display: none; } }
      .press__release__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .press__release .link {
      font-size: 20px;
      font-weight: 400;
      margin-top: 10px; }
  .press__page-bar {
    font-family: 'urw-din-cond';
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 100px;
    margin-top: 50px; }
    @media (min-width: 1280px) {
      .press__page-bar {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; } }
    .press__page-bar ul {
      margin: 0;
      display: flex;
      list-style-type: none; }
      @media (max-width: 1023.98px) {
        .press__page-bar ul {
          padding: 0; } }
      .press__page-bar ul li {
        margin: 0 10px;
        font-family: 'urw-din-cond';
        color: black;
        cursor: pointer; }
        .press__page-bar ul li a {
          color: black;
          font-weight: 400;
          font-size: 20px; }
        .press__page-bar ul li:hover, .press__page-bar ul li.current {
          font-size: 20px;
          font-weight: 900; }
        .press__page-bar ul li.more-pages {
          margin: 0; }
        .press__page-bar ul li.mobile {
          display: none; }
          @media (max-width: 743.98px) {
            .press__page-bar ul li.mobile {
              display: list-item; } }
        @media (max-width: 743.98px) {
          .press__page-bar ul li.prev-next {
            display: none; } }
  .press .press-title {
    height: 420px;
    width: 420px;
    background: url(../img/press-title.jpg);
    background-size: cover;
    font-size: 60px;
    color: #fff;
    margin-top: -210px;
    display: flex;
    align-items: center; }
    @media (min-width: 980px) and (max-width: 1440px) {
      .press .press-title {
        height: 250px;
        width: 250px;
        margin-top: -200px;
        font-size: 40px; } }
    @media (max-width: 1023.98px) {
      .press .press-title {
        font-size: 45px;
        height: 230px;
        max-width: 290px;
        width: 95% !important;
        margin: -230px auto; } }
    @media (max-width: 743.98px) {
      .press .press-title {
        max-width: 100%;
        width: 100%;
        background-color: #f08159;
        background-image: url("../img/box_imprensa_mobile.gif");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom left; } }
    .press .press-title span {
      margin: 0 auto;
      font-weight: bold; }
  .press__filter {
    background: #00ffff; }
    @media (min-width: 1024px) {
      .press__filter {
        background-image: url(../img/desktop-bg/schedule/bg.png);
        background-position: top center;
        background-repeat: no-repeat; } }
    @media (min-width: 2200px) {
      .press__filter {
        background-size: cover; } }
    .press__filter .auditorio {
      background: #000; }
    .press__filter__filter {
      font-family: 'urw-din-cond-demi', sans-serif;
      background: #ff4afc;
      border-top: #000 solid 2px;
      border-bottom: #000 solid 2px; }
      @media (min-width: 1280px) {
        .press__filter__filter {
          height: 50px; } }
      @media (max-width: 1279.98px) {
        .press__filter__filter .container {
          max-width: none; } }
      @media (max-width: 1279.98px) {
        .press__filter__filter .container,
        .press__filter__filter .row,
        .press__filter__filter .col-md-12 {
          padding: 0;
          margin: 0; } }
      .press__filter__filter .btn {
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        color: #000;
        padding: 5px;
        background: none;
        text-align: center;
        transition: ease 0.3s;
        font-size: 18px; }
        @media (max-width: 1023.98px) {
          .press__filter__filter .btn {
            font-size: 18px; } }
        .press__filter__filter .btn:hover, .press__filter__filter .btn.active {
          display: flex;
          justify-content: center;
          align-items: center;
          background: #000;
          box-shadow: none;
          color: white; }
      .press__filter__filter .filter-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media (min-width: 1280px) {
          .press__filter__filter .filter-wrapper {
            height: 46px; } }
        @media (max-width: 1279.98px) {
          .press__filter__filter .filter-wrapper {
            flex-direction: column; } }
        .press__filter__filter .filter-wrapper ul,
        .press__filter__filter .filter-wrapper nav {
          display: flex; }
        .press__filter__filter .filter-wrapper ul {
          padding: 0;
          list-style: none; }
          .press__filter__filter .filter-wrapper ul.days {
            flex-wrap: nowrap; }
            @media (min-width: 1024px) {
              .press__filter__filter .filter-wrapper ul.days {
                width: 50%;
                margin: 0;
                flex-shrink: 0; }
                .press__filter__filter .filter-wrapper ul.days .btn {
                  min-width: initial;
                  max-width: 128px;
                  flex-grow: 1; } }
            @media (max-width: 1023.98px) {
              .press__filter__filter .filter-wrapper ul.days {
                width: 100%; }
                .press__filter__filter .filter-wrapper ul.days .btn {
                  width: 25%;
                  min-width: initial; } }
        .press__filter__filter .filter-wrapper .places-drop {
          flex-direction: column;
          position: relative;
          border: 2px solid #000; }
          @media (max-width: 1279.98px) {
            .press__filter__filter .filter-wrapper .places-drop {
              width: 100%;
              border: none;
              border-top: 2px solid #000; } }
          @media (min-width: 1280px) {
            .press__filter__filter .filter-wrapper .places-drop {
              border-bottom: 2px solid #000; } }
          @media (min-width: 1024px) {
            .press__filter__filter .filter-wrapper .places-drop {
              flex-grow: 1;
              flex-shrink: 0; } }
          .press__filter__filter .filter-wrapper .places-drop .btn {
            text-align: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 5px 10px;
            font-family: 'urw-din-cond-demi'; }
            @media (max-width: 1279.98px) {
              .press__filter__filter .filter-wrapper .places-drop .btn {
                width: 100%; } }
            @media (min-width: 1024px) {
              .press__filter__filter .filter-wrapper .places-drop .btn {
                width: 100%;
                overflow: hidden;
                white-space: nowrap; } }
            @media (min-width: 1280px) {
              .press__filter__filter .filter-wrapper .places-drop .btn {
                width: 100%; } }
            .press__filter__filter .filter-wrapper .places-drop .btn i::before {
              margin: 0; }
          .press__filter__filter .filter-wrapper .places-drop ul {
            flex-direction: column;
            position: absolute;
            z-index: 10;
            top: 180%;
            padding: 0 5px;
            width: 100%;
            opacity: 0;
            visibility: hidden;
            transition: ease 0.3s; }
            .press__filter__filter .filter-wrapper .places-drop ul li {
              background: #ff4afc;
              color: black;
              font-size: 18px;
              text-transform: uppercase;
              padding: 10px;
              cursor: pointer;
              border-top: 1px solid black;
              transition: ease 0.3s; }
              .press__filter__filter .filter-wrapper .places-drop ul li:hover, .press__filter__filter .filter-wrapper .places-drop ul li.active {
                background: black;
                color: white; }
            .press__filter__filter .filter-wrapper .places-drop ul.opened {
              top: 100%;
              opacity: 1;
              visibility: visible; }
        .press__filter__filter .filter-wrapper .form {
          display: flex;
          align-items: center;
          position: relative;
          height: 46px;
          outline: 2px solid #000; }
          @media (min-width: 1024px) {
            .press__filter__filter .filter-wrapper .form {
              width: 32%;
              flex-shrink: 0; } }
          @media (max-width: 1023.98px) {
            .press__filter__filter .filter-wrapper .form {
              width: 100%; } }
          .press__filter__filter .filter-wrapper .form label {
            position: absolute;
            width: 100%;
            height: 100%;
            font-size: 20px;
            color: #000;
            text-transform: initial;
            font-weight: initial;
            padding: 15px 10px;
            pointer-events: none; }
            @media (max-width: 1023.98px) {
              .press__filter__filter .filter-wrapper .form label {
                font-size: 18px; } }
          .press__filter__filter .filter-wrapper .form input {
            width: 100%;
            height: 100%;
            background: #fff;
            border: 0;
            font-size: 20px;
            color: #000;
            padding: 6px 10px;
            padding-right: 40px;
            box-sizing: border-box;
            margin: 0;
            transition: ease 0.3s;
            outline: none; }
            @media (max-width: 1023.98px) {
              .press__filter__filter .filter-wrapper .form input {
                font-size: 18px; } }
            .press__filter__filter .filter-wrapper .form input:focus {
              box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.3); }
          .press__filter__filter .filter-wrapper .form button {
            border: 0;
            color: #000;
            background: #ffc100;
            position: absolute;
            right: 0;
            height: 100%;
            transition: ease 0.3s;
            outline: 2px solid #000;
            font-size: 18px;
            text-transform: uppercase;
            font-family: 'urw-din-cond-demi'; }
    .press__filter .tabs__tab .wrapper {
      width: 100%; }
    .press__filter .auditorium {
      margin-top: 40px; }
      .press__filter .auditorium__title {
        font-size: 22px;
        text-transform: uppercase;
        padding: 10px 20px;
        margin: 15px 0;
        height: 60px;
        color: #fff;
        border-radius: 20px;
        position: relative;
        display: flex;
        align-items: center; }
      .press__filter .auditorium__event {
        display: flex;
        background: #fff;
        border-left: 20px solid;
        border-radius: 20px;
        max-height: 150px;
        margin: 15px 0;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        position: relative;
        cursor: pointer;
        bottom: 0;
        left: 0;
        transition: ease 0.3s; }
        .press__filter .auditorium__event:hover {
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          bottom: -1px;
          left: -1px; }
        .press__filter .auditorium__event .time,
        .press__filter .auditorium__event .picture,
        .press__filter .auditorium__event .description {
          pointer-events: none; }
        .press__filter .auditorium__event .time,
        .press__filter .auditorium__event .description {
          display: flex;
          justify-content: center; }
        .press__filter .auditorium__event .time {
          width: 12%;
          align-items: center; }
          @media (max-width: 1023.98px) {
            .press__filter .auditorium__event .time {
              width: 30%; } }
          .press__filter .auditorium__event .time p {
            margin: 0;
            font-size: 25px;
            text-transform: lowercase; }
        .press__filter .auditorium__event .picture {
          width: 150px;
          height: 150px; }
          @media (max-width: 1023.98px) {
            .press__filter .auditorium__event .picture {
              display: none; } }
          .press__filter .auditorium__event .picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .press__filter .auditorium__event .description {
          width: 68%;
          padding: 20px 30px 15px 30px;
          flex-direction: column; }
          .press__filter .auditorium__event .description h4 {
            font-weight: 500;
            font-size: 25px;
            text-transform: initial;
            margin-bottom: 8px; }
          .press__filter .auditorium__event .description p {
            font-size: 20px;
            line-height: 1.4;
            font-style: italic;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
          @media (max-width: 1023.98px) {
            .press__filter .auditorium__event .description {
              width: 70%; } }

.card {
  border: 2px solid #000;
  border-radius: 20px;
  background-color: white;
  width: 100%;
  height: 630px;
  max-height: 630px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .card-wrapper {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
    @media (min-width: 1280px) {
      .card-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .card:before {
    display: block;
    content: '';
    position: relative;
    top: 0px;
    height: 40px;
    width: calc(100%);
    border-bottom: 2px solid #000;
    background-color: #ffc100;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    z-index: 2;
    background-image: url(../img/mobile-bg/green-red-dots.png);
    background-repeat: no-repeat;
    background-position: 20px 50%; }
  .card__subtitle {
    font-weight: 900;
    font-size: 20px;
    font-style: italic;
    line-height: 25px;
    text-transform: uppercase;
    max-width: 300px;
    text-align: center;
    margin-bottom: 25px; }
  .card__description {
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    max-width: 300px;
    text-align: center;
    overflow: hidden; }

@media (min-width: 1280px) {
  .padding-reset {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1280px) {
  .tickets__sale {
    width: 1100px; } }

@media (min-width: 1024px) {
  .tickets__sale .text-shadow {
    font-size: 69px !important; } }

.tickets__sale .cards {
  color: black; }
  @media (min-width: 1024px) {
    .tickets__sale .cards {
      padding: 60px 0px 110px;
      display: flex;
      justify-content: space-evenly; } }
  .tickets__sale .cards .card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border: 2px solid black;
    border-radius: 20px;
    width: 340px;
    height: 433px;
    background-color: white;
    padding-top: 30px; }
    @media (max-width: 1023.98px) {
      .tickets__sale .cards .card {
        height: 450px;
        max-height: none;
        max-width: 340px !important; } }
    .tickets__sale .cards .card .btn {
      font-weight: 700;
      border: 1px solid #000; }
    .tickets__sale .cards .card:before {
      display: block;
      content: "";
      position: absolute;
      top: 0px;
      height: 40px;
      width: 100%;
      border-bottom: 2px solid #000;
      background-color: #ffc100;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      z-index: 2;
      background-image: url(../img/mobile-bg/green-red-dots.png);
      background-repeat: no-repeat;
      background-position: 20px 50%; }
      @media (max-width: 991px) {
        .tickets__sale .cards .card:before {
          border-bottom: 3px solid #000; } }
    .tickets__sale .cards .card__title {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 25px;
      line-height: 20px;
      text-align: center;
      height: 32px; }
    @media (max-width: 991px) {
      .tickets__sale .cards .card__img {
        max-width: 245px;
        margin-bottom: 3px; } }
    .tickets__sale .cards .card__img img {
      margin: 0 auto; }
      @media (max-width: 991px) {
        .tickets__sale .cards .card__img img {
          max-width: 245px; }
          .tickets__sale .cards .card__img img:nth-child(2) {
            margin-top: 21px; } }
      @media (min-width: 991px) {
        .tickets__sale .cards .card__img img {
          padding-bottom: 15px; } }
    .tickets__sale .cards .card__date {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
      text-align: center; }
    .tickets__sale .cards .card__flex {
      height: 114px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      @media (max-width: 991px) {
        .tickets__sale .cards .card__flex {
          height: 103px; } }
    .tickets__sale .cards .card__buttons {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .tickets__sale .cards .card__text {
      height: 40px;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      max-width: 280px; }
    .tickets__sale .cards .card a {
      line-height: 23px;
      width: 280px;
      height: 51px; }

.tickets__page .tickets__main {
  display: flex;
  align-items: center; }
  .tickets__page .tickets__main__title {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1023.98px) {
      .tickets__page .tickets__main__title {
        padding-top: 36px;
        padding-bottom: 16px; } }
    @media (min-width: 1024px) {
      .tickets__page .tickets__main__title {
        align-items: center;
        margin-bottom: 40px; }
        .tickets__page .tickets__main__title span {
          text-align: center; } }
    .tickets__page .tickets__main__title h2 {
      margin-bottom: 24px; }

@media (min-width: 1024px) {
  .tickets__page .compare_tickets {
    padding: 40px 0; } }

.tickets__page .compare_tickets.fixed .compare_tickets__wrapper--header {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  z-index: 20; }

.tickets__page .compare_tickets.fixed .compare_tickets__header__column {
  padding-top: 35px; }

.tickets__page .compare_tickets__box {
  margin: 0 auto;
  background: white;
  position: relative;
  padding: 0 24px;
  padding-right: 0;
  overflow-x: scroll;
  overflow-y: hidden; }
  @media (min-width: 428px) {
    .tickets__page .compare_tickets__box {
      max-width: none;
      padding: 0 40px;
      padding-right: 0; } }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__box {
      height: 100%;
      width: 100vw; } }
  @media (min-width: 1024px) {
    .tickets__page .compare_tickets__box {
      padding: 0 64px; } }
  @media (min-width: 1280px) {
    .tickets__page .compare_tickets__box {
      padding: 0 80px; } }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__box--fixed {
      position: fixed;
      top: 100px;
      z-index: 2; }
      .tickets__page .compare_tickets__box--fixed .compare_tickets__body {
        overflow: auto; } }
  .tickets__page .compare_tickets__box__wrapper {
    height: calc(100vh - 100px); }

.tickets__page .compare_tickets__wrapper {
  display: flex;
  flex-direction: column; }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__wrapper .container {
      width: 100%;
      max-width: unset;
      padding: 0; } }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__wrapper .col-sm-12 {
      padding: 0; } }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__wrapper .row {
      margin: 0; } }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__wrapper--header {
      flex-direction: row;
      position: sticky;
      top: 0;
      z-index: 3; } }

.tickets__page .compare_tickets__column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__column {
      flex: none;
      width: 80px;
      margin-right: 8px; }
      .tickets__page .compare_tickets__column:last-child {
        margin-right: 0; } }
  .tickets__page .compare_tickets__column:first-of-type {
    flex: unset;
    width: 45%;
    justify-content: flex-start;
    padding-left: 20px; }
    @media (max-width: 1023.98px) {
      .tickets__page .compare_tickets__column:first-of-type {
        flex: none;
        width: 180px;
        padding: 0 0px 20px 4px;
        justify-content: center;
        left: 0;
        height: 100%;
        background-color: white;
        position: sticky; }
        .tickets__page .compare_tickets__column:first-of-type::before {
          content: "";
          height: 100%;
          position: absolute;
          left: -24px;
          width: 24px;
          z-index: 2;
          background-color: white; } }

.tickets__page .compare_tickets__body {
  padding-top: 28px;
  padding-bottom: 30px; }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__body {
      width: fit-content;
      height: calc(100vh - 230px);
      overflow: hidden; } }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__body {
      padding: 0; } }
  .tickets__page .compare_tickets__body .compare_tickets__row {
    border-bottom: 1px solid #E8E8E8; }
    @media (min-width: 1024px) {
      .tickets__page .compare_tickets__body .compare_tickets__row {
        padding: 24px 0; } }
    @media (max-width: 1023.98px) {
      .tickets__page .compare_tickets__body .compare_tickets__row {
        padding-top: 10px;
        padding-bottom: 0; } }
  .tickets__page .compare_tickets__body .compare_tickets__column:first-of-type {
    padding-left: 8px; }

.tickets__page .compare_tickets__row {
  display: flex; }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__row {
      flex-wrap: nowrap;
      margin: 0; } }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__row .title-small {
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 0;
      height: 100%;
      background-color: #E33881; } }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__row:not(.compare_tickets__header__row):last-child {
      padding-bottom: 60px; } }
  @media (max-width: 743.98px) {
    .tickets__page .compare_tickets__row:not(.compare_tickets__header__row):last-child {
      padding-bottom: 30px; } }

.tickets__page .compare_tickets__header {
  text-transform: uppercase;
  background-color: #E33881; }
  @media (max-width: 1023.98px) {
    .tickets__page .compare_tickets__header {
      width: fit-content; } }
  .tickets__page .compare_tickets__header__row {
    color: #FFD900;
    display: flex;
    align-items: center;
    margin: 0; }
    @media (max-width: 1023.98px) {
      .tickets__page .compare_tickets__header__row {
        height: 56px; } }
    @media (min-width: 1024px) {
      .tickets__page .compare_tickets__header__row {
        height: 80px; } }

.tickets__page .compare_tickets__footer {
  margin: 16px 0; }
  .tickets__page .compare_tickets__footer .compare_tickets__column a {
    max-width: 100%;
    width: 100%;
    margin-right: 9px;
    padding: unset; }

.tickets__page .compare_tickets__mobile {
  width: 100%;
  padding: 30px 15px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-weight: 700; }
  .tickets__page .compare_tickets__mobile .btn {
    font-size: 15px !important;
    width: 100%;
    margin-bottom: 20px; }

.tickets__page__detail {
  background-color: #FFD900;
  color: #E33881;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .tickets__page__detail .headline {
    text-align: center; }

@media (min-width: 1024px) {
  .tickets__page .content-media__wrapper:first-of-type {
    height: calc(100vh - 279px); } }

@media (min-width: 1024px) {
  .tickets__page .swiper-pagination-bullets {
    bottom: 40px !important; } }

.tickets__page .swiper-pagination-bullet {
  background: #C4C4C4;
  opacity: 1; }

.tickets__page .swiper-pagination-bullet-active {
  background: #E33881; }

@media (max-width: 1400px) {
  .tickets__section__wrapper .swiper-container {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    min-height: 560px;
    min-width: 340px; }
  .tickets__section__wrapper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
    display: block;
    height: 100%;
    max-height: 100%; }
  .tickets__section__wrapper .swiper-wrapper {
    max-height: 433px;
    height: 433px;
    display: flex; }
  .tickets__section__wrapper .swiper-pagination-bullets {
    bottom: 60px; }
  .tickets__section__wrapper .swiper-pagination-bullet {
    border: 1px solid white;
    background: none;
    opacity: 1;
    width: 7px;
    height: 7px; }
  .tickets__section__wrapper .swiper-pagination-bullet-active {
    background: white; }
  .tickets__section__wrapper .nav-absolute {
    top: 42%; } }
  @media (max-width: 1400px) and (max-width: 1400px) {
    .tickets__section__wrapper .nav-absolute {
      top: 42%; } }

@media (max-width: 1400px) {
  .tickets__section__wrapper .santander__cards + .swiper-container {
    min-height: 340px; } }

@media (min-width: 1024px) {
  .tickets__section__wrapper .nav-absolute {
    display: none; } }

.disclaimer__tickets p {
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 1;
  text-transform: none;
  text-align: left; }
  .disclaimer__tickets p:first-child {
    margin-bottom: 12px; }

.price_table .compare_tickets__header__row {
  font-family: "urw-din-cond";
  font-style: italic;
  font-weight: 500;
  border-top: none !important; }
  @media (min-width: 1280px) {
    .price_table .compare_tickets__header__row {
      padding: 70px 35px 30px !important;
      height: unset !important; } }
  .price_table .compare_tickets__header__row .compare_tickets__header__column {
    line-height: 32px;
    font-style: italic; }
    @media (max-width: 1279.98px) {
      .price_table .compare_tickets__header__row .compare_tickets__header__column {
        font-size: 20px !important;
        font-family: "urw-din-cond-demi"; }
        .price_table .compare_tickets__header__row .compare_tickets__header__column:nth-child(2) {
          justify-content: flex-start !important; }
        .price_table .compare_tickets__header__row .compare_tickets__header__column:nth-child(3) {
          justify-content: center !important; }
        .price_table .compare_tickets__header__row .compare_tickets__header__column:nth-child(4) {
          justify-content: flex-end !important; }
        .price_table .compare_tickets__header__row .compare_tickets__header__column:first-of-type {
          justify-content: flex-start !important;
          padding: 20px 0 20px 0 !important;
          font-size: 30px !important; } }

.price_table .compare_tickets__header__column {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.price_table .compare_tickets__wrapper:first-child {
  padding-bottom: 12px; }

.price_table .compare_tickets__wrapper:nth-child(2) {
  padding-bottom: 30px; }

.price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row {
  border-bottom: none !important;
  border-top: 1px solid #000;
  font-style: italic;
  height: 96px !important; }
  @media (min-width: 1280px) {
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row {
      height: 68px !important;
      margin: 0;
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 1279.98px) {
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row:last-child {
      border-bottom: 1px solid #000 !important; } }
  @media (max-width: 1279.98px) {
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row .compare_tickets__column:first-of-type {
      justify-content: flex-start !important;
      padding: 12px 0 12px 0; }
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row .compare_tickets__column:nth-child(2) {
      justify-content: flex-start !important; }
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row .compare_tickets__column:nth-child(3) {
      justify-content: center !important; }
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row .compare_tickets__column:nth-child(4) {
      justify-content: flex-end !important; } }
  @media (min-width: 1280px) {
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row .compare_tickets__column {
      margin-bottom: 0 !important; } }
  @media (max-width: 1279.98px) {
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row .compare_tickets__column:first-of-type {
      font-weight: bold; } }

.home__doubts__acordion {
  width: 100%; }

table td {
  background: #fff; }

table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 82px;
  min-width: 82px; }
  @media (min-width: 1024px) {
    table thead th {
      top: 55px; } }

table tbody th {
  text-align: left;
  position: relative; }

table thead th:first-child {
  position: sticky;
  left: 24px;
  z-index: 2;
  width: 160px;
  min-width: 160px; }
  table thead th:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: -24px;
    width: 24px;
    height: 100%;
    background-color: white; }
    @media (min-width: 428px) {
      table thead th:first-child:before {
        left: -40px;
        width: 40px; } }
    @media (min-width: 1024px) {
      table thead th:first-child:before {
        left: -80px;
        width: 80px; } }
  @media (min-width: 1024px) {
    table thead th:first-child {
      z-index: 5; } }

table thead th:nth-child(2) {
  padding-left: 24px; }

table tbody th {
  position: sticky;
  left: 24px;
  background: white;
  z-index: 1;
  width: 160px;
  min-width: 160px;
  padding: 12px 12px 20px 4px;
  border-bottom: 1px solid #E8E8E8; }
  table tbody th:before {
    content: "";
    position: absolute;
    top: 0;
    left: -24px;
    width: 24px;
    height: 100%;
    background-color: white; }
    @media (min-width: 428px) {
      table tbody th:before {
        left: -40px;
        width: 40px; } }
    @media (min-width: 1024px) {
      table tbody th:before {
        left: -80px;
        width: 80px; } }

table tbody td {
  min-width: 82px;
  vertical-align: middle;
  border-bottom: 1px solid #E8E8E8; }
  table tbody td:first-of-type {
    padding-left: 24px; }

.benefits_description {
  white-space: normal; }

.table__box {
  margin: 0 auto;
  background: white;
  position: relative;
  border: none;
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0;
  height: 100%;
  width: 100%; }
  @media (min-width: 428px) {
    .table__box {
      max-width: none;
      padding-right: 0; } }
  @media (max-width: 1023.98px) {
    .table__box {
      height: calc(100vh - 110px);
      display: block;
      overflow: auto; } }
  @media (min-width: 1280px) {
    .table__box {
      padding: 0 80px; } }
  .table__box__wrapper {
    height: calc(100vh - 100px); }

@media (max-width: 1023.98px) {
  .table__header {
    width: fit-content; } }

.table__header th {
  text-transform: uppercase;
  background-color: #E33881;
  color: #FFD900;
  z-index: 1;
  vertical-align: middle;
  position: sticky;
  top: 0px; }
  @media (max-width: 1023.98px) {
    .table__header th {
      height: 56px; } }
  @media (min-width: 1024px) {
    .table__header th {
      height: 80px;
      top: 55px;
      z-index: 5; } }

.table__body .icon-check {
  margin: 0 auto; }

.table__footer {
  position: sticky;
  bottom: 0; }
  .table__footer th {
    border-bottom: none; }
  .table__footer td {
    border-bottom: none; }

.table__wrapper {
  position: relative; }
  .table__wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    height: 47px;
    width: 184px;
    z-index: 3; }
    @media (min-width: 1024px) {
      .table__wrapper::before {
        width: 227px; } }

.tableData__daily {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px; }

.tableData__values {
  display: flex;
  height: 100%;
  padding-top: 24px;
  align-items: flex-start;
  justify-content: center; }

#tabela_ingressos {
  padding-bottom: 39px; }

#termos_e_condicoes .more-content {
  padding-top: 0; }

@media (min-width: 1024px) {
  #info .tickets__main__title {
    margin-top: 40px; } }

#info .batch_card {
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  #info .batch_card__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px; }
    @media (max-width: 1023.98px) {
      #info .batch_card__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 0; } }
  #info .batch_card__header {
    background-color: #514988;
    color: #FFD900;
    display: block;
    text-transform: uppercase;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 16px; }
    @media (max-width: 1023.98px) {
      #info .batch_card__header {
        justify-content: center; } }
  #info .batch_card__date {
    padding: 16px; }
    @media (max-width: 1023.98px) {
      #info .batch_card__date {
        text-align: center; } }
  #info .batch_card__body {
    padding: 0 16px 16px; }
    @media (max-width: 1023.98px) {
      #info .batch_card__body {
        text-align: center; } }
  #info .batch_card__button {
    margin: 0 16px 16px; }
    @media (max-width: 1023.98px) {
      #info .batch_card__button {
        max-width: 200px;
        margin: 0 auto 16px; } }
  #info .batch_card.active {
    background-color: #E33881;
    color: white; }
  @media (max-width: 1023.98px) {
    #info .batch_card {
      width: 100%; } }
  @media (min-width: 1024px) {
    #info .batch_card {
      width: 250px; } }

.release-cards {
  padding: 80px; }
  @media (max-width: 743.98px) {
    .release-cards {
      padding: 36px 24px; } }
  .release-cards__wrapper > h2 {
    font-weight: 900;
    font-size: 3.4375rem;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center; }
  .release-cards__wrapper .paginationjs-pages {
    margin: 20px 0;
    margin-top: 45px; }
    .release-cards__wrapper .paginationjs-pages ul {
      display: flex;
      align-items: center;
      justify-content: center; }
      .release-cards__wrapper .paginationjs-pages ul li a {
        font-weight: 800;
        font-size: 12px;
        line-height: 22px;
        color: #000000;
        padding: 20px;
        transition: all .3s ease-in-out; }
        .release-cards__wrapper .paginationjs-pages ul li a:hover {
          color: #FFD900; }
      .release-cards__wrapper .paginationjs-pages ul li:hover a {
        color: #FFD900; }
      .release-cards__wrapper .paginationjs-pages ul li.active a {
        color: #FFD900; }
      .release-cards__wrapper .paginationjs-pages ul li.paginationjs-next a, .release-cards__wrapper .paginationjs-pages ul li.paginationjs-prev a {
        font-size: 0;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjQzNDM3IDBMMC43ODkwNDYgMS41NDg1NEw2LjA2MzA1IDcuMTUyMTdMMC44MTI4NzcgMTIuNDAyM0wyLjQxMDU0IDE0TDkuMjEwNjkgNy4xOTk4NUwyLjQzNDM3IDBaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px; }
      .release-cards__wrapper .paginationjs-pages ul li.paginationjs-next.paginationjs-prev, .release-cards__wrapper .paginationjs-pages ul li.paginationjs-prev.paginationjs-prev {
        transform: rotate(175deg) translateY(-2px); }
      .release-cards__wrapper .paginationjs-pages ul li.paginationjs-next.paginationjs-next, .release-cards__wrapper .paginationjs-pages ul li.paginationjs-prev.paginationjs-next {
        transform: translateY(-2px); }
  .release-cards__wrapper-filter {
    display: flex; }
  .release-cards__filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 200px;
    margin-right: 30px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #FFD900;
    border: 1px solid #000000;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out; }
    @media (max-width: 743.98px) {
      .release-cards__filter {
        margin-right: 15px; } }
    .release-cards__filter > svg {
      position: absolute;
      right: 16px;
      top: 16px;
      transition: all .3s ease-in-out; }
    .release-cards__filter.is--active > svg {
      transform: rotate(180deg); }
    .release-cards__filter--day.is--active {
      height: 216px; }
    .release-cards__filter--slug.is--active {
      height: 173px; }
    .release-cards__filter-current {
      padding: 10px 16px;
      font-size: 12px;
      line-height: 22px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      font-weight: 800;
      width: 100%;
      z-index: 1;
      border-bottom: 1px solid #000000; }
    .release-cards__filter button {
      padding: 10px 16px;
      font-size: 12px;
      line-height: 22px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      font-weight: 800;
      width: 100%;
      display: flex;
      justify-content: flex-start;
      transition: all .3s ease-in-out;
      border-bottom: 1px solid #000000; }
      .release-cards__filter button:hover {
        background: #000000;
        color: #FFFFFF; }
  .release-cards__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px; }
    @media (max-width: 743.98px) {
      .release-cards__content {
        grid-template-columns: repeat(1, 1fr); } }
  .release-cards__card {
    display: flex;
    flex-direction: column;
    min-height: 450px; }
    @media (max-width: 743.98px) {
      .release-cards__card {
        min-height: 350px; } }
    .release-cards__card picture {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      @media (min-width: 1280px) {
        .release-cards__card picture {
          height: 250px; } }
      .release-cards__card picture img {
        width: 100%;
        min-height: 100%; }
  .release-cards__information h3 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 24px; }
  .release-cards__information > .btn-primary {
    max-width: 160px; }
  .release-cards__description {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 40px; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.linear-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #fcfcfc 8%, #f0f0f0 18%, #fcfcfc 33%);
  background-size: 1000px 104px;
  position: relative;
  overflow: hidden; }

.arts-alley {
  background-color: #514988; }
  .arts-alley__header {
    width: 100%;
    height: 352px;
    background-image: var(--var-header-mobile);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1280px) {
      .arts-alley__header {
        flex-direction: row; } }
    .arts-alley__header h1 {
      font-size: 50px;
      line-height: 55px; }
    .arts-alley__header .santander-logo {
      width: 50%; }
      @media (min-width: 1024px) and (max-width: 1279.98px) {
        .arts-alley__header .santander-logo {
          max-width: 300px; } }
      @media (min-width: 1280px) {
        .arts-alley__header .santander-logo {
          margin-left: 30px; } }
    @media (min-width: 1280px) {
      .arts-alley__header {
        width: 100%;
        height: 498px;
        background-image: var(--var-header-desktop); }
        .arts-alley__header h1 {
          font-size: 100px;
          line-height: 100px;
          margin-bottom: 20px;
          text-align: left;
          text-shadow: 4px 3px 0 #e33881, 5px 4px 0 black, 5px 5px 0 black; }
        .arts-alley__header .santander-logo {
          width: 20%; } }
  .arts-alley__content {
    text-align: center; }
    @media (max-width: 1279.98px) {
      .arts-alley__content {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    @media (min-width: 1024px) {
      .arts-alley__content {
        background-image: url(../img/desktop-bg/artist-alley/bg_desktop_main_aa.png);
        background-position: top center;
        background-repeat: no-repeat; } }
    .arts-alley__content .wrapper {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center; }
      @media (max-width: 1279.98px) {
        .arts-alley__content .wrapper {
          padding-bottom: 10vw; } }
      @media (min-width: 1280px) {
        .arts-alley__content .wrapper {
          padding-top: 0vw;
          padding-bottom: 5vw;
          padding-left: 0;
          padding-right: 0; } }
    .arts-alley__content h2.text-shadow {
      font-size: unset; }
    .arts-alley__content h2.main-title {
      max-width: 1100px; }
    @media (max-width: 1279.98px) {
      .arts-alley__content h2 {
        max-width: 275px; }
        .arts-alley__content h2 br {
          display: none; } }
    @media (min-width: 1280px) {
      .arts-alley__content h2 {
        margin-top: 71px; } }
    .arts-alley__content h2 p {
      color: white;
      font-weight: 900;
      font-style: italic;
      line-height: 1.2;
      text-transform: uppercase; }
      @media (max-width: 1279.98px) {
        .arts-alley__content h2 p {
          font-size: 30px;
          line-height: 35px;
          -webkit-text-stroke: 1px black; }
          .arts-alley__content h2 p:first-child {
            margin-top: 32px; }
          .arts-alley__content h2 p:last-child {
            margin-bottom: 39px; } }
      @media (min-width: 1024px) {
        .arts-alley__content h2 p {
          font-size: 35px; } }
      @media (min-width: 1280px) {
        .arts-alley__content h2 p {
          font-size: 55px;
          line-height: 55px; } }
    .arts-alley__content__text {
      color: white;
      font-weight: 400;
      font-style: italic; }
      @media (max-width: 1279.98px) {
        .arts-alley__content__text {
          width: 340px;
          font-size: 20px;
          line-height: 28px;
          text-align: center; }
          .arts-alley__content__text p {
            font-weight: 300;
            line-height: 28px; } }
      @media (min-width: 1280px) {
        .arts-alley__content__text {
          font-size: 20px;
          line-height: 28px;
          margin-top: 47px;
          max-width: 800px; } }
      .arts-alley__content__text strong {
        font-weight: 800; }
    @media (max-width: 1279.98px) {
      .arts-alley__content .full {
        margin-top: 50px;
        width: 340px; } }
    @media (min-width: 1280px) {
      .arts-alley__content .full {
        margin-top: 52px;
        margin-bottom: 93px; } }
    .arts-alley__content .full a {
      color: white;
      text-decoration: underline;
      text-transform: uppercase; }
    .arts-alley__content .full .btn {
      min-width: 340px;
      margin: 34px auto 0px;
      font-weight: 900;
      font-size: 15px;
      line-height: 19px;
      text-decoration: none; }
    @media (max-width: 1279.98px) {
      .arts-alley__content .card_section {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    @media (max-width: 1279.98px) {
      .arts-alley__content .card-section-title {
        max-width: 100%;
        -webkit-text-stroke: 1px #000 !important; }
        .arts-alley__content .card-section-title br {
          display: block; }
        .arts-alley__content .card-section-title p {
          font-size: 30px;
          line-height: 35px; } }
    @media (min-width: 1280px) {
      .arts-alley__content .card-section-title {
        margin-top: 0px;
        margin-bottom: 47px; } }
    @media (max-width: 1279.98px) {
      .arts-alley__content .spoiler__cards {
        min-height: 339px !important;
        max-width: 340px; } }
    @media (max-width: 1400px) {
      .arts-alley__content .spoiler__cards {
        max-width: 340px !important; }
        .arts-alley__content .spoiler__cards .swiper-container {
          max-width: 340px; } }
    @media (min-width: 1280px) {
      .arts-alley__content .spoiler__cards {
        width: 1400px;
        display: flex;
        flex-direction: column;
        padding-left: 0px; } }
    @media (min-width: 1280px) {
      .arts-alley__content .spoiler__cards .cards {
        display: flex;
        justify-content: space-between; } }
    .arts-alley__content .spoiler__cards .cards .card {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      border: 2px solid black;
      border-radius: 20px;
      width: 340px;
      height: 369px;
      background-color: var(--card-color-var);
      padding-top: 30px; }
      @media (max-width: 1279.98px) {
        .arts-alley__content .spoiler__cards .cards .card {
          height: 339px;
          margin-bottom: 20px; }
          .arts-alley__content .spoiler__cards .cards .card:last-child {
            margin-bottom: 50px; } }
      .arts-alley__content .spoiler__cards .cards .card:before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        height: 40px;
        width: 100%;
        border-bottom: 2px solid #000;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        z-index: 2;
        background-image: url(../img/mobile-bg/green-red-dots.png);
        background-color: var(--header-color-var);
        background-repeat: no-repeat;
        background-position: 20px 50%; }
      .arts-alley__content .spoiler__cards .cards .card__text {
        font-weight: 500;
        line-height: 25px;
        font-size: 22px;
        font-style: italic;
        max-width: 280px;
        text-align: center; }
        @media (max-width: 1279.98px) {
          .arts-alley__content .spoiler__cards .cards .card__text {
            font-size: 22px;
            font-weight: 500;
            line-height: 25px; } }
        .arts-alley__content .spoiler__cards .cards .card__text p {
          color: var(--text-color-var); }
          @media (max-width: 1023.98px) {
            .arts-alley__content .spoiler__cards .cards .card__text p {
              display: inline; } }
      .arts-alley__content .spoiler__cards .cards .card__flex {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center; }
    .arts-alley__content .numbers_section {
      width: 100%;
      position: relative; }
      @media (max-width: 1279.98px) {
        .arts-alley__content .numbers_section {
          width: 100vw;
          overflow: hidden; }
          .arts-alley__content .numbers_section .bg-graph {
            position: relative;
            top: 0px;
            width: 100%;
            height: 85px;
            background-image: url(../img/mobile-bg/artist-alley/bg_numbers.png);
            background-repeat: no-repeat;
            background-position: top 0 right 38%;
            background-color: transparent;
            z-index: 1; } }
      @media (min-width: 1280px) {
        .arts-alley__content .numbers_section {
          padding-top: 110px; }
          .arts-alley__content .numbers_section .bg-graph {
            position: absolute;
            top: 80px;
            width: 100%;
            height: 110px;
            background-image: url(../img/desktop-bg/artist-alley/bg_numbers.png);
            background-repeat: no-repeat;
            background-position: center;
            background-color: transparent;
            z-index: 1; } }
      .arts-alley__content .numbers_section__ccxp {
        background-color: #ffc100;
        position: relative;
        width: 100%; }
        @media (max-width: 1279.98px) {
          .arts-alley__content .numbers_section__ccxp {
            padding-top: 68px;
            display: flex;
            flex-direction: column;
            align-items: center; }
            .arts-alley__content .numbers_section__ccxp h2 {
              max-width: 100%; }
              .arts-alley__content .numbers_section__ccxp h2 p {
                width: 320px;
                margin-top: 0;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 0;
                font-size: 50px;
                line-height: 55px; }
            .arts-alley__content .numbers_section__ccxp img {
              width: 188px;
              height: 63px;
              margin-top: 68px;
              margin-bottom: 58px; } }
        @media (min-width: 1024px) {
          .arts-alley__content .numbers_section__ccxp::after {
            content: "";
            display: block;
            height: 300px;
            width: 100%;
            position: absolute;
            bottom: -170px;
            background-image: url(../img/desktop-bg/artist-alley/bg_desktop_numbers_aa.png);
            background-position: center;
            background-repeat: no-repeat; } }
        @media (min-width: 1280px) {
          .arts-alley__content .numbers_section__ccxp {
            padding-top: 90px;
            padding-bottom: 95px; }
            .arts-alley__content .numbers_section__ccxp h2 {
              margin-top: 90px; }
              .arts-alley__content .numbers_section__ccxp h2 p {
                font-weight: 900;
                font-size: 70px;
                line-height: 1; }
            .arts-alley__content .numbers_section__ccxp img {
              margin-top: 63px;
              margin-bottom: 73px;
              margin-left: auto;
              margin-right: auto;
              width: 188px;
              height: 63px; } }
        @media (max-width: 1279.98px) {
          .arts-alley__content .numbers_section__ccxp__years {
            width: 100%; } }
        @media (min-width: 1280px) {
          .arts-alley__content .numbers_section__ccxp__years {
            display: flex;
            margin: 0 auto;
            width: 1300px;
            justify-content: space-between; } }
        @media (max-width: 1279.98px) {
          .arts-alley__content .numbers_section__ccxp__years .year {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            width: 100%;
            margin-bottom: 28px; } }
        .arts-alley__content .numbers_section__ccxp__years .year .year-number {
          font-weight: 700; }
          @media (max-width: 1279.98px) {
            .arts-alley__content .numbers_section__ccxp__years .year .year-number {
              position: relative;
              font-size: 18px;
              line-height: 25px; } }
  @media (max-width: 1279.98px) and (max-width: 1279.98px) {
    .arts-alley__content .numbers_section__ccxp__years .year .year-number::after {
      content: "";
      position: absolute;
      top: 150%;
      left: 50%;
      width: 1px;
      height: 95px;
      background-color: black;
      border-left: 1px solid black; } }
          @media (min-width: 1280px) {
            .arts-alley__content .numbers_section__ccxp__years .year .year-number {
              font-size: 22px;
              line-height: 25px; } }
        @media (max-width: 1279.98px) {
          .arts-alley__content .numbers_section__ccxp__years .year .text-shadow {
            font-size: 90px;
            line-height: 116px;
            -webkit-text-stroke: 2px black; } }
        @media (min-width: 1280px) {
          .arts-alley__content .numbers_section__ccxp__years .year .text-shadow {
            margin-top: 11px;
            margin-bottom: 9px;
            font-size: 90px;
            line-height: 116px;
            position: relative; } }
  @media (min-width: 1280px) and (min-width: 1280px) {
    .arts-alley__content .numbers_section__ccxp__years .year .text-shadow::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -80px;
      width: 58px;
      height: 1px;
      background-color: black;
      border-top: 1px solid black; } }
        @media (max-width: 1279.98px) {
          .arts-alley__content .numbers_section__ccxp__years .year .year-text {
            font-size: 18px;
            line-height: 20px;
            font-weight: 500; } }
        @media (min-width: 1280px) {
          .arts-alley__content .numbers_section__ccxp__years .year .year-text {
            font-size: 18px;
            line-height: 25px;
            font-weight: 500;
            font-style: italic; } }
        .arts-alley__content .numbers_section__ccxp__years .year:last-child .year-number::after {
          display: none; }
        .arts-alley__content .numbers_section__ccxp__years .year:last-child .text-shadow::after {
          display: none; }
      @media (max-width: 1279.98px) {
        .arts-alley__content .numbers_section__worlds {
          display: flex;
          flex-direction: column;
          align-items: center;
          padding-top: 68px; }
          .arts-alley__content .numbers_section__worlds img {
            width: 320px;
            margin-bottom: 50px; } }
      @media (min-width: 1280px) {
        .arts-alley__content .numbers_section__worlds img {
          margin: 80px auto 32px; } }
      .arts-alley__content .numbers_section__worlds__years .year .year-number {
        font-weight: 700;
        font-size: 22px;
        line-height: 25px; }
      @media (max-width: 1279.98px) {
        .arts-alley__content .numbers_section__worlds__years .year .text-shadow {
          font-size: 90px;
          line-height: 116px; } }
      @media (min-width: 1280px) {
        .arts-alley__content .numbers_section__worlds__years .year .text-shadow {
          margin-top: -17px;
          margin-bottom: -15px;
          font-weight: 900;
          font-size: 120px;
          line-height: 154px;
          -webkit-text-stroke: 2.5px #000; } }
      .arts-alley__content .numbers_section__worlds__years .year .text-shadow--color {
        text-shadow: 2px 3px 0 var(--titles-shadow-color-var), 3px 4px 0 black, 5px 5px 0 black; }
        @media (max-width: 1279.98px) {
          .arts-alley__content .numbers_section__worlds__years .year .text-shadow--color {
            text-shadow: 2px 2px 0 var(--titles-shadow-color-var), 3px 3px 0 black; } }
      @media (max-width: 1279.98px) {
        .arts-alley__content .numbers_section__worlds__years .year .year-text {
          font-size: 18px;
          line-height: 25px;
          font-weight: 500;
          font-style: italic; } }
      @media (min-width: 1280px) {
        .arts-alley__content .numbers_section__worlds__years .year .year-text {
          font-size: 18px;
          line-height: 25px;
          font-weight: 500;
          font-style: italic; } }
      .arts-alley__content .numbers_section__worlds__info {
        text-transform: uppercase; }
        @media (max-width: 1279.98px) {
          .arts-alley__content .numbers_section__worlds__info {
            padding-top: 43px; } }
        @media (min-width: 1024px) {
          .arts-alley__content .numbers_section__worlds__info {
            position: relative; }
            .arts-alley__content .numbers_section__worlds__info:before {
              content: "";
              display: block;
              position: absolute;
              background-image: url(../img/assets/simbolo_positivo.png);
              width: 139px;
              height: 139px;
              left: -280px; } }
        @media (min-width: 1280px) {
          .arts-alley__content .numbers_section__worlds__info {
            width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            row-gap: 19px;
            column-gap: 14px;
            padding-top: 90px; } }
        .arts-alley__content .numbers_section__worlds__info .card {
          position: relative;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          align-items: center;
          border: 2px solid black;
          border-radius: 20px;
          width: 340px;
          height: 369px;
          background-color: var(--card-color-var);
          padding-top: 30px; }
          @media (max-width: 1279.98px) {
            .arts-alley__content .numbers_section__worlds__info .card {
              height: unset;
              min-height: 244px;
              max-height: 369px;
              margin-bottom: 20px; } }
          @media (min-width: 1280px) {
            .arts-alley__content .numbers_section__worlds__info .card {
              height: 198px;
              width: 693px;
              flex-direction: row;
              justify-content: center; } }
          .arts-alley__content .numbers_section__worlds__info .card:before {
            display: block;
            content: "";
            position: absolute;
            top: 0px;
            height: 40px;
            width: 100%;
            border-bottom: 2px solid #000;
            border-top-left-radius: 18px;
            border-top-right-radius: 18px;
            z-index: 2;
            background-image: url(../img/mobile-bg/green-red-dots.png);
            background-color: var(--header-color-var);
            background-repeat: no-repeat;
            background-position: 20px 50%; }
          .arts-alley__content .numbers_section__worlds__info .card__text {
            font-family: 'urw-din-cond-demi';
            line-height: 26px;
            font-size: 20px;
            font-style: italic;
            max-width: 280px;
            text-align: center; }
            .arts-alley__content .numbers_section__worlds__info .card__text p {
              color: var(--text-color-var);
              font-size: 22px !important; }
              @media (max-width: 1023.98px) {
                .arts-alley__content .numbers_section__worlds__info .card__text p {
                  display: inline; } }
            @media (min-width: 1280px) {
              .arts-alley__content .numbers_section__worlds__info .card__text {
                margin-left: 25px;
                text-align: left; }
                .arts-alley__content .numbers_section__worlds__info .card__text p {
                  display: block; } }
          .arts-alley__content .numbers_section__worlds__info .card__prefix {
            font-family: 'urw-din-cond-demi';
            font-style: italic;
            font-size: 20px;
            line-height: 25px; }
            @media (min-width: 1280px) {
              .arts-alley__content .numbers_section__worlds__info .card__prefix {
                margin-right: 25px; } }
          .arts-alley__content .numbers_section__worlds__info .card__sufix {
            margin-top: 10px;
            font-size: 30px;
            align-self: flex-start;
            margin-left: 10px;
            -webkit-text-stroke: 1px #000;
            text-shadow: 1px 1px 0 var(--titles-shadow-color-var), 2px 2px 0 black; }
          .arts-alley__content .numbers_section__worlds__info .card__flex {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center; }
            @media (min-width: 1280px) {
              .arts-alley__content .numbers_section__worlds__info .card__flex {
                flex-direction: row; } }
        @media (max-width: 1279.98px) {
          .arts-alley__content .numbers_section__worlds__info .text-shadow {
            display: flex; } }
    .arts-alley__content .text-shadow {
      color: var(--titles-color-var) !important;
      font-size: 70px;
      -webkit-text-stroke: 1.5px black;
      line-height: 1; }
    .arts-alley__content .text-shadow--color {
      text-shadow: 2px 3px 0 var(--titles-shadow-color-var), 3px 4px 0 black; }
      @media (max-width: 1279.98px) {
        .arts-alley__content .text-shadow--color {
          text-shadow: 2px 2px 0 var(--titles-shadow-color-var), 3px 3px 0 black; } }
    .arts-alley__content .text-shadow--small {
      font-weight: 900;
      font-style: italic;
      font-size: 40px;
      text-align: center;
      line-height: 1;
      -webkit-text-stroke: 1px black;
      text-shadow: 2px 2px 0 var(--titles-shadow-color-var), 3px 3px 0 black, 4px 3px 0 black; }

.lineup {
  /* content */ }
  .lineup__banner {
    position: relative;
    overflow: hidden; }
    .lineup__banner .banner {
      margin: 0 !important; }
      .lineup__banner .banner__slide {
        height: 458px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
        display: flex;
        justify-content: center;
        position: relative; }
        @media (max-width: 1279.98px) {
          .lineup__banner .banner__slide {
            height: 352px; } }
        .lineup__banner .banner__slide::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 50%;
          bottom: 0;
          background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); }
        .lineup__banner .banner__slide__label {
          position: absolute;
          top: 0;
          right: 250px;
          transform: skew(-15deg);
          background-color: white;
          width: 80px;
          height: 90px; }
          @media (max-width: 1023.98px) {
            .lineup__banner .banner__slide__label {
              right: 80px; } }
          @media (max-width: 743.98px) {
            .lineup__banner .banner__slide__label {
              right: 40px; } }
          .lineup__banner .banner__slide__label img {
            width: 90%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) skew(15deg); }
        .lineup__banner .banner__slide .wrapper {
          position: absolute;
          padding-bottom: 40px;
          text-align: center;
          color: #fff;
          z-index: 1;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: flex-end; }
          @media (max-width: 743.98px) {
            .lineup__banner .banner__slide .wrapper {
              width: 100%; } }
          .lineup__banner .banner__slide .wrapper h2, .lineup__banner .banner__slide .wrapper h3 {
            line-height: 1;
            text-transform: uppercase;
            margin: 0;
            font-family: 'urw-din-cond'; }
          .lineup__banner .banner__slide .wrapper h2 {
            font-size: 80px;
            font-weight: 800; }
            @media (min-width: 1024px) {
              .lineup__banner .banner__slide .wrapper h2 {
                font-size: 60px; } }
            @media (max-width: 1023.98px) {
              .lineup__banner .banner__slide .wrapper h2 {
                font-size: 35px; } }
          .lineup__banner .banner__slide .wrapper h3 {
            font-size: 20px;
            font-style: italic; }
            @media (max-width: 1023.98px) {
              .lineup__banner .banner__slide .wrapper h3 {
                margin-top: 15px;
                font-size: 20px; } }
            @media (max-width: 743.98px) {
              .lineup__banner .banner__slide .wrapper h3 {
                font-size: 10x; } }
          .lineup__banner .banner__slide .wrapper .link {
            font-weight: 500;
            font-size: 20px;
            text-transform: uppercase;
            border-bottom: 1px solid #fff;
            padding: 3px;
            margin: 30px auto 0;
            display: block;
            width: max-content;
            min-width: initial;
            border: 0;
            border-bottom: 1px solid; }
            .lineup__banner .banner__slide .wrapper .link:hover {
              color: #ff2aff;
              border-color: #ff2aff; }
        .lineup__banner .banner__slide .img-large {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .lineup__banner .banner .slick-dots {
        display: flex;
        width: 90%;
        max-width: 1280px;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%); }
        .lineup__banner .banner .slick-dots li {
          width: auto;
          height: 5px;
          border-radius: 0;
          background-color: #fff;
          flex-grow: 1;
          display: initial;
          margin: 0; }
          .lineup__banner .banner .slick-dots li.slick-active {
            height: 5px;
            background: #ff2aff; }
    .lineup__banner .arrows {
      width: 90%;
      max-width: 1280px;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 743.98px) {
        .lineup__banner .arrows {
          display: none; } }
  .lineup__content {
    background: #ffc100; }
    .lineup__content .filter {
      background: #ff4afc;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; }
      .lineup__content .filter .container {
        padding-left: 0;
        padding-right: 0; }
      @media (max-width: 1023.98px) {
        .lineup__content .filter {
          position: relative;
          z-index: 2; } }
      .lineup__content .filter__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 1023.98px) {
          .lineup__content .filter__wrapper {
            flex-direction: column;
            padding-right: 0;
            padding-left: 0; } }
        @media (min-width: 1024px) {
          .lineup__content .filter__wrapper {
            height: 46px; } }
        .lineup__content .filter__wrapper ul {
          display: flex;
          padding: 0;
          margin: 0;
          align-items: center; }
          @media (max-width: 1023.98px) {
            .lineup__content .filter__wrapper ul {
              position: relative;
              width: 100%; }
              .lineup__content .filter__wrapper ul:last-child {
                border-top: 2px solid #000; } }
          .lineup__content .filter__wrapper ul p, .lineup__content .filter__wrapper ul li {
            font-family: 'urw-din-cond-demi';
            color: #000;
            text-transform: uppercase; }
          .lineup__content .filter__wrapper ul p {
            margin: 0;
            padding-right: 5px;
            margin-right: 25px;
            font-size: 15px; }
            @media (min-width: 1024px) {
              .lineup__content .filter__wrapper ul p {
                font-size: 15px; } }
            @media (max-width: 1023.98px) {
              .lineup__content .filter__wrapper ul p {
                font-size: 20px;
                width: 100%;
                padding: 10px 15px; }
                .lineup__content .filter__wrapper ul p:after {
                  font-family: "fontello";
                  content: '\e830';
                  position: absolute;
                  right: 15px;
                  font-size: 30px;
                  top: 5px; } }
          .lineup__content .filter__wrapper ul .list {
            display: flex; }
            @media (min-width: 1024px) {
              .lineup__content .filter__wrapper ul .list {
                align-items: center; } }
            @media (max-width: 1023.98px) {
              .lineup__content .filter__wrapper ul .list {
                flex-direction: column;
                position: absolute;
                background: #ff4afc;
                top: 100%;
                width: 100%;
                overflow: hidden;
                max-height: 0;
                transition: ease 0.3s;
                z-index: 2; }
                .lineup__content .filter__wrapper ul .list.opened {
                  max-height: 1000px; } }
            .lineup__content .filter__wrapper ul .list li {
              height: 50px;
              list-style: none;
              font-size: 18px;
              padding: 10px;
              cursor: pointer;
              transition: ease 0.9s;
              display: flex;
              align-items: center;
              color: #000; }
              @media (min-width: 1200px) {
                .lineup__content .filter__wrapper ul .list li {
                  font-size: 18px;
                  padding: 13px 18px 13px 22px; } }
              @media (max-width: 1023.98px) {
                .lineup__content .filter__wrapper ul .list li {
                  font-size: 20px;
                  padding: 7px 15px;
                  margin: 0.5px 0; } }
              @media (min-width: 1024px) {
                .lineup__content .filter__wrapper ul .list li:hover {
                  background: #000; } }
              .lineup__content .filter__wrapper ul .list li.active {
                color: #fff;
                background: #000; }
                @media (max-width: 1023.98px) {
                  .lineup__content .filter__wrapper ul .list li.active {
                    background: #000; } }
  .lineup .artists .row {
    justify-content: space-around; }
    @media (min-width: 1280px) {
      .lineup .artists .row {
        margin-right: 0;
        margin-left: 0; } }

.lineup-inside em {
  font-style: normal; }

.lineup-inside__top {
  position: relative;
  background-size: cover;
  background-position: center; }
  .lineup-inside__top .row {
    height: 100%; }
  .lineup-inside__top .column {
    height: 100%;
    max-height: 455px;
    display: flex;
    align-items: flex-end; }
    @media (min-width: 1024px) {
      .lineup-inside__top .column {
        height: 70vh; } }
    @media (max-width: 1023.98px) {
      .lineup-inside__top .column {
        height: 760px;
        max-height: 600px; } }
    @media (max-width: 743.98px) {
      .lineup-inside__top .column {
        height: 380px; } }
  .lineup-inside__top__wrapper {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    z-index: 1; }
    @media (min-width: 1280px) {
      .lineup-inside__top__wrapper {
        justify-content: flex-start; } }
    @media (max-width: 1023.98px) {
      .lineup-inside__top__wrapper {
        width: calc(100% + 30px);
        margin: 0 -15px;
        flex-direction: column;
        align-items: center; } }
    @media (max-width: 743.98px) {
      .lineup-inside__top__wrapper {
        width: calc(100% + 14px);
        margin: 0 -7px;
        flex-direction: column;
        align-items: center; } }
    .lineup-inside__top__wrapper .thumb {
      width: 330px;
      height: 330px;
      display: none;
      margin-bottom: -205px;
      position: relative; }
      @media (min-width: 1280px) {
        .lineup-inside__top__wrapper .thumb {
          display: block; } }
      @media (max-width: 1023.98px) {
        .lineup-inside__top__wrapper .thumb {
          order: 1;
          margin-bottom: -110px; } }
      @media (max-width: 743.98px) {
        .lineup-inside__top__wrapper .thumb {
          width: 175px;
          height: 175px;
          margin-bottom: -55px; } }
      .lineup-inside__top__wrapper .thumb img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
        @media (min-width: 1280px) {
          .lineup-inside__top__wrapper .thumb img {
            top: 3px;
            left: 3px;
            outline: 2px solid #000;
            box-shadow: 6px 6px 0px #000; } }
      .lineup-inside__top__wrapper .thumb__label {
        position: absolute;
        top: 0;
        right: 15px;
        width: 72px;
        height: 77px;
        overflow: hidden;
        transform: skew(-15deg);
        transform-origin: top right;
        background-color: white; }
        @media (max-width: 1023.98px) {
          .lineup-inside__top__wrapper .thumb__label {
            width: 67px;
            height: 70px;
            right: 14px; } }
        @media (max-width: 743.98px) {
          .lineup-inside__top__wrapper .thumb__label {
            width: 38px;
            height: 40px;
            right: 8px; } }
        .lineup-inside__top__wrapper .thumb__label img {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 90%;
          transform: translate(-50%, -50%) skew(15deg); }
    .lineup-inside__top__wrapper .description {
      color: #fff;
      padding-left: 30px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
      @media (min-width: 1280px) {
        .lineup-inside__top__wrapper .description {
          padding-left: 45px; } }
      @media (max-width: 1023.98px) {
        .lineup-inside__top__wrapper .description {
          order: 0;
          text-align: center;
          padding-left: 0; } }
      .lineup-inside__top__wrapper .description__name {
        margin-bottom: 19px;
        display: flex;
        flex-direction: column; }
        @media (max-width: 1023.98px) {
          .lineup-inside__top__wrapper .description__name {
            margin-bottom: 10px;
            align-items: center; } }
        @media (max-width: 743.98px) {
          .lineup-inside__top__wrapper .description__name {
            margin-bottom: 5px; } }
        .lineup-inside__top__wrapper .description__name h3, .lineup-inside__top__wrapper .description__name h4, .lineup-inside__top__wrapper .description__name h5 {
          text-transform: uppercase;
          font-family: "urw-din-cond", sans-serif;
          margin: 0; }
        .lineup-inside__top__wrapper .description__name h3 {
          font-size: 60px;
          order: 1;
          margin-top: 0;
          width: 100%;
          font-weight: 900;
          font-style: italic;
          margin-bottom: 27px; }
          @media (max-width: 1023.98px) {
            .lineup-inside__top__wrapper .description__name h3 {
              font-size: 60px;
              margin-bottom: 40px; } }
          @media (max-width: 743.98px) {
            .lineup-inside__top__wrapper .description__name h3 {
              font-size: 30px;
              margin-bottom: 20px; } }
        .lineup-inside__top__wrapper .description__name h4 {
          font-size: 15px;
          order: 0;
          font-weight: bolder;
          font-style: italic;
          margin-bottom: 12px; }
          @media (max-width: 1023.98px) {
            .lineup-inside__top__wrapper .description__name h4 {
              font-size: 25px;
              margin-bottom: 25px; } }
          @media (max-width: 743.98px) {
            .lineup-inside__top__wrapper .description__name h4 {
              font-size: 17px;
              margin-bottom: 17px; } }
        .lineup-inside__top__wrapper .description__name h5 {
          font-size: 25px;
          order: 2;
          font-weight: bolder; }
          .lineup-inside__top__wrapper .description__name h5 em {
            color: #ffcc00; }
          @media (max-width: 1023.98px) {
            .lineup-inside__top__wrapper .description__name h5 {
              display: none;
              font-size: 20px;
              margin-right: 40px; }
              .lineup-inside__top__wrapper .description__name h5 em {
                display: block; } }

.lineup-inside .social-share {
  background-color: #5c3587;
  color: black;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 14px 0;
  position: relative; }
  @media (max-width: 1023.98px) {
    .lineup-inside .social-share {
      font-size: 40px;
      padding: 30px 0; } }
  @media (max-width: 743.98px) {
    .lineup-inside .social-share {
      font-size: 20px;
      padding: 15px 0; } }
  .lineup-inside .social-share a {
    color: #514988; }
  @media (max-width: 1023.98px) {
    .lineup-inside .social-share--desktop {
      display: none; } }
  .lineup-inside .social-share--mobile {
    display: none; }
    @media (max-width: 1023.98px) {
      .lineup-inside .social-share--mobile {
        display: flex; } }
  .lineup-inside .social-share .success_toast {
    position: absolute;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    bottom: 100%;
    font-size: 14px;
    left: 50%;
    transform: translate(-50%); }
  .lineup-inside .social-share #copy_text {
    display: none; }
  .lineup-inside .social-share a {
    width: 36px;
    height: 36px;
    position: relative;
    background-color: white;
    border-radius: 100%;
    margin-right: 15px; }
    @media (max-width: 1023.98px) {
      .lineup-inside .social-share a {
        width: 70px;
        height: 70px;
        margin-right: 30px; } }
    @media (max-width: 743.98px) {
      .lineup-inside .social-share a {
        width: 36px;
        height: 36px;
        margin-right: 15px; } }
    .lineup-inside .social-share a:last-child {
      margin-right: 0; }
    .lineup-inside .social-share a i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

.lineup-inside .description__table {
  background-color: #514988;
  display: flex;
  align-items: center;
  font-family: "urw-din-cond", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  min-height: 59px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }
  @media (max-width: 1279.98px) {
    .lineup-inside .description__table .container {
      position: relative;
      padding: 0;
      display: flex;
      justify-content: flex-start; } }
  @media (min-width: 1280px) {
    .lineup-inside .description__table .thumb {
      display: none; } }
  .lineup-inside .description__table .thumb img {
    width: 172px;
    position: relative;
    left: 0; }
  .lineup-inside .description__table .container .row {
    justify-content: flex-start;
    display: flex; }
    @media (max-width: 1279.98px) {
      .lineup-inside .description__table .container .row {
        height: 172px;
        align-items: center; } }
  @media (max-width: 1279.98px) {
    .lineup-inside .description__table {
      padding: 0;
      min-height: 172px; } }
  .lineup-inside .description__table__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 1280px) {
      .lineup-inside .description__table__wrapper {
        justify-content: flex-start;
        margin-left: 380px; } }
    @media (max-width: 1279.98px) {
      .lineup-inside .description__table__wrapper {
        margin-left: 25px;
        text-align: center;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0; } }
  .lineup-inside .description__table h6 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    margin-right: 74px;
    font-family: 'urw-din-cond-demi';
    color: white;
    padding-top: 13px; }
    .lineup-inside .description__table h6 em {
      font-family: 'urw-din-cond';
      font-weight: 400;
      color: #ffc100; }
    @media (max-width: 1279.98px) {
      .lineup-inside .description__table h6 {
        text-align: left;
        font-size: 15px;
        margin-right: 0;
        margin-bottom: 0px;
        padding-top: 0; }
        .lineup-inside .description__table h6 em {
          display: block;
          line-height: 1.2; } }
    @media (max-width: 743.98px) {
      .lineup-inside .description__table h6 {
        font-size: 15px; } }
    .lineup-inside .description__table h6 a {
      text-decoration: underline;
      font-family: "urw-din-cond", sans-serif;
      line-height: 1.5;
      margin-left: 10px; }
      @media (max-width: 743.98px) {
        .lineup-inside .description__table h6 a {
          margin-left: 0; } }
      .lineup-inside .description__table h6 a:hover {
        color: white; }

.lineup-inside__content {
  background-color: #ffc100; }
  @media (max-width: 1023.98px) {
    .lineup-inside__content .container {
      padding-right: 0;
      padding-left: 0; } }
  .lineup-inside__content .container .row {
    justify-content: center; }
    @media (max-width: 1023.98px) {
      .lineup-inside__content .container .row .col-12 {
        padding-right: 0;
        padding-left: 0; } }
  .lineup-inside__content__description {
    color: #000;
    font-weight: 500;
    padding-top: 35px; }
    @media (min-width: 1280px) {
      .lineup-inside__content__description {
        position: relative;
        margin-left: 330px; } }
    .lineup-inside__content__description .block-text {
      font-style: italic;
      line-height: 1.4; }
    @media (max-width: 1023.98px) {
      .lineup-inside__content__description {
        padding: 60px 30px;
        text-align: center; } }
    @media (max-width: 743.98px) {
      .lineup-inside__content__description {
        padding: 30px 15px; } }
    .lineup-inside__content__description p {
      font-weight: 500;
      font-size: 18px;
      font-style: italic;
      line-height: 25px; }
      @media (min-width: 1024px) {
        .lineup-inside__content__description p {
          width: 851px;
          text-align: justify;
          margin: 0 0 0 50px;
          font-size: 20px;
          line-height: 28px; } }
      .lineup-inside__content__description p a {
        color: white;
        text-decoration: underline; }
  .lineup-inside__content__descriptionWrapper {
    margin-bottom: 90px; }
  .lineup-inside__content__list {
    display: grid;
    column-gap: 10px;
    row-gap: 10px;
    padding: 0;
    padding-bottom: 70px;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); }
    @media (min-width: 1024px) {
      .lineup-inside__content__list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        column-gap: 25px;
        row-gap: 25px; } }
    @media (min-width: 1280px) {
      .lineup-inside__content__list {
        grid-template-columns: repeat(4, minmax(310px, 1fr));
        column-gap: 27px;
        row-gap: 25px; } }
    @media (max-width: 743.98px) {
      .lineup-inside__content__list {
        padding-bottom: 30px; } }
    .lineup-inside__content__list li {
      width: 100%;
      height: 100%;
      max-width: 330px;
      max-height: 330px;
      opacity: .8;
      cursor: pointer;
      list-style: none;
      transition: ease 0.3s; }
      .lineup-inside__content__list li:hover {
        opacity: 1; }
      .lineup-inside__content__list li img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%; }

.lineup-inside__related {
  background-color: #514988;
  color: #fff; }
  @media (min-width: 1280px) {
    .lineup-inside__related {
      min-height: 575px; } }
  .lineup-inside__related .slick-list, .lineup-inside__related .slick-track {
    min-width: 100%; }
  .lineup-inside__related__title {
    font-size: 54px;
    padding-bottom: 35px;
    text-transform: uppercase; }
    @media (max-width: 1279.98px) {
      .lineup-inside__related__title {
        font-size: 35px;
        line-height: 45px; } }
  .lineup-inside__related .col-xs-12 {
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 1280px) {
      .lineup-inside__related .col-xs-12 {
        padding: 0; } }
  .lineup-inside__related .artists__wrapper {
    justify-content: initial; }
    .lineup-inside__related .artists__wrapper .artist:hover {
      top: unset;
      left: unset;
      box-shadow: none;
      outline: none; }
    .lineup-inside__related .artists__wrapper .artist__label {
      right: 0px; }
  @media (min-width: 1400px) {
    .lineup-inside__related .artists {
      max-width: 1360px; } }
  .lineup-inside__related .artists__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    column-gap: 10px; }
    @media (min-width: 1280px) {
      .lineup-inside__related .artists__wrapper {
        grid-template-columns: repeat(4, minmax(310px, 1fr));
        column-gap: 27px; } }
  .lineup-inside__related .artist {
    margin: 0; }
    @media (max-width: 743.98px) {
      .lineup-inside__related .artist {
        max-height: none; } }
    @media (min-width: 1024px) {
      .lineup-inside__related .artist {
        height: 100%;
        width: 100%; } }

.lineup-inside--aa .loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4b4a4b;
  visibility: hidden; }

@media (max-width: 1023.98px) {
  .lineup-inside--aa .lineup-internal__top__wrapper {
    padding: 0;
    flex-flow: row-reverse; } }

@media (max-width: 1023.98px) {
  .lineup-inside--aa .lineup-internal__top__wrapper .thumb {
    width: 145px;
    height: 145px;
    position: absolute;
    bottom: 15px;
    left: -8px; } }

@media (max-width: 1023.98px) {
  .lineup-inside--aa .lineup-internal__top__wrapper .description {
    flex-grow: 2; } }

@media (max-width: 1023.98px) {
  .lineup-inside--aa .lineup-internal__top__wrapper .description__name {
    align-items: flex-start;
    text-align: left;
    padding-left: 10px;
    margin-left: 145px; }
    .lineup-inside--aa .lineup-internal__top__wrapper .description__name h3 {
      margin-bottom: 5px; } }

.lineup-inside--aa .btn-back {
  width: 100%;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 15px;
  background: #4e167c;
  text-align: left;
  font-family: 'urw-din-cond-demi';
  display: block; }
  @media (max-width: 1023.98px) {
    .lineup-inside--aa .btn-back {
      font-size: 12px;
      text-align: center;
      margin-top: 0;
      padding: 10px 0px; } }

.lineup-inside--aa .description__table {
  background: #ffcc00;
  padding-top: 12px; }
  @media (max-width: 1023.98px) {
    .lineup-inside--aa .description__table {
      padding-left: 150px; } }
  .lineup-inside--aa .description__table h6 {
    font-size: 26px;
    padding-top: 0; }
    @media (max-width: 1023.98px) {
      .lineup-inside--aa .description__table h6 {
        font-size: 20px;
        text-align: center;
        width: 100%; } }
  .lineup-inside--aa .description__table__wrapper {
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1023.98px) {
      .lineup-inside--aa .description__table__wrapper {
        align-items: flex-start; } }
    .lineup-inside--aa .description__table__wrapper ul {
      display: flex;
      align-items: center;
      padding: 0;
      list-style: none;
      margin: 0; }
      .lineup-inside--aa .description__table__wrapper ul li {
        font-size: 12px;
        font-family: 'urw-din-cond-demi';
        letter-spacing: 0.5px;
        cursor: pointer;
        position: relative; }
        .lineup-inside--aa .description__table__wrapper ul li a {
          padding: 10px 15px;
          display: block; }
          @media (max-width: 1023.98px) {
            .lineup-inside--aa .description__table__wrapper ul li a {
              padding: 0 10px; } }
        .lineup-inside--aa .description__table__wrapper ul li:first-child {
          border-right: 1px solid #fff; }
          @media (max-width: 1023.98px) {
            .lineup-inside--aa .description__table__wrapper ul li:first-child a {
              padding: 0 10px; } }
        .lineup-inside--aa .description__table__wrapper ul li:first-child:hover:before {
          content: '';
          width: 0;
          height: 0;
          border-top: 18px solid transparent;
          border-bottom: 18px solid transparent;
          border-right: 18px solid #514988;
          position: absolute;
          left: -18px;
          top: 50%;
          transform: translateY(-50%);
          transition: ease 0.3s; }
          @media (max-width: 1023.98px) {
            .lineup-inside--aa .description__table__wrapper ul li:first-child:hover:before {
              display: none; } }
        .lineup-inside--aa .description__table__wrapper ul li:last-child:hover:before {
          content: '';
          width: 0;
          height: 0;
          border-top: 18px solid transparent;
          border-bottom: 18px solid transparent;
          border-left: 18px solid #514988;
          position: absolute;
          right: -18px;
          top: 50%;
          transform: translateY(-50%); }
          @media (max-width: 1023.98px) {
            .lineup-inside--aa .description__table__wrapper ul li:last-child:hover:before {
              display: none; } }
        .lineup-inside--aa .description__table__wrapper ul li:hover {
          background: #514988; }

.lineup-inside--aa .description__name h4 {
  order: 2; }

body > main > section.full.lineup-inside__related > .artists:after {
  content: none; }

.paddingReset {
  padding-left: 0;
  padding-right: 0; }

.lineup-inside__related > .artists > .row {
  margin-right: 0;
  margin-left: 0; }

.lineup-inside__related > .artist__label {
  right: 1px; }

.concurso-cosplay {
  font-family: 'urw-din-cond'; }
  .concurso-cosplay h1, .concurso-cosplay h2, .concurso-cosplay h3, .concurso-cosplay h4, .concurso-cosplay h5, .concurso-cosplay h6 {
    font-weight: 800;
    font-style: italic; }
  .concurso-cosplay__top-page {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 352px; }
    @media (min-width: 1024px) {
      .concurso-cosplay__top-page {
        height: 460px;
        align-items: flex-end; } }
    .concurso-cosplay__top-page__wrapper {
      position: absolute;
      z-index: 1; }
      @media (max-width: 1023.98px) {
        .concurso-cosplay__top-page__wrapper {
          width: 90%;
          text-align: center; } }
      .concurso-cosplay__top-page__wrapper h1 {
        font-weight: 900;
        font-style: italic;
        color: #FFBE00;
        text-align: center;
        -webkit-text-stroke: 1px #000; }
        @media (max-width: 1023.98px) {
          .concurso-cosplay__top-page__wrapper h1 {
            font-size: 45px;
            line-height: 45px;
            width: 200px;
            margin: 0 auto; } }
        @media (min-width: 1024px) {
          .concurso-cosplay__top-page__wrapper h1 {
            font-size: 69px;
            margin-bottom: 85px; } }
      .concurso-cosplay__top-page__wrapper .description {
        margin: 40px 0; }
      .concurso-cosplay__top-page__wrapper p {
        font-size: 20px; }
    .concurso-cosplay__top-page picture {
      position: relative; }
      .concurso-cosplay__top-page picture:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .concurso-cosplay__top-page picture,
    .concurso-cosplay__top-page img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
  .concurso-cosplay .disclaimer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .concurso-cosplay .disclaimer small p {
      max-width: 340px;
      font-weight: 500;
      font-style: italic;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 0; }
      @media (max-width: 1023.98px) {
        .concurso-cosplay .disclaimer small p {
          margin-top: 13px;
          margin-bottom: 42px; } }
      @media (min-width: 1024px) {
        .concurso-cosplay .disclaimer small p {
          margin-bottom: 125px; } }
  .concurso-cosplay .disclaimer-bottom {
    position: absolute;
    width: 100%;
    bottom: 30px;
    color: white; }
    @media (max-width: 1023.98px) {
      .concurso-cosplay .disclaimer-bottom {
        position: relative;
        bottom: 0;
        margin-bottom: 30px;
        margin-top: 30px; } }
    .concurso-cosplay .disclaimer-bottom small {
      display: flex;
      justify-content: center; }
      .concurso-cosplay .disclaimer-bottom small p {
        max-width: 55%;
        text-align: center; }
        @media (max-width: 1023.98px) {
          .concurso-cosplay .disclaimer-bottom small p {
            max-width: 90%;
            text-align: left;
            font-size: 12px; } }
  .concurso-cosplay .disclaimer-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    top: 30px;
    z-index: 3; }
    .concurso-cosplay .disclaimer-middle small {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .concurso-cosplay .disclaimer-middle small p {
        max-width: 100%;
        text-align: center;
        font-weight: 400;
        font-style: italic;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0; }
        @media (max-width: 1023.98px) {
          .concurso-cosplay .disclaimer-middle small p {
            color: white;
            max-width: 90%;
            text-align: left; }
            .concurso-cosplay .disclaimer-middle small p:last-child {
              margin-bottom: 30px; } }
  .concurso-cosplay__block-one {
    background-color: #ffc100;
    padding: 50px 0;
    position: relative;
    color: white;
    text-align: center; }
    @media (min-width: 1024px) {
      .concurso-cosplay__block-one {
        background-image: url(../img/desktop-bg/cosplay-home/bg_main_section.png);
        background-position: top -125px right 50%;
        background-repeat: no-repeat; } }
    @media (min-width: 1024px) {
      .concurso-cosplay__block-one {
        padding-bottom: 119px; } }
    @media (max-width: 743.98px) {
      .concurso-cosplay__block-one .container {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 743.98px) {
      .concurso-cosplay__block-one .col-md-7, .concurso-cosplay__block-one .col {
        padding-left: 0;
        padding-right: 0; } }
    .concurso-cosplay__block-one h2 {
      margin-bottom: 30px; }
      @media (max-width: 1023.98px) {
        .concurso-cosplay__block-one h2 {
          font-size: 8vw; } }
      @media (min-width: 1024px) {
        .concurso-cosplay__block-one h2 {
          max-width: 752px;
          text-align: center;
          font-size: 50px;
          line-height: 55px; } }
    .concurso-cosplay__block-one .text-top {
      color: #000;
      font-size: 18px;
      line-height: 25px;
      font-style: italic;
      text-align: center;
      letter-spacing: 0; }
      @media (min-width: 1024px) {
        .concurso-cosplay__block-one .text-top {
          width: 737px;
          font-size: 20px;
          line-height: 28px;
          margin-top: 44px;
          margin-bottom: 59px; } }
    .concurso-cosplay__block-one p {
      color: #000;
      margin-bottom: 30px; }
      @media (max-width: 1279.98px) {
        .concurso-cosplay__block-one p {
          font-size: 20px; } }
      @media (min-width: 1280px) {
        .concurso-cosplay__block-one p {
          font-size: 20px;
          line-height: 28px; } }
    .concurso-cosplay__block-one__btns {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .concurso-cosplay__block-one__btns .btn {
        font-size: 15px;
        font-weight: 900;
        line-height: 15px;
        width: 340px;
        height: 45px; }
        .concurso-cosplay__block-one__btns .btn:first-child {
          margin-bottom: 18px; }
      @media (max-width: 1023.98px) {
        .concurso-cosplay__block-one__btns {
          flex-direction: column;
          margin-top: 42px; } }
      @media (min-width: 1024px) {
        .concurso-cosplay__block-one__btns .btn {
          margin-bottom: 22px; }
          .concurso-cosplay__block-one__btns .btn:last-child {
            margin-bottom: 12px; } }
    .concurso-cosplay__block-one__steps {
      padding: 0; }
      @media (max-width: 1279.98px) {
        .concurso-cosplay__block-one__steps {
          justify-content: space-between;
          flex-direction: column;
          align-items: center; } }
      @media (min-width: 1280px) {
        .concurso-cosplay__block-one__steps {
          margin-top: 40px;
          margin-left: auto;
          margin-top: 80px; } }
      .concurso-cosplay__block-one__steps li {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 2px solid black;
        border-radius: 20px;
        width: 340px;
        height: 188px;
        background-color: var(--card-color-var);
        padding-top: 40px; }
        @media (max-width: 1279.98px) {
          .concurso-cosplay__block-one__steps li {
            margin-bottom: 30px; }
            .concurso-cosplay__block-one__steps li:last-child {
              margin-bottom: 50px; } }
        @media (min-width: 1280px) {
          .concurso-cosplay__block-one__steps li {
            width: 400px;
            height: 238px;
            margin-bottom: 20px; }
            .concurso-cosplay__block-one__steps li:last-child {
              margin-bottom: 115px; } }
        @media (min-width: 1280px) {
          .concurso-cosplay__block-one__steps li:nth-child(2) {
            left: -40px;
            bottom: 81px;
            z-index: 2; } }
        @media (min-width: 1280px) {
          .concurso-cosplay__block-one__steps li:nth-child(3) {
            bottom: -31px;
            left: -80px;
            z-index: 3; } }
        .concurso-cosplay__block-one__steps li:before {
          display: block;
          content: "";
          position: absolute;
          top: 0px;
          height: 40px;
          width: 100%;
          border-bottom: 2px solid #000;
          border-top-left-radius: 18px;
          border-top-right-radius: 18px;
          z-index: 2;
          background-image: url(../img/mobile-bg/green-red-dots.png);
          background-color: var(--header-color-var);
          background-repeat: no-repeat;
          background-position: 20px 50%; }
        .concurso-cosplay__block-one__steps li h3 {
          color: white;
          margin-bottom: 13px;
          font-weight: 900;
          -webkit-text-stroke: 1px #000; }
          @media (max-width: 1023.98px) {
            .concurso-cosplay__block-one__steps li h3 {
              font-size: 30px;
              line-height: 32px; } }
          @media (min-width: 1024px) {
            .concurso-cosplay__block-one__steps li h3 {
              font-size: 30px;
              margin-bottom: 15px; } }
        .concurso-cosplay__block-one__steps li p {
          font-family: 'urw-din-cond-demi';
          margin: 0;
          max-width: 260px;
          text-transform: uppercase;
          font-style: italic;
          text-align: center;
          font-size: 15px;
          line-height: 20px; }
        .concurso-cosplay__block-one__steps li .btn {
          margin: 20px auto 0;
          width: 100%; }
      .concurso-cosplay__block-one__steps__disclaimer p {
        text-transform: none !important;
        font-size: 11px !important;
        font-weight: 300 !important;
        line-height: 1.05 !important;
        text-align: left !important;
        font-style: unset !important;
        max-width: none !important; }
      @media (max-width: 743.98px) {
        .concurso-cosplay__block-one__steps__disclaimer__small p {
          margin-bottom: 10px;
          max-width: 320px; } }
    @media (min-width: 1024px) {
      .concurso-cosplay__block-one__schedule {
        padding-top: 61px;
        z-index: 2;
        position: relative; } }
    .concurso-cosplay__block-one__schedule li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      text-align: left; }
      .concurso-cosplay__block-one__schedule li:last-child {
        margin-bottom: 0; }
      .concurso-cosplay__block-one__schedule li p {
        padding: 15px 0;
        height: 70px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 1023.98px) {
          .concurso-cosplay__block-one__schedule li p {
            font-size: 13px;
            line-height: 16px; } }
        @media (min-width: 1024px) {
          .concurso-cosplay__block-one__schedule li p {
            font-size: 18px;
            line-height: 36px; } }
        .concurso-cosplay__block-one__schedule li p:first-child {
          background-color: #ff4afc;
          color: black;
          font-weight: 700;
          border: 2px solid #000;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
          border-right: 0;
          position: relative; }
          @media (max-width: 1023.98px) {
            .concurso-cosplay__block-one__schedule li p:first-child {
              width: calc(100% - 117px);
              padding-left: 10px; } }
          @media (min-width: 1024px) {
            .concurso-cosplay__block-one__schedule li p:first-child {
              width: calc(100% - 160px);
              padding-left: 25px; } }
        .concurso-cosplay__block-one__schedule li p.label {
          color: white;
          font-weight: 500;
          font-style: italic;
          background-color: black;
          text-align: center;
          border: 1px solid black;
          border-left: 0;
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 1023.98px) {
            .concurso-cosplay__block-one__schedule li p.label {
              font-size: 15px;
              line-height: 20px;
              font-weight: 500;
              width: 35%; } }
          @media (min-width: 1024px) {
            .concurso-cosplay__block-one__schedule li p.label {
              width: 160px; } }
    .concurso-cosplay__block-one__schedule__box {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: #ffc100;
      width: 339px;
      height: 124px;
      border: 2px solid #000;
      border-radius: 20px; }
      @media (max-width: 1023.98px) {
        .concurso-cosplay__block-one__schedule__box {
          margin-bottom: 20px; } }
      @media (min-width: 1024px) {
        .concurso-cosplay__block-one__schedule__box {
          margin-top: 73px; } }
      .concurso-cosplay__block-one__schedule__box h3 {
        font-weight: 900;
        font-style: italic;
        font-size: 35px;
        -webkit-text-stroke: 1.5px #000;
        line-height: 45px;
        margin-top: 33px; }
      .concurso-cosplay__block-one__schedule__box:before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        height: 40px;
        width: 100%;
        border-bottom: 2px solid #000;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        z-index: 2;
        background-image: url(../img/mobile-bg/green-red-dots.png);
        background-color: #e33881;
        background-repeat: no-repeat;
        background-position: 20px 50%; }
    .concurso-cosplay__block-one .schedule__wrapper {
      display: flex;
      flex-direction: column; }
      @media (max-width: 1023.98px) {
        .concurso-cosplay__block-one .schedule__wrapper {
          align-items: center;
          position: relative;
          z-index: 2; } }
    @media (min-width: 1024px) {
      .concurso-cosplay__block-one::after {
        content: "";
        display: block;
        width: 100%;
        height: 653px;
        position: absolute;
        bottom: 0;
        background-image: url(../img/desktop-bg/cosplay-home/purple_stair.png);
        background-position: center;
        background-repeat: no-repeat; } }
    @media (min-width: 2200px) {
      .concurso-cosplay__block-one::after {
        bottom: 0;
        left: 0;
        background-position: left; } }
  .concurso-cosplay__block-three {
    background-color: #514988;
    position: relative; }
    @media (max-width: 1023.98px) {
      .concurso-cosplay__block-three {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    @media (min-width: 1024px) {
      .concurso-cosplay__block-three {
        min-height: 943px;
        background-image: url(../img/desktop-bg/cosplay-home/bg_cards_bottom.png);
        background-repeat: no-repeat;
        background-position: bottom center; } }
    @media (max-width: 743.98px) {
      .concurso-cosplay__block-three::before {
        content: "";
        display: block;
        width: 100%;
        height: 819px;
        position: absolute;
        top: -220px;
        right: 0;
        background-image: url(../img/mobile-bg/cosplay-home/bg_mobile_awards.png);
        background-position: right;
        background-repeat: no-repeat; } }
    @media (min-width: 1024px) {
      .concurso-cosplay__block-three::before {
        content: "";
        display: block;
        width: 100%;
        height: 653px;
        position: absolute;
        top: 0;
        background-image: url(../img/desktop-bg/cosplay-home/yellow_stair.png);
        background-position: center;
        background-repeat: no-repeat; } }
    @media (min-width: 2200px) {
      .concurso-cosplay__block-three::before {
        bottom: 0;
        right: 0;
        background-position: right; } }
    @media (min-width: 1280px) {
      .concurso-cosplay__block-three .nav-absolute {
        display: none; } }
    .concurso-cosplay__block-three__awards__box {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: #e33881;
      width: 339px;
      height: 124px;
      border: 2px solid #000;
      border-radius: 20px; }
      @media (max-width: 1023.98px) {
        .concurso-cosplay__block-three__awards__box {
          bottom: 20px; } }
      @media (min-width: 1024px) and (max-width: 1279.98px) {
        .concurso-cosplay__block-three__awards__box {
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 1024px) {
        .concurso-cosplay__block-three__awards__box {
          margin-bottom: 18px;
          bottom: 55px; } }
      @media (min-width: 1400px) {
        .concurso-cosplay__block-three__awards__box--small {
          display: none; } }
      .concurso-cosplay__block-three__awards__box--large {
        display: none; }
        @media (min-width: 1400px) {
          .concurso-cosplay__block-three__awards__box--large {
            display: flex; } }
      .concurso-cosplay__block-three__awards__box h3 {
        font-weight: 900;
        color: white;
        font-style: italic;
        font-size: 35px;
        -webkit-text-stroke: 1.5px #000;
        line-height: 45px;
        margin-top: 33px; }
      .concurso-cosplay__block-three__awards__box:before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        height: 40px;
        width: 100%;
        border-bottom: 2px solid #000;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        z-index: 2;
        background-image: url(../img/mobile-bg/green-red-dots.png);
        background-color: #514988;
        background-repeat: no-repeat;
        background-position: 20px 50%; }
    @media (max-width: 1023.98px) {
      .concurso-cosplay__block-three .slider-awarded {
        width: calc(100% - 20px); } }
    @media (min-width: 1280px) {
      .concurso-cosplay__block-three .slider-awarded {
        width: 100%;
        max-width: 1400px; } }
    @media (min-width: 1280px) {
      .concurso-cosplay__block-three .slider-awarded {
        overflow: visible; } }
    @media (max-width: 1279.98px) {
      .concurso-cosplay__block-three .slider-awarded .swiper-slide {
        display: flex;
        justify-content: center;
        margin-top: 48px;
        margin-bottom: 60px; } }
    @media (min-width: 1280px) {
      .concurso-cosplay__block-three .slider-awarded .swiper-slide {
        max-width: 400px; }
        .concurso-cosplay__block-three .slider-awarded .swiper-slide:nth-child(2) {
          bottom: 50px; } }
    @media (min-width: 1280px) {
      .concurso-cosplay__block-three .slider-awarded .swiper-wrapper {
        display: flex;
        justify-content: space-between; } }
    .concurso-cosplay__block-three .slider-awarded__wrapper {
      position: relative;
      border: 2px solid #000;
      border-radius: 20px;
      color: black; }
      @media (max-width: 1023.98px) {
        .concurso-cosplay__block-three .slider-awarded__wrapper {
          flex-direction: column;
          width: 340px;
          height: 398px; } }
      @media (min-width: 1024px) {
        .concurso-cosplay__block-three .slider-awarded__wrapper {
          flex-direction: column;
          width: 400px;
          max-height: 700px; } }
      .concurso-cosplay__block-three .slider-awarded__wrapper:before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        height: 40px;
        width: 100%;
        border-bottom: 2px solid #000;
        background-color: #ffc100;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        z-index: 100;
        background-image: url(../img/mobile-bg/green-red-dots.png);
        background-repeat: no-repeat;
        background-position: 4% 50%; }
      .concurso-cosplay__block-three .slider-awarded__wrapper .picture {
        padding: 0; }
        @media (max-width: 1023.98px) {
          .concurso-cosplay__block-three .slider-awarded__wrapper .picture {
            height: 280px;
            max-height: 280px; } }
        .concurso-cosplay__block-three .slider-awarded__wrapper .picture img {
          width: 100%;
          height: 100%;
          margin-top: 40px;
          border-bottom: 2px solid #000; }
          @media (min-width: 1024px) {
            .concurso-cosplay__block-three .slider-awarded__wrapper .picture img {
              margin-bottom: -40px;
              height: 400px;
              width: 100%; } }
      .concurso-cosplay__block-three .slider-awarded__wrapper .description {
        width: 100%;
        height: 200px;
        position: relative;
        left: 0;
        background-color: white;
        font-style: italic;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border-radius: 20px;
        border-top: 2px solid #000;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
        @media (max-width: 743.98px) {
          .concurso-cosplay__block-three .slider-awarded__wrapper .description {
            padding: 20px 15px;
            text-align: center; } }
        @media (min-width: 744px) {
          .concurso-cosplay__block-three .slider-awarded__wrapper .description {
            padding: 15px;
            min-height: 156px;
            max-height: 295px; } }
        .concurso-cosplay__block-three .slider-awarded__wrapper .description h3 {
          font-weight: 900;
          text-transform: uppercase; }
          @media (max-width: 1023.98px) {
            .concurso-cosplay__block-three .slider-awarded__wrapper .description h3 {
              font-size: 25px;
              line-height: 30px;
              width: 100%;
              text-align: center; } }
          @media (min-width: 1024px) {
            .concurso-cosplay__block-three .slider-awarded__wrapper .description h3 {
              margin-left: 12px;
              margin-top: 12px;
              font-size: 25px;
              line-height: 30px; } }
        .concurso-cosplay__block-three .slider-awarded__wrapper .description p {
          font-weight: 500;
          margin-top: 12px;
          margin-left: 12px;
          font-style: italic;
          text-transform: uppercase; }
          @media (max-width: 1023.98px) {
            .concurso-cosplay__block-three .slider-awarded__wrapper .description p {
              font-size: 17px;
              line-height: 22px; } }
          @media (min-width: 1024px) {
            .concurso-cosplay__block-three .slider-awarded__wrapper .description p {
              font-size: 25px;
              line-height: 30px; } }
        .concurso-cosplay__block-three .slider-awarded__wrapper .description span {
          text-transform: uppercase;
          font-style: normal;
          font-size: 20px;
          font-weight: 500;
          line-height: 30px;
          margin-top: 12px;
          margin-left: 12px;
          border-bottom: 2px solid #000; }

.disclaimer-wrapper {
  position: absolute;
  bottom: -55px; }
  @media (max-width: 1279.98px) {
    .disclaimer-wrapper {
      bottom: -95px; } }

.cosplay__page {
  color: white;
  font-family: 'urw-din-cond'; }
  .cosplay__page--vote {
    background-color: #e33881; }
  .cosplay__page__section {
    background-color: #ffc100;
    height: 516px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/mobile-bg/cosplay-encerramento/bg-main.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 1280px) {
      .cosplay__page__section {
        height: 666px;
        background-image: url(../img/desktop-bg/cosplay-encerramento/bg-main.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        padding-top: 30px; } }
    .cosplay__page__section .card {
      position: relative;
      width: 300px;
      height: 264px;
      background-color: #ffc100;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 2px solid #000;
      border-radius: 20px; }
      @media (min-width: 1280px) {
        .cosplay__page__section .card {
          width: 800px;
          height: 206px; }
          .cosplay__page__section .card:after {
            display: block;
            content: "";
            position: absolute;
            top: -116px;
            right: 97px;
            height: 131px;
            width: 134px;
            background-image: url(../img/desktop-bg/cosplay-encerramento/go-box.png);
            background-repeat: none;
            border-radius: 20px;
            z-index: 3; } }
      @media (max-width: 1279.98px) {
        .cosplay__page__section .card:after {
          display: block;
          content: "";
          position: absolute;
          top: -45px;
          right: 30px;
          height: 105px;
          width: 100px;
          background-image: url(../img/mobile-bg/cosplay-encerramento/go-box.png);
          background-repeat: none;
          border-radius: 20px;
          z-index: 3; } }
      .cosplay__page__section .card h1 {
        font-weight: 900;
        -webkit-text-stroke: 1px #000;
        font-size: 55px;
        line-height: 60px; }
        @media (max-width: 1279.98px) {
          .cosplay__page__section .card h1 {
            width: 260px;
            margin: 0 auto;
            text-align: left;
            padding-top: 30px; } }
        @media (min-width: 1280px) {
          .cosplay__page__section .card h1 {
            -webkit-text-stroke: 1.5px #000;
            font-size: 80px;
            line-height: 85px; } }
      .cosplay__page__section .card:before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        height: 40px;
        width: 100%;
        border-bottom: 2px solid #000;
        background-color: #3C2FB4;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        z-index: 2;
        background-image: url(../img/mobile-bg/green-red-dots.png);
        background-repeat: no-repeat;
        background-position: 20px 50%; }
        @media (max-width: 991px) {
          .cosplay__page__section .card:before {
            border-bottom: 2px solid #000; } }
    .cosplay__page__section .text-wrapper {
      color: black;
      margin-top: 31px; }
      @media (min-width: 1280px) {
        .cosplay__page__section .text-wrapper {
          margin-top: 30px; } }
      .cosplay__page__section .text-wrapper p {
        color: black;
        font-weight: 400;
        font-style: italic;
        font-size: 18px;
        line-height: 25px; }
        @media (max-width: 1279.98px) {
          .cosplay__page__section .text-wrapper p {
            text-align: center;
            max-width: 339px; } }
        @media (min-width: 1280px) {
          .cosplay__page__section .text-wrapper p {
            font-size: 20px;
            line-height: 28px;
            text-align: center; } }
  .cosplay__page .cosplay__main {
    display: flex;
    height: 50vh;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: end;
    padding-bottom: 10vh; }
    @media (max-width: 1023.98px) {
      .cosplay__page .cosplay__main {
        height: calc(80vh - 60px);
        align-items: center;
        padding-bottom: 0vh; } }
    .cosplay__page .cosplay__main picture:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .cosplay__page .cosplay__main__title {
      font-size: 63px;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-style: italic;
      text-shadow: 2px 3px 0 #ffffff, 3px 4px 0 black;
      -webkit-text-stroke-width: 1.1px;
      -webkit-text-stroke-color: #000;
      color: #FFC100; }
      @media (max-width: 1279.98px) {
        .cosplay__page .cosplay__main__title {
          font-size: 3.28125vw; } }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__main__title {
          font-size: 65px; } }
    .cosplay__page .cosplay__main__subtitle {
      font-size: 35px;
      text-align: center;
      font-weight: 500;
      font-style: italic;
      margin-top: 20px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
      @media (max-width: 1279.98px) {
        .cosplay__page .cosplay__main__subtitle {
          font-size: 1.82292vw;
          margin-top: 1.04167vw; } }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__main__subtitle {
          font-size: 38px;
          margin-top: 40px; } }
      @media (max-width: 743.98px) {
        .cosplay__page .cosplay__main__subtitle {
          font-size: 4.94792vw;
          margin-top: 5.20833vw; } }
  .cosplay__page .cosplay__image {
    position: absolute; }
    .cosplay__page .cosplay__image-rastabot {
      top: -207px;
      left: -315px; }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__image-rastabot {
          display: none; } }
    .cosplay__page .cosplay__image-plus {
      top: 30px;
      right: -110px; }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__image-plus {
          display: none; } }
    .cosplay__page .cosplay__image-epic {
      top: 330px;
      right: -270px; }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__image-epic {
          display: none; } }
    .cosplay__page .cosplay__image-bottom {
      bottom: -266px;
      left: -285px; }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__image-bottom {
          display: none; } }
    .cosplay__page .cosplay__image-top-mob {
      top: -41px;
      left: -140px;
      display: none; }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__image-top-mob {
          display: block; } }
    .cosplay__page .cosplay__image-bottom-mob {
      bottom: -113px;
      left: -130vw;
      display: none; }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__image-bottom-mob {
          display: block; } }
  .cosplay__page .cosplay__nav {
    width: 100%;
    margin-top: 60px; }
    @media (max-width: 1279.98px) {
      .cosplay__page .cosplay__nav {
        margin-top: 7.29167vw; } }
    @media (max-width: 1023.98px) {
      .cosplay__page .cosplay__nav {
        margin-top: 50px; } }
    @media (max-width: 743.98px) {
      .cosplay__page .cosplay__nav {
        margin-top: 6.51042vw; } }
    .cosplay__page .cosplay__nav__title {
      font-size: 15px;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 1279.98px) {
        .cosplay__page .cosplay__nav__title {
          font-size: 0.78125vw; } }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__nav__title {
          font-size: 30px; } }
      @media (max-width: 743.98px) {
        .cosplay__page .cosplay__nav__title {
          font-size: 3.90625vw; } }
    .cosplay__page .cosplay__nav__buttons {
      display: flex;
      justify-content: center;
      margin-top: 30px; }
      @media (max-width: 1279.98px) {
        .cosplay__page .cosplay__nav__buttons {
          margin-top: 1.5625vw; } }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__nav__buttons {
          flex-direction: column;
          margin-top: 30px; } }
      @media (max-width: 743.98px) {
        .cosplay__page .cosplay__nav__buttons {
          margin-top: 3.90625vw; } }
  .cosplay__page .cosplay__search {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #FF4AFC; }
    .cosplay__page .cosplay__search .container {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end; }
    .cosplay__page .cosplay__search-group {
      display: flex; }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__search-group {
          width: 100%;
          align-items: center; } }
      .cosplay__page .cosplay__search-group input {
        border: 0;
        border-left: 2px solid #000;
        border-right: 2px solid #000;
        padding: 15px;
        min-width: 26vw; }
        @media (max-width: 1023.98px) {
          .cosplay__page .cosplay__search-group input {
            min-width: 66vw; } }
        .cosplay__page .cosplay__search-group input::-webkit-input-placeholder {
          /* Edge */
          color: #000; }
        .cosplay__page .cosplay__search-group input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000; }
        .cosplay__page .cosplay__search-group input::placeholder {
          color: #000; }
      .cosplay__page .cosplay__search-group button {
        background-color: #FFC100;
        text-transform: uppercase;
        padding: 15px;
        font-weight: bold;
        border-right: 2px solid #000; }
  .cosplay__page .cosplay__list {
    padding: 40px 0 60px;
    background-color: #FFC100;
    text-align: center;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    padding-bottom: 150px; }
    @media (max-width: 1279.98px) {
      .cosplay__page .cosplay__list {
        padding-bottom: 170px; } }
    @media (max-width: 1023.98px) {
      .cosplay__page .cosplay__list {
        padding-bottom: 170px; } }
    @media (max-width: 743.98px) {
      .cosplay__page .cosplay__list {
        padding-bottom: 170px; } }
    .cosplay__page .cosplay__list .container {
      position: relative; }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__list .container {
          min-height: 70vh; } }
    .cosplay__page .cosplay__list__container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px; }
      @media (max-width: 1023.98px) {
        .cosplay__page .cosplay__list__container {
          grid-template-columns: repeat(2, 1fr);
          gap: 15px; } }
      .cosplay__page .cosplay__list__container .cosplayer__column {
        padding: 0; }
        .cosplay__page .cosplay__list__container .cosplayer__column .cosplayer {
          padding-bottom: 93%;
          transform: translate(0);
          transition: all .2s ease-in;
          background-color: #000; }
          .cosplay__page .cosplay__list__container .cosplayer__column .cosplayer .cosplayer__info {
            transform: translate(0);
            background: linear-gradient(to bottom, transparent 0%, #000 65%);
            padding: 20px 15px;
            opacity: 0;
            transition: opacity .2s ease-in; }
            @media (max-width: 1023.98px) {
              .cosplay__page .cosplay__list__container .cosplayer__column .cosplayer .cosplayer__info {
                opacity: 1; } }
            .cosplay__page .cosplay__list__container .cosplayer__column .cosplayer .cosplayer__info .cosplayer__name {
              text-transform: uppercase;
              color: #fff;
              font-size: 22px; }
            .cosplay__page .cosplay__list__container .cosplayer__column .cosplayer .cosplayer__info .cosplayer__character {
              color: #fff;
              text-transform: uppercase;
              font-size: 18px; }
          .cosplay__page .cosplay__list__container .cosplayer__column .cosplayer:hover {
            box-shadow: 5px 7px 0px 2px #000;
            transform: translate(-2px, -2px); }
            .cosplay__page .cosplay__list__container .cosplayer__column .cosplayer:hover .cosplayer__info {
              opacity: 1; }
    .cosplay__page .cosplay__list-content-infos {
      padding: 60px 0;
      padding-top: 40px;
      margin: 0 auto;
      display: block;
      position: relative;
      z-index: 1; }
      .cosplay__page .cosplay__list-content-infos .cosplay__main__title {
        font-size: 52px;
        text-shadow: 2px 3px 0 #000000, 3px 4px 0 black;
        -webkit-text-stroke-width: 1.1px;
        -webkit-text-stroke-color: #000;
        color: #fff;
        margin-bottom: 30px;
        max-width: 40%;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 1023.98px) {
          .cosplay__page .cosplay__list-content-infos .cosplay__main__title {
            font-size: 30px; } }
        @media (max-width: 1430px) {
          .cosplay__page .cosplay__list-content-infos .cosplay__main__title {
            max-width: 50%; } }
        @media (max-width: 1200px) {
          .cosplay__page .cosplay__list-content-infos .cosplay__main__title {
            max-width: 80%; } }
      .cosplay__page .cosplay__list-content-infos p {
        font-style: italic;
        color: #000;
        font-size: 20px; }
  .cosplay__page .cosplay__button-see-more {
    border: 2px solid #000;
    border-radius: 25px;
    background-color: #e33881;
    color: white;
    outline: none;
    text-transform: uppercase;
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    margin-left: 15px;
    width: 40vh;
    box-shadow: 3px 3px 0px 1px #000;
    position: relative; }
    .cosplay__page .cosplay__button-see-more:hover {
      top: 1.5px;
      left: 1.5px;
      box-shadow: 2px 2px 0 #000; }
  .cosplay__page .cosplay__button__wrapper {
    text-align: center;
    padding-top: 30px; }
    .cosplay__page .cosplay__button__wrapper .btn {
      display: inline-block;
      border-color: #ffcc00;
      color: #ffcc00; }
      .cosplay__page .cosplay__button__wrapper .btn:hover {
        border-color: #FFF !important;
        color: #e33881 !important; }
  .cosplay__page .cosplay__error {
    color: #000;
    font-size: 1.4em;
    margin: 5px;
    display: none;
    font-style: italic; }
  .cosplay__page .cosplay__loading {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .cosplay__page .cosplay__modal {
    display: none;
    background-color: #ffcc00;
    min-width: 200px;
    max-width: 640px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 40px 20px;
    font-size: 24px;
    text-align: center;
    color: black;
    z-index: 10; }
    .cosplay__page .cosplay__modal__close {
      position: absolute;
      right: 5px;
      top: 5px;
      font-size: 1.2em; }
    .cosplay__page .cosplay__modal h4 {
      font-weight: bold;
      margin-bottom: 10px; }
    .cosplay__page .cosplay__modal p {
      margin-bottom: 10px; }
    .cosplay__page .cosplay__modal__action {
      margin-top: 20px;
      display: inline-block; }
  .cosplay__page .cosplay__winners-2021 {
    background: #FFC100; }

@media (min-width: 1280px) {
  .legal-text {
    position: relative;
    bottom: -100px; } }

.legal-text p {
  font-size: 14px !important;
  margin-top: 20px;
  max-width: 800px;
  line-height: 1.1 !important; }

.grecaptcha-badge {
  z-index: 9999; }

.cosplay__image-sprites-top {
  top: -380px;
  left: -50px;
  width: 110%; }
  @media (max-width: 1023.98px) {
    .cosplay__image-sprites-top {
      display: none; } }
  @media (min-width: 1450px) {
    .cosplay__image-sprites-top {
      top: -440px;
      width: 90%;
      left: 90px; } }

.cosplay__image-rastabot-bottom {
  bottom: -10px;
  left: -310px; }
  @media (max-width: 1023.98px) {
    .cosplay__image-rastabot-bottom {
      display: none; } }

.cosplay__image-sprites-bottom {
  bottom: -110px;
  right: -580px; }
  @media (max-width: 1023.98px) {
    .cosplay__image-sprites-bottom {
      display: none; } }

.cosplay__image-sprites-top-mob {
  top: -10px;
  left: -170px;
  width: 100%;
  display: none; }
  @media (max-width: 1023.98px) {
    .cosplay__image-sprites-top-mob {
      display: block; } }

.cosplay__image-sprites-bottom-mob {
  bottom: 180px;
  right: -30px;
  width: 180%;
  display: none; }
  @media (max-width: 1023.98px) {
    .cosplay__image-sprites-bottom-mob {
      display: block; } }

.cosplay__image-finalists-rastabot {
  top: -536px;
  left: -470px; }
  @media (max-width: 1023.98px) {
    .cosplay__image-finalists-rastabot {
      display: none; } }

.cosplay__image-finalists-sprites-top {
  top: -5px;
  right: -310px; }
  @media (max-width: 1023.98px) {
    .cosplay__image-finalists-sprites-top {
      display: none; } }

.cosplay__image-finalists-sprites-bottom {
  bottom: -130px;
  left: -150px; }
  @media (max-width: 1023.98px) {
    .cosplay__image-finalists-sprites-bottom {
      display: none; } }

.cosplay__image-finalists-rastabot-mob {
  top: -310px;
  right: -70px;
  display: none; }
  @media (max-width: 1023.98px) {
    .cosplay__image-finalists-rastabot-mob {
      display: block; } }

.cosplay__image-finalists-sprites-middle-mob {
  display: none; }

.cosplay__image-finalists-sprites-middle-2-mob {
  display: none; }

.cosplay__image-finalists-sprites-middle-3-mob {
  display: none; }

.cosplay__winners-2021 {
  background: #ffc100;
  padding: 120px 0;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  padding-bottom: 150px; }
  @media (max-width: 1279.98px) {
    .cosplay__winners-2021 {
      padding-bottom: 170px; } }
  @media (max-width: 1023.98px) {
    .cosplay__winners-2021 {
      padding-bottom: 170px; } }
  @media (max-width: 1023.98px) {
    .cosplay__winners-2021 {
      padding: 60px 15px;
      padding-bottom: 170px; } }
  .cosplay__winners-2021 > .container {
    position: relative; }
    @media (max-width: 1023.98px) {
      .cosplay__winners-2021 > .container {
        margin-top: 40px; } }
  .cosplay__winners-2021 .cosplay__main__title {
    color: #ffffff;
    text-shadow: 2px 3px 0 #000000, 3px 4px 0 black;
    position: relative;
    z-index: 1; }
    @media (max-width: 1023.98px) {
      .cosplay__winners-2021 .cosplay__main__title {
        font-size: 50px;
        max-width: 90vw;
        text-align: center;
        margin: 0 auto; } }
  .cosplay__winners-2021 .cosplay__main__title--pink {
    color: #e33781; }
    @media (max-width: 1023.98px) {
      .cosplay__winners-2021 .cosplay__main__title--pink {
        font-size: 40px;
        margin-top: 10px; } }
  @media (min-width: 990px) {
    .cosplay__winners-2021__slide-cosplay-winners .slide-cosplay-vote--nav {
      display: none; } }
  .cosplay__winners-2021__slide-cosplay-winners .swiper-pagination {
    top: 65%; }
    .cosplay__winners-2021__slide-cosplay-winners .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      border: 1px solid #fff;
      opacity: 1; }
      .cosplay__winners-2021__slide-cosplay-winners .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff; }
    @media (min-width: 990px) {
      .cosplay__winners-2021__slide-cosplay-winners .swiper-pagination {
        display: none; } }
  @media (min-width: 990px) {
    .cosplay__winners-2021__grid-finalists {
      display: grid !important;
      grid-template-columns: repeat(3, 1fr);
      gap: 60px;
      margin-top: 90px;
      transform: none !important; } }
  @media (min-width: 990px) {
    .cosplay__winners-2021__card-finalists {
      width: 100% !important;
      margin: 0 !important; } }
  .cosplay__winners-2021__card-finalists-browser {
    display: block;
    content: '';
    position: relative;
    top: 0px;
    height: 40px;
    width: 100%;
    border: 2px solid #000;
    background-color: #00ffff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background-image: url(../img/mobile-bg/green-red-dots.png);
    background-repeat: no-repeat;
    background-position: 9px 55%;
    background-size: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    text-transform: uppercase;
    font-style: italic;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1023.98px) {
      .cosplay__winners-2021__card-finalists-browser {
        background-size: 30px; } }
    .cosplay__winners-2021__card-finalists-browser p {
      font-weight: bold; }
  .cosplay__winners-2021__card-finalists-content {
    padding-bottom: 120%;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border: 2px solid black;
    background-color: #000;
    border-top: none;
    border-radius: 18px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    margin-bottom: 30px; }
  .cosplay__winners-2021__card-finalists-name {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    text-shadow: 2px 3px 0 #000, 3px 4px 0 black;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color: #000;
    margin-bottom: 20px;
    color: #fff; }
  .cosplay__winners-2021__card-finalists-text {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    font-style: italic; }

.cosplay__disclaimer {
  position: absolute;
  bottom: 40px;
  max-width: 55%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #000; }
  @media (max-width: 1279.98px) {
    .cosplay__disclaimer {
      max-width: 90%; } }
  @media (max-width: 1023.98px) {
    .cosplay__disclaimer {
      max-width: 90%; } }
  @media (max-width: 743.98px) {
    .cosplay__disclaimer {
      max-width: 90%;
      font-size: 12px;
      text-align: left; } }
  .cosplay__disclaimer p {
    color: #000;
    margin: 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto; }
  .cosplay__disclaimer a {
    color: #000;
    text-decoration: underline; }

@media (max-width: 1023.98px) {
  .cosplay__page .cosplay__main {
    display: none; } }

.cosplay__page--list {
  position: relative; }
  .cosplay__page--list .cosplay__main {
    position: relative; }
    @media (max-width: 1023.98px) {
      .cosplay__page--list .cosplay__main {
        display: flex; } }
    @media (max-width: 1023.98px) {
      .cosplay__page--list .cosplay__main .container .cosplay__main__title {
        font-size: 48px; } }
  .cosplay__page--list picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1; }
    .cosplay__page--list picture img {
      position: absolute;
      width: 110%;
      height: 110%;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      object-fit: cover; }

.cosplay__page__vote-2021 {
  position: relative; }
  .cosplay__page__vote-2021 .cosplay__main {
    position: relative; }
    @media (max-width: 1023.98px) {
      .cosplay__page__vote-2021 .cosplay__main .container .cosplay__main__title {
        font-size: 48px; } }
    @media (max-width: 1023.98px) {
      .cosplay__page__vote-2021 .cosplay__main {
        display: flex; } }
  .cosplay__page__vote-2021 picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1; }
    .cosplay__page__vote-2021 picture img {
      position: absolute;
      width: auto;
      height: 110%;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%; }
  .cosplay__page__vote-2021__content-infos {
    position: relative;
    padding: 60px 0 60px;
    background-color: #ffc100;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-bottom: 150px; }
    @media (max-width: 1279.98px) {
      .cosplay__page__vote-2021__content-infos {
        padding-bottom: 170px; } }
    @media (max-width: 1023.98px) {
      .cosplay__page__vote-2021__content-infos {
        padding-bottom: 170px; } }
    @media (max-width: 1023.98px) {
      .cosplay__page__vote-2021__content-infos {
        padding: 60px 15px;
        padding-bottom: 170px; } }
    @media (max-width: 1023.98px) {
      .cosplay__page__vote-2021__content-infos .container {
        position: relative; } }
    .cosplay__page__vote-2021__content-infos .cosplay__main__title {
      font-size: 52px;
      text-shadow: 2px 3px 0 #000000, 3px 4px 0 black;
      -webkit-text-stroke-width: 1.1px;
      -webkit-text-stroke-color: #000;
      color: #fff;
      margin-bottom: 30px; }
      @media (max-width: 1023.98px) {
        .cosplay__page__vote-2021__content-infos .cosplay__main__title {
          font-size: 42px;
          margin-bottom: 0; } }
  .cosplay__page__vote-2021__card-window {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px; }
    .cosplay__page__vote-2021__card-window-content {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin: 0 auto;
      border: 2px solid black;
      border-top: none;
      border-radius: 18px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      width: 100%;
      background: #fff;
      padding: 30px 70px;
      padding-bottom: 50px;
      margin-bottom: 30px; }
      @media (max-width: 1023.98px) {
        .cosplay__page__vote-2021__card-window-content {
          padding: 30px 20px; } }
      .cosplay__page__vote-2021__card-window-content > div {
        margin-bottom: 10px; }
    .cosplay__page__vote-2021__card-window-description {
      margin-top: 30px;
      font-style: italic;
      text-align: center; }
    .cosplay__page__vote-2021__card-window > div p {
      font-size: 20px;
      color: #000; }
      .cosplay__page__vote-2021__card-window > div p strong {
        text-transform: uppercase; }
    .cosplay__page__vote-2021__card-window:before {
      display: block;
      content: '';
      position: relative;
      top: 0px;
      height: 40px;
      width: 100%;
      border: 2px solid #000;
      background-color: #00ffff;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      background-image: url(../img/mobile-bg/green-red-dots.png);
      background-repeat: no-repeat;
      background-position: 20px 50%; }
  .cosplay__page__vote-2021__disclaimer {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 330px;
    margin: 0 auto; }
    .cosplay__page__vote-2021__disclaimer > p {
      color: #000;
      font-size: 18px;
      margin-bottom: 10px; }
      .cosplay__page__vote-2021__disclaimer > p > a {
        color: #e33881;
        text-decoration: underline; }
  .cosplay__page__vote-2021__error {
    display: none;
    max-width: 750px;
    width: 100%; }
  .cosplay__page__vote-2021__button-back {
    border: 2px solid #000;
    border-radius: 25px;
    background-color: #e33881;
    color: white;
    outline: none;
    text-transform: uppercase;
    height: 50px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    box-shadow: 3px 3px 0px 1px #000;
    position: relative; }
    .cosplay__page__vote-2021__button-back:hover {
      top: 1.5px;
      left: 1.5px;
      box-shadow: 2px 2px 0 #000; }
    .cosplay__page__vote-2021__button-back--inverse {
      background-color: #000; }

.slide-cosplay-vote {
  width: 100%;
  margin-bottom: 40px;
  min-height: 86vh;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: initial !important; }
  @media (max-width: 1023.98px) {
    .slide-cosplay-vote {
      min-height: auto; } }
  .slide-cosplay-vote.is--resize {
    min-height: 100vh; }
  .slide-cosplay-vote__buttons {
    display: none;
    flex-direction: column;
    padding-top: 20px; }
    @media (max-width: 1023.98px) {
      .slide-cosplay-vote__buttons {
        padding-left: 5px;
        padding-right: 5px; } }
    .slide-cosplay-vote__buttons button {
      margin-bottom: 10px;
      padding: 10px; }
    .slide-cosplay-vote__buttons iframe {
      border: none;
      overflow: hidden;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 135px;
      text-align: center;
      margin: 0px auto; }
  .slide-cosplay-vote__card {
    transition: transform 0.3s ease-in-out; }
    .slide-cosplay-vote__card:before {
      display: block;
      content: '';
      position: relative;
      top: 0px;
      height: 40px;
      width: 100%;
      border: 2px solid #000;
      background-color: #00ffff;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      background-image: url(../img/mobile-bg/green-red-dots.png);
      background-repeat: no-repeat;
      background-position: 20px 50%;
      transition: all 0.3s ease-in-out; }
    .slide-cosplay-vote__card.swiper-slide-active {
      transform: translateY(-20px) !important; }
      @media (max-width: 1023.98px) {
        .slide-cosplay-vote__card.swiper-slide-active {
          transform: translateY(0px) !important; } }
      .slide-cosplay-vote__card.swiper-slide-active .slide-cosplay-vote__content p {
        opacity: 1; }
      .slide-cosplay-vote__card.swiper-slide-active .slide-cosplay-vote__buttons {
        display: flex;
        animation: fade-in 0.5s; }
    .slide-cosplay-vote__card.swiper-slide-next, .slide-cosplay-vote__card.swiper-slide-prev {
      transform: translateY(70px) !important; }
      @media (max-width: 1023.98px) {
        .slide-cosplay-vote__card.swiper-slide-next, .slide-cosplay-vote__card.swiper-slide-prev {
          transform: translateY(0px) !important; } }
    .slide-cosplay-vote__card.color-position-0:before {
      background-color: #514988 !important; }
    .slide-cosplay-vote__card.color-position-2 {
      transform: translateY(120px); }
      @media (max-width: 1023.98px) {
        .slide-cosplay-vote__card.color-position-2 {
          transform: translateY(0px) !important; } }
      .slide-cosplay-vote__card.color-position-2:before {
        background-color: #00f700; }
    .slide-cosplay-vote__card.color-position-3:before {
      background-color: #ffc100; }
    .slide-cosplay-vote__card.color-position-4:before {
      background-color: #ff0083; }
  .slide-cosplay-vote__content {
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border: 2px solid black;
    background-color: #000;
    border-top: none;
    border-radius: 18px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .slide-cosplay-vote__content span {
      background-size: 330%;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      border: 2px solid black;
      background-color: #000;
      border-top: none;
      border-radius: 18px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 120%;
      width: 120%;
      z-index: 0;
      filter: blur(5px);
      transform: translate(-50%, -50%); }
    .slide-cosplay-vote__content > img {
      max-height: 470px;
      margin: 0 auto;
      z-index: 1;
      position: relative;
      max-width: 100%; }
    .slide-cosplay-vote__content > p {
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block;
      text-align: center;
      font-size: 30px;
      -webkit-text-stroke-color: #000;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-style: italic;
      opacity: 0;
      height: 90px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      background: linear-gradient(to bottom, transparent 0%, #0000009c 65%);
      transition: all 0.3s ease-in-out;
      z-index: 3; }
  .slide-cosplay-vote--nav {
    position: absolute;
    max-width: 18vw;
    margin: 0 auto;
    width: 100%;
    top: 40%;
    opacity: 0; }
    @media (max-width: 1460px) {
      .slide-cosplay-vote--nav {
        max-width: 40vh; } }
    @media (max-width: 990px) {
      .slide-cosplay-vote--nav {
        max-width: 118vh;
        top: 40%; } }
    @media (max-width: 768px) {
      .slide-cosplay-vote--nav {
        max-width: 98vh; } }
  .slide-cosplay-vote.swiper-container-initialized .slide-cosplay-vote--nav {
    opacity: 1; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 1023.98px) {
  .meet-greet {
    padding-top: 85px; } }

@media (max-width: 1023.98px) {
  .meet-greet .top-page {
    height: auto; } }

@media (min-width: 1024px) {
  .meet-greet .top-page {
    height: 440px; } }

.meet-greet .top-page:before {
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 84%, rgba(0, 0, 0, 0.5) 100%) !important; }

.meet-greet .top-page__wrapper {
  padding: 60px 0;
  position: initial;
  color: white; }
  .meet-greet .top-page__wrapper h1 {
    color: white;
    font-weight: 900;
    font-style: initial;
    text-align: left; }
    @media (max-width: 1023.98px) {
      .meet-greet .top-page__wrapper h1 {
        font-size: 80px; } }
    @media (min-width: 1024px) {
      .meet-greet .top-page__wrapper h1 {
        font-size: 100px; } }
    .meet-greet .top-page__wrapper h1 span {
      font-weight: 200;
      font-style: italic; }
  .meet-greet .top-page__wrapper p {
    font-size: 20px;
    text-align: left;
    margin: 15px 0; }
    @media (max-width: 743.98px) {
      .meet-greet .top-page__wrapper p br {
        display: none; } }
  .meet-greet .top-page__wrapper .btn {
    margin-top: 15px; }
    @media (max-width: 743.98px) {
      .meet-greet .top-page__wrapper .btn {
        width: 100%;
        max-width: 250px; } }

.meet-greet .top-page picture,
.meet-greet .top-page img {
  position: absolute;
  z-index: -1; }

.meet-greet__menu {
  background-color: #53488c; }

.meet-greet__filter {
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 743.98px) {
    .meet-greet__filter {
      overflow: scroll;
      margin: 0 -15px;
      width: calc(100% + 30px); } }
  .meet-greet__filter li {
    background-color: #53488c;
    color: #886ca7;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    border-right: 1px solid #514988;
    cursor: pointer;
    transition: ease 0.3s; }
    @media (max-width: 743.98px) {
      .meet-greet__filter li {
        flex-shrink: 0;
        font-size: 18px;
        padding: 15px; } }
    @media (min-width: 744px) {
      .meet-greet__filter li {
        flex-grow: 1;
        font-size: 16px;
        padding: 12px 10px; } }
    .meet-greet__filter li:last-child {
      border-right: 0; }
    .meet-greet__filter li:hover, .meet-greet__filter li.active {
      background-color: #514988;
      color: white; }
    .meet-greet__filter li .icones {
      margin-right: 5px;
      display: flex; }
      .meet-greet__filter li .icones i {
        margin-right: 5px; }
        .meet-greet__filter li .icones i.icon-hi {
          font-size: 21px; }

.meet-greet__content {
  background-color: #514988; }

.meet-greet__titles {
  margin-top: 50px;
  margin-bottom: 50px; }
  .meet-greet__titles h4 {
    color: white;
    font-size: 24px;
    display: none;
    font-weight: 500;
    font-style: italic;
    text-transform: initial;
    border-bottom: 1px solid #886ca7;
    padding-bottom: 13px; }
    .meet-greet__titles h4.all {
      display: block; }

.meet-greet .artist-model-two .description__pryce {
  display: none; }

.brands__top {
  background: #514988; }
  .brands__top .column {
    width: 100%;
    height: 50vh;
    max-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .brands__top .column h1,
    .brands__top .column h2 {
      margin: 0;
      text-transform: uppercase; }
    .brands__top .column h1 {
      color: #fff;
      font-size: 50px; }
    .brands__top .column h2 {
      color: #ffcc00;
      font-size: 25px; }

.brands__filter {
  background: #ffcc00; }
  .brands__filter__btns {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    .brands__filter__btns li {
      flex-grow: 1;
      text-align: center;
      color: #000;
      text-transform: uppercase;
      font-family: 'urw-din-cond-demi';
      font-size: 20px;
      padding: 10px 0;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      z-index: 1; }
      .brands__filter__btns li::before {
        content: '';
        width: 100%;
        height: 100%;
        background: #e33881;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;
        transition: ease 0.3s; }
      .brands__filter__btns li:hover, .brands__filter__btns li.active {
        color: white; }
        .brands__filter__btns li:hover::before, .brands__filter__btns li.active::before {
          top: 0; }

.brands__content {
  background: #e33881;
  padding-top: 25px; }
  .brands__content__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .brands__content__list .brand {
      width: 49%;
      height: 25vw;
      max-height: 360px;
      overflow: hidden;
      flex-shrink: 0;
      margin-bottom: 2%;
      background: #ffcc00;
      position: relative;
      cursor: pointer; }
      @media (max-width: 1023.98px) {
        .brands__content__list .brand {
          width: 100%;
          height: 55vw;
          margin-bottom: 5%; } }
      .brands__content__list .brand img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 1;
        transition: ease 0.3s; }
      .brands__content__list .brand__label {
        position: absolute;
        width: 100%;
        padding: 10px 20px;
        font-size: 18px;
        color: black;
        left: 0;
        bottom: 0;
        background: #ffcc00;
        margin: 0; }
      .brands__content__list .brand__loading {
        width: 100%;
        height: 100%;
        background: rgba(98, 61, 145, 0.9) url("../img/looping.gif") no-repeat center;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0; }
      .brands__content__list .brand:hover img {
        opacity: 0.5; }

@media (max-width: 1023.98px) {
  .brands .brands__modal .modal__body {
    height: auto; } }

.brands .brands__modal .modal__body__header .close {
  color: #fff;
  background: #000; }

.brands .brands__modal .modal__body__content .description-text {
  background: #ffcc00;
  color: black; }
  .brands .brands__modal .modal__body__content .description-text h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px; }

.brands__modal {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  top: -30%;
  left: 0;
  pointer-events: none;
  transition: ease 0.3s; }
  .brands__modal.opened {
    top: 0;
    pointer-events: all;
    display: flex; }
  .brands__modal .modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }
  .brands__modal .modal__body {
    background: #fff;
    width: 90%;
    max-width: 850px;
    height: auto;
    z-index: 1; }
    @media (max-width: 1023.98px) {
      .brands__modal .modal__body {
        height: 80vh;
        overflow: auto; } }
    .brands__modal .modal__body p {
      margin: 0; }
    .brands__modal .modal__body__header {
      width: 100%;
      height: 350px;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden; }
      @media (max-width: 1023.98px) {
        .brands__modal .modal__body__header {
          height: 200px; } }
      .brands__modal .modal__body__header .close {
        position: absolute;
        background: #fff;
        color: #000;
        opacity: 1;
        border-radius: 100%;
        top: 20px;
        right: 20px;
        width: 27px;
        height: 27px; }
        .brands__modal .modal__body__header .close::before {
          margin: 0; }
      .brands__modal .modal__body__header h3 {
        position: absolute;
        margin: 0;
        font-size: 60px;
        color: #fff;
        font-weight: 700;
        padding: 40px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
        @media (max-width: 1023.98px) {
          .brands__modal .modal__body__header h3 {
            font-size: 30px;
            padding: 20px; } }
      .brands__modal .modal__body__header img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .brands__modal .modal__body__content .description-title {
      padding: 30px 40px; }
      .brands__modal .modal__body__content .description-title h4 {
        margin-top: 0; }
      .brands__modal .modal__body__content .description-title a {
        margin-right: -2px; }
      .brands__modal .modal__body__content .description-title h4,
      .brands__modal .modal__body__content .description-title p,
      .brands__modal .modal__body__content .description-title p strong {
        color: #fff;
        font-size: 18px; }
      .brands__modal .modal__body__content .description-title h4,
      .brands__modal .modal__body__content .description-title p strong {
        text-transform: uppercase; }
    .brands__modal .modal__body__content .description-text {
      color: black;
      padding: 40px;
      background-color: #ffcc00; }

.programming .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc100;
  z-index: 998; }

.programming #modal-overlay {
  position: fixed;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 1; }

.programming #modal-overlay {
  display: none;
  opacity: 0.5; }
  .programming #modal-overlay.active {
    display: block; }

.programming .loading.loaded {
  display: none; }

.programming .loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.programming__top {
  background: #ffc100;
  background-image: var(--header-bg-img);
  background-position: center;
  background-repeat: no-repeat;
  height: 352px; }
  @media (min-width: 1024px) and (max-width: 1500px) {
    .programming__top {
      background-size: cover; } }
  @media (max-width: 1279.98px) {
    .programming__top {
      margin-top: 0; } }
  @media (min-width: 1024px) {
    .programming__top {
      height: 458px; } }
  .programming__top__wrapper {
    height: 350px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1023.98px) {
      .programming__top__wrapper {
        height: 50vh; } }
    .programming__top__wrapper h1 {
      font-size: 90px;
      text-transform: uppercase;
      color: #fff;
      margin: 0; }
      @media (max-width: 1023.98px) {
        .programming__top__wrapper h1 {
          font-size: 40px;
          margin-bottom: 10px; } }
    .programming__top__wrapper h2 {
      font-size: 40px;
      text-transform: uppercase;
      color: #ffcc00;
      margin: 0; }
      @media (max-width: 1023.98px) {
        .programming__top__wrapper h2 {
          font-size: 25px; } }
    .programming__top__wrapper p {
      margin: 20px 0 0 0;
      color: #fff;
      font-size: 22px; }
      @media (max-width: 1023.98px) {
        .programming__top__wrapper p {
          font-size: 18px; } }
      .programming__top__wrapper p a {
        font-family: 'urw-din-cond-demi';
        padding-bottom: 1px;
        border-bottom: 1px solid;
        color: white; }

.programming__content {
  background: #00ffff;
  min-height: 400px; }
  .programming__content .container .row .col-md-12 {
    padding-right: 0;
    padding-left: 0; }
  @media (min-width: 1024px) {
    .programming__content {
      background-image: url(../img/desktop-bg/schedule/bg.png);
      background-position: top center;
      background-repeat: no-repeat;
      padding-bottom: 60px; } }
  @media (min-width: 2200px) {
    .programming__content {
      background-size: cover; } }
  .programming__content .auditorio {
    background: #000; }
    .programming__content .auditorio--thunder-stage {
      background: #e33881; }
    .programming__content .auditorio--artists-valley, .programming__content .auditorio--artists-valley-masterclass {
      background: #514988; }
    .programming__content .auditorio--omelete-stage {
      background: #ffc100; }
    .programming__content .auditorio--creators-cosplay-universe, .programming__content .auditorio--creators-cosplay-universe-masterclass {
      background: #e82d2d; }
    .programming__content .auditorio--tribo-game-arena {
      background: #00f500; }
  .programming__content__filter {
    font-family: 'urw-din-cond-demi', sans-serif;
    background: #ff4afc;
    border-top: #000 solid 2px;
    border-bottom: #000 solid 2px; }
    @media (min-width: 1280px) {
      .programming__content__filter {
        height: 50px; } }
    @media (max-width: 1439.98px) {
      .programming__content__filter .container {
        max-width: none; } }
    @media (min-width: 1400px) and (max-width: 1700px) {
      .programming__content__filter .container {
        max-width: 1360px; } }
    @media (max-width: 1279.98px) {
      .programming__content__filter .container,
      .programming__content__filter .row,
      .programming__content__filter .col-md-12 {
        padding: 0;
        margin: 0; } }
    .programming__content__filter .btn {
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      color: #000;
      padding: 5px;
      background: none;
      text-align: center;
      transition: ease 0.3s;
      font-size: 18px; }
      @media (max-width: 1023.98px) {
        .programming__content__filter .btn {
          font-size: 18px; } }
      .programming__content__filter .btn:hover, .programming__content__filter .btn.active {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        box-shadow: none;
        color: white; }
    .programming__content__filter .filter-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: 'urw-din-cond-demi'; }
      @media (min-width: 1280px) {
        .programming__content__filter .filter-wrapper {
          height: 46px; } }
      @media (max-width: 1279.98px) {
        .programming__content__filter .filter-wrapper {
          flex-direction: column; } }
      .programming__content__filter .filter-wrapper ul,
      .programming__content__filter .filter-wrapper nav {
        display: flex; }
      .programming__content__filter .filter-wrapper ul {
        padding: 0;
        list-style: none; }
        .programming__content__filter .filter-wrapper ul.days {
          flex-wrap: nowrap;
          font-weight: 500;
          flex-grow: 1; }
          @media (min-width: 1280px) {
            .programming__content__filter .filter-wrapper ul.days {
              width: 512px;
              margin: 0;
              flex-shrink: 0; }
              .programming__content__filter .filter-wrapper ul.days .btn {
                min-width: initial;
                max-width: 128px;
                flex-grow: 1; } }
          @media (max-width: 1279.98px) {
            .programming__content__filter .filter-wrapper ul.days {
              width: 100%; }
              .programming__content__filter .filter-wrapper ul.days .btn {
                width: 25%;
                min-width: initial; } }
      .programming__content__filter .filter-wrapper .places-drop {
        flex-direction: column;
        position: relative;
        border: 2px solid #000; }
        @media (max-width: 1279.98px) {
          .programming__content__filter .filter-wrapper .places-drop {
            width: 100%;
            border: none;
            border-top: 2px solid #000;
            border-bottom: 2px solid #000; } }
        @media (min-width: 1024px) {
          .programming__content__filter .filter-wrapper .places-drop {
            flex-grow: 1;
            flex-shrink: 0; } }
        .programming__content__filter .filter-wrapper .places-drop .btn {
          text-align: left;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 5px 10px;
          font-family: 'urw-din-cond-demi'; }
          @media (max-width: 1279.98px) {
            .programming__content__filter .filter-wrapper .places-drop .btn {
              width: 100%;
              padding-left: 15px; } }
          @media (min-width: 1024px) {
            .programming__content__filter .filter-wrapper .places-drop .btn {
              width: 100%;
              overflow: hidden;
              white-space: nowrap; } }
          @media (min-width: 1280px) {
            .programming__content__filter .filter-wrapper .places-drop .btn {
              width: 100%; } }
          .programming__content__filter .filter-wrapper .places-drop .btn i::before {
            margin: 0; }
        .programming__content__filter .filter-wrapper .places-drop ul {
          flex-direction: column;
          position: absolute;
          z-index: 10;
          top: 180%;
          padding: 0 0;
          width: 100%;
          opacity: 0;
          visibility: hidden;
          transition: ease 0.3s; }
          .programming__content__filter .filter-wrapper .places-drop ul li {
            background: #ff4afc;
            color: black;
            font-size: 18px;
            text-transform: uppercase;
            padding: 10px;
            cursor: pointer;
            transition: ease 0.3s; }
            .programming__content__filter .filter-wrapper .places-drop ul li:hover, .programming__content__filter .filter-wrapper .places-drop ul li.active {
              background: black;
              color: white; }
          .programming__content__filter .filter-wrapper .places-drop ul.opened {
            top: 100%;
            opacity: 1;
            visibility: visible; }
      .programming__content__filter .filter-wrapper .form {
        display: flex;
        align-items: center;
        position: relative;
        height: 46px;
        outline: 2px solid #000; }
        @media (min-width: 1024px) {
          .programming__content__filter .filter-wrapper .form {
            width: 586px;
            flex-shrink: 0; } }
        @media (max-width: 1279.98px) {
          .programming__content__filter .filter-wrapper .form {
            width: 100%; } }
        .programming__content__filter .filter-wrapper .form label {
          font-family: 'urw-din-cond';
          position: absolute;
          width: 100%;
          height: 100%;
          font-size: 15px;
          line-height: 20px;
          color: #000;
          text-transform: initial;
          font-weight: initial;
          padding: 15px 10px;
          pointer-events: none; }
          @media (max-width: 1023.98px) {
            .programming__content__filter .filter-wrapper .form label {
              font-size: 15px; } }
        .programming__content__filter .filter-wrapper .form input {
          width: 100%;
          height: 100%;
          background: #fff;
          border: 0;
          font-size: 20px;
          color: #000;
          padding: 6px 10px;
          padding-right: 40px;
          box-sizing: border-box;
          margin: 0;
          transition: ease 0.3s;
          outline: none; }
          @media (max-width: 1023.98px) {
            .programming__content__filter .filter-wrapper .form input {
              font-size: 18px; } }
          .programming__content__filter .filter-wrapper .form input:focus {
            box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.3); }
        .programming__content__filter .filter-wrapper .form button {
          border: 0;
          color: #000;
          background: #ffc100;
          position: absolute;
          right: 0;
          height: 100%;
          transition: ease 0.3s;
          outline: 2px solid #000;
          font-size: 18px;
          text-transform: uppercase;
          font-family: 'urw-din-cond';
          font-weight: 600;
          width: 113px; }
  .programming__content .tabs__tab .wrapper {
    width: 100%; }
  .programming__content .auditorium {
    margin-top: 40px; }
    .programming__content .auditorium__title {
      font-size: 25px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 10px 31px;
      padding-right: 0px;
      margin: 15px 0;
      height: 60px;
      color: #fff;
      border-radius: 20px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .programming__content .auditorium__title:after {
        display: block;
        content: '';
        position: relative;
        top: 0px;
        right: 20px;
        height: 40px;
        width: 80px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        background-image: url(../img/mobile-bg/green-red-dots.png);
        background-repeat: no-repeat;
        background-position: 97% 50%; }
    .programming__content .auditorium__event {
      display: flex;
      background: #fff;
      border-radius: 20px;
      max-height: 150px;
      margin: 15px 0;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
      position: relative;
      cursor: pointer;
      bottom: 0;
      left: 0;
      transition: ease 0.3s; }
      .programming__content .auditorium__event::before {
        content: '';
        height: 150px;
        width: 18px;
        border-radius: 20px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .programming__content .auditorium__event .time,
      .programming__content .auditorium__event .picture,
      .programming__content .auditorium__event .description {
        pointer-events: none; }
      .programming__content .auditorium__event .time,
      .programming__content .auditorium__event .description {
        display: flex;
        justify-content: center; }
      .programming__content .auditorium__event .time {
        width: 12%;
        align-items: center;
        font-weight: 500; }
        @media (max-width: 1023.98px) {
          .programming__content .auditorium__event .time {
            width: 30%; } }
        .programming__content .auditorium__event .time p {
          margin: 0;
          font-size: 25px; }
      .programming__content .auditorium__event .picture {
        width: 150px;
        height: 150px; }
        @media (max-width: 1023.98px) {
          .programming__content .auditorium__event .picture {
            display: none; } }
        .programming__content .auditorium__event .picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .programming__content .auditorium__event .description {
        width: 68%;
        padding: 20px 30px 15px 30px;
        flex-direction: column; }
        .programming__content .auditorium__event .description h4 {
          font-weight: 500;
          font-size: 25px;
          text-transform: initial;
          margin-bottom: 8px; }
        .programming__content .auditorium__event .description p {
          font-size: 20px;
          line-height: 1.4;
          font-style: italic;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
        @media (max-width: 1023.98px) {
          .programming__content .auditorium__event .description {
            width: 70%; } }
    .programming__content .auditorium--thunder-stage .auditorium__title {
      background: #e33881; }
    .programming__content .auditorium--thunder-stage .auditorium__event::before {
      background-color: #e33881; }
    .programming__content .auditorium--thunder-stage .auditorium__event .time {
      color: #e33881; }
    .programming__content .auditorium--artists-valley .auditorium__title, .programming__content .auditorium--artists-valley-masterclass .auditorium__title {
      background: #514988; }
    .programming__content .auditorium--artists-valley .auditorium__event::before, .programming__content .auditorium--artists-valley-masterclass .auditorium__event::before {
      background-color: #514988; }
    .programming__content .auditorium--artists-valley .auditorium__event .time, .programming__content .auditorium--artists-valley-masterclass .auditorium__event .time {
      color: #514988; }
    .programming__content .auditorium--omelete-stage .auditorium__title {
      background: #ffc100; }
    .programming__content .auditorium--omelete-stage .auditorium__event::before {
      background-color: #ffc100; }
    .programming__content .auditorium--omelete-stage .auditorium__event .time {
      color: #ffc100; }
    .programming__content .auditorium--tribo-game-arena .auditorium__title {
      background: #00f500; }
    .programming__content .auditorium--tribo-game-arena .auditorium__event::before {
      background-color: #00f500; }
    .programming__content .auditorium--tribo-game-arena .auditorium__event .time {
      color: #00f500; }
    .programming__content .auditorium--creators-cosplay-universe .auditorium__title, .programming__content .auditorium--creators-cosplay-universe-masterclass .auditorium__title {
      background: #e82d2d; }
    .programming__content .auditorium--creators-cosplay-universe .auditorium__event::before, .programming__content .auditorium--creators-cosplay-universe-masterclass .auditorium__event::before {
      background-color: #e82d2d; }
    .programming__content .auditorium--creators-cosplay-universe .auditorium__event .time, .programming__content .auditorium--creators-cosplay-universe-masterclass .auditorium__event .time {
      color: #e82d2d; }
    .programming__content .auditorium--worlds-to-collect .auditorium__title, .programming__content .auditorium--worlds-to-collect-masterclass .auditorium__title {
      background: #3c37b5; }
    .programming__content .auditorium--worlds-to-collect .auditorium__event::before, .programming__content .auditorium--worlds-to-collect-masterclass .auditorium__event::before {
      background-color: #3c37b5; }
    .programming__content .auditorium--worlds-to-collect .auditorium__event .time, .programming__content .auditorium--worlds-to-collect-masterclass .auditorium__event .time {
      color: #3c37b5; }

.programming__modal {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  top: -30%;
  left: 0;
  pointer-events: none;
  transition: ease 0.3s; }
  .programming__modal.opened {
    top: 0;
    display: flex; }
  .programming__modal .modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }
  .programming__modal .modal__body {
    pointer-events: all;
    background: #fff;
    width: 90%;
    max-width: 850px;
    height: auto;
    z-index: 1; }
    @media (max-width: 1023.98px) {
      .programming__modal .modal__body {
        height: 80vh;
        overflow: auto; } }
    .programming__modal .modal__body p {
      margin: 0; }
    .programming__modal .modal__body h3 {
      font-size: 35px;
      color: #fff;
      font-weight: 700;
      padding-bottom: 5px;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
      @media (max-width: 1023.98px) {
        .programming__modal .modal__body h3 {
          font-size: 25px; } }
    .programming__modal .modal__body__header {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden; }
      @media (max-width: 1023.98px) {
        .programming__modal .modal__body__header {
          height: 200px;
          flex-direction: column; } }
      @media (min-width: 1024px) {
        .programming__modal .modal__body__header {
          height: 350px; } }
      .programming__modal .modal__body__header .close {
        position: absolute;
        background: #fff;
        color: #000;
        opacity: 1;
        border-radius: 100%;
        top: 10px;
        right: 10px;
        width: 27px;
        height: 27px; }
        .programming__modal .modal__body__header .close::before {
          margin: 0; }
      .programming__modal .modal__body__header img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .programming__modal .modal__body__content .description-title {
      padding: 30px 40px; }
      .programming__modal .modal__body__content .description-title h4 {
        margin-top: 0; }
      .programming__modal .modal__body__content .description-title a {
        margin-right: -2px; }
      .programming__modal .modal__body__content .description-title h4,
      .programming__modal .modal__body__content .description-title p,
      .programming__modal .modal__body__content .description-title p strong {
        color: #fff;
        font-size: 18px; }
      .programming__modal .modal__body__content .description-title h4,
      .programming__modal .modal__body__content .description-title p strong {
        text-transform: uppercase; }
    .programming__modal .modal__body__content .description-text {
      font-size: 20px;
      padding: 40px; }
  .programming__modal--thunder-stage .description-title {
    background-color: #e33881; }
  .programming__modal--artists-valley .description-title, .programming__modal--artists-valley-masterclass .description-title {
    background-color: #514988; }
  .programming__modal--tribo-game-arena .description-title {
    background-color: #00f500; }
  .programming__modal--omelete-stage .description-title {
    background-color: #ffc100; }
  .programming__modal--creators-cosplay-universe .description-title, .programming__modal--creators-cosplay-universe-masterclass .description-title {
    background-color: #e82d2d; }
  .programming__modal--worlds-to-collect .description-title, .programming__modal--worlds-to-collect-masterclass .description-title {
    background-color: #3c37b5; }

.canvas {
  font-family: 'urw-din-cond';
  color: white; }
  .canvas h2 {
    padding: 0 0 40px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    margin: 0;
    text-align: center; }
    @media (max-width: 1023.98px) {
      .canvas h2 {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .canvas h2 {
        font-size: 70px; } }
  .canvas label {
    background: #fff; }
    @media (min-width: 1024px) {
      .canvas label {
        margin-right: 15px; } }
    @media (max-width: 1023.98px) {
      .canvas label {
        width: 100%; } }
  .canvas .container {
    padding-top: 50px;
    padding-bottom: 50px; }
  .canvas .btn {
    font-weight: bold;
    font-size: 18px;
    flex-grow: 1; }
    @media (max-width: 1023.98px) {
      .canvas .btn {
        width: 100%; } }
  .canvas .row {
    justify-content: center; }
  .canvas .col-lg-10 {
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .canvas .col-lg-10 .texto {
        width: 100%; } }
  .canvas__buttons {
    display: flex; }
    @media (max-width: 1023.98px) {
      .canvas__buttons {
        flex-direction: column;
        align-items: center;
        width: 100%; } }
    @media (min-width: 1024px) {
      .canvas__buttons {
        justify-content: space-between; } }
  .canvas__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media (max-width: 1023.98px) {
      .canvas__wrapper {
        flex-direction: column; } }
  .canvas__texto {
    margin-top: 35px; }
    @media (max-width: 1023.98px) {
      .canvas__texto {
        padding-left: 0;
        max-width: 300px; } }
    @media (min-width: 1024px) and (max-width: 1279.98px) {
      .canvas__texto {
        padding-left: 25px; } }
    .canvas__texto p {
      margin: 10px 0;
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      font-style: italic; }
      .canvas__texto p a {
        color: #ffcc00; }
        .canvas__texto p a:hover {
          text-decoration: underline; }
  .canvas .input-group {
    display: flex;
    margin: 20px 0;
    align-items: center; }
    .canvas .input-group p {
      padding-right: 15px;
      margin: 0; }
      .canvas .input-group p a {
        text-decoration: underline; }
    .canvas .input-group input {
      margin: 0 5px;
      color: black;
      margin-top: 0;
      border: 1px solid white;
      padding: 5px; }
  .canvas .perfil {
    background-color: #e33881; }
    @media (min-width: 1024px) {
      .canvas .perfil {
        background-repeat: no-repeat;
        background-position: 110% bottom; } }
    @media (min-width: 1280px) {
      .canvas .perfil {
        background-position: right bottom; } }
    @media (max-width: 1023.98px) {
      .canvas .perfil .canvas__texto {
        padding-left: 0; } }
    @media (min-width: 1024px) {
      .canvas .perfil .canvas__texto {
        max-width: 400px;
        flex-shrink: 0; } }
    @media (min-width: 1280px) {
      .canvas .perfil .canvas__texto {
        max-width: 800px; } }
    .canvas .perfil__wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .canvas .perfil__wrapper .img-perfil {
        background-color: #fff;
        max-height: 350px;
        max-width: 350px; }
        @media (max-width: 1023.98px) {
          .canvas .perfil__wrapper .img-perfil {
            zoom: .8; } }
  .canvas .post {
    background-color: #514988; }
    @media (min-width: 1024px) {
      .canvas .post {
        background-repeat: no-repeat;
        background-position: -10% bottom; } }
    @media (min-width: 1280px) {
      .canvas .post {
        background-position: left bottom; } }
    @media (min-width: 1024px) {
      .canvas .post .canvas__texto {
        max-width: 350px;
        flex-shrink: 0; } }
    @media (min-width: 1280px) {
      .canvas .post .canvas__texto {
        max-width: 800px; } }
    .canvas .post__wrapper .img-post {
      background-color: #fff;
      max-height: 720px;
      max-width: 720px; }
      @media (max-width: 1023.98px) {
        .canvas .post__wrapper .img-post {
          width: 100%;
          height: 100%;
          zoom: 0.5; } }
  .canvas .capa {
    background-color: #ffc100;
    color: black; }
    .canvas .capa h2 {
      color: #fff; }
    .canvas .capa #tableNumber {
      font-size: 18px;
      padding-left: 5px;
      color: #000; }
    .canvas .capa__info {
      max-width: 800px;
      width: 100%; }
    .canvas .capa .canvas__texto {
      margin-top: 35px; }
      @media (min-width: 1024px) {
        .canvas .capa .canvas__texto {
          max-width: 800px; } }
    .canvas .capa__wrapper {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .canvas .capa__wrapper .img-capa {
        margin: 0 0 40px 0;
        background: white;
        border: 4px solid #ffc100; }
        @media (max-width: 743.98px) {
          .canvas .capa__wrapper .img-capa {
            zoom: .8; } }
        @media (min-width: 744px) and (max-width: 1023.98px) {
          .canvas .capa__wrapper .img-capa {
            zoom: .4; } }
        @media (max-width: 743.98px) {
          .canvas .capa__wrapper .img-capa {
            width: 100%; } }
    .canvas .capa .canvas__buttons {
      justify-content: center; }
      @media (min-width: 1024px) {
        .canvas .capa .canvas__buttons {
          max-width: 490px;
          margin: 0 auto; } }
    .canvas .capa input[type=file] {
      margin-right: 15px; }
      @media (min-width: 1024px) {
        .canvas .capa input[type=file] {
          width: 400px; } }
  .canvas .error {
    color: white;
    background-color: #f08159;
    border-color: #d2653d;
    background-image: none;
    width: 100%;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    display: none;
    margin-top: 10px; }
  .canvas .border-erro {
    outline: 5px solid #f08159;
    background-color: #f08159; }
    .canvas .border-erro p {
      color: white; }
  .canvas .btn {
    margin-top: 30px; }

@media (min-width: 1280px) {
  .fox-sprite {
    position: absolute;
    background-image: url("../img/desktop-bg/canvas-filter/fox_sprite.png");
    top: 0;
    right: 0px;
    background-repeat: no-repeat;
    width: calc(0.7 * 770px);
    height: calc(0.7 * 737px);
    background-size: contain; } }

.capa {
  position: relative; }
  .capa .container {
    position: relative; }

@media (min-width: 1280px) {
  .rasta-sprite {
    position: absolute;
    background-image: url("../img/desktop-bg/canvas-filter/rasta_sprite.png");
    background-position-y: top;
    top: -50px;
    left: -100px;
    background-repeat: no-repeat;
    width: calc(0.7 * 732px);
    height: calc(0.7 * 778px);
    background-size: contain; } }

.post {
  position: relative; }
  .post .container {
    position: relative; }

@media (min-width: 1280px) {
  .dino-sprite {
    position: absolute;
    background-image: url("../img/desktop-bg/canvas-filter/dino_sprite.png");
    background-position-y: top;
    background-position-x: left;
    top: -150px;
    right: 0;
    background-repeat: no-repeat;
    width: calc(0.7 * 741px);
    height: calc(0.7 * 819px);
    background-size: contain; } }

.newsroom .top-page {
  color: white; }
  @media (max-width: 1023.98px) {
    .newsroom .top-page {
      height: auto;
      flex-direction: column;
      max-height: initial;
      background-color: #5d3688; } }
  @media (min-width: 1024px) {
    .newsroom .top-page {
      height: 440px; } }
  .newsroom .top-page h1 {
    color: white; }
    @media (max-width: 1023.98px) {
      .newsroom .top-page h1 {
        text-align: left; } }
  @media (max-width: 1023.98px) {
    .newsroom .top-page__wrapper {
      width: 100%;
      position: initial;
      order: 2;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .newsroom .top-page__wrapper .description {
    font-weight: 800; }
    @media (max-width: 1023.98px) {
      .newsroom .top-page__wrapper .description {
        text-align: left; } }
    @media (min-width: 1024px) {
      .newsroom .top-page__wrapper .description {
        text-align: center; } }
  .newsroom .top-page .btn {
    margin: 0 auto; }
    @media (max-width: 1023.98px) {
      .newsroom .top-page .btn {
        width: 100%; } }

.newsroom__content {
  background-color: #514988; }
  .newsroom__content__title {
    margin-top: 50px; }
    .newsroom__content__title h4 {
      color: white;
      font-size: 20px;
      font-style: italic;
      padding-bottom: 20px;
      border-bottom: 1px solid #886ca7;
      display: none;
      text-transform: initial; }
      .newsroom__content__title h4.active {
        display: block; }

.newsroom__menu {
  background-color: #53488c; }

.newsroom__filter {
  padding: 50px 0; }
  .newsroom__filter__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 1023.98px) {
      .newsroom__filter__wrapper {
        flex-direction: column; } }
    .newsroom__filter__wrapper ul {
      display: flex;
      align-items: center; }
      @media (max-width: 1023.98px) {
        .newsroom__filter__wrapper ul {
          width: 100%;
          flex-wrap: wrap; } }
      .newsroom__filter__wrapper ul p {
        font-size: 20px;
        color: white;
        text-transform: uppercase; }
      .newsroom__filter__wrapper ul li {
        text-transform: uppercase;
        cursor: pointer;
        transition: ease 0.3s; }
  .newsroom__filter__days {
    flex-shrink: 0; }
    .newsroom__filter__days p, .newsroom__filter__days li {
      margin-right: 10px; }
    .newsroom__filter__days p {
      padding-bottom: 3px; }
    .newsroom__filter__days li {
      font-size: 20px;
      color: #886ca7;
      border-bottom: 2px solid transparent; }
      .newsroom__filter__days li:hover, .newsroom__filter__days li.active {
        color: white;
        border-bottom: 2px solid white; }
  .newsroom__filter__tags {
    flex-wrap: wrap; }
    @media (max-width: 1023.98px) {
      .newsroom__filter__tags {
        padding-top: 22px; } }
    @media (min-width: 1024px) {
      .newsroom__filter__tags {
        padding-left: 45px; } }
    @media (max-width: 1023.98px) {
      .newsroom__filter__tags p {
        width: 100%; } }
    .newsroom__filter__tags li {
      background-color: #cbbbdd;
      color: #514988;
      padding-top: 5px;
      padding-bottom: 5px;
      min-width: initial; }
      @media (max-width: 1023.98px) {
        .newsroom__filter__tags li {
          font-size: 15px;
          margin: 5px 10px 5px 0; } }
      @media (min-width: 1024px) {
        .newsroom__filter__tags li {
          font-size: 12px;
          margin: 0 10px; } }
      .newsroom__filter__tags li:hover, .newsroom__filter__tags li.active {
        background-color: white; }

.newsroom .tabs__buttons {
  display: flex; }
  @media (max-width: 1023.98px) {
    .newsroom .tabs__buttons {
      flex-wrap: nowrap;
      overflow: scroll;
      width: calc(100% + 30px);
      margin: 0 -15px; } }
  .newsroom .tabs__buttons li {
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    flex-grow: 1; }
    @media (max-width: 1023.98px) {
      .newsroom .tabs__buttons li {
        white-space: nowrap;
        padding: 20px 65px 49px 20px; } }
    @media (min-width: 1024px) {
      .newsroom .tabs__buttons li {
        padding: 15px; } }
    .newsroom .tabs__buttons li:nth-child(2) {
      border-left: 1px solid #514988;
      border-right: 1px solid #514988; }
    .newsroom .tabs__buttons li.active {
      background-color: #514988; }

.newsroom .tabs__tab .wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .newsroom .tabs__tab .wrapper .wrapper-more {
    border-top: 1px solid #886ca7; }
    .newsroom .tabs__tab .wrapper .wrapper-more .btn-more {
      display: none;
      margin: 40px auto; }

.newsroom .tabs__tab--contato .col {
  flex-direction: column;
  align-items: center;
  margin: 50px auto 80px; }
  .newsroom .tabs__tab--contato .col p, .newsroom .tabs__tab--contato .col h5, .newsroom .tabs__tab--contato .col a {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: white; }
  .newsroom .tabs__tab--contato .col ul {
    padding-top: 90px;
    align-items: center; }
    @media (max-width: 1023.98px) {
      .newsroom .tabs__tab--contato .col ul {
        flex-direction: column; } }
    @media (max-width: 1023.98px) {
      .newsroom .tabs__tab--contato .col ul li {
        margin: 30px 0px; } }
    @media (min-width: 1024px) {
      .newsroom .tabs__tab--contato .col ul li {
        margin: 0 50px; } }
    .newsroom .tabs__tab--contato .col ul li i {
      color: white;
      margin: 0 auto 45px;
      display: block;
      text-align: center; }
      .newsroom .tabs__tab--contato .col ul li i.icon-whatsapp-two {
        font-size: 74px;
        margin-top: -8px;
        height: 59px; }
      .newsroom .tabs__tab--contato .col ul li i.icon-mail {
        font-size: 50px; }
    .newsroom .tabs__tab--contato .col ul li p, .newsroom .tabs__tab--contato .col ul li a {
      font-weight: 400;
      text-decoration: underline; }
    .newsroom .tabs__tab--contato .col ul li h5 {
      margin-bottom: 8px; }

.newsroom .artist-model-two {
  display: none; }
  .newsroom .artist-model-two.show {
    display: flex !important; }
  @media (max-width: 1023.98px) {
    .newsroom .artist-model-two .picture {
      width: calc(100% + 60px);
      margin: 0px -30px;
      height: 220px; } }
  .newsroom .artist-model-two .description {
    padding-top: 10px;
    height: auto; }
    .newsroom .artist-model-two .description__header h3 {
      color: #b9a2d3;
      font-size: 15px;
      text-transform: initial;
      margin: 0; }
    .newsroom .artist-model-two .description__header h2 {
      margin-top: 3px; }
    .newsroom .artist-model-two .description__header p {
      font-weight: 800; }
  .newsroom .artist-model-two .categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .newsroom .artist-model-two .categories p {
      color: #514988;
      font-weight: 900;
      font-size: 12px;
      text-transform: uppercase;
      background-color: white;
      padding: 4px;
      margin: 5px 5px 5px 0; }

.artists-valley {
  font-family: 'urw-din-cond', Arial, sans-serif;
  --yellow: #f8c623;
  --purple: #514988;
  --pink: #e14290; }
  .artists-valley__listing--top {
    position: sticky;
    top: 50px;
    z-index: 5; }
    @media (max-width: 1279.98px) {
      .artists-valley__listing--top {
        position: sticky;
        top: 61px;
        z-index: 5; } }
  .artists-valley__main {
    height: calc(100vh - 50px);
    max-height: 460px;
    background-color: pink;
    display: flex;
    align-items: center;
    justify-self: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 1279.98px) {
      .artists-valley__main {
        max-height: 352px; } }
    .artists-valley__main .arts-alley__header {
      max-height: 100%; }
    @media (max-width: 1023.98px) {
      .artists-valley--detail .artists-valley__main {
        max-height: 300px; } }
    @media (max-width: 743.98px) {
      .artists-valley--detail .artists-valley__main {
        max-height: 352px;
        object-fit: cover;
        object-position: center; } }
    .artists-valley__main h1 {
      font-size: 117px;
      font-weight: bold;
      color: var(--yellow);
      font-style: italic; }
      @media (max-width: 1279.98px) {
        .artists-valley__main h1 {
          font-size: 6.09375vw; } }
      @media (max-width: 1023.98px) {
        .artists-valley__main h1 {
          font-size: 107px; } }
      @media (max-width: 743.98px) {
        .artists-valley__main h1 {
          font-size: 13.93229vw; } }
  .artists-valley__content {
    background-color: var(--purple);
    padding: 55px 0;
    text-align: center;
    color: white;
    position: relative; }
    @media (max-width: 1279.98px) {
      .artists-valley__content {
        padding: 2.86458vw 0; } }
    @media (max-width: 1023.98px) {
      .artists-valley__content {
        padding: 65px 0; } }
    @media (max-width: 743.98px) {
      .artists-valley__content {
        padding: 8.46354vw 0; } }
    .artists-valley__content__decoration {
      position: absolute;
      pointer-events: none;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .artists-valley__content__decoration .decoration {
        position: absolute;
        max-width: 13.02083vw; }
        @media (max-width: 1279.98px) {
          .artists-valley__content__decoration .decoration {
            max-width: 7.8125vw; } }
        @media (max-width: 1023.98px) {
          .artists-valley__content__decoration .decoration {
            display: none; } }
        .artists-valley__content__decoration .decoration--left {
          left: 0;
          bottom: 0;
          transform: rotate(180deg); }
        .artists-valley__content__decoration .decoration--right {
          right: 0;
          top: 0; }
    .artists-valley__content h2 {
      font-size: 55px;
      font-weight: 900;
      font-style: italic; }
      @media (max-width: 1279.98px) {
        .artists-valley__content h2 {
          font-size: 3.22917vw; } }
      @media (max-width: 1023.98px) {
        .artists-valley__content h2 {
          font-size: 62px; } }
      @media (max-width: 743.98px) {
        .artists-valley__content h2 {
          font-size: 8.07292vw; } }
    .artists-valley__content .row {
      flex-direction: column; }
    .artists-valley__content p {
      font-style: italic;
      font-size: 20px;
      margin: 0 auto;
      margin-top: 40px;
      padding: 0 40px; }
      @media (min-width: 1280px) {
        .artists-valley__content p {
          width: 700px; } }
      @media (max-width: 1279.98px) {
        .artists-valley__content p {
          font-size: 1.45833vw;
          margin-top: 2.08333vw;
          padding: 0 2.08333vw; } }
      @media (max-width: 1023.98px) {
        .artists-valley__content p {
          font-size: 35px;
          margin-top: 55px;
          padding: 0 15px; } }
      @media (max-width: 743.98px) {
        .artists-valley__content p {
          font-size: 4.55729vw;
          margin-top: 7.16146vw; } }
      .artists-valley__content p:first-child {
        padding: 0 67px; }
        @media (max-width: 1279.98px) {
          .artists-valley__content p:first-child {
            padding: 0 3.48958vw; } }
        @media (max-width: 1023.98px) {
          .artists-valley__content p:first-child {
            padding: 0 15px; } }
      .artists-valley__content p b, .artists-valley__content p em {
        font-weight: bold; }
    .artists-valley__content .btn {
      margin: 40px auto 20px;
      border: none;
      text-decoration: underline; }
  .artists-valley__filters {
    background-color: #ff4afc;
    font-family: 'urw-din-cond';
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    @media (min-width: 1280px) {
      .artists-valley__filters {
        height: 54px; } }
    .artists-valley__filters__container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding-left: 0;
      padding-right: 0; }
      @media (max-width: 1279.98px) {
        .artists-valley__filters__container {
          padding: 0;
          max-width: none; } }
    .artists-valley__filters .filter {
      color: black;
      font-family: 'urw-din-cond-demi';
      font-size: 18px;
      line-height: 23px;
      position: relative;
      display: flex;
      align-items: center; }
      @media (max-width: 1279.98px) {
        .artists-valley__filters .filter {
          font-size: 1.45833vw; } }
      @media (max-width: 1023.98px) {
        .artists-valley__filters .filter {
          font-size: 34px; } }
      @media (max-width: 743.98px) {
        .artists-valley__filters .filter {
          font-size: 4.42708vw; } }
      .artists-valley__filters .filter--wrapper {
        display: flex; }
        @media (max-width: 1279.98px) {
          .artists-valley__filters .filter--wrapper {
            width: 100%;
            justify-content: space-between;
            border-top: 2px solid #000; } }
      .artists-valley__filters .filter--alphabet {
        width: 108px;
        height: 50px;
        border-right: 2px solid #000;
        text-align: center;
        display: flex;
        justify-content: space-around;
        align-items: center;
        cursor: pointer; }
        @media (max-width: 1279.98px) {
          .artists-valley__filters .filter--alphabet {
            width: 100%;
            border-right: none; } }
        .artists-valley__filters .filter--alphabet__title {
          display: flex;
          justify-content: space-around;
          font-size: 18px;
          align-items: center;
          width: 100%; }
          @media (max-width: 1279.98px) {
            .artists-valley__filters .filter--alphabet__title {
              justify-content: space-between;
              padding: 0 10px; } }
          .artists-valley__filters .filter--alphabet__title .icon {
            font-size: 32px;
            position: relative; }
            @media (max-width: 1279.98px) {
              .artists-valley__filters .filter--alphabet__title .icon {
                padding-left: 5px; } }
            @media (min-width: 1280px) {
              .artists-valley__filters .filter--alphabet__title .icon {
                bottom: -3px; } }
      .artists-valley__filters .filter--theme {
        padding: 0 0;
        height: 50px;
        border-right: 2px solid #000;
        border-left: 2px solid #000;
        width: 395px;
        cursor: pointer; }
        @media (max-width: 1279.98px) {
          .artists-valley__filters .filter--theme {
            width: 100%;
            border-left: none; } }
        .artists-valley__filters .filter--theme__title {
          margin-left: 20px;
          text-transform: uppercase;
          display: flex;
          align-items: center; }
          @media (max-width: 1279.98px) {
            .artists-valley__filters .filter--theme__title {
              width: 100%;
              display: flex;
              justify-content: space-between;
              align-items: center;
              font-size: 18px;
              margin-left: 5px; } }
          .artists-valley__filters .filter--theme__title .icon {
            font-size: 32px;
            position: relative; }
            @media (max-width: 1279.98px) {
              .artists-valley__filters .filter--theme__title .icon {
                padding-right: 15px; } }
            @media (min-width: 1280px) {
              .artists-valley__filters .filter--theme__title .icon {
                bottom: -3px;
                margin-right: 15px;
                margin-left: 200px; } }
        .artists-valley__filters .filter--theme__action {
          font-size: 22px;
          padding: 17px 0;
          width: 100%;
          margin-top: 20px;
          font-weight: bold;
          text-transform: uppercase; }
          @media (max-width: 1279.98px) {
            .artists-valley__filters .filter--theme__action {
              padding: 0.88542vw 0;
              font-size: 1.14583vw;
              margin-top: 1.04167vw; } }
          @media (max-width: 1023.98px) {
            .artists-valley__filters .filter--theme__action {
              padding: 29px;
              font-size: 34px;
              margin-top: 40px; } }
          @media (max-width: 743.98px) {
            .artists-valley__filters .filter--theme__action {
              padding: 3.77604vw 0;
              font-size: 4.42708vw;
              margin-top: 5.20833vw; } }
      .artists-valley__filters .filter--search {
        display: flex;
        height: 50px;
        font-size: 15px;
        border-left: 2px solid #000;
        border-right: 2px solid #000; }
        @media (max-width: 1279.98px) {
          .artists-valley__filters .filter--search {
            width: 100%;
            order: -1;
            height: 50px;
            font-size: 34px;
            border-left: none;
            border-right: none; } }
        @media (max-width: 743.98px) {
          .artists-valley__filters .filter--search {
            font-size: 4.42708vw; } }
        .artists-valley__filters .filter--search input {
          border: none;
          outline: none;
          box-shadow: none;
          color: black;
          font-weight: normal;
          width: 100%;
          height: 100%;
          padding-left: 20px; }
          @media (min-width: 1280px) {
            .artists-valley__filters .filter--search input {
              width: 470px; } }
          .artists-valley__filters .filter--search input::placeholder {
            color: #7f7f7f;
            font-weight: normal;
            font-size: 15px;
            line-height: 50px; }
        .artists-valley__filters .filter--search__action {
          width: 115px;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          text-transform: uppercase;
          font-weight: bold; }
      .artists-valley__filters .filter__action {
        background-color: #ffc100;
        color: black;
        border-left: 2px solid #000;
        text-align: center;
        font-size: 18px; }
      .artists-valley__filters .filter__options__wrapper {
        display: none;
        width: calc(100% + 4px);
        position: absolute;
        top: 99%;
        left: -2px;
        z-index: 2;
        background-color: #ff4afc;
        padding: 20px;
        border: 2px solid #000;
        border-top: none; }
        @media (max-width: 1279.98px) {
          .artists-valley__filters .filter__options__wrapper {
            left: 0px;
            border-left: none;
            padding: 1.04167vw; } }
        @media (max-width: 1023.98px) {
          .artists-valley__filters .filter__options__wrapper {
            width: calc(100% + 2px);
            text-align: center;
            padding: 20px; } }
        @media (max-width: 743.98px) {
          .artists-valley__filters .filter__options__wrapper {
            padding: 2.60417vw; } }
      .artists-valley__filters .filter__options li {
        font-family: 'urw-din-cond-demi';
        display: inline-block;
        padding: 15px 10px;
        font-size: 15px;
        line-height: 19px;
        background-color: #ff4afc;
        border: 1px solid black;
        margin: 4px;
        text-transform: uppercase;
        cursor: pointer; }
        @media (max-width: 1279.98px) {
          .artists-valley__filters .filter__options li {
            font-size: 1.14583vw;
            padding: 0.78125vw 0.52083vw; } }
        @media (max-width: 1023.98px) {
          .artists-valley__filters .filter__options li {
            font-size: 29px;
            padding: 15px 10px; } }
        @media (max-width: 743.98px) {
          .artists-valley__filters .filter__options li {
            font-size: 3.77604vw;
            padding: 1.95312vw 1.30208vw; } }
        .artists-valley__filters .filter__options li:hover {
          background-color: black;
          color: white; }
        .artists-valley__filters .filter__options li.active {
          background-color: black;
          border-color: black;
          color: white; }
  .artists-valley__artists {
    background-color: var(--purple);
    padding-bottom: 95px; }
    @media (max-width: 1279.98px) {
      .artists-valley__artists {
        padding-bottom: 40px; } }
    .artists-valley__artists__container {
      padding: 10px 2px;
      display: grid;
      grid-template-columns: 3fr 3fr 3fr 3fr;
      gap: 30px;
      margin-bottom: 95px; }
      @media (max-width: 1279.98px) {
        .artists-valley__artists__container {
          margin-bottom: 40px; } }
      @media (max-width: 1023.98px) {
        .artists-valley__artists__container {
          grid-template-columns: 2fr 2fr;
          min-height: 50px;
          gap: 10px; } }
  .artists-valley .artist {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.5s ease;
    overflow: hidden; }
    @media (max-width: 1023.98px) {
      .artists-valley .artist {
        opacity: 1;
        filter: grayscale(0%); }
        .artists-valley .artist .artist__info {
          bottom: 0; } }
    .artists-valley .artist:hover {
      opacity: 1;
      filter: grayscale(0%); }
      .artists-valley .artist:hover .artist__info {
        bottom: 0; }
    .artists-valley .artist__info {
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 100%;
      padding: 20px;
      text-align: center;
      transition: 0.2s;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
      @media (max-width: 1279.98px) {
        .artists-valley .artist__info {
          padding: 1.04167vw;
          bottom: -15.625vw; } }
      @media (max-width: 1023.98px) {
        .artists-valley .artist__info {
          padding: 20px; } }
      @media (max-width: 743.98px) {
        .artists-valley .artist__info {
          padding: 2.60417vw; } }
    .artists-valley .artist__name {
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 28px; }
      @media (max-width: 1279.98px) {
        .artists-valley .artist__name {
          font-size: 1.45833vw; } }
      @media (max-width: 1023.98px) {
        .artists-valley .artist__name {
          font-size: 28px; } }
      @media (max-width: 743.98px) {
        .artists-valley .artist__name {
          font-size: 3.64583vw; } }
    .artists-valley .artist__theme {
      color: white;
      text-transform: capitalize;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      overflow-wrap: break-word; }
      @media (max-width: 1023.98px) {
        .artists-valley .artist__theme {
          max-width: 30ch;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; } }
  .artists-valley__guest {
    position: relative;
    background-color: var(--purple);
    padding-bottom: 80px; }
    @media (max-width: 1279.98px) {
      .artists-valley__guest {
        padding-bottom: 4.16667vw; }
        .artists-valley__guest .container {
          max-width: none;
          padding-right: 0;
          padding-left: 0; } }
    @media (max-width: 1023.98px) {
      .artists-valley__guest {
        padding-bottom: 80px; } }
    @media (max-width: 743.98px) {
      .artists-valley__guest {
        padding-bottom: 10.41667vw; } }
  .artists-valley .guest {
    padding: 0 85px 45px;
    position: relative;
    min-height: 460px;
    font-family: "urw-din-cond";
    top: -180px;
    margin-bottom: -180px; }
    @media (max-width: 1279.98px) {
      .artists-valley .guest {
        padding: 0;
        top: 0;
        margin-bottom: 0;
        min-height: 23.95833vw; } }
    @media (max-width: 1023.98px) {
      .artists-valley .guest {
        padding: 0 0 45px;
        min-height: auto; } }
    @media (max-width: 743.98px) {
      .artists-valley .guest {
        padding: 0 0 5.85938vw; } }
    .artists-valley .guest__display {
      width: auto;
      height: auto;
      position: absolute; }
      @media (min-width: 1280px) {
        .artists-valley .guest__display {
          box-shadow: 5px 5px #000; } }
      @media (max-width: 1279.98px) {
        .artists-valley .guest__display {
          position: relative;
          display: flex;
          align-items: flex-start;
          width: 100%;
          background-color: #ffc100;
          border-top: 2px solid #000;
          border-bottom: 2px solid #000; } }
    .artists-valley .guest__detailsMobile {
      display: flex;
      width: 100%;
      height: 172px;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-evenly;
      padding-left: 15px; }
      @media (min-width: 1280px) {
        .artists-valley .guest__detailsMobile {
          display: none; } }
      .artists-valley .guest__detailsMobile .guest-occupation {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 25px;
        font-style: italic;
        font-weight: 900;
        position: relative;
        bottom: -15px; }
      .artists-valley .guest__detailsMobile .guest-name {
        font-size: 35px;
        line-height: 32px;
        font-weight: 900;
        font-style: italic;
        text-transform: uppercase;
        -webkit-text-stroke: 1px black;
        color: white; }
        @media (max-width: 743.98px) {
          .artists-valley .guest__detailsMobile .guest-name {
            width: 150px; } }
      .artists-valley .guest__detailsMobile .guest-social {
        display: flex; }
        .artists-valley .guest__detailsMobile .guest-social li {
          display: flex;
          margin: 0 8px; }
          @media (max-width: 1279.98px) {
            .artists-valley .guest__detailsMobile .guest-social li {
              margin: 0 0.41667vw; } }
          @media (max-width: 1023.98px) {
            .artists-valley .guest__detailsMobile .guest-social li {
              margin: 0 8px; } }
          @media (max-width: 743.98px) {
            .artists-valley .guest__detailsMobile .guest-social li {
              margin: 0 1.04167vw; } }
          .artists-valley .guest__detailsMobile .guest-social li .icon {
            font-size: 20px;
            color: black;
            width: 40px;
            height: 40px;
            position: relative;
            cursor: pointer;
            z-index: 2; }
            @media (max-width: 1279.98px) {
              .artists-valley .guest__detailsMobile .guest-social li .icon {
                font-size: 20px;
                width: 60px;
                height: 20px; } }
            @media (max-width: 743.98px) {
              .artists-valley .guest__detailsMobile .guest-social li .icon {
                font-size: 18px;
                width: 7.8125vw;
                height: 20px; } }
    .artists-valley .guest__image {
      object-fit: cover;
      object-position: center;
      background-color: var(--yellow); }
      @media (min-width: 1280px) {
        .artists-valley .guest__image {
          width: 330px;
          height: 330px; } }
      @media (max-width: 1279.98px) {
        .artists-valley .guest__image {
          height: 172px;
          width: 172px; } }
    .artists-valley .guest__social {
      height: 70px;
      font-size: 10px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 1330px;
      padding-left: 465px; }
      @media (max-width: 1279.98px) {
        .artists-valley .guest__social {
          display: none; } }
      .artists-valley .guest__social li {
        display: flex;
        margin: 0 8px; }
        @media (max-width: 1279.98px) {
          .artists-valley .guest__social li {
            margin: 0 0.41667vw; } }
        @media (max-width: 1023.98px) {
          .artists-valley .guest__social li {
            margin: 0 8px; } }
        @media (max-width: 743.98px) {
          .artists-valley .guest__social li {
            margin: 0 1.04167vw; } }
        .artists-valley .guest__social li .icon {
          font-size: 20px;
          color: black;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          position: relative;
          cursor: pointer;
          z-index: 2; }
          @media (max-width: 1279.98px) {
            .artists-valley .guest__social li .icon {
              font-size: 1.04167vw;
              width: 2.08333vw;
              height: 2.08333vw; } }
          @media (max-width: 1023.98px) {
            .artists-valley .guest__social li .icon {
              font-size: 30px;
              width: 60px;
              height: 60px; } }
          @media (max-width: 743.98px) {
            .artists-valley .guest__social li .icon {
              font-size: 3.90625vw;
              width: 7.8125vw;
              height: 7.8125vw; } }
          .artists-valley .guest__social li .icon:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
    .artists-valley .guest__occupation {
      font-family: 'urw-din-cond-demi';
      text-transform: uppercase;
      font-size: 18px;
      line-height: 50px;
      height: 50px;
      border-right: 2px solid #000;
      padding-right: 20px; }
    .artists-valley .guest__details {
      padding-left: 400px;
      padding-top: 30px; }
      @media (min-width: 1280px) {
        .artists-valley .guest__details {
          padding-top: 1.5625vw; } }
      @media (min-width: 1024px) and (max-width: 1279.98px) {
        .artists-valley .guest__details {
          padding-left: 0;
          padding-top: 1.5625vw; } }
      @media (max-width: 1023.98px) {
        .artists-valley .guest__details {
          padding-left: 0;
          padding-top: 30px; } }
      @media (max-width: 743.98px) {
        .artists-valley .guest__details {
          padding-top: 0; } }
    .artists-valley .guest__info {
      position: absolute;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      height: 180px;
      padding-left: 485px;
      left: 0;
      top: 0;
      padding-bottom: 40px; }
      @media (min-width: 1280px) {
        .artists-valley .guest__info {
          height: 9.375vw;
          padding-bottom: 2.08333vw; } }
      @media (min-width: 1440px) {
        .artists-valley .guest__info {
          height: 7.29167vw; } }
      @media (max-width: 1279.98px) {
        .artists-valley .guest__info {
          display: none; } }
    .artists-valley .guest__name {
      width: 200px;
      font-family: 'urw-din-cond';
      font-size: 50px;
      color: #ffffff;
      font-weight: 900;
      text-transform: uppercase; }
      @media (min-width: 1280px) {
        .artists-valley .guest__name {
          width: 100%;
          font-size: 60px; } }
      @media (max-width: 1279.98px) {
        .artists-valley .guest__name {
          display: none; } }
    .artists-valley .guest__job {
      color: #ffffff;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 15px; }
      @media (max-width: 1279.98px) {
        .artists-valley .guest__job {
          font-size: 0.78125vw;
          margin-bottom: 0.78125vw; } }
      @media (max-width: 1023.98px) {
        .artists-valley .guest__job {
          font-size: 21px;
          margin-bottom: 21px; } }
      @media (max-width: 743.98px) {
        .artists-valley .guest__job {
          font-size: 2.73438vw;
          margin-bottom: 2.73438vw; } }
    .artists-valley .guest__stripe {
      width: 100%;
      height: 70px;
      background-color: #ffc100;
      position: absolute;
      top: 0;
      left: 0;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000;
      display: flex;
      justify-content: center; }
      @media (max-width: 1279.98px) {
        .artists-valley .guest__stripe {
          height: 3.64583vw; } }
      @media (max-width: 1023.98px) {
        .artists-valley .guest__stripe {
          display: none; } }
    .artists-valley .guest__description {
      padding-top: 260px;
      font-size: 18px;
      color: white; }
      @media (max-width: 1279.98px) {
        .artists-valley .guest__description {
          padding-left: 15px;
          padding-right: 15px;
          text-align: center;
          padding-top: 65px;
          font-size: 18px;
          line-height: 25px; } }
    .artists-valley .guest__gallery {
      padding: 40px 85px 0;
      display: grid;
      grid-template-columns: 3fr 3fr 3fr;
      gap: 27px; }
      @media (min-width: 1440px) {
        .artists-valley .guest__gallery {
          grid-template-columns: 330px 330px 330px 330px; } }
      @media (max-width: 1279.98px) {
        .artists-valley .guest__gallery {
          padding: 2.08333vw 4.42708vw 0; } }
      @media (max-width: 1023.98px) {
        .artists-valley .guest__gallery {
          grid-template-columns: 2fr 2fr;
          padding: 60px 0 0; } }
      @media (max-width: 743.98px) {
        .artists-valley .guest__gallery {
          padding: 7.8125vw 0 0; } }
      .artists-valley .guest__gallery li {
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
        position: relative; }
      .artists-valley .guest__gallery img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        cursor: pointer;
        object-fit: cover;
        object-position: center; }
    .artists-valley .guest__button {
      display: flex;
      justify-content: center;
      padding-top: 50px; }
      .artists-valley .guest__button a {
        text-align: center;
        vertical-align: middle;
        padding: 15px 50px;
        font-size: 16px; }
        @media (max-width: 1279.98px) {
          .artists-valley .guest__button a {
            padding: 15px 40px; } }
  .artists-valley .paginationjs ul {
    padding: 20px 0;
    display: flex;
    align-items: center;
    height: 30px;
    justify-content: center;
    text-align: center; }
    .artists-valley .paginationjs ul li {
      color: white;
      padding: 5px 10px;
      font-weight: normal;
      cursor: pointer;
      font-weight: normal;
      font-size: 20px; }
      .artists-valley .paginationjs ul li:first-child, .artists-valley .paginationjs ul li:last-child {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        color: black;
        font-weight: 700;
        background-color: white;
        font-size: 20px;
        box-shadow: 0px 3px #000;
        display: flex;
        align-items: center;
        justify-content: center; }
        .artists-valley .paginationjs ul li:first-child a, .artists-valley .paginationjs ul li:last-child a {
          position: relative;
          font-size: 32px;
          bottom: 2px; }
      .artists-valley .paginationjs ul li.active {
        font-weight: 900; }
  .artists-valley .paginationjs-page a {
    color: white !important; }

.js-guest-social {
  display: flex;
  justify-content: space-around;
  min-width: 200px; }

.search-error {
  color: white;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }
  @media (min-width: 1280px) {
    .search-error {
      width: 1360px;
      font-size: 20px; } }
  @media (max-width: 1279.98px) {
    .search-error {
      width: 90vw;
      font-size: 18px; } }
  @media (min-width: 1024px) and (max-width: 1279.98px) {
    .search-error {
      display: flex;
      justify-content: center; } }
  @media (max-width: 1023.98px) {
    .search-error {
      align-self: center;
      width: 200%; } }

.cosplay__loading {
  width: 100%;
  height: 100%;
  background-color: #514988;
  display: flex;
  justify-content: center; }

.cosplay__detail__loading {
  position: fixed;
  top: 0;
  height: 62vw;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ffc100; }

.cosplay-winners .top-page__wrapper .description {
  margin: 30px 0; }
  .cosplay-winners .top-page__wrapper .description p {
    color: white;
    text-align: center;
    line-height: 1;
    font-style: italic; }
    @media (max-width: 1023.98px) {
      .cosplay-winners .top-page__wrapper .description p {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .cosplay-winners .top-page__wrapper .description p {
        font-size: 39px; } }

.cosplay-winners__block {
  background-color: #e33881;
  overflow: hidden; }
  .cosplay-winners__block:nth-child(odd) {
    background-color: #ffcc00; }
    .cosplay-winners__block:nth-child(odd) .description h2 {
      color: #e33881; }
    .cosplay-winners__block:nth-child(odd) .description h3 {
      color: #514988; }
    .cosplay-winners__block:nth-child(odd) .description p {
      color: black; }
  @media (max-width: 1023.98px) {
    .cosplay-winners__block {
      position: relative;
      padding: 100px 0 60px; } }
  @media (min-width: 1024px) {
    .cosplay-winners__block {
      padding: 60px 0; } }
  .cosplay-winners__block__wrapper {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .cosplay-winners__block__wrapper {
        max-width: 900px; } }
    @media (min-width: 1280px) {
      .cosplay-winners__block__wrapper {
        max-width: 1020px; } }
    .cosplay-winners__block__wrapper .picture {
      margin-bottom: 35px; }
      @media (min-width: 1024px) {
        .cosplay-winners__block__wrapper .picture {
          position: relative; } }
      .cosplay-winners__block__wrapper .picture picture, .cosplay-winners__block__wrapper .picture img {
        width: 100%;
        position: relative;
        z-index: 1; }
      .cosplay-winners__block__wrapper .picture__bg {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        @media (max-width: 1023.98px) {
          .cosplay-winners__block__wrapper .picture__bg {
            width: 900px;
            top: 10px; } }
        @media (min-width: 1024px) {
          .cosplay-winners__block__wrapper .picture__bg {
            width: 100vw;
            top: 55px; } }
    .cosplay-winners__block__wrapper .description {
      text-align: center; }
      .cosplay-winners__block__wrapper .description * {
        margin: 5px 0; }
      .cosplay-winners__block__wrapper .description h3, .cosplay-winners__block__wrapper .description p {
        color: white; }
      .cosplay-winners__block__wrapper .description h2, .cosplay-winners__block__wrapper .description p {
        font-weight: 900; }
      .cosplay-winners__block__wrapper .description h2 {
        color: #ffcc00; }
        @media (max-width: 1023.98px) {
          .cosplay-winners__block__wrapper .description h2 {
            font-size: 45px; } }
        @media (min-width: 1024px) {
          .cosplay-winners__block__wrapper .description h2 {
            font-size: 60px; } }
      .cosplay-winners__block__wrapper .description h3 {
        font-weight: 300;
        font-style: italic; }
        @media (max-width: 1023.98px) {
          .cosplay-winners__block__wrapper .description h3 {
            font-size: 40px; } }
        @media (min-width: 1024px) {
          .cosplay-winners__block__wrapper .description h3 {
            font-size: 45px; } }
      @media (max-width: 1023.98px) {
        .cosplay-winners__block__wrapper .description p {
          font-size: 26px; } }
      @media (min-width: 1024px) {
        .cosplay-winners__block__wrapper .description p {
          font-size: 32px; } }

.monster-hunter p {
  font-size: 22px;
  text-align: center; }

.monster-hunter__top {
  background-color: #514988; }
  @media (max-width: 1023.98px) {
    .monster-hunter__top {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .monster-hunter__top {
      padding: 30px 0; } }
  .monster-hunter__top .logo {
    width: 100%; }
  .monster-hunter__top__text {
    color: white; }

.monster-hunter__marquee {
  padding: 30px 0 60px; }
  .monster-hunter__marquee .marquee p {
    padding: 0; }
    .monster-hunter__marquee .marquee p span {
      color: #e33881; }
  .monster-hunter__marquee .marquee.marquee--left span {
    font-size: 30px; }
  .monster-hunter__marquee .marquee.marquee--right span {
    font-size: 50px; }

.monster-hunter__winners {
  background-color: #ffcc00;
  padding: 30px 0 50px; }
  .monster-hunter__winners h2, .monster-hunter__winners h3 {
    font-style: italic;
    text-align: center;
    color: #514988; }
  @media (max-width: 1023.98px) {
    .monster-hunter__winners h2 {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .monster-hunter__winners h2 {
      font-size: 70px; } }
  .monster-hunter__winners p {
    color: black;
    padding: 15px 0; }
  .monster-hunter__winners h3 {
    font-size: 40px;
    margin: 40px 0 15px; }
  .monster-hunter__winners ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; }
    @media (max-width: 1023.98px) {
      .monster-hunter__winners ul {
        width: 100%;
        max-width: 500px; } }
    @media (min-width: 1024px) {
      .monster-hunter__winners ul {
        width: 50%; } }
    .monster-hunter__winners ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 0.5px solid #514988;
      width: 100%; }
      @media (max-width: 1023.98px) {
        .monster-hunter__winners ul li {
          flex-direction: column;
          margin: 10px 0; } }
      @media (min-width: 1024px) {
        .monster-hunter__winners ul li {
          margin: 5px 0; } }
      .monster-hunter__winners ul li p {
        padding: 10px;
        font-size: 23px; }
      .monster-hunter__winners ul li .icons {
        display: flex;
        align-items: center; }
        @media (max-width: 1023.98px) {
          .monster-hunter__winners ul li .icons {
            width: 100%;
            background-color: #514988;
            justify-content: center; } }
        .monster-hunter__winners ul li .icons a {
          font-size: 20px;
          padding: 15px 20px;
          color: #ffcc00;
          background-color: #514988; }
          @media (max-width: 1023.98px) {
            .monster-hunter__winners ul li .icons a {
              padding: 10px 20px; } }
          .monster-hunter__winners ul li .icons a:hover {
            background-color: #e33881;
            color: white; }

.monster-hunter__arts {
  padding: 50px 0;
  background-color: #e33881; }
  .monster-hunter__arts h2 {
    color: white;
    font-style: italic; }
    @media (max-width: 1023.98px) {
      .monster-hunter__arts h2 {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .monster-hunter__arts h2 {
        font-size: 60px; } }
    .monster-hunter__arts h2 span {
      color: #ffcc00; }
  @media (max-width: 1023.98px) {
    .monster-hunter__arts .slider-hunter {
      padding: 50px 0 100px; } }
  @media (min-width: 1024px) {
    .monster-hunter__arts .slider-hunter {
      padding: 100px 0; } }
  .monster-hunter__arts .slider-hunter .swiper-slide {
    box-shadow: 0px 0px 0px;
    transition: ease 0.3s; }
    .monster-hunter__arts .slider-hunter .swiper-slide__wrapper img {
      width: 100%;
      transition: ease 0.3s;
      filter: grayscale(100%); }
    .monster-hunter__arts .slider-hunter .swiper-slide__wrapper .label {
      position: absolute;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      display: flex;
      align-items: center;
      justify-content: center;
      bottom: 0;
      padding: 15px 10px;
      opacity: 0;
      transition: ease 0.3s; }
      .monster-hunter__arts .slider-hunter .swiper-slide__wrapper .label p, .monster-hunter__arts .slider-hunter .swiper-slide__wrapper .label i {
        color: white; }
      .monster-hunter__arts .slider-hunter .swiper-slide__wrapper .label p {
        font-size: 23px; }
      .monster-hunter__arts .slider-hunter .swiper-slide__wrapper .label i {
        font-size: 22px;
        margin-left: 10px; }
    .monster-hunter__arts .slider-hunter .swiper-slide-active {
      transform: scale(1.1);
      z-index: 1;
      box-shadow: 0px 0px 20px; }
      .monster-hunter__arts .slider-hunter .swiper-slide-active img {
        filter: grayscale(0%); }
      .monster-hunter__arts .slider-hunter .swiper-slide-active .label {
        opacity: 1; }
  .monster-hunter__arts .sinopse img {
    float: left;
    margin-right: 10px; }
    @media (max-width: 1023.98px) {
      .monster-hunter__arts .sinopse img {
        width: 150px; } }
    @media (min-width: 1024px) {
      .monster-hunter__arts .sinopse img {
        width: 210px; } }
  .monster-hunter__arts .sinopse p {
    color: white;
    font-size: 18px;
    text-align: left; }

.lives__nav-arena {
  background-color: #e33881;
  position: fixed;
  left: 0;
  z-index: 20; }
  @media (max-width: 1023.98px) {
    .lives__nav-arena {
      top: 104px; } }
  @media (min-width: 1024px) {
    .lives__nav-arena {
      top: 50px; } }
  .lives__nav-arena .col {
    align-items: center; }
    @media (max-width: 1023.98px) {
      .lives__nav-arena .col {
        overflow: auto; } }
    @media (min-width: 1024px) {
      .lives__nav-arena .col {
        justify-content: center; } }
    .lives__nav-arena .col a {
      color: white;
      display: inline-block;
      text-transform: uppercase;
      font-style: italic;
      font-size: 25px;
      padding: 15px 10px; }
      @media (max-width: 1023.98px) {
        .lives__nav-arena .col a {
          white-space: nowrap; } }

.lives__top {
  background-color: #e33881; }
  .lives__top .col {
    display: flex;
    align-items: center; }
    @media (max-width: 1023.98px) {
      .lives__top .col {
        height: auto;
        padding: 140px 20px 30px; } }
    @media (min-width: 1024px) {
      .lives__top .col {
        height: 300px; } }
    .lives__top .col h1 {
      color: white;
      font-style: italic; }
      @media (max-width: 1023.98px) {
        .lives__top .col h1 {
          font-size: 55px; } }
      @media (min-width: 1024px) {
        .lives__top .col h1 {
          font-size: 100px; } }
      .lives__top .col h1 strong {
        color: #ffcc00; }

.lives__block {
  padding: 100px 0;
  background-color: #ffcc00; }
  .lives__block:nth-child(odd) {
    background-color: #514988; }
    .lives__block:nth-child(odd) h2 {
      color: #ffcc00; }
  .lives__block h2 {
    font-style: italic;
    color: #514988;
    margin-bottom: 30px; }
    @media (max-width: 1023.98px) {
      .lives__block h2 {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .lives__block h2 {
        font-size: 70px; } }
  .lives__block iframe {
    width: 100%; }
    @media (max-width: 1023.98px) {
      .lives__block iframe {
        height: 40vh; } }
    @media (min-width: 1024px) {
      .lives__block iframe {
        height: 80vh; } }

.closing {
  background-color: #ffc100;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1280px) {
    .closing {
      padding-top: 110px; } }
  .closing__event {
    border: 2px solid #000;
    position: relative;
    width: 340px;
    height: 500px;
    border-radius: 27px;
    margin-bottom: 33px; }
    @media (min-width: 744px) {
      .closing__event {
        width: 80%;
        max-width: 960px;
        height: 60vw;
        max-height: 800px; } }
    @media (min-width: 1280px) {
      .closing__event {
        border-radius: 25px;
        width: 90%;
        max-width: 1500px;
        height: 800px;
        margin-bottom: 81px; } }
    .closing__event:last-child {
      margin-bottom: 122px; }
    .closing__event:before {
      display: block;
      content: "";
      position: relative;
      top: 0px;
      height: 40px;
      width: 100%;
      border-bottom: 2px solid #000;
      background-color: var(--header-color-var);
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
      z-index: 2;
      background-image: url(../img/mobile-bg/green-red-dots.png);
      background-repeat: no-repeat;
      background-position: 20px 50%; }
  .closing__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none;
    z-index: 2; }
    @media (max-width: 743.98px) {
      .closing__text {
        bottom: 0;
        padding: 15px;
        margin-bottom: 1rem; } }
    @media (min-width: 744px) {
      .closing__text {
        top: 60%; } }
  .closing__thumb {
    font-weight: 900;
    font-style: italic;
    font-size: 30px;
    text-align: center; }
    @media (min-width: 1280px) {
      .closing__thumb {
        font-weight: 700;
        font-size: 52px; } }
  .closing__description {
    color: white;
    font-style: italic;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-top: 9px; }
    @media (min-width: 1280px) {
      .closing__description {
        font-size: 25px;
        line-height: 30px;
        max-width: 1105px; } }
  .closing__slide {
    position: relative; }
  .closing__image {
    height: calc(500px - 42px); }
    @media (min-width: 744px) {
      .closing__image {
        height: calc(60vw - 42px);
        max-height: 758px; } }
    .closing__image img, .closing__image video, .closing__image picture {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .closing__image:after {
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 25px;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 66%, #000 105%); }

.ccxp21, .ccxp22 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 33px; }
  @media (min-width: 1280px) {
    .ccxp21, .ccxp22 {
      margin-bottom: 122px; } }
  .ccxp21__date, .ccxp22__date {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .ccxp21__date span, .ccxp22__date span {
      font-weight: 500;
      font-size: 18px;
      line-height: 23px;
      text-transform: uppercase;
      width: 100%;
      text-align: center; }
    .ccxp21__date img, .ccxp22__date img {
      margin-top: 23px;
      width: 210px;
      height: 133px; }
      @media (min-width: 1280px) {
        .ccxp21__date img, .ccxp22__date img {
          width: 245px;
          height: 155px; } }
  .ccxp21__text, .ccxp22__text {
    max-width: 305px;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    line-height: 23px;
    margin-top: 33px;
    text-align: center; }
    @media (min-width: 1280px) {
      .ccxp21__text, .ccxp22__text {
        margin-top: 52px;
        font-size: 25px;
        line-height: 32px; } }
  .ccxp21__button .btn, .ccxp22__button .btn {
    background-color: #e33881;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    width: 280px;
    margin-top: 33px; }
  @media (min-width: 1280px) {
    .ccxp21__button, .ccxp22__button {
      margin-top: 44px; } }

.ccxp22 {
  justify-content: center;
  width: 100%;
  background-color: #e33881;
  margin-bottom: 0;
  height: 400px;
  margin-top: 40px;
  background-image: url(../img/desktop-bg/closing/yellow-bars.png);
  background-repeat: no-repeat;
  background-position: center bottom -230px; }
  @media (min-width: 1280px) {
    .ccxp22 {
      height: 603px;
      margin-top: 40px; } }
  .ccxp22__date span {
    color: white; }
  .ccxp22__date img {
    margin-top: 15px;
    width: 286px;
    height: 65px; }
    @media (min-width: 1280px) {
      .ccxp22__date img {
        width: 365px;
        height: 82px; } }
  .ccxp22__button .btn {
    background-color: #ffc100;
    color: black; }
  @media (min-width: 1280px) {
    .ccxp22__button {
      margin-top: 56px; } }
  .ccxp22__text {
    color: white; }
    @media (min-width: 1280px) {
      .ccxp22__text {
        margin-top: 56px; } }

@media (min-width: 1280px) {
  .dino-bg {
    position: absolute;
    background-image: url("../img/assets/tech-dino.png");
    background-position-y: top;
    background-position-x: left;
    top: 70px;
    left: -120px;
    background-repeat: no-repeat;
    width: calc( 0.7 * 741px);
    height: calc(0.7 * 819px);
    background-size: contain; } }

@media (min-width: 1280px) {
  .fox-bg {
    position: absolute;
    background-image: url("../img/assets/raposa-big.png");
    background-position-y: top;
    background-position-x: right;
    top: 70px;
    right: -120px;
    background-repeat: no-repeat;
    width: calc(0.7 * 741px);
    height: calc(0.7 * 819px);
    background-size: contain; } }

.video-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 1023.98px) {
    .video-body__video {
      width: 100vw;
      max-width: 95vw; } }
  .video-body__text {
    padding: 80px 0; }
    @media (max-width: 1023.98px) {
      .video-body__text {
        padding: 67px 0; }
        .video-body__text .text-shadow {
          font-size: 45px;
          line-height: 45px;
          text-align: center; }
          .video-body__text .text-shadow p {
            line-height: 1; } }
  .video-body .iframe-full {
    height: calc(100vh - 75px); }
    .video-body .iframe-full iframe {
      width: calc(99vw - 5px); }
  .video-body__iframe {
    position: relative;
    margin: 0 auto;
    transition: height .5s;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .video-body__iframe {
        height: 720px;
        width: 95vw;
        max-width: 1280px; } }
    @media (max-width: 1023.98px) {
      .video-body__iframe {
        height: 550px; } }
    @media (max-width: 743.98px) {
      .video-body__iframe {
        height: 260px; } }
    .video-body__iframe:before {
      display: block;
      content: "";
      position: relative;
      top: 0px;
      height: 40px;
      width: 100%;
      border: 3px solid #000;
      border-bottom: 0px;
      background-color: #e33881;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      background-image: url(../img/mobile-bg/green-red-dots.png);
      background-repeat: no-repeat;
      background-position: 20px 50%; }
    .video-body__iframe iframe {
      border: 3px solid #000;
      border-top: 0px;
      border-radius: 30px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.aftermovie {
  background-color: #ffc100; }
  .aftermovie .video-body {
    padding: 50px 0; }
    @media (max-width: 1023.98px) {
      .aftermovie .video-body {
        margin-top: 50px;
        padding-bottom: 0; } }

.monopoly {
  overflow-x: hidden;
  position: relative; }
  .monopoly__section {
    position: relative; }
    .monopoly__section-ccxp-monopoly {
      padding: 80px 15px;
      padding-bottom: 50vh;
      background: #E33881; }
      @media (max-width: 743.98px) {
        .monopoly__section-ccxp-monopoly {
          padding-bottom: 40vh; } }
      @media (max-width: 1023.98px) {
        .monopoly__section-ccxp-monopoly {
          padding-bottom: 40vh; } }
      .monopoly__section-ccxp-monopoly-star {
        max-width: 117px;
        margin: 0 auto;
        margin-bottom: 40px;
        width: 100%; }
        @media (max-width: 743.98px) {
          .monopoly__section-ccxp-monopoly-star {
            max-width: 88px; } }
      .monopoly__section-ccxp-monopoly-ccxp-worlds {
        max-width: 625px;
        margin: 0 auto;
        margin-bottom: 5px;
        width: 100%; }
      .monopoly__section-ccxp-monopoly-logo-monopoly {
        max-width: 680px;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 35px; }
      .monopoly__section-ccxp-monopoly p {
        color: white !important;
        text-transform: uppercase;
        font-size: 55px;
        font-weight: 900;
        font-style: italic;
        line-height: 1.18;
        -webkit-text-stroke: 1px #000;
        text-shadow: 2px 3px 0 #000, 3px 4px 0 black;
        text-align: center;
        z-index: 9;
        position: relative; }
        @media (max-width: 1023.98px) {
          .monopoly__section-ccxp-monopoly p {
            font-size: 40px; } }
    .monopoly__section-image-notes {
      position: absolute;
      width: 100%; }
      @media (max-width: 1023.98px) {
        .monopoly__section-image-notes {
          display: none; } }
      .monopoly__section-image-notes--1 {
        top: 60vh;
        left: -210px;
        max-width: 416px; }
      .monopoly__section-image-notes--2 {
        top: 30vh;
        right: -100px;
        max-width: 365px; }
      .monopoly__section-image-notes--3 {
        top: 60vh;
        left: -210px;
        max-width: 354px; }
      .monopoly__section-image-notes--4 {
        top: 30vh;
        right: -100px;
        max-width: 360px; }
      .monopoly__section-image-notes--5 {
        top: 60vh;
        left: -10px;
        max-width: 244px; }
      .monopoly__section-image-notes--6 {
        top: 10vh;
        right: -100px;
        max-width: 336px; }
      .monopoly__section-image-notes--7 {
        top: 35vh;
        left: -130px;
        max-width: 374px; }
      .monopoly__section-image-notes--8 {
        top: 60vh;
        right: -100px;
        max-width: 387px; }
      .monopoly__section-image-notes--9 {
        top: 50vh;
        left: -150px;
        max-width: 320px; }
      .monopoly__section-image-notes--10 {
        top: 15vh;
        right: -100px;
        max-width: 364px; }
    .monopoly__section-plataform {
      position: relative;
      background: #FFC100;
      padding-top: 70vh;
      padding-bottom: 50vh; }
      @media (max-width: 1023.98px) {
        .monopoly__section-plataform {
          padding-top: 30vh;
          padding-bottom: 30vh; } }
      .monopoly__section-plataform--purple {
        background: #514988;
        padding-top: 30vh;
        padding-bottom: 30vh; }
        @media (max-width: 1023.98px) {
          .monopoly__section-plataform--purple {
            padding-top: 15vh;
            padding-bottom: 25vh; } }
        .monopoly__section-plataform--purple p {
          color: #fff; }
      .monopoly__section-plataform--pink {
        background: #E33881;
        padding-top: 30vh; }
        @media (max-width: 1023.98px) {
          .monopoly__section-plataform--pink {
            padding-top: 15vh;
            padding-bottom: 35vh; } }
        .monopoly__section-plataform--pink p {
          color: #fff; }
      .monopoly__section-plataform--yellow {
        background: #FFC100;
        padding-top: 40vh;
        padding-bottom: 30vh; }
        @media (max-width: 1023.98px) {
          .monopoly__section-plataform--yellow {
            padding-top: 15vh;
            padding-bottom: 25vh; } }
      .monopoly__section-plataform > .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
      .monopoly__section-plataform-image-table-game {
        position: absolute;
        width: 100%;
        top: 10.2%;
        height: auto;
        display: block;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 975px; }
        @media (max-width: 1279.98px) {
          .monopoly__section-plataform-image-table-game {
            min-width: 1205px;
            top: 8.5%; } }
        @media (max-width: 1023.98px) {
          .monopoly__section-plataform-image-table-game {
            min-width: 975px;
            top: 6.8%; } }
      .monopoly__section-plataform-image-cards {
        position: absolute;
        width: 100%;
        top: 9.8%;
        height: auto;
        display: block;
        left: 60%;
        transform: translate(-50%, -50%);
        min-width: 855px; }
      .monopoly__section-plataform-image-cards-2 {
        position: absolute;
        width: 100%;
        top: 9.8%;
        height: auto;
        display: block;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 890px;
        min-width: 538px; }
      .monopoly__section-plataform-image-box {
        position: absolute;
        width: 120%;
        top: 1.8%;
        height: auto;
        display: block;
        left: 40%;
        transform: translate(-50%, -50%);
        min-width: 960px; }
      .monopoly__section-plataform h2 {
        color: white !important;
        text-transform: uppercase;
        font-size: 55px;
        font-weight: 900;
        font-style: italic;
        line-height: 1.18;
        -webkit-text-stroke: 1px #000;
        text-shadow: 2px 3px 0 #000, 3px 4px 0 black;
        text-align: center;
        margin-bottom: 38px;
        margin-top: 120px; }
        .monopoly__section-plataform h2 p {
          font-size: inherit !important; }
          @media (max-width: 1023.98px) {
            .monopoly__section-plataform h2 p {
              font-size: inherit !important; } }
        @media (max-width: 1023.98px) {
          .monopoly__section-plataform h2 {
            font-size: 40px;
            margin-top: 170px; } }
      .monopoly__section-plataform p {
        font-size: 20px;
        font-style: italic;
        text-align: center; }
        @media (max-width: 1023.98px) {
          .monopoly__section-plataform p {
            font-size: 18px; } }
      .monopoly__section-plataform-btn {
        min-width: 150px;
        border-radius: 0;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        padding: 14px;
        position: relative;
        transition: all .15s linear 0s;
        border: 1px solid #000;
        box-shadow: 3px 3px #000;
        width: 280px;
        background-color: #e33881;
        color: white;
        font-weight: bold;
        border-radius: 25px;
        margin-top: 50px; }
        .monopoly__section-plataform-btn:hover {
          top: 1.5px;
          left: 1.5px;
          box-shadow: 2px 2px 0 #000; }
