@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: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

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

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

@media (min-width: 1200px) {
  .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 {
  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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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%; } }

.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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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 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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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; } }

.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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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; } }

/**
 * 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.2
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-10-22T13:59:46.805Z
 */
.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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-transition: opacity .15s;
  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;
  -webkit-transition: background-color .15s;
  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 {
  -webkit-box-shadow: 0 0 3px #fff;
  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;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  white-space: nowrap; }

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

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

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

.viewer-button:focus {
  -webkit-box-shadow: 0 0 3px #fff;
  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 {
  -webkit-transition: all .3s;
  transition: all .3s; }

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

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    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; }

html, body {
  scroll-behavior: smooth;
  font-family: 'urw-din-cond', sans-serif; }

body, button, input, textarea {
  font-family: 'urw-din-cond', 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: 991.98px) {
  .main {
    padding-top: 60px; } }

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

.main.closing {
  background-color: #ffcc00; }

.full {
  width: 100%; }

p {
  line-height: 1.3; }
  p strong {
    font-weight: 800; }

[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; }

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

.btn {
  width: max-content;
  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; }
  .btn:focus {
    outline: none; }
  .btn .icon-lock::before {
    font-size: 16px;
    padding-right: 5px; }
  .btn--soon {
    background-color: white !important;
    color: #000 !important;
    pointer-events: none;
    cursor: default; }
  .btn--boxshadow {
    border: 1px solid #000;
    box-shadow: 3px 3px #000; }
    .btn--boxshadow:hover {
      top: 1.5px;
      left: 1.5px;
      box-shadow: 2px 2px 0 #000; }
      .btn--boxshadow:hover::after {
        top: 1px;
        left: -2px;
        width: 4px;
        height: 4px; }
      .btn--boxshadow:hover::before {
        bottom: -2px;
        right: 1px;
        width: 4px;
        height: 4px; }
  .btn--border-radius {
    border-radius: 25px; }
  .btn--buy {
    border: none !important;
    font-size: 14px;
    padding: 4px 20px;
    margin-bottom: -20px;
    margin-top: 15px; }
  .btn--sm {
    font-size: 0.8em; }
  .btn--lg {
    font-size: 1.1em; }
  .btn--white {
    background-color: #fff;
    color: #000; }
  .btn--pink {
    background-color: #e33881;
    color: white; }
  .btn--black {
    background-color: #000;
    color: white; }
  .btn--orange {
    background-color: #f8af41;
    color: white; }
  .btn--purple {
    background-color: #514988;
    color: white; }
  .btn--red {
    background-color: #9d2722;
    color: white; }
  .btn--blue {
    background-color: #00ffff;
    color: white; }
  .btn--green-2 {
    background-color: #52ae32;
    color: white; }
  .btn--green {
    background-color: #00a19a;
    color: white !important;
    border: none !important; }
  .btn--yellow-two {
    background-color: #ffc100;
    color: #000 !important; }
  .btn--outline {
    background-color: transparent;
    color: white;
    border: 2px solid white; }
  .btn--disabled {
    background-color: red !important;
    pointer-events: none;
    cursor: default; }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--link {
    color: white; }
    .btn--link:hover {
      color: white;
      text-decoration: underline; }

a:active.btn--boxshadow {
  top: 3px;
  left: 3px;
  box-shadow: none; }

.btn-traces {
  position: relative; }
  .btn-traces:before, .btn-traces:after {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transition: ease 0.4s;
    opacity: 0;
    transform-origin: 0 0;
    top: -1px;
    left: -1px; }
  .btn-traces:before {
    border-top: 1px solid;
    border-bottom: 1px solid;
    transform: scale(0, 1); }
  .btn-traces:after {
    border-left: 1px solid;
    border-right: 1px solid;
    transform: scale(1, 0); }
  .btn-traces:hover:before, .btn-traces:hover:after {
    transform: scale(1);
    opacity: 1; }
  .btn-traces--delay {
    transition-delay: 0.5s; }
  .btn-traces--purple:before, .btn-traces--purple:after {
    border-color: #623d91; }
  .btn-traces--orange:before, .btn-traces--orange:after {
    border-color: #f08159; }
  .btn-traces--green:before, .btn-traces--green:after {
    border-color: #12a19a; }
  .btn-traces--blue:before, .btn-traces--blue:after {
    border-color: #5f9ad0; }
  .btn-traces--white:before, .btn-traces--white:after {
    border-color: #fff; }
  .btn-traces--black:before, .btn-traces--black:after {
    border-color: #000; }

.btn-bg-up {
  position: relative;
  z-index: 1;
  border: 1px solid;
  transition: ease 0.3s; }
  .btn-bg-up:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 2px);
    height: 0;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    transition: ease 0.3s; }
  .btn-bg-up:hover:before {
    height: calc(100% + 2px); }
  .btn-bg-up--black {
    color: #000;
    border-color: #000; }
    .btn-bg-up--black:before {
      background: #000; }
    .btn-bg-up--black:hover {
      color: #fff !important; }
  .btn-bg-up--white {
    color: #fff;
    border-color: #fff; }
    .btn-bg-up--white:before {
      background: #fff; }
    .btn-bg-up--white:hover {
      color: #000 !important; }
  .btn-bg-up--red:before {
    background: #fff; }
  .btn-bg-up--red:hover {
    color: #9d2722; }
  .btn-bg-up--pink:before {
    background: #fff; }
  .btn-bg-up--pink:hover {
    color: #e33881; }
  .btn-bg-up--orange-2:before {
    background: #fff; }
  .btn-bg-up--orange-2:hover {
    color: #f8af41; }
  .btn-bg-up--blue-2:before {
    background: #fff; }
  .btn-bg-up--blue-2:hover {
    color: #00ffff; }
  .btn-bg-up--green-2:before {
    background: #fff; }
  .btn-bg-up--green-2:hover {
    color: #52ae32; }
  .btn-bg-up--purple-2:before {
    background: #fff; }
  .btn-bg-up--purple-2:hover {
    color: #514988; }
  .btn-bg-up--purple {
    color: #623d91;
    border-color: #623d91; }
    .btn-bg-up--purple:before {
      background: #623d91; }
    .btn-bg-up--purple:hover {
      color: #fff; }
  .btn-bg-up--orange {
    color: #f08159;
    border-color: #f08159; }
    .btn-bg-up--orange:before {
      background: #f08159; }
    .btn-bg-up--orange:hover {
      color: #fff; }
  .btn-bg-up--green {
    color: #12a19a;
    border-color: #12a19a; }
    .btn-bg-up--green:before {
      background: #12a19a; }
    .btn-bg-up--green:hover {
      color: #fff; }
  .btn-bg-up--blue {
    color: #5f9ad0;
    border-color: #5f9ad0; }
    .btn-bg-up--blue:before {
      background: #5f9ad0; }
    .btn-bg-up--blue:hover {
      color: #fff; }
  .btn-bg-up--yellow {
    color: #ffcc00;
    border-color: #ffcc00; }
    .btn-bg-up--yellow:before {
      background: #ffcc00; }
    .btn-bg-up--yellow:hover {
      color: black; }

ul.sample-link li a:hover {
  text-decoration: underline; }

@media (min-width: 992px) {
  .btn-line-up {
    position: relative;
    overflow: hidden; }
    .btn-line-up:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 5px;
      bottom: -5px;
      left: 0;
      transition: ease 0.3s; }
    .btn-line-up:hover::after {
      bottom: 0; }
    .btn-line-up--yellow:after {
      background-color: #ffcc00; }
    .btn-line-up--black:after {
      background-color: black; }
    .btn-line-up--pink:after {
      background-color: #e33881; } }

.cosplay__page .cosplay__nav__button {
  font-family: 'urw-din-cond';
  border: 1px solid #fff;
  font-weight: bold;
  background-color: transparent;
  color: white;
  outline: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  padding: 14px 27px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: ease 0.3s; }
  .cosplay__page .cosplay__nav__button:first-child {
    border-left: 1px solid #fff; }
  @media (max-width: 1399.98px) {
    .cosplay__page .cosplay__nav__button {
      min-width: 10.41667vw;
      padding: 0.78125vw 0;
      padding: 0.52083vw 1.04167vw;
      font-size: 1.04167vw; } }
  @media (max-width: 991.98px) {
    .cosplay__page .cosplay__nav__button {
      border: 1px solid white;
      margin-bottom: 10px;
      padding: 10px 20px;
      font-size: 40px; } }
  @media (max-width: 767.98px) {
    .cosplay__page .cosplay__nav__button {
      padding: 1.30208vw 2.60417vw;
      font-size: 5.20833vw; } }
  .cosplay__page .cosplay__nav__button:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    transition: ease 0.3s; }
  .cosplay__page .cosplay__nav__button:hover {
    color: #000; }
  .cosplay__page .cosplay__nav__button:hover:after {
    top: 0; }

.buy-ticket, .buy-ticket-dge, .buy-ticket-home {
  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: 992px) {
    header .buy-ticket:hover, header .buy-ticket-dge:hover, header .buy-ticket-home:hover {
      color: #000 !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: 10;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%; }
  .swiper-container .nav-absolute .btn-slider {
    background-image: none;
    background-color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border: 1px solid #000;
    box-shadow: 1px 4px #000; }
    @media (max-width: 991.98px) {
      .swiper-container .nav-absolute .btn-slider {
        width: 25px;
        height: 25px;
        font-size: 15px;
        box-shadow: 1px 2px #000; } }
    @media (min-width: 992px) {
      .swiper-container .nav-absolute .btn-slider {
        width: 45px;
        height: 45px;
        font-size: 27px; } }
    .swiper-container .nav-absolute .btn-slider:before {
      font-family: "fontello";
      font-weight: 700; }
    .swiper-container .nav-absolute .btn-slider.swiper-button-next:before {
      content: '\e82A'; }
    .swiper-container .nav-absolute .btn-slider.swiper-button-prev:before {
      content: '\e829'; }

.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: 991.98px) {
        .swiper-container__control .container button {
          font-size: 25px; } }
      @media (min-width: 992px) {
        .swiper-container__control .container button {
          font-size: 18px; } }
      @media (max-width: 991.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; }

.marquee {
  width: auto;
  overflow: hidden;
  text-transform: uppercase; }
  .marquee p {
    width: auto;
    margin: 0;
    transform: translateX(0); }
    @media (max-width: 991.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; }

@media (max-width: 1399.98px) {
  .row {
    margin-left: 0;
    margin-right: 0; } }

.artists {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1500px) {
    .artists {
      max-width: 1400px; } }
  .artists__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, 175px);
    column-gap: 25px;
    row-gap: 25px;
    /* artist */ }
    @media (max-width: 767.98px) {
      .artists__wrapper {
        padding: 0; } }
    @media (min-width: 768px) {
      .artists__wrapper {
        grid-template-columns: repeat(auto-fit, 300px);
        column-gap: 25px;
        justify-content: space-evenly; } }
    @media (min-width: 992px) {
      .artists__wrapper {
        grid-template-columns: repeat(auto-fit, 330px);
        column-gap: 25px;
        row-gap: 25px; } }
    .artists__wrapper:after {
      content: "";
      flex: auto;
      max-width: 330px; }
    @media (max-width: 991.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: 3px solid #000;
        box-shadow: 6px 6px 0px #000; }
      @media (max-width: 767.98px) {
        .artists__wrapper .artist {
          height: 175px; } }
      @media (max-width: 991.98px) {
        .artists__wrapper .artist {
          width: 175px;
          margin: 1.3%; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .artists__wrapper .artist {
          height: 300px;
          width: 300px; } }
      @media (min-width: 1400px) {
        .artists__wrapper .artist {
          width: 330px;
          height: 330px;
          max-height: 330px; } }
      .artists__wrapper .artist.empty {
        display: none;
        background: #ffcc00; }
        @media (max-width: 991.98px) {
          .artists__wrapper .artist.empty {
            width: 250px;
            height: 250px;
            max-height: initial; } }
        @media (min-width: 992px) {
          .artists__wrapper .artist.empty {
            width: 300px;
            height: 300px; } }
        .artists__wrapper .artist.empty .feature__placeholder__content {
          display: flex;
          align-items: 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: 992px) {
          .artists__wrapper .artist__label {
            right: 0;
            width: 56px;
            height: 56px; } }
        @media (max-width: 991.98px) {
          .artists__wrapper .artist__label {
            width: 56px;
            height: 56px;
            right: 0; } }
        @media (max-width: 767.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: 992px) {
            .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: 991.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: 991.98px) {
            .artists__wrapper .artist__description h3 {
              font-size: 15px; } }
          @media (min-width: 992px) {
            .artists__wrapper .artist__description h3 {
              font-size: 18px; } }
          @media (min-width: 1400px) {
            .artists__wrapper .artist__description h3 {
              font-size: 20px; } }
        .artists__wrapper .artist__description h5 {
          text-transform: uppercase; }
          @media (max-width: 991.98px) {
            .artists__wrapper .artist__description h5 {
              font-size: 12px; } }
          @media (min-width: 992px) {
            .artists__wrapper .artist__description h5 {
              font-size: 13px; } }
          @media (min-width: 1400px) {
            .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: 992px) {
          .artists__wrapper .artist__picture {
            filter: grayscale(90%);
            opacity: 1;
            transition: ease 0.4s; } }
      @media (min-width: 992px) {
        .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: 992px) {
    .artist-model-two {
      display: flex;
      flex-direction: column; } }
  .artist-model-two .picture {
    width: 100%;
    overflow: hidden;
    position: relative; }
    @media (min-width: 992px) {
      .artist-model-two .picture {
        height: 200px;
        flex-shrink: 0; } }
    @media (min-width: 1400px) {
      .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: 992px) {
      .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: 991.98px) {
        .artist-model-two .description p {
          -webkit-line-clamp: 3; } }
      @media (min-width: 992px) {
        .artist-model-two .description p {
          -webkit-line-clamp: 6; } }
  .artist-model-two .buy-ticket {
    width: 100%; }
    @media (max-width: 767.98px) {
      .artist-model-two .buy-ticket {
        margin: 15px 0; } }
    @media (min-width: 768px) {
      .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: 991.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: 991.98px) {
        .top-page__wrapper h1 {
          font-size: 15vw; } }
      @media (min-width: 992px) {
        .top-page__wrapper h1 {
          font-size: 90px; } }
      @media (min-width: 1400px) {
        .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: 992px) {
    .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: 992px) {
      .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: 991.98px) {
      .cosplayer__name {
        font-size: 24px; } }
    @media (max-width: 767.98px) {
      .cosplayer__name {
        font-size: 3.125vw; } }
  .cosplayer__character {
    font-weight: normal;
    font-size: 26px; }
    @media (max-width: 991.98px) {
      .cosplayer__character {
        font-size: 24px; } }
    @media (max-width: 767.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: 991.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: 991.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: 991.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: 991.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: 991.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: 991.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: 991.98px) {
      .text-shadow--black {
        text-shadow: 2px 2.5px 0 black; } }

.languages {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 991.98px) {
    .languages {
      height: 100%;
      align-items: center;
      padding: 0 5px; } }
  @media (min-width: 992px) {
    .languages {
      flex-direction: column; } }
  .languages:hover li {
    visibility: visible; }
  .languages icon {
    position: absolute;
    right: 6px; }
    @media (max-width: 991.98px) {
      .languages icon {
        display: none; } }
  .languages li {
    margin: 0 5px; }
    @media (min-width: 992px) {
      .languages li {
        position: absolute;
        top: 100%;
        display: flex;
        align-items: center;
        background: black;
        padding: 7px 5px;
        visibility: hidden; } }
    .languages li a {
      color: white;
      font-size: 15px;
      padding: 3px 5px; }
      @media (min-width: 992px) {
        .languages li a {
          font-size: 13px; } }
      @media (min-width: 1400px) {
        .languages li a {
          font-size: 15px; } }
    @media (min-width: 992px) {
      .languages li.active {
        visibility: visible;
        height: 50px;
        position: relative;
        top: 0;
        opacity: 1; } }
    @media (max-width: 991.98px) {
      .languages li.active a {
        background-color: white;
        color: black; } }

.social {
  display: flex;
  align-items: center;
  justify-content: center; }
  .social li {
    margin: 0 15px; }
    .social li a {
      color: #ffcc00;
      padding: 0 10px; }

.menu {
  width: 100%;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .menu {
      display: flex;
      height: 80%;
      flex-direction: column;
      justify-content: center; } }
  @media (min-width: 992px) {
    .menu {
      height: 100%;
      display: flex; } }
  @media (max-width: 991.98px) {
    .menu li {
      margin: 8px 0;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 992px) {
    .menu li {
      height: 100%;
      display: flex; }
      .menu li:hover .submenu {
        visibility: visible; }
        .menu li:hover .submenu li {
          margin-left: 0; }
          .menu li:hover .submenu li:nth-child(1), .menu li:hover .submenu li:nth-child(2), .menu li:hover .submenu li:nth-child(3) {
            opacity: 1;
            transition-delay: 0.3s; }
          .menu li:hover .submenu li:nth-child(4), .menu li:hover .submenu li:nth-child(5), .menu li:hover .submenu li:nth-child(6) {
            opacity: 1;
            transition-delay: 0.5s; }
          .menu li:hover .submenu li:nth-child(7), .menu li:hover .submenu li:nth-child(8), .menu li:hover .submenu li:nth-child(9) {
            opacity: 1;
            transition-delay: 0.6s; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .menu li:hover .submenu__image__wrapper {
        transition-delay: .4s;
        opacity: 1;
        margin-left: 0; } }
  @media (min-width: 992px) {
    .menu li:first-child {
      display: none !important; } }
  .menu li a {
    text-transform: uppercase;
    color: white;
    font-weight: 500; }
    @media (max-width: 991.98px) {
      .menu li a {
        display: block;
        font-size: 30px;
        padding: 5px 0; } }
    @media (min-width: 992px) {
      .menu li a {
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 17px;
        padding: 15px 10px; } }
    @media (min-width: 1400px) {
      .menu li a {
        font-size: 18px; } }
  .menu li .open-nav {
    color: white;
    font-size: 22px;
    width: 50px;
    height: 30px;
    margin-right: -50px; }
    @media (min-width: 992px) {
      .menu li .open-nav {
        display: none; } }
  .menu .submenu {
    transition: ease 0.3s; }
    @media (max-width: 991.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: 992px) {
      .menu .submenu {
        position: absolute;
        width: 100vw;
        background: black;
        left: 50%;
        transform: translateX(-50%);
        top: 48px;
        visibility: hidden; } }
    @media (min-width: 1400px) {
      .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: 992px) {
        .menu .submenu .close-sub {
          display: none; } }
    @media (max-width: 991.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: 992px) and (max-width: 1399.98px) {
        .menu .submenu__image__wrapper {
          height: 300px; } }
      @media (min-width: 992px) {
        .menu .submenu__image__wrapper {
          opacity: 0;
          margin-left: -10px;
          transition: ease 0.3s; } }
      @media (min-width: 1400px) {
        .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: 992px) {
      .menu .submenu__links {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 992px) {
      .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; }

.newsletter {
  padding-top: 15px; }
  .newsletter .form-group {
    margin: 0; }
    @media (max-width: 991.98px) {
      .newsletter .form-group .hide-mob {
        display: none; } }
    @media (min-width: 992px) {
      .newsletter .form-group .hide-desk {
        display: none; } }
  .newsletter__error, .newsletter__success {
    display: none; }
  @media (max-width: 991.98px) {
    .newsletter .newsletter__input {
      margin-right: 10px; } }

.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: 992px) and (max-width: 1399.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; }

.home__experiences {
  background-color: #ffcc00;
  position: relative; }
  @media (max-width: 991.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: 768px) and (max-width: 991.98px) {
    .home__experiences:before {
      max-width: 400px;
      height: 470px;
      top: 480px;
      background-size: 380px; } }
  @media (min-width: 1400px) {
    .home__experiences {
      background-image: url(../img/desktop-bg/home/home-bg.png);
      background-position: top center;
      background-repeat: no-repeat; } }
  @media (min-width: 1700px) {
    .home__experiences {
      background-position: left -75px  top -24px;
      background-size: contain; } }
  @media (max-width: 767.98px) {
    .home__experiences p {
      line-height: 1; } }
  .home__experiences .video-container {
    max-width: 100%;
    position: relative;
    padding-top: 8rem; }
    @media (min-width: 1400px) {
      .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: 768px) and (max-width: 991.98px) {
        .home__experiences .video-container iframe {
          height: 560px; } }
      @media (min-width: 992px) {
        .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: 991.98px) {
      .home__experiences .home__title h2 {
        font-size: 55px; } }
  .home__experiences__wrapper {
    position: relative; }
    @media (min-width: 992px) {
      .home__experiences__wrapper .bg-graph {
        position: relative;
        bottom: 0;
        height: 380px;
        margin-top: -380px;
        background-color: #514988; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .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: 991.98px) {
      .home__experiences__slider {
        order: 2; } }
    @media (max-width: 1399.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: 991.98px) {
        .home__experiences__slider .slide__image {
          height: 500px; } }
      @media (min-width: 992px) {
        .home__experiences__slider .slide__image {
          height: 800px; } }
      @media (min-width: 1400px) {
        .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: 1399.98px) {
          .home__experiences__slider .slide__text .home__experiences__thumbs {
            display: block !important; } }
        @media (max-width: 767.98px) {
          .home__experiences__slider .slide__text .home__experiences__thumbs {
            margin-bottom: 0.2rem;
            font-size: 32px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .home__experiences__slider .slide__text .home__experiences__thumbs {
            font-size: 40px; } }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .home__experiences__slider .slide__text .home__experiences__thumbs {
            font-size: 65px;
            max-width: 53vw; } }
        @media (min-width: 1400px) {
          .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: 991.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: 992px) and (max-width: 1399.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: 1400px) {
        .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: 991.98px) {
      .home__experiences__slider .nav-absolute {
        top: 50%; } }
  .home__experiences__thumbs {
    width: 100%;
    pointer-events: none;
    cursor: default; }
    @media (max-width: 1399.98px) {
      .home__experiences__thumbs {
        display: none; } }
    @media (min-width: 1400px) {
      .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: 768px) {
          .home__experiences__thumbs .slide p {
            color: white;
            font-size: 70px; } }
        @media (min-width: 992px) {
          .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: 767.98px) {
  .home__experiences__thumbs .swiper-wrapper {
    margin-left: 0; } }

.home__tickets {
  background-color: #514988;
  position: relative; }
  @media (min-width: 992px) {
    .home__tickets .z-index {
      z-index: 3; } }
  .home__tickets .container {
    padding: 0; }
    @media (min-width: 992px) and (max-width: 1399.98px) {
      .home__tickets .container {
        padding: 0;
        padding-left: 15px; } }
  @media (max-width: 991.98px) {
    .home__tickets {
      padding-bottom: 300px; }
      .home__tickets:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 327px;
        bottom: 70px;
        margin-bottom: -70px;
        right: 0;
        background-image: url(../img/mobile-bg/home/blue-stair.png);
        background-position-x: right;
        background-repeat: no-repeat; }
      .home__tickets:after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 300px;
        bottom: -50px;
        background-image: url(../img/assets/mask-cat.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 260px;
        z-index: 2; } }
  @media (min-width: 992px) {
    .home__tickets:after {
      display: block;
      position: absolute;
      content: "";
      width: calc(100vw - 320px);
      right: 320px;
      bottom: -177px;
      background-image: url(../img/desktop-bg/home/5_objects.png);
      background-repeat: no-repeat;
      height: 702px;
      background-position: right bottom;
      margin-top: -634px;
      z-index: 1; } }

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1399.98px) {
  .home__tickets .text-shadow {
    margin-top: 80px; } }

@media (min-width: 992px) and (min-width: 1400px) {
  .home__tickets .text-shadow {
    margin-top: 180px; } }
  @media (min-width: 1400px) {
    .home__tickets:after {
      width: calc(100vw - 520px);
      right: 510px; } }
  @media (min-width: 1600px) {
    .home__tickets:after {
      right: 630px;
      width: calc(100vw - 647px); } }
  @media (min-width: 1400px) and (max-width: 1530px) {
    .home__tickets {
      background-position-x: -370px;
      background-position-y: -250px; } }
  @media (min-width: 1400px) {
    .home__tickets:before {
      display: block;
      content: '';
      position: absolute;
      top: 50px;
      left: 940px;
      width: calc(100vw - 959px);
      height: 512px;
      background-image: url(../img/desktop-bg/home/rastabot.png);
      background-repeat: no-repeat; } }
  @media (min-width: 1600px) and (max-width: 1900px) {
    .home__tickets:before {
      left: 1070px;
      width: calc(100vw - 1090px); } }
  @media (min-width: 1900px) {
    .home__tickets:before {
      left: auto;
      right: 0;
      width: 850px; } }
  @media (max-width: 991.98px) {
    .home__tickets .container:first-child {
      position: relative; }
      .home__tickets .container:first-child:after {
        background-image: url(../img/mobile-bg/home/purple-stair.png);
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: right;
        display: block;
        content: '';
        position: absolute;
        bottom: 260px;
        right: 0;
        height: 327px;
        background-color: #ffcc00;
        width: 100vw;
        z-index: 0; }
      .home__tickets .container:first-child .col-lg-11 {
        z-index: 2; } }
  .home__tickets .container .text-shadow {
    margin-left: 0px;
    font-size: 65px; }
    @media (max-width: 767.98px) {
      .home__tickets .container .text-shadow {
        margin-left: 10px;
        padding-top: 50px; } }
    @media (min-width: 768px) {
      .home__tickets .container .text-shadow {
        font-size: 70px; } }
    @media (min-width: 1400px) {
      .home__tickets .container .text-shadow {
        font-size: 100px; } }
  .home__tickets__subtitle {
    font-family: 'urw-din-cond';
    font-weight: normal;
    font-size: 30px;
    font-style: italic;
    text-align: left;
    color: white;
    text-transform: initial;
    line-height: 1.14; }
    @media (max-width: 991.98px) {
      .home__tickets__subtitle {
        font-size: 25px;
        padding: 5vw 0 12vw;
        margin-left: 10px; } }
    @media (min-width: 992px) {
      .home__tickets__subtitle {
        max-width: 620px;
        font-size: 30px;
        padding: 2vw 0;
        margin-bottom: 75px; } }
    @media (min-width: 1400px) {
      .home__tickets__subtitle {
        margin-bottom: 75px;
        font-size: 30px;
        line-height: 35px; } }
  @media (max-width: 991.98px) {
    .home__tickets__slider {
      width: 95%; } }
  @media (max-width: 991.98px) {
    .home__tickets__slider {
      position: relative; } }
  @media (min-width: 992px) {
    .home__tickets__slider .row {
      justify-content: space-between;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 30vh; } }
  @media (max-width: 991.98px) {
    .home__tickets__slider .row {
      margin: 0; } }
  @media (max-width: 991.98px) {
    .home__tickets__slider .nav-absolute {
      top: 220px;
      transform: translate(-50%, 0); } }
  @media (min-width: 992px) {
    .home__tickets__slider .nav-absolute {
      display: none; } }
  .home__tickets__thumbs {
    width: 85%;
    margin: 0 auto 40px; }
    @media (min-width: 992px) {
      .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;
      color: white;
      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; }
  @media (max-width: 991.98px) {
    .home__tickets .ticket {
      padding: 0; } }
  .home__tickets .ticket :nth-child(1) .ticket__image {
    margin-bottom: 200px; }
  .home__tickets .ticket__image {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .home__tickets .ticket__image--no-image {
      border: 1px solid white;
      border-radius: 5px; }
      @media (max-width: 991.98px) {
        .home__tickets .ticket__image--no-image {
          height: 300px; } }
      @media (min-width: 992px) {
        .home__tickets .ticket__image--no-image {
          height: 350px; } }
      @media (min-width: 1400px) {
        .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 {
      max-width: 100%; }
  .home__tickets .ticket__item {
    font-weight: 300;
    font-style: italic;
    padding: 25px 20px;
    margin: 0 40px; }
    @media (min-width: 992px) {
      .home__tickets .ticket__item {
        padding: 25px 0px;
        margin: 0; } }
    @media (max-width: 1399.98px) {
      .home__tickets .ticket__item {
        font-size: 20px; } }
    @media (min-width: 1400px) {
      .home__tickets .ticket__item {
        font-size: 20px; } }
    .home__tickets .ticket__item--enable {
      color: white;
      border-bottom: solid 1px #686698; }
      .home__tickets .ticket__item--enable:last-child {
        border-bottom: none; }
  .home__tickets .ticket__disclaimer {
    color: white;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.1; }
    @media (max-width: 767.98px) {
      .home__tickets .ticket__disclaimer {
        margin-top: 15px; } }
    .home__tickets .ticket__disclaimer__small {
      font-size: 14px;
      margin-top: 25px; }
      @media (max-width: 767.98px) {
        .home__tickets .ticket__disclaimer__small {
          margin-bottom: 10px;
          max-width: 320px; } }
  .home__tickets .ticket .buy-ticket, .home__tickets .ticket .buy-ticket-dge, .home__tickets .ticket .buy-ticket-home {
    margin-bottom: 4px;
    border: 1px solid #000; }
  .home__tickets .ticket .btn {
    width: 100%; }
    @media (max-width: 991.98px) {
      .home__tickets .ticket .btn {
        width: 99%; } }
  .home__tickets .ticket .see-more {
    font-weight: 700;
    margin: 15px 0;
    border: 1px solid #000; }

@media (min-width: 992px) {
  #tickets__container .ticket {
    padding: 0;
    max-width: 280px !important; } }

.home__news {
  background-color: #e33881;
  padding: 150px 0 80px 0px;
  position: relative; }
  @media (max-width: 991.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: 992px) {
    .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: 992px) {
    .home__news__title {
      padding: 4.16667vw 0 7.29167vw; } }
  @media (min-width: 1400px) {
    .home__news__title {
      padding: 30px 0 140px; } }
  @media (min-width: 992px) {
    .home__news__title h2 {
      font-size: 50px; } }
  @media (min-width: 1400px) {
    .home__news__title h2 {
      font-size: 85px; } }
  .home__news__title p {
    font-weight: 900; }
    @media (max-width: 991.98px) {
      .home__news__title p {
        font-size: 50px;
        line-height: 50px; } }
    @media (min-width: 992px) {
      .home__news__title p {
        line-height: 5.20833vw; } }
    @media (min-width: 1400px) {
      .home__news__title p {
        line-height: 100px; } }
  @media (max-width: 991.98px) {
    .home__news__slider {
      padding-top: 36px;
      z-index: 2; } }
  .home__news__slider .slide {
    width: 280px; }
    @media (min-width: 768px) {
      .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: 768px) {
      .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: 768px) {
      .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: 768px) {
      .home__news__slider .slide {
        width: 400px; } }
    @media (max-width: 767.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: 991.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: 768px) {
          .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: 991.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: 992px) {
            .home__news__slider .slide__card__text p,
            .home__news__slider .slide__card__text h3 {
              font-size: 20px; } }
          @media (min-width: 1400px) {
            .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: 992px) {
            .home__news__slider .slide__card__text span {
              font-size: 17px; } }
          @media (min-width: 1400px) {
            .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: 768px) {
        .home__news__slider .slide.swiper-slide-active::before {
          top: 28px; } }
      @media (min-width: 992px) {
        .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: 767.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: 992px) {
  .home__news > .swiper-container {
    margin-bottom: -180px; } }

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

.home__doubts {
  background-color: #00ffff;
  position: relative; }
  @media (min-width: 1400px) {
    .home__doubts {
      background-image: url(../img/desktop-bg/home/doubts-bg.png);
      background-repeat: no-repeat;
      background-position-x: center;
      padding-top: 300px; } }
  @media (max-width: 991.98px) {
    .home__doubts::before {
      content: '';
      background-image: url(../img/mobile-bg/home/doubts-top-bg.png);
      background-repeat: no-repeat;
      background-position-x: center;
      height: 202px;
      width: 100%;
      display: block;
      position: relative;
      margin-top: 30px; } }
  .home__doubts .container:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1; }
    .home__doubts .container:first-child .row {
      max-width: 1400px;
      padding-bottom: 8rem; }
      @media (max-width: 991.98px) {
        .home__doubts .container:first-child .row {
          padding-bottom: 6rem; } }
  .home__doubts__acordion {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 992px) {
      .home__doubts__acordion::before {
        content: '';
        display: block;
        position: relative;
        background-image: url(../img/desktop-bg/home/doubts-box.svg);
        background-position: bottom center;
        background-size: initial;
        background-repeat: no-repeat;
        background-position-x: left;
        height: 233px;
        width: 100%;
        top: -20px;
        left: -110px; } }
    @media (min-width: 1400px) {
      .home__doubts__acordion::before {
        top: -75px; } }
    @media (max-width: 575.98px) {
      .home__doubts__acordion {
        padding: 50px 0 20px; } }
    @media (min-width: 576px) {
      .home__doubts__acordion {
        padding: 30px 0 20px; } }
    @media (min-width: 992px) and (max-width: 1399.98px) {
      .home__doubts__acordion {
        padding-top: 220px; } }
    @media (min-width: 1400px) {
      .home__doubts__acordion {
        padding: 0; } }
    @media (min-width: 1600px) {
      .home__doubts__acordion {
        padding: 0 0;
        width: 1400px; } }
    .home__doubts__acordion .item {
      font-family: 'urw-din-cond';
      background-color: #53488c;
      border: 2px solid #000;
      border-radius: 20px;
      padding: 12px 20px;
      margin-bottom: 15px;
      position: relative;
      transition: ease 0.3s; }
      .home__doubts__acordion .item br {
        display: none; }
      .home__doubts__acordion .item h3 {
        color: white;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        text-transform: none;
        font-weight: normal;
        font-size: 25px;
        transition: ease 0.3s; }
        @media (max-width: 991.98px) {
          .home__doubts__acordion .item h3 {
            font-size: 15px; } }
        @media (min-width: 992px) {
          .home__doubts__acordion .item h3 {
            font-size: 25px; } }
      .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;
        font-size: 20px;
        line-height: 1.4; }
        @media (max-width: 991.98px) {
          .home__doubts__acordion .item p {
            font-size: 16px;
            line-height: 1.25; } }
      .home__doubts__acordion .item icon {
        color: #000;
        font-size: 20px;
        -webkit-text-stroke: 0.5px black; }
        .home__doubts__acordion .item icon::before {
          padding: 5px;
          background-color: #fff;
          height: 32px;
          border: 1px solid #000;
          border-radius: 50%;
          box-shadow: 1px 2px #000;
          font-weight: 900; }
        @media (max-width: 991.98px) {
          .home__doubts__acordion .item icon {
            font-size: 12px; }
            .home__doubts__acordion .item icon::before {
              height: 22px; } }
      .home__doubts__acordion .item--open {
        background-color: #fff;
        border-color: #000;
        box-shadow: 3px 3px #000; }
        .home__doubts__acordion .item--open h3 {
          color: #000; }
        .home__doubts__acordion .item--open p {
          padding-top: 15px;
          max-height: 1000px; }
  .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: 991.98px) {
      .home__doubts .btn-doubts {
        width: 100%; } }

.cosplay_poll {
  background-color: #e33881;
  display: flex; }
  @media (max-width: 991.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: 1399.98px) {
      .cosplay_poll__title {
        font-size: 2.8125vw;
        padding: 2.60417vw 0 2.34375vw; } }
    @media (max-width: 991.98px) {
      .cosplay_poll__title {
        font-size: 54px;
        padding: 46px 0 44px;
        margin-top: 40px; } }
    @media (max-width: 767.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: 1399.98px) {
      .cosplay_poll__gallery {
        width: calc(100% - 33.33333vw);
        height: 50vw; } }
    @media (max-width: 991.98px) {
      .cosplay_poll__gallery {
        width: 100%;
        height: 700px; } }
    @media (max-width: 767.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: 1399.98px) {
        .cosplay_poll__gallery__main {
          height: calc(100% - 5.72917vw); } }
      @media (max-width: 991.98px) {
        .cosplay_poll__gallery__main {
          height: calc(100% - 100px); } }
      @media (max-width: 767.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: 1399.98px) {
        .cosplay_poll__gallery__thumbs {
          height: 5.72917vw;
          padding: 0.52083vw; } }
      @media (max-width: 991.98px) {
        .cosplay_poll__gallery__thumbs {
          height: 110px;
          padding: 10px; } }
      @media (max-width: 767.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: 1399.98px) {
      .cosplay_poll__info {
        width: 33.33333vw; } }
    @media (max-width: 991.98px) {
      .cosplay_poll__info {
        width: 100%; } }
  .cosplay_poll .info__details {
    flex-grow: 1;
    padding: 65px 50px; }
    @media (max-width: 1399.98px) {
      .cosplay_poll .info__details {
        padding: 3.38542vw 2.60417vw; } }
    @media (max-width: 991.98px) {
      .cosplay_poll .info__details {
        padding: 40px; } }
    @media (max-width: 767.98px) {
      .cosplay_poll .info__details {
        padding: 5.20833vw; } }
  .cosplay_poll .info__artist {
    font-size: 47px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 1399.98px) {
      .cosplay_poll .info__artist {
        font-size: 2.44792vw;
        margin-bottom: 1.04167vw; } }
    @media (max-width: 991.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: 767.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: 1399.98px) {
      .cosplay_poll .info__details p {
        font-size: 1.35417vw; } }
    @media (max-width: 991.98px) {
      .cosplay_poll .info__details p {
        font-size: 34px; } }
    @media (max-width: 767.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: 1399.98px) {
      .cosplay_poll .info__details hr {
        margin: 2.08333vw -0.78125vw; } }
    @media (max-width: 991.98px) {
      .cosplay_poll .info__details hr {
        margin: 40px -15px; } }
    @media (max-width: 767.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: 1399.98px) {
      .cosplay_poll .info__actions {
        padding: 2.03125vw 1.04167vw 1.82292vw; } }
    @media (max-width: 991.98px) {
      .cosplay_poll .info__actions {
        order: -1;
        padding: 20px 20px 25px; } }
    @media (max-width: 767.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: 1399.98px) {
        .cosplay_poll .info__actions .btn {
          font-size: 1.25vw; } }
      @media (max-width: 991.98px) {
        .cosplay_poll .info__actions .btn {
          font-size: 42px;
          padding: 24px 0; } }
      @media (max-width: 767.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: 1399.98px) {
          .cosplay_poll .info__actions .btn img {
            max-width: 1.875vw;
            max-height: 1.875vw; } }
        @media (max-width: 991.98px) {
          .cosplay_poll .info__actions .btn img {
            max-width: 64px;
            max-height: 64px; } }
        @media (max-width: 767.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: 1399.98px) {
        .cosplay_poll .info__actions p {
          margin-top: 1.25vw;
          font-size: 0.98958vw; } }
      @media (max-width: 1399.98px) {
        .cosplay_poll .info__actions p {
          margin-top: 30px;
          font-size: 26px; } }
      @media (max-width: 767.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: 992px) {
      .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: 992px) {
        .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: 992px) {
        .products-modal__modal__body form {
          width: 475px; } }
      .products-modal__modal__body form label[for=terms] {
        padding: 10px; }
        @media (max-width: 1399.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: 1399.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: 991.98px) {
      .products-modal__modal__header {
        width: 340px;
        padding: 0 5px 10px 0;
        position: relative;
        right: 0; } }
    @media (min-width: 992px) {
      .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: 991.98px) {
  .products-modal__slider .swiper-slide {
    padding: 0 45px; } }

@media (min-width: 992px) {
  .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: 991.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: 991.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: 991.98px) {
    .closing__top {
      height: auto;
      max-height: unset;
      min-height: 60vh;
      padding: 0 20px; } }
  @media (max-width: 991.98px) {
    .closing__top:first-of-type {
      margin-top: 40px; } }
  .closing__top:nth-child(even) {
    background-color: #514988; }
    @media (min-width: 992px) {
      .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: 991.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: 991.98px) {
        .closing__top .description h2 {
          font-size: 6.51042vw; } }
      @media (max-width: 991.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: 991.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: 991.98px) {
        .closing__top .observation h4 {
          font-size: 4.6875vw; } }
      @media (max-width: 1399.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: 991.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: 991.98px) {
    .closing__experiences__wrapper {
      display: flex;
      flex-direction: column; } }

.closing__experiences__slider {
  position: relative;
  width: 100%; }
  @media (max-width: 991.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: 991.98px) {
        .closing__experiences__slider .slide__image {
          height: 60vh; } }
      @media (min-width: 992px) {
        .closing__experiences__slider .slide__image {
          height: 80vh; } }
      @media (max-width: 1699.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: 991.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: 992px) {
        .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: 991.98px) {
    .closing__experiences__slider .nav-absolute {
      top: 30%; } }

.closing__experiences__thumbs {
  width: 100%; }
  @media (max-width: 991.98px) {
    .closing__experiences__thumbs {
      position: absolute;
      top: 60vh; } }
  @media (min-width: 992px) {
    .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: 768px) {
      .closing__experiences__thumbs .slide {
        color: white; } }
    @media (min-width: 992px) {
      .closing__experiences__thumbs .slide {
        opacity: 0.2;
        font-size: 50px;
        padding: 0; } }
    @media (min-width: 1400px) {
      .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: 767.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: 992px) {
    .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: 991.98px) {
      .closing__message__description {
        padding: 120px 0;
        font-size: 7.16146vw; } }
    @media (max-width: 1399.98px) {
      .closing__message__description {
        font-size: 7.8125vw; } }
    .closing__message__description strong {
      color: #e33881; }

.closing__mosaic .swiper-wrapper {
  /* slide */ }
  @media (min-width: 992px) {
    .closing__mosaic .swiper-wrapper {
      display: initial !important; } }
  .closing__mosaic .swiper-wrapper .swiper-slide {
    align-items: center;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .closing__mosaic .swiper-wrapper .swiper-slide {
        flex-direction: column; } }
    @media (min-width: 992px) {
      .closing__mosaic .swiper-wrapper .swiper-slide {
        height: 960px;
        max-height: 960px; } }
    @media (min-width: 992px) {
      .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: 991.98px) {
        .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text {
          padding: 35px 20px; } }
      @media (min-width: 992px) {
        .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text {
          padding: 0 2.60417vw; } }
      @media (min-width: 1400px) {
        .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: 991.98px) {
          .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .title * {
            font-size: 6.51042vw;
            margin-bottom: 15px; } }
        @media (min-width: 992px) {
          .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .title * {
            font-size: 3.125vw;
            margin-bottom: 30px; } }
        @media (min-width: 1400px) {
          .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: 991.98px) {
          .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .description * {
            font-size: 5.20833vw; } }
        @media (min-width: 992px) {
          .closing__mosaic .swiper-wrapper .swiper-slide .closing__mosaic__text .description * {
            font-size: 20px; } }
        @media (min-width: 1400px) {
          .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: 991.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: 992px) {
    .closing__mosaic .nav-absolute {
      display: none; } }

.closing__thankyou {
  background-color: #ffcc00;
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .closing__thankyou {
      height: 30vh; } }
  @media (min-width: 992px) {
    .closing__thankyou {
      padding: 150px 0 80px; } }
  @media (max-width: 991.98px) {
    .closing__thankyou .marquee p {
      font-size: 55px; } }
  @media (min-width: 992px) {
    .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: black;
  position: fixed;
  top: 0;
  left: 0;
  color: white;
  z-index: 999;
  font-weight: 800; }
  .header .col-6 {
    padding: 0;
    padding-right: 15px; }
  @media (min-width: 992px) {
    .header .col-lg-2 {
      padding-left: 0;
      padding-right: 15px; } }
  @media (max-width: 991.98px) {
    .header {
      padding: 15px 0; } }
  .header__logo img {
    max-width: 100%; }
    @media (min-width: 1600px) {
      .header__logo img {
        max-width: 90%; } }
  .header .container {
    position: relative; }
  .header .row {
    align-items: center; }
    .header .row .col-6 {
      position: initial; }
      @media (max-width: 991.98px) {
        .header .row .col-6 {
          justify-content: flex-end; } }
      @media (min-width: 992px) {
        .header .row .col-6 {
          align-items: center; } }
  .header .icon-menu {
    color: white;
    font-size: 30px; }
  .header__links {
    width: 100%;
    height: 100%;
    display: flex; }
    @media (max-width: 991.98px) {
      .header__links {
        position: fixed;
        height: 100%;
        background: black;
        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 .icon-close {
      font-size: 50px;
      background: transparent;
      border: 0;
      color: white;
      position: absolute;
      right: 15px;
      top: 15px; }
  @media (min-width: 992px) {
    .header .go-portal,
    .header .buy-ticket {
      padding: 0 10px;
      height: 50px;
      font-size: 15px; } }
  @media (min-width: 1400px) {
    .header .go-portal,
    .header .buy-ticket {
      padding: 0 10px;
      font-size: 16px; } }
  .header__mobile-bar {
    position: fixed;
    width: 100%;
    top: 59px;
    z-index: 3;
    background: black;
    justify-content: flex-end; }
    .header__mobile-bar .buy-ticket,
    .header__mobile-bar .go-portal {
      width: 100%;
      height: 45px; }
    .header__mobile-bar .buy-ticket:only-child {
      width: 100%; }

.footer {
  width: 100%;
  background-color: white;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
  /* newsletter */ }
  .footer__social {
    padding: 20px 0 30px 0;
    background-color: #e33881; }
    .footer__social ul {
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
    .footer__social li {
      margin: 0 20px; }
    .footer__social li > a {
      font-size: 26px; }
  .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%;
    border-top: solid 2px #000;
    background-color: #e33881; }
    @media (max-width: 991.98px) {
      .footer__newsletter {
        padding: 0; } }
    .footer__newsletter form {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      position: relative; }
      @media (max-width: 991.98px) {
        .footer__newsletter form {
          width: 100%;
          max-width: 600px;
          margin: 0 auto; } }
      .footer__newsletter form .message {
        width: 75%;
        padding: 5px;
        color: white;
        text-transform: uppercase;
        margin: 0 auto 10px;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 991.98px) {
          .footer__newsletter form .message {
            background-color: #e33881; } }
      .footer__newsletter form h3 {
        font-family: 'urw-din-cond';
        color: white;
        margin: 0 22px 26px;
        font-size: 25px;
        line-height: 32px;
        font-style: italic;
        text-transform: uppercase;
        text-align: center;
        font-weight: 900; }
        @media (max-width: 991.98px) {
          .footer__newsletter form h3 {
            margin: 20px 0;
            width: 90%; } }
        @media (min-width: 992px) {
          .footer__newsletter form h3 {
            margin: 15px 0; } }
      @media (max-width: 991.98px) {
        .footer__newsletter form .form-group {
          width: 100%;
          padding: 10px 10px 0px 10px; } }
      @media (min-width: 992px) {
        .footer__newsletter form .form-group {
          width: 70%;
          max-width: 600px; } }
      .footer__newsletter form .newsletter__input {
        border: solid 2px #000;
        border-radius: 25px;
        padding: 13px 32px;
        font-size: 20px;
        width: 80%;
        height: 50px;
        outline: none; }
        .footer__newsletter form .newsletter__input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: black; }
        .footer__newsletter form .newsletter__input::-moz-placeholder {
          /* Firefox 19+ */
          color: black; }
        .footer__newsletter form .newsletter__input:-ms-input-placeholder {
          /* IE 10+ */
          color: black; }
        .footer__newsletter form .newsletter__input:-moz-placeholder {
          /* Firefox 18- */
          color: black; }
      .footer__newsletter form button {
        border: 2px solid #000;
        border-radius: 25px;
        background-color: #ffc100;
        color: black;
        outline: none;
        text-transform: uppercase;
        height: 50px;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 20px;
        margin-left: 15px; }
        @media (max-width: 991.98px) {
          .footer__newsletter form button {
            width: 30%;
            margin: 0 0 -1px 0; } }
        @media (min-width: 992px) {
          .footer__newsletter form button {
            width: 20%; } }
      .footer__newsletter form .newsletter__lgpd {
        padding: 15px 15px 10px;
        color: white;
        font-size: 18px; }
        .footer__newsletter form .newsletter__lgpd a {
          color: white;
          text-decoration: underline; }
        .footer__newsletter form .newsletter__lgpd #lgpdCheck {
          height: 15px;
          width: 15px;
          appearance: checkbox; }
        .footer__newsletter form .newsletter__lgpd p {
          display: inline;
          margin-left: 5px; }
        .footer__newsletter form .newsletter__lgpd__error {
          display: none; }
  .footer__brands {
    padding: 60px 0 0px;
    position: relative; }
    .footer__brands__wrapper {
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .footer__brands__wrapper {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start; } }
      @media (min-width: 992px) {
        .footer__brands__wrapper {
          max-width: 1100px;
          margin: 0 auto; } }
    .footer__brands ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      @media (max-width: 991.98px) {
        .footer__brands ul {
          justify-content: center; } }
      .footer__brands ul p {
        width: 100%;
        flex-shrink: 0;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500; }
        @media (max-width: 991.98px) {
          .footer__brands ul p {
            text-align: center; } }
      .footer__brands ul li {
        flex-shrink: 0;
        width: max-content; }
        @media (max-width: 991.98px) {
          .footer__brands ul li {
            margin: 10px 0;
            padding: 0 10px; } }
        @media (min-width: 992px) {
          .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: 1399.98px) {
              .footer__brands ul li a img {
                max-width: 300px;
                max-height: 60px; } }

/** lgpd **/
#lgpd-wrapper {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #e33881;
  color: #fff;
  padding: 20px;
  width: calc(100% - 40px);
  align-items: center;
  font-size: 1.35em;
  letter-spacing: 1px; }
  #lgpd-wrapper.active {
    display: flex; }
  @media (max-width: 991.98px) {
    #lgpd-wrapper {
      flex-direction: column; } }
  @media (min-width: 768px) {
    #lgpd-wrapper .row {
      align-items: center;
      justify-content: center; } }
  #lgpd-wrapper .row p {
    font-size: 18px; }
    @media (max-width: 767.98px) {
      #lgpd-wrapper .row p {
        padding: 0;
        text-align: center; } }
    @media (min-width: 768px) {
      #lgpd-wrapper .row p {
        padding: 0 20px; } }
  #lgpd-wrapper .row a {
    color: white;
    text-decoration: underline; }
  #lgpd-wrapper .row #lgpd-button {
    line-height: 1; }
    @media (max-width: 767.98px) {
      #lgpd-wrapper .row #lgpd-button {
        padding: 10px 15px;
        width: 100%;
        margin: 10px auto 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #lgpd-wrapper .row #lgpd-button {
        float: right;
        margin-top: 10px; } }

.home {
  background-color: #ffcc00; }
  .home__spotlight {
    background-color: #ffc100;
    background: linear-gradient(90deg, #ffc100 50%, #e33881 50%); }
    @media (min-width: 991px) {
      .home__spotlight .container {
        padding-right: 0;
        padding-left: 0;
        max-width: 100vw; } }
    @media (min-width: 1400px) {
      .home__spotlight::after {
        content: "";
        display: block;
        height: 80px;
        width: 100%;
        position: absolute;
        top: 0;
        left: -400px;
        z-index: 2;
        background-repeat: no-repeat;
        background-image: url(../img/desktop-bg/home/pink-bars.png);
        background-position-y: bottom; }
      .home__spotlight::before {
        content: "";
        display: block;
        height: 80px;
        width: 100%;
        position: absolute;
        bottom: 0;
        right: -380px;
        z-index: 2;
        background-repeat: no-repeat;
        background-image: url(../img/desktop-bg/home/yellow-bars.png);
        background-position-x: right;
        background-position-y: top; } }
    @media (min-width: 1800px) {
      .home__spotlight:before {
        right: -200px; } }
    @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__cta {
      height: 580px;
      display: flex; }
      @media (min-width: 1400px) {
        .home__spotlight__cta {
          justify-content: center; } }
      @media (min-width: 992px) {
        .home__spotlight__cta {
          height: 770px; } }
      @media (min-width: 1400px) {
        .home__spotlight__cta {
          height: 900px; } }
      .home__spotlight__cta .ccxp21__wrapper, .home__spotlight__cta .ccxp22__wrapper {
        font-weight: bold; }
        .home__spotlight__cta .ccxp21__wrapper a, .home__spotlight__cta .ccxp22__wrapper a {
          border: 1px solid #000; }
        @media (min-width: 992px) {
          .home__spotlight__cta .ccxp21__wrapper, .home__spotlight__cta .ccxp22__wrapper {
            height: 100%;
            flex-grow: 1; } }
      .home__spotlight__cta .ccxp21__wrapper, .home__spotlight__cta .ccxp22__wrapper {
        background-color: #ffc100;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 40px; }
        @media (max-width: 1399.98px) {
          .home__spotlight__cta .ccxp21__wrapper, .home__spotlight__cta .ccxp22__wrapper {
            height: 100%; } }
        @media (min-width: 992px) {
          .home__spotlight__cta .ccxp21__wrapper, .home__spotlight__cta .ccxp22__wrapper {
            height: 100%;
            width: 50%;
            padding: 0 30px; } }
        @media (min-width: 1400px) {
          .home__spotlight__cta .ccxp21__wrapper, .home__spotlight__cta .ccxp22__wrapper {
            align-items: flex-end;
            padding: 0; } }
      .home__spotlight__cta .ccxp21__container, .home__spotlight__cta .ccxp22__container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; }
        .home__spotlight__cta .ccxp21__container__text, .home__spotlight__cta .ccxp22__container__text {
          width: 340px; }
        .home__spotlight__cta .ccxp21__container__buttons, .home__spotlight__cta .ccxp22__container__buttons {
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 280px; }
        .home__spotlight__cta .ccxp21__container__santander, .home__spotlight__cta .ccxp22__container__santander {
          width: 260px;
          height: 40px;
          margin-bottom: 35px; }
        .home__spotlight__cta .ccxp21__container .btn, .home__spotlight__cta .ccxp22__container .btn {
          width: 280px;
          background-color: #e33881;
          color: white; }
        @media (max-width: 991.98px) {
          .home__spotlight__cta .ccxp21__container, .home__spotlight__cta .ccxp22__container {
            align-items: center;
            margin-bottom: 90px; } }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .home__spotlight__cta .ccxp21__container, .home__spotlight__cta .ccxp22__container {
            align-items: flex-start;
            margin-bottom: 90px; } }
        @media (min-width: 1400px) {
          .home__spotlight__cta .ccxp21__container, .home__spotlight__cta .ccxp22__container {
            width: 100%;
            max-width: 680px; } }
        @media (min-width: 1600px) {
          .home__spotlight__cta .ccxp21__container, .home__spotlight__cta .ccxp22__container {
            max-width: 700px; } }
        @media (max-width: 991.98px) {
          .home__spotlight__cta .ccxp21__container .date, .home__spotlight__cta .ccxp22__container .date {
            text-align: center; } }
        .home__spotlight__cta .ccxp21__container .date span, .home__spotlight__cta .ccxp22__container .date span {
          font-weight: 500;
          text-transform: uppercase;
          font-style: normal;
          font-size: 18px;
          line-height: 23px; }
          @media (max-width: 1399.98px) {
            .home__spotlight__cta .ccxp21__container .date span, .home__spotlight__cta .ccxp22__container .date span {
              font-size: 15px;
              line-height: 19px;
              width: 100%;
              margin: 0 auto; } }
        .home__spotlight__cta .ccxp21__container .date img, .home__spotlight__cta .ccxp22__container .date img {
          margin-top: 15px;
          width: 245px;
          height: 155px; }
        .home__spotlight__cta .ccxp21__container span, .home__spotlight__cta .ccxp22__container span {
          font-size: 18px;
          line-height: 23px;
          font-weight: 500;
          text-align: center;
          font-style: italic; }
          @media (max-width: 1399.98px) {
            .home__spotlight__cta .ccxp21__container span, .home__spotlight__cta .ccxp22__container span {
              max-width: 100%; } }
          @media (min-width: 992px) {
            .home__spotlight__cta .ccxp21__container span, .home__spotlight__cta .ccxp22__container span {
              font-size: 25px;
              line-height: 32px;
              text-align: left; } }
      .home__spotlight__cta .ccxp22__wrapper {
        background-color: #e33881; }
        @media (min-width: 1400px) {
          .home__spotlight__cta .ccxp22__wrapper {
            align-items: flex-start; } }
      @media (min-width: 992px) {
        .home__spotlight__cta .ccxp22__container {
          align-items: flex-end; } }
      .home__spotlight__cta .ccxp22__container .date {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        @media (min-width: 992px) {
          .home__spotlight__cta .ccxp22__container .date {
            height: 193px; } }
        .home__spotlight__cta .ccxp22__container .date img {
          object-fit: contain;
          width: 310px;
          height: 82px; }
          @media (min-width: 1400px) {
            .home__spotlight__cta .ccxp22__container .date img {
              width: 365px; } }
        .home__spotlight__cta .ccxp22__container .date span {
          color: white; }
          @media (min-width: 992px) {
            .home__spotlight__cta .ccxp22__container .date span {
              text-align: right; } }
      .home__spotlight__cta .ccxp22__container .btn {
        background-color: #ffc100;
        color: #000 !important; }
      .home__spotlight__cta .ccxp22__container span {
        color: white; }
        @media (min-width: 992px) {
          .home__spotlight__cta .ccxp22__container span {
            text-align: right; } }
      @media (min-width: 1400px) {
        .home__spotlight__cta:after {
          content: '';
          display: block;
          background-image: url(../img/assets/raposa.svg);
          background-size: 80%;
          width: 565px;
          height: 119%;
          position: absolute;
          background-repeat: no-repeat;
          background-position: center center; } }
      @media (min-width: 1400px) {
        .home__spotlight__cta:after {
          background-size: 100%;
          height: 100%; } }
    .home__spotlight__sales .ccxp21__wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (min-width: 992px) {
        .home__spotlight__sales .ccxp21__wrapper {
          background-image: url(../img/desktop-bg/home/home-sales-bg.png);
          background-size: cover;
          background-position: center center;
          height: 900px;
          width: 50%; } }
    .home__spotlight__sales .ccxp21__container {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      position: relative;
      padding-top: 40px; }
      @media (max-width: 1399.98px) {
        .home__spotlight__sales .ccxp21__container {
          padding-top: 105px; } }
      .home__spotlight__sales .ccxp21__container:before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        height: 40px;
        width: calc(100% + 2px);
        border-bottom: 2px solid #000;
        background-color: #514988;
        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 (min-width: 992px) {
        .home__spotlight__sales .ccxp21__container {
          width: 340px;
          height: 433px;
          border: 2px solid #000;
          border-radius: 20px; } }
      .home__spotlight__sales .ccxp21__container .date {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        line-height: 23px;
        text-align: center; }
        .home__spotlight__sales .ccxp21__container .date img {
          margin-top: 15px;
          width: 237px;
          height: 152px; }
      .home__spotlight__sales .ccxp21__container__text {
        text-align: center;
        font-style: italic;
        line-height: 32px;
        font-weight: 500;
        font-size: 18px; }
        @media (max-width: 991.98px) {
          .home__spotlight__sales .ccxp21__container__text {
            padding-top: 30px;
            line-height: 23px; } }
        @media (min-width: 992px) {
          .home__spotlight__sales .ccxp21__container__text {
            font-size: 25px; } }
      .home__spotlight__sales .ccxp21__container__buttons .btn {
        width: 280px;
        background-color: #e33881;
        color: white;
        font-weight: bold; }
        .home__spotlight__sales .ccxp21__container__buttons .btn:first-child {
          margin-top: 120px; }
          @media (max-width: 991.98px) {
            .home__spotlight__sales .ccxp21__container__buttons .btn:first-child {
              margin-top: 90px; } }
    .home__spotlight__sales .ccxp22__wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (min-width: 992px) {
        .home__spotlight__sales .ccxp22__wrapper {
          height: 900px;
          width: 50%; } }
    .home__spotlight__sales .ccxp22__container {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 992px) {
        .home__spotlight__sales .ccxp22__container {
          width: 365px;
          height: 433px; } }
      .home__spotlight__sales .ccxp22__container .date {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        line-height: 23px;
        text-align: center;
        padding-top: 120px; }
        .home__spotlight__sales .ccxp22__container .date img {
          margin-top: 15px;
          width: 365px;
          height: 81px; }
          @media (max-width: 1399.98px) {
            .home__spotlight__sales .ccxp22__container .date img {
              width: 90vw;
              object-fit: contain; } }
      .home__spotlight__sales .ccxp22__container__text {
        text-align: center;
        font-style: italic;
        line-height: 32px;
        font-weight: 500;
        padding-top: 60px;
        font-size: 18px; }
        @media (min-width: 992px) {
          .home__spotlight__sales .ccxp22__container__text {
            font-size: 25px; } }
      .home__spotlight__sales .ccxp22__container__buttons .btn {
        width: 280px;
        background-color: #ffc100;
        color: black;
        font-weight: bold; }
        .home__spotlight__sales .ccxp22__container__buttons .btn:first-child {
          margin-top: 120px; }
        @media (max-width: 1399.98px) {
          .home__spotlight__sales .ccxp22__container__buttons .btn {
            margin-bottom: 45px; } }
    .home__spotlight__sales__video {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
    .home__spotlight img {
      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%); }
      @media (max-width: 991.98px) {
        .home__spotlight__video {
          height: 352px;
          min-width: 345px; } }
      @media (min-width: 992px) {
        .home__spotlight__video {
          height: 600px; } }
    .home__spotlight .wrapper {
      width: 100%;
      position: relative;
      max-height: 600px; }
      @media (max-width: 767.98px) {
        .home__spotlight .wrapper {
          height: 360px; } }
      @media (min-width: 768px) {
        .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; }
        @media (max-width: 991.98px) {
          .home__spotlight .wrapper:after {
            display: none; } }
      .home__spotlight .wrapper--subtitles {
        max-height: initial;
        background-color: black; }
        @media (max-width: 767.98px) {
          .home__spotlight .wrapper--subtitles {
            height: 700px; } }
        @media (min-width: 768px) {
          .home__spotlight .wrapper--subtitles {
            height: 900px; } }
        @media (min-width: 992px) {
          .home__spotlight .wrapper--subtitles {
            height: 800px; } }
        @media (min-width: 1400px) {
          .home__spotlight .wrapper--subtitles {
            height: 1073px; } }
        .home__spotlight .wrapper--subtitles:after {
          background: transparent; }
    .home__spotlight__description {
      position: absolute;
      width: 100%;
      bottom: 50px;
      left: 0;
      z-index: 2;
      color: white;
      text-align: center; }
      @media (max-width: 991.98px) {
        .home__spotlight__description {
          padding: 0 15px;
          bottom: 20px; } }
      .home__spotlight__description h2 {
        font-weight: 900; }
        @media (max-width: 991.98px) {
          .home__spotlight__description h2 {
            font-size: 35px;
            line-height: 32px; } }
        @media (min-width: 992px) {
          .home__spotlight__description h2 {
            font-size: 50px; } }
        @media (min-width: 1400px) {
          .home__spotlight__description h2 {
            font-size: 60px; } }
      .home__spotlight__description h3 {
        font-weight: 500;
        font-style: italic;
        margin-top: 7px; }
        @media (max-width: 991.98px) {
          .home__spotlight__description h3 {
            font-size: 20px;
            line-height: 25px; } }
        @media (min-width: 992px) {
          .home__spotlight__description h3 {
            font-size: 21px; } }
        @media (min-width: 1400px) {
          .home__spotlight__description h3 {
            font-size: 25px; } }
      .home__spotlight__description a {
        color: white;
        text-decoration: underline; }
  .home .wrapper-countdown {
    text-transform: uppercase;
    background-color: #ff2aff;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 1399.98px) {
      .home .wrapper-countdown {
        height: auto; } }
    .home .wrapper-countdown .container .row .col {
      padding-left: 0;
      padding-right: 0; }
    @media (max-width: 991.98px) {
      .home .wrapper-countdown {
        padding: 25px 0; } }
    .home .wrapper-countdown .countdown {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: white; }
      @media (max-width: 991.98px) {
        .home .wrapper-countdown .countdown {
          flex-wrap: wrap; } }
      .home .wrapper-countdown .countdown h2 {
        color: black;
        font-size: 30px;
        text-align: center;
        width: 100%;
        display: none; }
      .home .wrapper-countdown .countdown h3 {
        font-family: 'urw-din-cond'; }
        @media (max-width: 991.98px) {
          .home .wrapper-countdown .countdown h3 {
            width: 100%;
            text-align: center;
            font-size: 20px; } }
        @media (min-width: 768px) {
          .home .wrapper-countdown .countdown h3 {
            font-size: 35px; } }
        @media (min-width: 992px) {
          .home .wrapper-countdown .countdown h3 {
            font-size: 25px; } }
        @media (min-width: 1400px) {
          .home .wrapper-countdown .countdown h3 {
            font-size: 40px; } }
        @media (max-width: 991.98px) {
          .home .wrapper-countdown .countdown h3.countdown__text {
            font-size: 40px;
            max-width: 330px; } }
        @media (min-width: 992px) {
          .home .wrapper-countdown .countdown h3.countdown__text {
            font-size: 30px;
            max-width: 300px;
            width: 30%;
            line-height: 1.1; } }
        .home .wrapper-countdown .countdown h3 span:nth-child(1) {
          font-weight: 500;
          font-style: italic; }
        .home .wrapper-countdown .countdown h3 span:nth-child(2) {
          font-weight: 900;
          font-style: italic; }
        .home .wrapper-countdown .countdown h3 span:nth-child(3) {
          font-weight: 300; }
      .home .wrapper-countdown .countdown li {
        display: flex;
        align-items: center;
        margin-top: 1rem;
        margin-bottom: 1rem; }
        @media (max-width: 991.98px) {
          .home .wrapper-countdown .countdown li {
            justify-content: center;
            flex-direction: row; } }
        .home .wrapper-countdown .countdown li span {
          margin: 0 10px 0 0;
          border-radius: 20px;
          padding: 1px 19px 4px; }
          @media (max-width: 991.98px) {
            .home .wrapper-countdown .countdown li span {
              font-size: 50px;
              padding: 0; } }
          @media (min-width: 768px) {
            .home .wrapper-countdown .countdown li span {
              font-size: 70px; } }
          @media (min-width: 992px) {
            .home .wrapper-countdown .countdown li span {
              font-size: 60px;
              margin: 0; } }
          @media (min-width: 1400px) {
            .home .wrapper-countdown .countdown li span {
              font-size: 70px; } }
          .home .wrapper-countdown .countdown li span#countdown__days, .home .wrapper-countdown .countdown li span#countdown__hours, .home .wrapper-countdown .countdown li span#countdown__minutes {
            font-style: italic;
            font-weight: bold;
            color: black; }
        .home .wrapper-countdown .countdown li small {
          font-weight: 900;
          font-style: italic;
          -webkit-text-stroke: 1px #000; }
          @media (max-width: 991.98px) {
            .home .wrapper-countdown .countdown li small {
              -webkit-text-stroke: 0.7px #000;
              font-size: 20px; } }
          @media (min-width: 992px) {
            .home .wrapper-countdown .countdown li small {
              font-size: 22px; } }
          @media (min-width: 1400px) {
            .home .wrapper-countdown .countdown li small {
              font-size: 26px; } }
  @media (max-width: 991.98px) {
    .home__title {
      padding-top: 6rem;
      padding-bottom: 9vw; } }
  @media (min-width: 992px) {
    .home__title {
      padding: 13vw 0; } }
  @media (min-width: 1400px) {
    .home__title h2 {
      font-size: 100px !important; } }
  @media (max-width: 991.98px) {
    .home__title h2 span p {
      max-width: 330px; } }
  @media (min-width: 992px) {
    .home__title h2 span p {
      max-width: 680px; } }
  @media (min-width: 1400px) {
    .home__title h2 span p {
      line-height: 110px; } }
  @media (max-width: 767.98px) {
    .home__title h2 {
      font-size: 16vw; } }
  @media (max-width: 991.98px) {
    .home__title h2 {
      font-size: 10vw; } }
  @media (min-width: 992px) {
    .home__title h2 {
      font-size: 7vw; } }
  @media (min-width: 1400px) {
    .home__title h2 {
      font-size: 95px; } }
  .home__wrapper {
    display: flex;
    flex-direction: column; }

.ccxp21__container__buttons, .ccxp22__container__buttons {
  position: relative; }
  .ccxp21__container__buttons .disclaimer, .ccxp22__container__buttons .disclaimer {
    font-family: 'urw-din-cond';
    font-size: 20px;
    line-height: 26px;
    position: absolute;
    color: white;
    font-weight: 300;
    text-align: right;
    bottom: -75px;
    left: -32px;
    max-width: 320px !important; }
    @media (max-width: 1399.98px) {
      .ccxp21__container__buttons .disclaimer, .ccxp22__container__buttons .disclaimer {
        font-size: 16px;
        line-height: 1;
        left: unset;
        text-align: center;
        margin: 0 auto;
        width: 100%; } }

.ccxp21__container__buttons .disclaimer {
  left: 0px; }

@media (max-width: 991.98px) {
  section.home__spotlight__slider > .swiper-wrapper > .swiper-slide.swiper-slide > .wrapper {
    max-height: 352px;
    height: 352px; } }

@media (min-width: 992px) {
  section.home__spotlight__slider > .swiper-wrapper > .swiper-slide.swiper-slide > .wrapper {
    max-height: 600px;
    height: 600px; } }

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

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

@media (min-width: 1900px) {
  .home__spotlight__img {
    width: 100%; } }

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

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

.a-ccxp {
  font-weight: 400;
  /*** Topo ***/ }
  .a-ccxp .simplebar-content-wrapper {
    overflow: auto !important; }
  .a-ccxp .barra-topo img {
    display: none; }
  .a-ccxp .topo {
    background-color: #e33881;
    background-position: top center;
    background-repeat: no-repeat; }
    .a-ccxp .topo__text .text-shadow {
      padding: 57px 0; }
      @media (max-width: 1399.98px) {
        .a-ccxp .topo__text .text-shadow {
          padding: 57px 0 32px; }
          .a-ccxp .topo__text .text-shadow h3 {
            font-size: 45px;
            line-height: 45px;
            text-align: center; } }
    @media (min-width: 992px) {
      .a-ccxp .topo {
        background-image: url(../img/desktop-bg/accxp/bg_main_ccxp.png);
        background-repeat: no-repeat;
        background-position: top center;
        position: relative; }
        .a-ccxp .topo::before {
          content: "";
          display: block;
          background-image: url(../img/desktop-bg/accxp/yellow_stair.png);
          background-repeat: no-repeat;
          background-position: center;
          width: 100%;
          height: 661px;
          position: absolute;
          bottom: 0; } }
    @media (min-width: 1680px) {
      .a-ccxp .topo {
        overflow: hidden; }
        .a-ccxp .topo::after {
          content: "";
          display: block;
          background-image: url(../img/desktop-bg/accxp/bg_main_graphs.png);
          background-repeat: no-repeat;
          background-position: right bottom;
          width: 100%;
          height: 850px;
          position: absolute;
          bottom: 0px;
          right: -180px;
          z-index: 2; } }
    @media (max-width: 991.98px) {
      .a-ccxp .topo {
        background-size: 991px; } }
    .a-ccxp .topo .video-body {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 991.98px) {
        .a-ccxp .topo .video-body__video {
          width: 100vw;
          max-width: 95vw; } }
      .a-ccxp .topo .video-body__text {
        padding: 80px 0; }
        @media (max-width: 991.98px) {
          .a-ccxp .topo .video-body__text {
            padding: 67px 0; }
            .a-ccxp .topo .video-body__text .text-shadow {
              font-size: 45px;
              line-height: 45px;
              text-align: center; }
              .a-ccxp .topo .video-body__text .text-shadow p {
                line-height: 1; } }
      .a-ccxp .topo .video-body .iframe-full {
        height: calc(100vh - 75px); }
        .a-ccxp .topo .video-body .iframe-full iframe {
          width: calc(99vw - 5px); }
      .a-ccxp .topo .video-body__iframe {
        position: relative;
        margin: 0 auto;
        transition: height .5s;
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          .a-ccxp .topo .video-body__iframe {
            height: 720px;
            width: 95vw;
            max-width: 1280px; } }
        @media (max-width: 991.98px) {
          .a-ccxp .topo .video-body__iframe {
            height: 550px; } }
        @media (max-width: 767.98px) {
          .a-ccxp .topo .video-body__iframe {
            height: 260px; } }
        @media (min-width: 992px) {
          .a-ccxp .topo .video-body__iframe:before {
            display: block;
            content: "";
            position: relative;
            top: 0px;
            height: 40px;
            width: 100%;
            border: 3px 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%; } }
        @media (min-width: 992px) {
          .a-ccxp .topo .video-body__iframe iframe {
            border: 3px solid #000;
            border-radius: 30px;
            border-top-left-radius: 0;
            border-top-right-radius: 0; } }
    .a-ccxp .topo__text {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .a-ccxp .topo__text h2 {
        color: #dc4994;
        font-size: 50px;
        font-weight: 500;
        letter-spacing: 6px;
        text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .a-ccxp .topo__text {
          padding-left: 30px;
          top: -65px; }
          .a-ccxp .topo__text h2 {
            font-size: 30px; } }
      @media (max-width: 767.98px) {
        .a-ccxp .topo__text {
          padding-left: 15px;
          top: -35px; }
          .a-ccxp .topo__text h2 {
            font-size: 22px; } }
    .a-ccxp .topo .text-parallax__right p {
      color: #fff;
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 1.5; }
      .a-ccxp .topo .text-parallax__right p:last-child {
        padding-left: 140px;
        margin: 100px 0 30px; }
        @media (max-width: 767.98px) {
          .a-ccxp .topo .text-parallax__right p:last-child {
            padding-left: 30px; } }
      @media (min-width: 992px) and (max-width: 1399.98px) {
        .a-ccxp .topo .text-parallax__right p {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .a-ccxp .topo .text-parallax__right p {
          font-size: 18px;
          line-height: 25px;
          font-weight: 500; } }
  .a-ccxp__title {
    width: 100%;
    text-align: right;
    position: relative;
    margin: 25px 0 20px; }
    .a-ccxp__title:before {
      z-index: 0;
      content: "";
      border-bottom: 1px solid #311e48;
      position: absolute;
      width: 100%;
      height: 100%;
      top: -5px;
      left: 0; }
    .a-ccxp__title .a-ccxp__txt {
      display: inline-block;
      position: relative;
      text-align: right;
      font-size: 35px;
      letter-spacing: 0;
      padding-left: 35px;
      background-color: #000;
      font-family: 'urw-din-cond';
      font-weight: 300; }
      @media (max-width: 767.98px) {
        .a-ccxp__title .a-ccxp__txt {
          font-size: 17px; } }
    .a-ccxp__title--main {
      padding-right: 110px; }
      @media (max-width: 767.98px) {
        .a-ccxp__title--main {
          padding-right: 15px; } }
      .a-ccxp__title--main:before {
        z-index: 0;
        content: "";
        border-bottom: 1px solid #311e48;
        position: absolute;
        width: calc(100% - 130px);
        height: 100%;
        top: 0;
        left: 0; }
      .a-ccxp__title--main .a-ccxp__txt {
        font-size: 51px;
        background: none;
        text-transform: none;
        position: absolute;
        bottom: 50px;
        right: 0; }
        @media (max-width: 767.98px) {
          .a-ccxp__title--main .a-ccxp__txt {
            font-size: 17px; } }
        @media (min-width: 992px) {
          .a-ccxp__title--main .a-ccxp__txt--number {
            right: -90px; } }
      .a-ccxp__title--main .a-ccxp__txt--main {
        display: inline-block;
        position: relative;
        text-align: right;
        font-size: 270px;
        font-weight: 800;
        letter-spacing: 0;
        padding: 0 0 0 0;
        margin-bottom: 35px;
        color: #311e48;
        bottom: 0;
        line-height: 0.8; }
        @media (max-width: 767.98px) {
          .a-ccxp__title--main .a-ccxp__txt--main {
            font-size: 140px; } }
  .a-ccxp__content {
    background-color: #00ffff; }
  .a-ccxp__txt-wrapper {
    display: flex;
    align-items: center; }
    .a-ccxp__txt-wrapper span {
      font-family: 'urw-din-cond';
      font-weight: 500; }
    .a-ccxp__txt-wrapper--vertical {
      flex-direction: column; }
      @media (min-width: 992px) {
        .a-ccxp__txt-wrapper--vertical span {
          max-width: none !important; } }
    .a-ccxp__txt-wrapper--center {
      align-items: center;
      justify-content: center; }
      @media (max-width: 991.98px) {
        .a-ccxp__txt-wrapper--center {
          flex-direction: column; } }
      @media (min-width: 992px) {
        .a-ccxp__txt-wrapper--center .card-text {
          margin-left: 30px;
          text-align: left; } }
      @media (max-width: 991.98px) {
        .a-ccxp__txt-wrapper--center {
          padding: 5px; } }
      .a-ccxp__txt-wrapper--center .a-ccxp__txt--line {
        width: 100%; }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .a-ccxp__txt-wrapper--center .a-ccxp__txt--line {
            width: 80%;
            font-size: 14px; } }
        @media (max-width: 767.98px) {
          .a-ccxp__txt-wrapper--center .a-ccxp__txt--line {
            line-height: 1; } }
  .a-ccxp__title-wrapper {
    display: flex;
    align-items: center; }
    .a-ccxp__title-wrapper--vertical {
      flex-direction: column; }
    .a-ccxp__title-wrapper--center {
      align-items: center;
      justify-content: center; }
      @media (max-width: 991.98px) {
        .a-ccxp__title-wrapper--center {
          padding: 5px; } }
  .a-ccxp__txt {
    text-transform: uppercase;
    font-family: 'urw-din-cond';
    letter-spacing: 0px; }
    .a-ccxp__txt--year {
      position: relative;
      left: -40px;
      top: 5px; }
    @media (max-width: 991.98px) {
      .a-ccxp__txt {
        font-size: 15px; } }
    .a-ccxp__txt--big, .a-ccxp__txt--med, .a-ccxp__txt--sm {
      text-transform: lowercase;
      letter-spacing: 0;
      font-family: 'urw-din-cond';
      font-weight: 500; }
    .a-ccxp__txt--sup {
      position: relative; }
      .a-ccxp__txt--sup:after {
        content: '2';
        font-size: 45%;
        position: absolute;
        top: 15%; }
    .a-ccxp__txt--alignr {
      align-self: flex-end; }
    .a-ccxp__txt--alignc {
      align-self: center; }
    .a-ccxp__txt--line {
      line-height: 1.25;
      font-size: 18px; }
      @media (max-width: 991.98px) {
        .a-ccxp__txt--line {
          font-size: 16px; } }
    .a-ccxp__txt--logo {
      position: relative;
      line-height: 1.5;
      z-index: 0; }
      @media (max-width: 991.98px) {
        .a-ccxp__txt--logo {
          font-size: 15px; } }
      @media (max-width: 767.98px) {
        .a-ccxp__txt--logo {
          font-size: 10px; } }
      .a-ccxp__txt--logo:after {
        content: '';
        width: 100%;
        height: 100%;
        background: url(../img/estadio-logo.png) center center no-repeat;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 85%; }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .a-ccxp__txt--logo:after {
            width: 70%;
            height: 70%;
            top: 16px;
            right: 85%;
            background-size: contain; } }
        @media (max-width: 991.98px) {
          .a-ccxp__txt--logo:after {
            right: 90%;
            background-size: contain; } }
        @media (max-width: 767.98px) {
          .a-ccxp__txt--logo:after {
            right: 70%; } }
  .a-ccxp__info {
    display: flex;
    justify-content: center;
    height: 300px;
    position: relative; }
    @media (max-width: 991.98px) {
      .a-ccxp__info {
        margin-bottom: 5px !important; } }
    @media (max-width: 767.98px) {
      .a-ccxp__info {
        height: 155px;
        margin-bottom: 5px !important; } }
    .a-ccxp__info--bars {
      position: relative; }
      .a-ccxp__info--bars:after {
        content: '';
        background: url(../img/bg-bars.png) left bottom repeat-x;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
  .a-ccxp__info-wrapper {
    display: flex;
    margin-bottom: 5px;
    padding: 0;
    background: none !important; }
    @media (max-width: 991.98px) {
      .a-ccxp__info-wrapper {
        flex-direction: column;
        margin-bottom: 0; }
        .a-ccxp__info-wrapper.a-ccxp__info--half {
          flex-direction: row; } }
    .a-ccxp__info-wrapper .mosaic-top {
      display: flex; }
      @media (min-width: 992px) {
        .a-ccxp__info-wrapper .mosaic-top {
          flex-flow: row wrap;
          justify-content: space-between;
          padding: 0; } }
      @media (max-width: 991.98px) {
        .a-ccxp__info-wrapper .mosaic-top {
          flex-direction: column; } }
      .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--left .a-ccxp__txt {
        font-size: 20px; }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--left .a-ccxp__txt {
            font-size: 18px; } }
        @media (max-width: 991.98px) {
          .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--left .a-ccxp__txt {
            font-size: 16px; } }
        .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--left .a-ccxp__txt--big {
          font-size: 135px; }
          @media (min-width: 992px) and (max-width: 1399.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--left .a-ccxp__txt--big {
              font-size: 125px; } }
          @media (max-width: 991.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--left .a-ccxp__txt--big {
              font-size: 70px; } }
        .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--left .a-ccxp__txt--med {
          font-size: 90px;
          margin-top: 20px; }
          @media (max-width: 767.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--left .a-ccxp__txt--med {
              font-size: 30px; } }
          @media (max-width: 991.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--left .a-ccxp__txt--med {
              font-size: 50px; } }
          @media (min-width: 992px) and (max-width: 1399.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--left .a-ccxp__txt--med {
              font-size: 80px; } }
      .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--right .a-ccxp__txt {
        font-size: 20px; }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--right .a-ccxp__txt {
            font-size: 16px; } }
        @media (max-width: 991.98px) {
          .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--right .a-ccxp__txt {
            font-size: 18px; } }
        .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--right .a-ccxp__txt--big {
          font-size: 135px; }
          @media (min-width: 992px) and (max-width: 1399.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--right .a-ccxp__txt--big {
              font-size: 125px; } }
          @media (max-width: 991.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--right .a-ccxp__txt--big {
              font-size: 80px; } }
        .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--right .a-ccxp__txt--med {
          font-size: 65px;
          line-height: 0.7 !important;
          margin: 30px 0 10px 0; }
          @media (max-width: 991.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--right .a-ccxp__txt--med {
              font-size: 45px; } }
          @media (min-width: 992px) and (max-width: 1399.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--right .a-ccxp__txt--med {
              font-size: 55px; } }
        .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--right .a-ccxp__txt--last {
          margin-left: 40px; }
      .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--full {
        width: 100%;
        margin-bottom: 4px; }
        @media (max-width: 991.98px) {
          .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--full .a-ccxp__txt-wrapper {
            flex-direction: column;
            align-items: flex-start;
            justify-content: center; } }
        .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--full .a-ccxp__txt--big {
          font-size: 150px;
          margin: 0 15px; }
          @media (min-width: 992px) and (max-width: 1399.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--full .a-ccxp__txt--big {
              font-size: 130px; } }
          @media (max-width: 991.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--full .a-ccxp__txt--big {
              font-size: 70px;
              line-height: 1; } }
        .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--full span {
          font-size: 25px; }
          @media (max-width: 767.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--full span {
              font-size: 14px; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--full span {
              font-size: 16px; } }
          @media (max-width: 991.98px) {
            .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--full span {
              margin: 10px 0 0 0; } }
      .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--half {
        width: 49.7%; }
        @media (max-width: 991.98px) {
          .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--half {
            width: 100%; } }
        .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--half .a-ccxp__txt--sm {
          line-height: 0.75; }
        .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--half .a-ccxp__txt--med {
          line-height: 1; }
        .a-ccxp__info-wrapper .mosaic-top .a-ccxp__info--half .a-ccxp__txt--big {
          line-height: 1; }
    .a-ccxp__info-wrapper--mosaic-1 {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 991.98px) {
        .a-ccxp__info-wrapper--mosaic-1 {
          justify-content: center;
          flex-flow: row wrap; } }
      .a-ccxp__info-wrapper--mosaic-1 .a-ccxp__info {
        height: 240px;
        width: 24.6%; }
        @media (max-width: 991.98px) {
          .a-ccxp__info-wrapper--mosaic-1 .a-ccxp__info {
            height: 160px;
            width: 45%;
            margin: 0 2px; } }
      @media (max-width: 991.98px) {
        .a-ccxp__info-wrapper--mosaic-1 .a-ccxp__txt-wrapper--center {
          flex-direction: column; } }
      .a-ccxp__info-wrapper--mosaic-1 .a-ccxp__txt--big {
        font-size: 130px;
        padding-right: 10px; }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .a-ccxp__info-wrapper--mosaic-1 .a-ccxp__txt--big {
            font-size: 100px; } }
        @media (max-width: 767.98px) {
          .a-ccxp__info-wrapper--mosaic-1 .a-ccxp__txt--big {
            font-size: 70px; } }
      .a-ccxp__info-wrapper--mosaic-1 .a-ccxp__txt--med {
        display: block;
        font-size: 55px;
        line-height: 0.75; }
        @media (max-width: 767.98px) {
          .a-ccxp__info-wrapper--mosaic-1 .a-ccxp__txt--med {
            font-size: 30px; } }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .a-ccxp__info-wrapper--mosaic-1 .a-ccxp__txt--med {
            font-size: 40px; } }
      .a-ccxp__info-wrapper--mosaic-1 .a-ccxp__txt--sm {
        font-size: 45px; }
    .a-ccxp__info-wrapper--mosaic-2 {
      flex-flow: row wrap; }
      @media (max-width: 991.98px) {
        .a-ccxp__info-wrapper--mosaic-2 {
          justify-content: center; } }
      .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__info {
        height: 260px;
        width: 24.6%;
        margin: 3px 0.2%; }
        @media (max-width: 991.98px) {
          .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__info {
            height: 180px;
            width: 47%;
            margin: 0px 2px; } }
        .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__info .a-ccxp__txt-wrapper .a-ccxp__txt--right {
          text-align: right; }
        .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__info--square {
          padding-top: 30px; }
          @media (max-width: 767.98px) {
            .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__info--square .a-ccxp__txt--line br {
              display: none; } }
      .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__info--biger {
        width: 49.6%; }
        @media (max-width: 991.98px) {
          .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__info--biger {
            width: 95%; } }
      .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__txt--big {
        font-size: 100px;
        padding-right: 10px;
        line-height: 1; }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__txt--big {
            font-size: 80px; } }
      .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__txt--med {
        display: block;
        font-size: 50px;
        line-height: 0.75; }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__txt--med {
            font-size: 40px; } }
      .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__txt--sm {
        font-size: 27px;
        line-height: 1; }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__txt--sm {
            font-size: 30px; } }
      @media (max-width: 991.98px) {
        .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__txt--big {
          font-size: 50px !important; }
        .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__txt--med {
          font-size: 20px !important; }
        .a-ccxp__info-wrapper--mosaic-2 .a-ccxp__txt--sm {
          font-size: 20px !important; } }
    .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__info {
      height: 260px; }
      @media (max-width: 991.98px) {
        .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__info {
          flex-wrap: wrap;
          width: 100%;
          height: auto; } }
    .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__txt--big {
      font-size: 90px;
      padding-right: 10px; }
    .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__txt--med {
      display: block;
      font-size: 45px; }
      @media (max-width: 991.98px) {
        .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__txt--med {
          font-size: 40px; } }
    .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__txt--sm {
      font-size: 33px; }
    @media (min-width: 992px) and (max-width: 1399.98px) {
      .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__txt--big {
        font-size: 85px !important; }
      .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__txt--med {
        font-size: 35px !important; }
      .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__txt--sm {
        font-size: 25px !important; } }
    @media (max-width: 767.98px) {
      .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__txt--big {
        font-size: 50px !important; }
      .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__txt--med {
        font-size: 25px !important; }
      .a-ccxp__info-wrapper--mosaic-3 .a-ccxp__txt--sm {
        font-size: 20px !important; } }
    .a-ccxp__info-wrapper.a-ccxp__info--half {
      margin-bottom: 0; }

.organizer {
  padding-bottom: 120px;
  position: relative;
  z-index: 1; }
  .organizer .btn-file {
    display: block;
    float: right;
    width: 396px;
    margin: 25px 0 0 0; }
    @media (max-width: 1399.98px) {
      .organizer .btn-file {
        width: 293px; } }
    @media (max-width: 991.98px) {
      .organizer .btn-file {
        margin: 20px auto 0;
        float: none; } }
    .organizer .btn-file img {
      width: 100%; }
  .organizer__wrapper {
    padding: 10px; }
    .organizer__wrapper--yellow {
      background-color: #fecf00; }
      .organizer__wrapper--yellow .organizer__text-wrapper:after {
        background: linear-gradient(to bottom, transparent 0%, #fecf00 100%); }
      .organizer__wrapper--yellow .organizer__button a {
        color: #fecf00; }
    .organizer__wrapper--purple {
      background-color: #623d91; }
      .organizer__wrapper--purple .organizer__text-wrapper:after {
        background: linear-gradient(to bottom, transparent 0%, #623d91 100%); }
      .organizer__wrapper--purple .organizer__button a {
        color: #623d91; }
      .organizer__wrapper--purple .organizer__text p {
        color: #fff; }
    .organizer__wrapper--orange {
      background-color: #f08159; }
      .organizer__wrapper--orange .organizer__text-wrapper:after {
        background: linear-gradient(to bottom, transparent 0%, #f08159 100%); }
      .organizer__wrapper--orange .organizer__button a {
        color: #f08159; }
      .organizer__wrapper--orange .organizer__text p {
        color: #fff; }
    @media (max-width: 991.98px) {
      .organizer__wrapper {
        margin-bottom: 10px; } }
  .organizer__title {
    background: #f08159 url(../img/midia.png) no-repeat 0;
    background-size: 100% 100%;
    padding: 20px 40px;
    margin-bottom: 25px; }
    .organizer__title h2 {
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      margin: 0; }
    @media (max-width: 767.98px) {
      .organizer__title {
        padding: 10px 20px;
        background-size: cover; } }
  .organizer__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
    border-bottom: 1px solid #fff; }
  .organizer__text-wrapper {
    color: #000;
    padding: 40px 0 25px 10px;
    position: relative; }
    .organizer__text-wrapper:after {
      content: '';
      position: absolute;
      width: 97%;
      height: 75px;
      left: 0;
      bottom: 0; }
  .organizer__text {
    height: 330px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.66; }
    .organizer__text .simplebar-track .simplebar-scrollbar.visible {
      opacity: 1; }
    .organizer__text .simplebar-scrollbar {
      background: #fff;
      border-radius: 0; }
    .organizer__text .simplebar-track.vertical:before {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background: #fff;
      margin: 0 auto; }
    .organizer__text p {
      padding-right: 15px; }
  .organizer__button a {
    display: block;
    padding: 15px 0;
    background-color: #fff;
    text-align: center;
    font-size: 20px; }
    @media (min-width: 992px) and (max-width: 1399.98px) {
      .organizer__button a {
        font-size: 16px; } }

.partition__wrapper {
  padding: 80px 0;
  text-align: center; }
  @media (max-width: 991.98px) {
    .partition__wrapper {
      padding: 160px 0; }
      .partition__wrapper p {
        font-size: 40px;
        line-height: 50px; }
      .partition__wrapper .text-shadow--big {
        font-size: 65px; } }
  @media (max-width: 767.98px) {
    .partition__wrapper {
      padding: 55px 0; } }
  @media (min-width: 992px) {
    .partition__wrapper .text-shadow--small {
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 15px; } }
  .partition__wrapper .text-shadow--big {
    color: #e33881 !important;
    font-size: 70px; }

.partition__text {
  vertical-align: middle;
  font-size: 25px; }
  @media (max-width: 767.98px) {
    .partition__text {
      font-size: 12px; } }
  .partition__text--big {
    vertical-align: middle;
    font-size: 120px;
    font-weight: 500;
    text-transform: lowercase;
    padding-left: 30px; }
    @media (min-width: 992px) and (max-width: 1399.98px) {
      .partition__text--big {
        font-size: 90px;
        padding-left: 20px; } }
    @media (max-width: 991.98px) {
      .partition__text--big {
        font-size: 70px; } }
    @media (max-width: 767.98px) {
      .partition__text--big {
        font-size: 30px;
        padding: 0; } }

.ccxp-data {
  background-color: #ffc100;
  padding: 75px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (max-width: 991.98px) {
    .ccxp-data {
      padding: 0 0 100px; }
      .ccxp-data:before {
        content: '';
        display: block;
        position: absolute;
        width: 360px;
        height: 315px;
        top: -120px;
        background-image: url(../img/mobile-bg/accxp/yellow_stair.png);
        background-color: #e33881;
        background-repeat: no-repeat; } }
  @media (min-width: 992px) {
    .ccxp-data {
      background-image: url(../img/desktop-bg/accxp/bg_teste.png);
      background-position: bottom center;
      background-repeat: no-repeat;
      height: 615px; } }
  .ccxp-data .switch__container {
    background-color: #00ffff;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .ccxp-data .switch__container {
        width: 340px;
        height: 110px;
        border: 2px solid #000; }
        .ccxp-data .switch__container:after {
          display: block;
          content: "";
          position: absolute;
          top: 0px;
          height: 40px;
          width: 100%;
          border-bottom: 2px solid #000;
          background-color: #ff4afc;
          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: 4% 50%; } }
    @media (min-width: 992px) {
      .ccxp-data .switch__container {
        width: 543px;
        height: 150px; }
        .ccxp-data .switch__container::before {
          display: block;
          content: "";
          position: absolute;
          background-image: url(../img/assets/raposa.svg);
          background-size: 380px;
          background-position-y: bottom;
          background-repeat: no-repeat;
          height: 480px;
          width: 450px;
          top: -307px;
          left: -335px;
          z-index: -1; }
        .ccxp-data .switch__container:after {
          display: block;
          content: "";
          position: absolute;
          top: 0px;
          height: 40px;
          width: 100%;
          border: 2px solid #000;
          background-color: #ff4afc;
          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: 4% 50%; } }
    .ccxp-data .switch__container .switch {
      position: absolute;
      margin-left: -9999px;
      visibility: hidden; }
    .ccxp-data .switch__container .switch + label {
      display: block;
      position: relative;
      cursor: pointer;
      outline: none;
      user-select: none; }
    .ccxp-data .switch__container .switch__content {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      background-color: #00ffff;
      margin-top: 36px;
      z-index: 1; }
      @media (min-width: 992px) {
        .ccxp-data .switch__container .switch__content {
          width: 543px;
          height: 115px;
          border: 2px solid #000;
          border-radius: 20px;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          background-color: #00ffff; } }
    .ccxp-data .switch__container .switch__label {
      font-size: 50px;
      font-weight: 700;
      font-style: italic;
      color: #514988; }
      @media (max-width: 991.98px) {
        .ccxp-data .switch__container .switch__label {
          font-size: 30px;
          margin-right: 5px;
          margin-left: 5px; } }
    .ccxp-data .switch__container .switch--shadow + label {
      padding: 2px;
      width: 76px;
      height: 36px;
      background-color: #ff4afc;
      border-radius: 60px;
      border: 2px solid black; }
      @media (max-width: 991.98px) {
        .ccxp-data .switch__container .switch--shadow + label {
          height: 30px; } }
    .ccxp-data .switch__container .switch--shadow + label:before,
    .ccxp-data .switch__container .switch--shadow + label:after {
      display: block;
      position: absolute;
      top: -2px;
      left: -2px;
      bottom: 0px;
      content: ''; }
    .ccxp-data .switch__container .switch--shadow + label:before {
      right: 1px;
      border-radius: 60px;
      transition: all 0.4s; }
    .ccxp-data .switch__container .switch--shadow + label:after {
      width: 36px;
      height: 36px;
      background-color: #514988;
      border: 2px solid black;
      border-radius: 50%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      transition: all 0.4s; }
      @media (max-width: 991.98px) {
        .ccxp-data .switch__container .switch--shadow + label:after {
          height: 30px;
          width: 30px; } }
    .ccxp-data .switch__container .switch--shadow:checked + label:after {
      transform: translateX(40px); }
      @media (max-width: 991.98px) {
        .ccxp-data .switch__container .switch--shadow:checked + label:after {
          transform: translateX(46px); } }
  .ccxp-data .ccxp-timeline {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .ccxp-data .ccxp-timeline {
        flex-direction: row;
        justify-content: space-evenly;
        max-width: 1400px;
        margin-top: 102px;
        height: 188px; } }
    .ccxp-data .ccxp-timeline .wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative; }
      @media (max-width: 991.98px) {
        .ccxp-data .ccxp-timeline .wrapper {
          margin-top: 30px;
          flex-direction: row;
          justify-content: space-around; }
          .ccxp-data .ccxp-timeline .wrapper .year {
            position: relative; }
            .ccxp-data .ccxp-timeline .wrapper .year::after {
              content: "";
              position: absolute;
              top: 150%;
              left: 50%;
              width: 1px;
              height: 80px;
              background-color: black;
              border-left: 1px solid black; }
          .ccxp-data .ccxp-timeline .wrapper .year-text {
            font-size: 22px;
            line-height: 25px; }
          .ccxp-data .ccxp-timeline .wrapper .text-shadow {
            min-width: 108px; }
          .ccxp-data .ccxp-timeline .wrapper:last-child .year::after {
            display: none; } }
      .ccxp-data .ccxp-timeline .wrapper .year {
        font-size: 22px;
        line-height: 25px;
        font-weight: 700; }
      .ccxp-data .ccxp-timeline .wrapper .text-shadow {
        line-height: 118px;
        font-size: 90px; }
        @media (min-width: 1400px) {
          .ccxp-data .ccxp-timeline .wrapper .text-shadow::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -90px;
            width: 58px;
            height: 1px;
            background-color: black;
            border-top: 1px solid black; } }
        .ccxp-data .ccxp-timeline .wrapper .text-shadow--color {
          text-shadow: 2px 3px 0 var(--titles-shadow-color-var), 3px 4px 0 black, 5px 5px 0 black; }
          @media (max-width: 1399.98px) {
            .ccxp-data .ccxp-timeline .wrapper .text-shadow--color {
              text-shadow: 2px 2px 0 var(--titles-shadow-color-var), 3px 3px 0 black; } }
      .ccxp-data .ccxp-timeline .wrapper:last-child .text-shadow::after {
        display: none; }
      .ccxp-data .ccxp-timeline .wrapper span {
        font-weight: 900; }

.grid-container {
  background-color: #00ffff; }
  @media (max-width: 991.98px) {
    .grid-container {
      background-image: url(../img/mobile-bg/accxp/bg_grid.png);
      background-size: cover; } }
  @media (min-width: 992px) {
    .grid-container {
      background-image: url(../img/desktop-bg/accxp/bg_boxes_ccxp.png);
      background-repeat: no-repeat;
      background-position: top 80px center;
      position: relative; }
      .grid-container:before {
        display: block;
        content: "";
        width: 100%;
        height: 588px;
        background-image: url(../img/desktop-bg/accxp/yellow_stair_descending.png);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute; } }
  .grid-container .section-title {
    text-align: center;
    padding: 80px 0 60px; }
    @media (max-width: 991.98px) {
      .grid-container .section-title {
        max-width: 250px;
        text-align: center;
        margin: 0 auto; } }
  @media (max-width: 991.98px) {
    .grid-container .grid__wrapper {
      display: grid;
      margin: 0 auto;
      row-gap: 20px;
      column-gap: 15px;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "a a" "g g" "b b" "i j" "k l" "h h" "m n" "e c" "f d"; } }
  @media (min-width: 992px) {
    .grid-container .grid__wrapper {
      display: grid;
      column-gap: 13px;
      row-gap: 15px;
      grid-template-columns: repeat(8, 150px);
      grid-template-rows: 198px 198px 158px 158px;
      grid-template-areas: "a a b b c c d d" "a a b b e e f f" "g g h h i j k l" "g g h h m m n n"; } }
  @media (min-width: 1680px) {
    .grid-container .grid__wrapper {
      grid-template-columns: repeat(8, 162.5px); } }
  @media (min-width: 992px) and (max-width: 1399.98px) {
    .grid-container .grid__wrapper {
      grid-template-columns: repeat(6, 150px);
      grid-template-rows: repeat(6, 1fr);
      grid-template-areas: "a a b b d d" "a a b b f f" "g g h h i j" "g g h h k l" "c c e e m n "; } }
  .grid-container .grid__wrapper .box {
    font-weight: 500;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 2px solid #000;
    border-radius: 20px;
    background-color: var(--card-color-var);
    text-align: center;
    padding: 40px 0px 15px; }
    @media (min-width: 1680px) {
      .grid-container .grid__wrapper .box {
        padding: 30px 15px 5px 15px; } }
    @media (max-width: 991.98px) {
      .grid-container .grid__wrapper .box .a-ccxp__txt-wrapper {
        margin-bottom: 15px; } }
    .grid-container .grid__wrapper .box .card-prefix {
      font-family: 'urw-din-cond-demi';
      font-size: 25px;
      line-height: 20px;
      margin-bottom: 15px; }
    .grid-container .grid__wrapper .box--big {
      height: 370px; }
      .grid-container .grid__wrapper .box--big .small-text {
        margin-left: 0; }
      .grid-container .grid__wrapper .box--big .card-text {
        max-width: unset;
        text-align: center;
        margin: 0 auto; }
      .grid-container .grid__wrapper .box--big .a-ccxp__txt-wrapper {
        margin-bottom: 15px; }
      @media (min-width: 1400px) {
        .grid-container .grid__wrapper .box--big--bottom {
          margin-top: -39px; } }
    .grid-container .grid__wrapper .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: var(--header-color-var);
      background-repeat: no-repeat;
      background-position: 4% 50%; }
  @media (max-width: 991.98px) {
    .grid-container .grid__wrapper .year .a-ccxp__txt-wrapper {
      margin-bottom: 0; } }
  .grid-container .grid__wrapper .year .a-ccxp__txt-wrapper--center {
    flex-direction: row !important; }
  .grid-container .grid__wrapper .year span {
    text-shadow: 1px 2px 0 var(--titles-shadow-color-var), 2px 3px 0 black; }
  .grid-container .grid__wrapper .year .small-text {
    margin-left: 10px; }
    .grid-container .grid__wrapper .year .small-text span {
      font-size: 30px;
      -webkit-text-stroke: 1.5px #000;
      line-height: 1;
      text-shadow: 1px 2px 0 var(--titles-shadow-color-var), 2px 3px 0 black; }
  .grid-container .grid__wrapper .card-text {
    font-family: 'urw-din-cond';
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    font-weight: 500; }
    @media (min-width: 992px) {
      .grid-container .grid__wrapper .card-text {
        max-width: 145px; } }
  .grid-container .grid__wrapper .small-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-shadow: 1px 2px 0 var(--titles-shadow-color-var), 2px 3px 0 black;
    margin-left: 10px; }
  .grid-container .grid__wrapper .people {
    font-weight: 500;
    color: white;
    background-color: #514988; }
    .grid-container .grid__wrapper .people::before {
      background-color: #e33881; }
  .grid-container .grid__wrapper .position-b {
    background-color: #e33881;
    color: white; }
    .grid-container .grid__wrapper .position-b::before {
      background-color: #ffc100; }
    .grid-container .grid__wrapper .position-b .text-shadow {
      color: #00ffff !important; }
  .grid-container .grid__wrapper .position-g {
    color: black;
    background-color: #ffc100; }
    .grid-container .grid__wrapper .position-g::before {
      background-color: #514988; }
    .grid-container .grid__wrapper .position-g .text-shadow {
      color: #e33881 !important; }
    .grid-container .grid__wrapper .position-g .text-shadow--yellow-two {
      text-shadow: 3px 3px 0 #00ffff, 5px 6px 0 black, 5px 4px 0 black, 3px 6px 0 black, 4px 3px 0 black; }
      @media (max-width: 991.98px) {
        .grid-container .grid__wrapper .position-g .text-shadow--yellow-two {
          text-shadow: 2px 2px 0 #00ffff, 3px 3px 0 black; } }
  .grid-container .grid__wrapper .artists {
    background-color: #ffc100; }
    .grid-container .grid__wrapper .artists::before {
      background-color: #514988; }
  .grid-container .grid__wrapper .area {
    color: black;
    background-color: #ff4afc; }
    .grid-container .grid__wrapper .area::before {
      background-color: #ffc100; }
  .grid-container .grid__wrapper .social {
    text-transform: lowercase;
    color: white; }
    .grid-container .grid__wrapper .social .text-shadow {
      color: #ffc100 !important; }
    .grid-container .grid__wrapper .social .text-shadow--small {
      text-shadow: 2px 3px 0 #00ffff, 3px 4px 0 black; }
  .grid-container .grid__wrapper .cosplay {
    background-color: #00ffff; }
    .grid-container .grid__wrapper .cosplay::before {
      background-color: #ff4afc; }
    .grid-container .grid__wrapper .cosplay .a-ccxp__txt-wrapper--vertical {
      flex-direction: row; }
    .grid-container .grid__wrapper .cosplay .small-text {
      display: flex;
      flex-direction: column; }
      .grid-container .grid__wrapper .cosplay .small-text * {
        text-align: left; }
    .grid-container .grid__wrapper .cosplay .text-shadow {
      color: #ffc100 !important;
      text-shadow: 2px 3px 0 #e33881, 3px 4px 0 black; }
  .grid-container .grid__wrapper .panels {
    background-color: #ffc100; }
    .grid-container .grid__wrapper .panels::before {
      background-color: #e33881; }
    .grid-container .grid__wrapper .panels .text-shadow {
      color: #e33881 !important;
      text-transform: lowercase;
      text-shadow: 2px 3px 0 #514988, 3px 4px 0 black; }
  .grid-container .grid__wrapper .books {
    background-color: #e33881; }
    .grid-container .grid__wrapper .books::before {
      background-color: white; }
    .grid-container .grid__wrapper .books .a-ccxp__txt-wrapper--vertical {
      flex-direction: row; }
    .grid-container .grid__wrapper .books .text-shadow {
      color: #ffc100 !important;
      text-shadow: 2px 3px 0 #514988, 3px 4px 0 black; }
    .grid-container .grid__wrapper .books .small-text {
      display: flex;
      flex-direction: column; }
      .grid-container .grid__wrapper .books .small-text * {
        text-align: left; }
  .grid-container .grid__wrapper .brands {
    color: white;
    display: flex;
    flex-direction: column;
    background-color: #514988; }
    .grid-container .grid__wrapper .brands::before {
      background-color: #00ffff; }
    .grid-container .grid__wrapper .brands .a-ccxp__txt-wrapper--center {
      flex-direction: column !important; }
    .grid-container .grid__wrapper .brands .text-shadow {
      color: #00ffff !important;
      text-shadow: 2px 3px 0 #ff4afc, 3px 4px 0 black; }
  .grid-container .grid__wrapper .places {
    background-color: white; }
    .grid-container .grid__wrapper .places::before {
      background-color: #ff4afc; }
    .grid-container .grid__wrapper .places .a-ccxp__txt-wrapper--center {
      flex-direction: column !important; }
    .grid-container .grid__wrapper .places .text-shadow {
      color: #ff4afc !important;
      text-shadow: 2px 3px 0 #00ffff, 3px 4px 0 black; }
  .grid-container .grid__wrapper .text-shadow {
    font-size: 70px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    color: var(--titles-color-var) !important;
    text-transform: none !important; }
    .grid-container .grid__wrapper .text-shadow--small {
      font-size: 40px; }
    .grid-container .grid__wrapper .text-shadow--smaller {
      font-size: 20px;
      line-height: 10px;
      -webkit-text-stroke: 1px #000;
      text-shadow: 1px 2px 0 var(--titles-shadow-color-var), 2px 3px 0 black; }
    .grid-container .grid__wrapper .text-shadow--med {
      font-size: 30px;
      text-align: left; }
    .grid-container .grid__wrapper .text-shadow--lowercase {
      text-transform: lowercase; }
    .grid-container .grid__wrapper .text-shadow--color {
      text-shadow: 2px 3px 0 var(--titles-shadow-color-var), 3px 4px 0 black, 5px 5px 0 black; }
      @media (max-width: 1399.98px) {
        .grid-container .grid__wrapper .text-shadow--color {
          text-shadow: 2px 2px 0 var(--titles-shadow-color-var), 3px 3px 0 black; } }
  @media (max-width: 991.98px) {
    .grid-container .grid_wrapper_worlds {
      display: grid;
      margin: 0 auto;
      row-gap: 20px;
      column-gap: 15px;
      grid-template-columns: 162.5px 162.5px;
      grid-template-areas: "a a" "g g" "b b" "i j" "k l" "h h" "e c" "f d"; } }
  @media (min-width: 992px) {
    .grid-container .grid_wrapper_worlds {
      grid-template-areas: "a a b b c c d d" "a a b b e e f f" "g g h h i i j j" "g g h h k k l l"; } }

#ccxpWorldsData {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    #ccxpWorldsData {
      padding-top: 80px; } }
  @media (min-width: 992px) {
    #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: 991.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: 1399.98px) {
        #ccxpWorldsData .text-shadow--color {
          text-shadow: 2px 2px 0 var(--titles-shadow-color-var), 3px 3px 0 black; } }

.year-text {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500 !important; }

.a-ccxp__txt-wrapper--center .a-ccxp__txt-wrapper--vertical.a-ccxp__txt-wrapper {
  max-width: 145px !important; }

.press {
  font-family: "urw-din-cond", sans-serif;
  color: #000; }
  .press .barra-topo {
    display: none; }
    @media (max-width: 991.98px) {
      .press .barra-topo {
        display: block; } }
  .press__content {
    background-color: #00ffff;
    position: relative;
    background-image: url(../img/desktop-bg/press/bg_main.png);
    background-repeat: no-repeat;
    background-position: top center; }
  .press__bg {
    width: 100%;
    z-index: -1;
    position: relative; }
    @media (min-width: 1400px) {
      .press__bg {
        height: 458px; } }
    @media (max-width: 1399.98px) {
      .press__bg {
        height: 364px; } }
    .press__bg__image {
      width: 100%;
      height: 100%;
      background-color: #e33881; }
      @media (min-width: 992px) {
        .press__bg__image {
          height: 458px; } }
      @media (max-width: 991.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: 991.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: 991.98px) {
        .press__release__image {
          margin-bottom: 25px;
          height: 240px; } }
      @media (min-width: 992px) {
        .press__release__image {
          height: 240px; } }
      @media (min-width: 992px) {
        .press__release__image .relase-image-mobile {
          display: none; } }
      @media (max-width: 767.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: 1400px) {
      .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: 991.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: 767.98px) {
            .press__page-bar ul li.mobile {
              display: list-item; } }
        @media (max-width: 767.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: 991.98px) {
      .press .press-title {
        font-size: 45px;
        height: 230px;
        max-width: 290px;
        width: 95% !important;
        margin: -230px auto; } }
    @media (max-width: 767.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; }

.card {
  border: 2px solid #000;
  border-radius: 20px;
  background-color: white;
  width: 340px;
  height: 630px;
  max-height: 630px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .card-wrapper {
    display: grid;
    gap: 25px; }
    @media (min-width: 1400px) {
      .card-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 992px) {
    .card {
      width: 330px; } }
  .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; }

.btn-slider {
  background-image: none;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  border: 1px solid #000;
  box-shadow: 1px 4px #000;
  width: 25px;
  height: 25px;
  font-size: 15px;
  box-shadow: 1px 2px #000; }
  .btn-slider:before {
    font-family: "fontello";
    font-weight: 700; }
  .btn-slider.arrow--left:before {
    content: '\e82A'; }
  .btn-slider.arrow--right:before {
    content: '\e829'; }

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

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

.tickets__sale .cards {
  color: black; }
  @media (min-width: 992px) {
    .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: 991.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__sale22 .cards {
  justify-content: normal; }
  @media (min-width: 1400px) {
    .tickets__sale22 .cards {
      justify-content: space-evenly; } }
  .tickets__sale22 .cards .card__img__date {
    height: 127px; }
  .tickets__sale22 .cards .card__buttons {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .tickets__sale22 .cards .card__buttons__wrapper {
      color: white;
      max-width: 280px;
      margin-top: 5px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: absolute;
      bottom: -90px; }
      @media (min-width: 992px) {
        .tickets__sale22 .cards .card__buttons__wrapper {
          bottom: -90px; } }
    .tickets__sale22 .cards .card__buttons__disclaimer {
      font-size: 12px;
      margin-top: 5px;
      font-weight: 300;
      line-height: 1.1;
      text-align: left; }
      @media (max-width: 767.98px) {
        .tickets__sale22 .cards .card__buttons__disclaimer__small {
          margin-bottom: 10px;
          max-width: 320px; } }

@media (min-width: 1400px) {
  .tickets__sale22 {
    width: 1100px; } }

@media (max-width: 1400px) {
  .tickets__sale22 {
    max-width: 340px !important; }
    .tickets__sale22 .swiper-container {
      max-width: 340px; }
    .tickets__sale22 .nav-absolute {
      display: block !important; }
      .tickets__sale22 .nav-absolute .btn-slider {
        width: 25px;
        height: 25px;
        font-size: 15px;
        box-shadow: 1px 2px #000; } }

@media (min-width: 976px) {
  .tickets__sale22 .swiper-pagination-bullets {
    bottom: 30px !important; }
  .tickets__sale22 .nav-absolute {
    top: 50% !important; } }

@media (min-width: 992px) {
  .tickets__sale22 .cards .card:first-child {
    margin-right: 0; } }

@media (max-width: 991.98px) {
  .santander__cards {
    min-height: 430px !important; } }

@media (max-width: 1400px) {
  .santander__cards {
    max-width: 340px !important; }
    .santander__cards .swiper-container {
      max-width: 340px; } }

@media (min-width: 991px) and (max-width: 1400px) {
  .santander__cards {
    min-height: 430px !important; } }

@media (min-width: 1400px) {
  .santander__cards {
    width: 1100px;
    display: flex;
    flex-direction: column; } }

.santander__cards .text-shadow {
  -webkit-text-stroke: 1.5px black; }

.santander__cards .text-shadow--small {
  -webkit-text-stroke: 0.7px black; }

.santander__cards .swiper-pagination-bullets {
  bottom: 10px !important; }

.santander__cards__title {
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 35px;
  line-height: 70px;
  margin-bottom: 50px;
  text-shadow: 2px 2px 0 black; }

.santander__cards .cards {
  color: black; }
  @media (min-width: 1400px) {
    .santander__cards .cards {
      display: flex;
      justify-content: space-evenly; } }
  .santander__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: #FF0000;
    padding-top: 30px; }
    .santander__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-repeat: no-repeat;
      background-position: 20px 50%; }
    .santander__cards .cards .card__yellow:before {
      background-color: #ffc100; }
    .santander__cards .cards .card__blue:before {
      background-color: #00ffff; }
    .santander__cards .cards .card__pink:before {
      background-color: #e33881; }
    .santander__cards .cards .card__text {
      font-weight: 500;
      line-height: 26px;
      font-size: 20px;
      font-style: italic;
      color: white;
      max-width: 280px;
      text-align: center; }
      .santander__cards .cards .card__text p {
        display: inline; }
    .santander__cards .cards .card__flex {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center; }
    .santander__cards .cards .card .text-shadow {
      color: #ffc100 !important;
      font-size: 70px; }
    .santander__cards .cards .card .text-shadow--small {
      font-size: 30px;
      text-align: center;
      text-shadow: 2px 2.5px 0 black;
      -webkit-text-strokle: 1px black; }

.santander__cards__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .santander__cards__cta {
      margin-bottom: 180px; } }
  .santander__cards__cta__text {
    font-size: 25px;
    line-height: 32px;
    padding: 30px 0;
    font-style: italic; }
  .santander__cards__cta .btn {
    width: 342px;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #000; }

.santander__cards22__title {
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 37px;
  line-height: 40px;
  margin-bottom: 66px;
  text-shadow: 2px 2px 0 black; }

@media (min-width: 1400px) {
  .santander__cards22 {
    max-width: 100% !important; } }

@media (min-width: 1400px) {
  .santander__cards22 .cards {
    justify-content: space-evenly; } }

.tickets__page {
  font-family: 'urw-din-cond', sans-serif;
  color: white;
  background-color: #514988; }
  .tickets__page .tickets__main {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .tickets__page .tickets__main {
        display: block;
        height: auto;
        padding-bottom: 1rem; } }
    .tickets__page .tickets__main__title {
      font-size: 50px;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
      font-family: 'urw-din-cond'; }
      .tickets__page .tickets__main__title strong {
        color: #ffc100; }
      @media (min-width: 992px) {
        .tickets__page .tickets__main__title {
          font-size: 67px;
          width: 900px; } }
      @media (min-width: 1400px) {
        .tickets__page .tickets__main__title {
          width: 1350px;
          font-size: 69px; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__main__title {
          font-size: 60px;
          margin-top: 3rem; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__main__title {
          margin-top: 2rem;
          max-width: 82vw;
          font-size: 40px;
          line-height: 45px; }
          .tickets__page .tickets__main__title:first-child {
            margin-bottom: 4rem; } }
    @media (max-width: 991.98px) {
      .tickets__page .tickets__main__title22 {
        max-width: unset;
        margin-top: 2rem; }
        .tickets__page .tickets__main__title22:first-child {
          margin-bottom: 4rem; } }
    @media (min-width: 1400px) {
      .tickets__page .tickets__main__title--big {
        font-size: 100px;
        line-height: 110px;
        width: 1380px; }
        .tickets__page .tickets__main__title--big p {
          font-size: 100px;
          line-height: 110px; } }
    @media (max-width: 991.98px) {
      .tickets__page .tickets__main__title--big22 {
        max-width: 86vw; } }
  .tickets__page .tickets__nav {
    width: 100%;
    margin-top: 60px; }
    @media (min-width: 992px) {
      .tickets__page .tickets__nav {
        margin-top: 3vw;
        margin-bottom: 200px; } }
    @media (max-width: 991.98px) {
      .tickets__page .tickets__nav {
        margin-top: 50px; } }
    @media (max-width: 767.98px) {
      .tickets__page .tickets__nav {
        margin-top: 6.51042vw; } }
    .tickets__page .tickets__nav__title {
      color: white;
      font-size: 25px;
      font-style: italic;
      line-height: 32px;
      text-align: center;
      font-weight: 500; }
      .tickets__page .tickets__nav__title strong {
        color: #ffc100; }
      @media (min-width: 992px) {
        .tickets__page .tickets__nav__title {
          font-size: 25px; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__nav__title {
          font-size: 26px; } }
      @media (max-width: 575.98px) {
        .tickets__page .tickets__nav__title {
          font-size: 4.55729vw; } }
    .tickets__page .tickets__nav__title22 {
      font-weight: 400; }
      @media (min-width: 992px) {
        .tickets__page .tickets__nav__title22 {
          font-size: 35px;
          margin-bottom: 4rem; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__nav__title22 {
          font-size: 19px;
          line-height: 23px; } }
    .tickets__page .tickets__nav__buttons {
      display: flex;
      justify-content: center;
      margin-top: 30px; }
      .tickets__page .tickets__nav__buttons .btn {
        width: 100%;
        font-family: 'urw-din-cond';
        border: 1px solid #000;
        font-weight: 700;
        font-size: 15px;
        z-index: 2; }
        @media (min-width: 768px) {
          .tickets__page .tickets__nav__buttons .btn {
            max-width: 342px; } }
      @media (max-width: 1399.98px) {
        .tickets__page .tickets__nav__buttons {
          margin-top: 1.5625vw; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__nav__buttons {
          flex-direction: column;
          margin-top: 30px; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__nav__buttons {
          margin-top: 7.8125vw; } }
  @media (max-width: 991.98px) {
    .tickets__page .tickets__slider {
      width: 95%; } }
  @media (max-width: 991.98px) {
    .tickets__page .tickets__slider {
      position: relative; } }
  @media (min-width: 1400px) {
    .tickets__page .tickets__slider {
      max-width: none;
      overflow: visible;
      padding-top: 80px; } }
  .tickets__page .tickets__slider .nav-absolute {
    top: 360px !important; }
  @media (min-width: 1400px) {
    .tickets__page .tickets__slider .row {
      max-width: 1400px;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .tickets__page .tickets__slider .row {
      justify-content: space-between;
      margin-bottom: 3vh; } }
  @media (max-width: 991.98px) {
    .tickets__page .tickets__slider .row {
      margin: 0; } }
  @media (min-width: 992px) {
    .tickets__page .tickets__slider .row .col-lg-3 {
      max-width: 310px; }
      .tickets__page .tickets__slider .row .col-lg-3 div {
        max-width: 280px; } }
  @media (min-width: 1600px) {
    .tickets__page .tickets__slider .row .col-lg-3 {
      max-width: 280px;
      padding-left: 0; } }
  .tickets__page .tickets__slider .text-shadow {
    text-align: center;
    position: relative; }
    @media (min-width: 992px) {
      .tickets__page .tickets__slider .text-shadow {
        padding-bottom: 60px; } }
    @media (min-width: 1400px) {
      .tickets__page .tickets__slider .text-shadow {
        padding-bottom: 120px;
        font-size: 100px; }
        .tickets__page .tickets__slider .text-shadow::before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 580px;
          top: -400px;
          background-image: url(../img/desktop-bg/tickets/credenciais-bg.png);
          background-repeat: no-repeat;
          background-position: center; } }
  @media (max-width: 991.98px) {
    .tickets__page .tickets__slider .nav-absolute {
      top: 185px;
      transform: translate(-50%, 0); } }
  @media (min-width: 992px) {
    .tickets__page .tickets__slider .nav-absolute {
      display: none; } }
  .tickets__page .tickets__thumbs {
    width: 85%;
    margin: 0 auto 20px; }
    @media (min-width: 992px) {
      .tickets__page .tickets__thumbs {
        display: none; } }
    .tickets__page .tickets__thumbs .slide p {
      text-align: center;
      font-size: 25px;
      color: white;
      text-transform: uppercase;
      width: max-content;
      margin: 0 auto; }
    .tickets__page .tickets__thumbs .slide.swiper-slide-active p {
      border-bottom: 3px solid #fff; }
  .tickets__page .tickets__section {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      .tickets__page .tickets__section {
        background-size: auto; } }
    @media (min-width: 2200px) {
      .tickets__page .tickets__section {
        background-size: contain; } }
    @media (max-width: 991.98px) {
      .tickets__page .tickets__section .container {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 991.98px) {
      .tickets__page .tickets__section .container .col-12 {
        padding-left: 10px;
        padding-right: 10px; } }
    .tickets__page .tickets__section p {
      margin: 0 !important; }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section p {
          line-height: 1;
          background-size: contain;
          background-position: 0 0;
          display: inline; } }
    .tickets__page .tickets__section .tickets__section__content {
      padding-top: 80px; }
      @media (min-width: 992px) {
        .tickets__page .tickets__section .tickets__section__content .col-lg-8 {
          margin-left: 5vw;
          margin-right: -5vw; } }
      @media (min-width: 992px) {
        .tickets__page .tickets__section .tickets__section__content {
          padding-top: 4.16667vw; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section .tickets__section__content {
          padding: 105px 0 90px; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section .tickets__section__content {
          padding: 26.04167vw 0 11.71875vw; } }
    .tickets__page .tickets__section .tickets__section__subtitle {
      align-self: flex-start; }
      .tickets__page .tickets__section .tickets__section__subtitle strong {
        color: #ffc100; }
      @media (min-width: 992px) {
        .tickets__page .tickets__section .tickets__section__subtitle {
          margin-top: 1vw; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section .tickets__section__subtitle {
          margin-bottom: 50px; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section .tickets__section__subtitle {
          margin-bottom: 6.51042vw; } }
    .tickets__page .tickets__section .tickets__section__list {
      margin-bottom: 30px;
      align-self: flex-start; }
      @media (max-width: 1399.98px) {
        .tickets__page .tickets__section .tickets__section__list {
          margin-bottom: 1.5625vw; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section .tickets__section__list {
          margin-bottom: 50px; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section .tickets__section__list {
          margin-bottom: 6.51042vw; } }
    .tickets__page .tickets__section--hasta-la-ccxp {
      overflow: visible;
      min-height: 370px; }
      .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__wrapper {
        padding: 150px 0;
        background-color: #ffc100;
        border: 2px solid #000;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        padding-bottom: 0 !important; }
        .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__wrapper:before {
          display: block;
          content: "";
          position: relative;
          top: -1px;
          height: 40px;
          width: calc(100% + 2px);
          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: 991.98px) {
          .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__wrapper:after {
            display: block;
            content: "";
            position: absolute;
            top: -45px;
            right: 35px;
            height: 105px;
            width: 100px;
            z-index: 2;
            background-image: url(../img/mobile-bg/tickets/hasta-box.png);
            background-repeat: no-repeat; } }
        @media (min-width: 992px) {
          .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__wrapper {
            padding: 0; } }
        @media (max-width: 991.98px) {
          .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__wrapper {
            padding: 12.5vw 0 12.5vw;
            max-width: 85vw;
            margin: 0 auto;
            padding: 0; } }
      .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__title {
        width: 100%;
        text-align: left; }
        @media (min-width: 992px) {
          .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__title {
            height: 165px;
            margin: auto; } }
        @media (max-width: 991.98px) {
          .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__title {
            margin-left: 0;
            margin-bottom: 0;
            height: auto;
            padding: 0; } }
        @media (max-width: 767.98px) {
          .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__title {
            padding: 0; } }
        .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__title__part {
          font-size: 70px;
          letter-spacing: 0;
          text-align: center;
          font-style: normal; }
          @media (min-width: 992px) and (max-width: 1399.98px) {
            .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__title__part {
              font-size: 64px;
              line-height: 135px; } }
          @media (min-width: 1400px) {
            .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__title__part {
              font-size: 80px;
              line-height: 150px; } }
          @media (max-width: 991.98px) {
            .tickets__page .tickets__section--hasta-la-ccxp .tickets__section__title__part {
              text-align: left;
              font-size: 55px;
              line-height: 65px;
              font-weight: 900;
              text-shadow: 4px 5px 0 black;
              padding: 50px 25px;
              -webkit-text-stroke: 1px black; } }
    .tickets__page .tickets__section__disclaimer {
      color: white;
      font-size: 16px;
      margin-top: 20px;
      font-weight: 300;
      line-height: 1.1; }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section__disclaimer {
          margin-top: 15px; } }
      .tickets__page .tickets__section__disclaimer__small {
        font-size: 14px; }
        @media (max-width: 767.98px) {
          .tickets__page .tickets__section__disclaimer__small {
            margin-bottom: 10px;
            max-width: 320px; } }
    .tickets__page .tickets__section__wrapper {
      height: auto;
      padding: 60px 0 100px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      position: relative; }
      @media (min-width: 992px) {
        .tickets__page .tickets__section__wrapper {
          padding: 5.20833vw 0 5.20833vw;
          max-width: 1100px;
          margin: 0 auto; }
          .tickets__page .tickets__section__wrapper:first-child {
            padding-bottom: 0; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section__wrapper {
          padding: 0;
          height: auto; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section__wrapper {
          padding: 7.8125vw 0; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section__wrapper--credentials {
          padding: 0; } }
    .tickets__page .tickets__section__content {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .tickets__page .tickets__section__title {
      text-transform: uppercase;
      font-weight: 800;
      margin-bottom: 45px; }
      .tickets__page .tickets__section__title p {
        line-height: 1; }
      @media (max-width: 1399.98px) {
        .tickets__page .tickets__section__title {
          margin-bottom: 2.34375vw; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section__title {
          margin-left: 275px;
          margin-bottom: 90px;
          height: 400px;
          display: flex;
          flex-direction: column;
          justify-content: flex-end; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section__title {
          margin-left: 35.80729vw;
          margin-bottom: 11.71875vw;
          height: 52.08333vw; } }
      .tickets__page .tickets__section__title__price {
        font-weight: 900; }
        @media (max-width: 767.98px) {
          .tickets__page .tickets__section__title__price {
            font-size: 20px; } }
        @media (min-width: 768px) {
          .tickets__page .tickets__section__title__price {
            font-size: 22px; } }
        @media (min-width: 992px) {
          .tickets__page .tickets__section__title__price {
            font-size: 25px; } }
      .tickets__page .tickets__section__title__part {
        font-size: 80px;
        line-height: 80px; }
        @media (min-width: 992px) {
          .tickets__page .tickets__section__title__part {
            font-size: 80px;
            line-height: 80px; } }
        @media (max-width: 991.98px) {
          .tickets__page .tickets__section__title__part {
            font-size: 80px;
            line-height: 80px; } }
        @media (max-width: 767.98px) {
          .tickets__page .tickets__section__title__part {
            font-size: 14.97396vw;
            line-height: 14.97396vw; } }
    .tickets__page .tickets__section__image {
      display: block;
      width: 175px;
      position: relative;
      left: unset;
      top: 0;
      z-index: 0;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .tickets__page .tickets__section__image {
          position: unset;
          width: 9.11458vw;
          top: 0.41667vw;
          right: calc(100% + 1.5625vw); } }
      @media (min-width: 768px) {
        .tickets__page .tickets__section__image {
          width: 280px;
          top: unset;
          margin-bottom: 30px; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section__image {
          width: 77vw;
          height: 420px; } }
      .tickets__page .tickets__section__image img {
        width: initial;
        margin: 0 auto; }
    .tickets__page .tickets__section__subtitle {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      font-style: italic;
      line-height: 1.22; }
      @media (min-width: 992px) {
        .tickets__page .tickets__section__subtitle {
          font-size: 20px;
          margin-bottom: 30px; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section__subtitle {
          margin-top: 2rem;
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section__subtitle {
          font-size: 18px; } }
      .tickets__page .tickets__section__subtitle strong {
        color: #ffc100; }
    .tickets__page .tickets__section__description {
      font-size: 18px;
      line-height: 22px;
      font-weight: 300; }
      @media (min-width: 992px) {
        .tickets__page .tickets__section__description {
          font-weight: 300;
          font-size: 20px;
          margin-bottom: 30px; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section__description {
          font-size: 18px;
          margin-bottom: 50px; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section__description {
          font-size: 18px;
          margin-bottom: 6.51042vw; } }
    .tickets__page .tickets__section__list {
      font-size: 18px;
      line-height: 22px;
      font-weight: 300; }
      @media (min-width: 992px) {
        .tickets__page .tickets__section__list {
          font-size: 20px;
          margin-bottom: 30px; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section__list {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section__list {
          font-size: 18px; } }
      .tickets__page .tickets__section__list__item {
        font-style: italic;
        display: flex;
        align-items: flex-start;
        line-height: 22px;
        padding-bottom: 30px;
        border-bottom: 1px solid #686698; }
        .tickets__page .tickets__section__list__item:last-child {
          border-bottom: none; }
        .tickets__page .tickets__section__list__item div {
          padding: 0 5px; }
        @media (min-width: 992px) {
          .tickets__page .tickets__section__list__item {
            margin-bottom: 0.78125vw; } }
        @media (max-width: 991.98px) {
          .tickets__page .tickets__section__list__item {
            margin-bottom: 25px; } }
        @media (max-width: 767.98px) {
          .tickets__page .tickets__section__list__item {
            margin-bottom: 3.25521vw; } }
    .tickets__page .tickets__section__buttons {
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: 280px;
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section__buttons {
          flex-direction: column;
          width: 100%;
          margin-bottom: 10px; } }
      .tickets__page .tickets__section__buttons .btn {
        width: 100%;
        font-family: 'urw-din-cond';
        border: 1px solid #000;
        font-weight: 700;
        font-size: 15px; }
        @media (min-width: 992px) {
          .tickets__page .tickets__section__buttons .btn {
            width: 100%; } }
      .tickets__page .tickets__section__buttons button {
        margin-top: 15px; }
    .tickets__page .tickets__section__button--disabled {
      background-color: red;
      pointer-events: none;
      cursor: default; }
    .tickets__page .tickets__section__subtitle, .tickets__page .tickets__section__description, .tickets__page .tickets__section__list, .tickets__page .tickets__section__item, .tickets__page .tickets__section__more {
      max-width: 280px;
      padding: 25px 0;
      margin: 0 auto; }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section__subtitle, .tickets__page .tickets__section__description, .tickets__page .tickets__section__list, .tickets__page .tickets__section__item, .tickets__page .tickets__section__more {
          max-width: 77vw;
          margin: 0 auto; } }
    .tickets__page .tickets__section__more {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .tickets__page .tickets__section__more p:first-child {
          font-size: 20px;
          padding-bottom: 20px; } }
      @media (min-width: 992px) {
        .tickets__page .tickets__section__more {
          font-size: 18px;
          margin-bottom: 30px; } }
      @media (max-width: 991.98px) {
        .tickets__page .tickets__section__more {
          font-size: 18px;
          margin-bottom: 30px; } }
      @media (max-width: 767.98px) {
        .tickets__page .tickets__section__more {
          font-size: 18px;
          margin-bottom: 6.51042vw; } }
    .tickets__page .tickets__section .show-modal {
      margin-top: 2rem; }
  .tickets__page .compare_tickets {
    color: black;
    padding: 40px 10px 30px;
    padding-bottom: 100px; }
    @media (max-width: 991.98px) {
      .tickets__page .compare_tickets {
        padding-bottom: 90px; } }
    @media (min-width: 1400px) {
      .tickets__page .compare_tickets {
        padding-bottom: 234px;
        position: relative;
        z-index: 2;
        overflow-x: clip;
        background-image: url(../img/desktop-bg/tickets/compare_bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-position: center top 500px;
        background-size: contain; } }
    @media (min-width: 1600px) and (max-width: 1920px) {
      .tickets__page .compare_tickets:before {
        top: -500px;
        width: 20vw; } }
    @media (min-width: 1920px) {
      .tickets__page .compare_tickets:before {
        top: -500px;
        width: 22vw; } }
    .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 .text-shadow {
      line-height: 1;
      margin: 5rem auto;
      line-height: 65px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .tickets__page .compare_tickets .text-shadow {
          font-size: 45px;
          line-height: 45px;
          margin: 4rem auto 3rem auto;
          -webkit-text-stroke: 1px black; } }
      @media (min-width: 992px) {
        .tickets__page .compare_tickets .text-shadow {
          font-size: 100px;
          line-height: 110px;
          -webkit-text-stroke: 2px black; } }
    .tickets__page .compare_tickets__box {
      max-width: 90vw;
      margin: 0 auto;
      background: white;
      border: 2px #000 solid;
      border-radius: 20px;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1399.98px) {
        .tickets__page .compare_tickets__box {
          max-width: 1160px; } }
      @media (min-width: 1400px) and (max-width: 1699.98px) {
        .tickets__page .compare_tickets__box {
          max-width: 1385px; } }
      @media (min-width: 1600px) {
        .tickets__page .compare_tickets__box {
          max-width: 1400px; } }
      .tickets__page .compare_tickets__box:before {
        display: block;
        content: "";
        position: relative;
        top: 0px;
        height: 40px;
        width: 100%;
        border-bottom: 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%; }
    .tickets__page .compare_tickets__wrapper {
      display: flex;
      flex-direction: column; }
      @media (max-width: 991.98px) {
        .tickets__page .compare_tickets__wrapper .container {
          width: 100%;
          max-width: unset;
          padding: 0; } }
      @media (max-width: 991.98px) {
        .tickets__page .compare_tickets__wrapper .col-sm-12 {
          padding: 0; } }
      @media (max-width: 991.98px) {
        .tickets__page .compare_tickets__wrapper .row {
          margin: 0; } }
    .tickets__page .compare_tickets__column {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      line-height: 1.15;
      margin-bottom: 30px; }
      @media (max-width: 1399.98px) {
        .tickets__page .compare_tickets__column {
          font-size: 18px;
          margin-bottom: 30px; } }
      @media (max-width: 991.98px) {
        .tickets__page .compare_tickets__column {
          font-size: 30px; } }
      @media (max-width: 767.98px) {
        .tickets__page .compare_tickets__column {
          font-size: 18px; } }
      .tickets__page .compare_tickets__column:first-of-type {
        flex: unset;
        width: 45%;
        justify-content: flex-start;
        padding-left: 20px; }
        @media (max-width: 991.98px) {
          .tickets__page .compare_tickets__column:first-of-type {
            width: 100%;
            padding: 0 0 30px;
            justify-content: center;
            text-align: center; } }
        @media (max-width: 767.98px) {
          .tickets__page .compare_tickets__column:first-of-type {
            padding: 0px 0 30px 0;
            margin-bottom: 0; } }
    .tickets__page .compare_tickets__body {
      padding: 0 35px; }
      @media (min-width: 992px) {
        .tickets__page .compare_tickets__body .compare_tickets__row {
          height: 110px;
          border-bottom: 1px solid black; } }
      @media (max-width: 991.98px) {
        .tickets__page .compare_tickets__body .compare_tickets__row {
          padding-top: 10px;
          padding-bottom: 0;
          border-bottom: 2px solid black; } }
      @media (max-width: 991.98px) {
        .tickets__page .compare_tickets__body {
          padding: 0 15px; } }
    .tickets__page .compare_tickets__header {
      text-transform: uppercase;
      font-weight: 800;
      text-align: center; }
      .tickets__page .compare_tickets__header__row {
        margin: 0 !important;
        padding: 50px 35px 0px; }
        @media (max-width: 767.98px) {
          .tickets__page .compare_tickets__header__row {
            padding: 0 15px; } }
        @media (min-width: 1400px) {
          .tickets__page .compare_tickets__header__row:last-child {
            padding: 0px 35px 30px; } }
        .tickets__page .compare_tickets__header__row .btn {
          font-style: normal;
          font-family: 'urw-din-cond';
          font-weight: 700; }
          @media (min-width: 992px) {
            .tickets__page .compare_tickets__header__row .btn {
              flex: 1;
              min-width: unset !important;
              height: 41px;
              margin: 0 5px;
              font-size: 16px !important; } }
          @media (min-width: 1400px) {
            .tickets__page .compare_tickets__header__row .btn {
              margin: 0 5px;
              height: 45px;
              font-size: 15px !important; } }
      .tickets__page .compare_tickets__header__column {
        font-size: 25px;
        padding: 25px 0;
        margin-bottom: 0;
        font-style: italic; }
        @media (min-width: 992px) {
          .tickets__page .compare_tickets__header__column {
            margin-bottom: 0;
            font-size: 0.78125vw; } }
        @media (max-width: 991.98px) {
          .tickets__page .compare_tickets__header__column {
            font-size: 20px !important;
            padding: 20px 0 !important; } }
        @media (max-width: 767.98px) {
          .tickets__page .compare_tickets__header__column {
            font-size: 3.25521vw; } }
        .tickets__page .compare_tickets__header__column:nth-child(n + 2) {
          padding: 20px 0;
          font-size: 25px; }
        @media (max-width: 991.98px) {
          .tickets__page .compare_tickets__header__column:first-child {
            border-right: none;
            padding: 0 0 !important; } }
        @media (max-width: 767.98px) {
          .tickets__page .compare_tickets__header__column:first-child {
            padding: 0px 0 !important; } }
        .tickets__page .compare_tickets__header__column:last-child {
          border-right: none; }
      .tickets__page .compare_tickets__header__column22 {
        font-family: 'urw-din-cond-demi';
        font-size: 20px !important;
        line-height: 26px !important; }
    .tickets__page .compare_tickets__row {
      display: flex;
      margin: 15px 0; }
      @media (max-width: 991.98px) {
        .tickets__page .compare_tickets__row {
          flex-wrap: wrap;
          margin: 0; } }
      @media (max-width: 991.98px) {
        .tickets__page .compare_tickets__row:not(.compare_tickets__header__row):last-child {
          padding-bottom: 60px; } }
      @media (max-width: 767.98px) {
        .tickets__page .compare_tickets__row:not(.compare_tickets__header__row):last-child {
          padding-bottom: 30px; } }
    .tickets__page .compare_tickets__icon {
      font-size: 22px;
      line-height: 1; }
      @media (max-width: 991.98px) {
        .tickets__page .compare_tickets__icon {
          font-size: 30px; } }
      @media (max-width: 767.98px) {
        .tickets__page .compare_tickets__icon {
          font-size: 20px; } }
      .tickets__page .compare_tickets__icon.icon-check-circle {
        color: black; }
      .tickets__page .compare_tickets__icon.icon-cancel-circle {
        display: block;
        color: white; }
    .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 .terms {
    padding: 30px 0 50px; }
    @media (min-width: 1400px) {
      .tickets__page .terms {
        position: relative;
        padding: 0px 0 82px; } }
    .tickets__page .terms__wrapper {
      margin-bottom: 80px;
      padding-left: 40px; }
      @media (max-width: 991.98px) {
        .tickets__page .terms__wrapper {
          padding-left: 0; } }
    .tickets__page .terms__title {
      margin: 0 auto;
      margin-bottom: 25px;
      text-transform: uppercase;
      text-align: center; }
      @media (max-width: 991.98px) {
        .tickets__page .terms__title {
          font-size: 40px; } }
      @media (max-width: 767.98px) {
        .tickets__page .terms__title {
          font-size: 45px; } }
      @media (min-width: 1400px) {
        .tickets__page .terms__title {
          font-size: 69px !important; } }
    .tickets__page .terms__description {
      font-size: 18px;
      color: #fff;
      font-style: italic;
      text-align: center;
      line-height: 25px;
      max-width: 750px;
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        .tickets__page .terms__description {
          font-size: 24px; } }
      @media (max-width: 767.98px) {
        .tickets__page .terms__description {
          font-size: 18px; } }
  @media (min-width: 992px) {
    .tickets__page .terms22 {
      position: relative; }
      .tickets__page .terms22:after {
        position: absolute;
        background-image: url(../img/desktop-bg/tickets/yellow-bar.png);
        bottom: 0;
        content: "";
        display: block;
        width: 100%;
        height: 60px; } }

body > main > main > section.tickets__section.tickets__section--main.tickets__main > div > div > div > div > div.tickets__main__subtitle.text-shadow.text-shadow--black > p {
  -webkit-text-shadow: 2.5px 2.5px 0 black;
  text-shadow: 2.5px 2.5px 0 black; }

@media (max-width: 767.98px) {
  .text-shadow {
    line-height: 1; } }

@media (min-width: 992px) {
  .text-shadow {
    -webkit-text-stroke: 1.5px #000; } }

@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: 992px) {
  .tickets__section__wrapper .nav-absolute {
    display: none; } }

@media (max-width: 1400px) {
  .tickets__section__wrapper22 .swiper-container {
    min-height: 620px; }
  .tickets__section__wrapper22 .nav-absolute {
    top: 42%; } }

@media (max-width: 991.98px) {
  .credentials-text {
    padding: 10px 0 50px;
    max-width: 100vw;
    text-align: center;
    font-size: 60px;
    line-height: 77px; } }

@media (min-width: 992px) {
  .credentials-text span {
    position: relative;
    left: -45px;
    top: 2px; } }

@media (max-width: 991.98px) {
  .tickets__section__wrapper .swiper-container {
    max-width: 340px !important; } }

.cat-graph, .cat-graph22 {
  background-image: url(../img/desktop-bg/tickets/mask-cat.png);
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .cat-graph, .cat-graph22 {
      margin-top: 80px;
      position: relative;
      right: -100px;
      height: 438px;
      width: 461px; } }
  @media (min-width: 1400px) {
    .cat-graph, .cat-graph22 {
      position: absolute;
      height: 438px;
      width: 461px;
      left: -865px;
      bottom: -225px; } }

@media (min-width: 1400px) {
  .cat-graph22 {
    background-image: url(../img/assets/raposa-big.png);
    background-repeat: no-repeat;
    height: 607px;
    width: 574px;
    left: -940px; } }

@media (max-width: 991.98px) {
  .rastabot-graph {
    background-image: url(../img/assets/rastabot.png);
    background-repeat: no-repeat;
    margin-top: 60px;
    position: relative;
    left: -100px;
    height: 500px;
    width: 424px; } }

@media (max-width: 991.98px) {
  .fox-graph {
    background-image: url(../img/assets/raposa.png);
    background-repeat: no-repeat;
    margin: 60px auto 0;
    position: relative;
    height: 339px;
    width: 320px; } }

@media (min-width: 1400px) {
  .fox-graph-big {
    background-image: url(../img/assets/raposa-big.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 607px;
    width: 574px;
    bottom: -383px;
    left: -285px;
    z-index: -1; } }

@media (min-width: 1400px) {
  .dino-graph {
    position: absolute;
    height: 488px;
    width: 595px;
    top: 5.20833vw;
    right: -550px;
    background-image: url(../img/desktop-bg/tickets/tech_dino_tickets.png);
    background-repeat: no-repeat;
    background-position: right 0px top 0px; } }

@media (min-width: 1400px) {
  .dino-graph22 {
    position: absolute;
    height: 566px;
    width: 491px;
    top: -85px;
    right: -260px;
    background-image: url(../img/assets/tech-dino.png);
    background-repeat: no-repeat;
    z-index: -1; } }

@media (min-width: 1400px) {
  .fish-graph {
    background-image: url(../img/assets/fishboy.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 665px;
    width: 599px;
    bottom: -480px;
    left: -405px;
    z-index: -1; } }

@media (min-width: 1400px) {
  .rastabottop-graph {
    position: absolute;
    height: 511px;
    width: 495px;
    top: 0;
    right: -550px;
    background-image: url(../img/desktop-bg/tickets/rastabot-top.png);
    background-repeat: no-repeat;
    background-position: right 0px top 0px; } }

.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: 1400px) {
    .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: 1399.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: 1400px) {
    .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: 1399.98px) {
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row:last-child {
      border-bottom: 1px solid #000 !important; } }
  @media (max-width: 1399.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: 1400px) {
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row .compare_tickets__column {
      margin-bottom: 0 !important; } }
  @media (max-width: 1399.98px) {
    .price_table .compare_tickets__wrapper .compare_tickets__body .compare_tickets__row .compare_tickets__column:first-of-type {
      font-weight: bold; } }

.value__title.text-shadow {
  margin-bottom: 1rem !important; }
  @media (min-width: 1400px) {
    .value__title.text-shadow {
      margin-top: 152px !important; } }

.disclaimer_table {
  font-family: 'urw-din-cond';
  padding-bottom: 20px; }
  @media (max-width: 991.98px) {
    .disclaimer_table .compare_tickets__body {
      padding: 0; } }

@media (max-width: 1399.98px) {
  .container .compare_tickets__body.price_table21 .compare_tickets__row:last-child {
    height: 120px !important; } }

#experiences {
  height: 100%;
  position: relative;
  font-family: 'urw-din-cond'; }
  @media (min-width: 992px) {
    #experiences {
      margin-bottom: 100px; } }
  #experiences video {
    width: 100%;
    height: 530px;
    position: relative;
    object-fit: cover; }
    @media (min-width: 992px) {
      #experiences video {
        height: 970px; } }
    #experiences video: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%); }
  #experiences .ccxp22-experiences__text {
    position: absolute;
    bottom: 70px;
    text-transform: uppercase;
    font-size: 55px;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    -webkit-text-stroke: 1px #000; }
    @media (min-width: 992px) {
      #experiences .ccxp22-experiences__text {
        font-size: 100px; } }

.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: 1400px) {
      .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: 992px) and (max-width: 1399.98px) {
        .arts-alley__header .santander-logo {
          max-width: 300px; } }
      @media (min-width: 1400px) {
        .arts-alley__header .santander-logo {
          margin-left: 30px; } }
    @media (min-width: 1400px) {
      .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: 1399.98px) {
      .arts-alley__content {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    @media (min-width: 992px) {
      .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: 1399.98px) {
        .arts-alley__content .wrapper {
          padding-bottom: 10vw; } }
      @media (min-width: 1400px) {
        .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: 1399.98px) {
      .arts-alley__content h2 {
        max-width: 275px; }
        .arts-alley__content h2 br {
          display: none; } }
    @media (min-width: 1400px) {
      .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: 1399.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: 992px) {
        .arts-alley__content h2 p {
          font-size: 35px; } }
      @media (min-width: 1400px) {
        .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: 1399.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: 1400px) {
        .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: 1399.98px) {
      .arts-alley__content .full {
        margin-top: 50px;
        width: 340px; } }
    @media (min-width: 1400px) {
      .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: 1399.98px) {
      .arts-alley__content .card_section {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    @media (max-width: 1399.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: 1400px) {
      .arts-alley__content .card-section-title {
        margin-top: 0px;
        margin-bottom: 47px; } }
    @media (max-width: 1399.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: 1400px) {
      .arts-alley__content .spoiler__cards {
        width: 1400px;
        display: flex;
        flex-direction: column;
        padding-left: 0px; } }
    .arts-alley__content .spoiler__cards .swiper-pagination-bullets {
      bottom: 10px !important; }
    @media (min-width: 1400px) {
      .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: 1399.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: 1399.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: 991.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: 1399.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: 1400px) {
        .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: 1399.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: 992px) {
          .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: 1400px) {
          .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: 1399.98px) {
          .arts-alley__content .numbers_section__ccxp__years {
            width: 100%; } }
        @media (min-width: 1400px) {
          .arts-alley__content .numbers_section__ccxp__years {
            display: flex;
            margin: 0 auto;
            width: 1300px;
            justify-content: space-between; } }
        @media (max-width: 1399.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: 1399.98px) {
            .arts-alley__content .numbers_section__ccxp__years .year .year-number {
              position: relative;
              font-size: 18px;
              line-height: 25px; } }
  @media (max-width: 1399.98px) and (max-width: 1399.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: 1400px) {
            .arts-alley__content .numbers_section__ccxp__years .year .year-number {
              font-size: 22px;
              line-height: 25px; } }
        @media (max-width: 1399.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: 1400px) {
          .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: 1400px) and (min-width: 1400px) {
    .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: 1399.98px) {
          .arts-alley__content .numbers_section__ccxp__years .year .year-text {
            font-size: 18px;
            line-height: 20px;
            font-weight: 500; } }
        @media (min-width: 1400px) {
          .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: 1399.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: 1400px) {
        .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: 1399.98px) {
        .arts-alley__content .numbers_section__worlds__years .year .text-shadow {
          font-size: 90px;
          line-height: 116px; } }
      @media (min-width: 1400px) {
        .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: 1399.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: 1399.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: 1400px) {
        .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: 1399.98px) {
          .arts-alley__content .numbers_section__worlds__info {
            padding-top: 43px; } }
        @media (min-width: 992px) {
          .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: 1400px) {
          .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: 1399.98px) {
            .arts-alley__content .numbers_section__worlds__info .card {
              height: unset;
              min-height: 244px;
              max-height: 369px;
              margin-bottom: 20px; } }
          @media (min-width: 1400px) {
            .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: 991.98px) {
                .arts-alley__content .numbers_section__worlds__info .card__text p {
                  display: inline; } }
            @media (min-width: 1400px) {
              .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: 1400px) {
              .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: 1400px) {
              .arts-alley__content .numbers_section__worlds__info .card__flex {
                flex-direction: row; } }
        @media (max-width: 1399.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: 1399.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: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
        display: flex;
        justify-content: center;
        position: relative; }
        @media (max-width: 991.98px) {
          .lineup__banner .banner__slide {
            height: calc(70vh - 72px); } }
        @media (max-width: 767.98px) {
          .lineup__banner .banner__slide {
            height: 65vh; } }
        .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: 991.98px) {
            .lineup__banner .banner__slide__label {
              right: 80px; } }
          @media (max-width: 767.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: 767.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: 992px) {
              .lineup__banner .banner__slide .wrapper h2 {
                font-size: 60px; } }
            @media (max-width: 991.98px) {
              .lineup__banner .banner__slide .wrapper h2 {
                font-size: 25px; } }
          .lineup__banner .banner__slide .wrapper h3 {
            font-size: 20px;
            font-style: italic; }
            @media (max-width: 991.98px) {
              .lineup__banner .banner__slide .wrapper h3 {
                font-size: 20px; } }
            @media (max-width: 767.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: 767.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: 991.98px) {
        .lineup__content .filter {
          position: relative;
          z-index: 2; } }
      .lineup__content .filter__wrapper {
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .lineup__content .filter__wrapper ul {
          display: flex;
          padding: 0;
          margin: 0;
          align-items: center; }
          @media (max-width: 991.98px) {
            .lineup__content .filter__wrapper ul {
              position: relative;
              width: calc(49% + 15px); }
              .lineup__content .filter__wrapper ul:first-child {
                margin-left: -15px; }
              .lineup__content .filter__wrapper ul:last-child {
                margin-right: -15px; } }
          .lineup__content .filter__wrapper ul p, .lineup__content .filter__wrapper ul li {
            color: #000;
            text-transform: uppercase;
            font-weight: 800; }
          .lineup__content .filter__wrapper ul p {
            margin: 0;
            padding-right: 5px;
            margin-right: 25px;
            font-size: 15px; }
            @media (min-width: 992px) {
              .lineup__content .filter__wrapper ul p {
                font-size: 15px; } }
            @media (max-width: 991.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: '\e828';
                  position: absolute;
                  right: 10px;
                  font-size: 18px;
                  top: 15px; } }
          .lineup__content .filter__wrapper ul .list {
            display: flex; }
            @media (min-width: 992px) {
              .lineup__content .filter__wrapper ul .list {
                align-items: center; } }
            @media (max-width: 991.98px) {
              .lineup__content .filter__wrapper ul .list {
                flex-direction: column;
                position: absolute;
                background: #ffcc00;
                top: 100%;
                width: 100%;
                overflow: hidden;
                max-height: 0;
                transition: ease 0.3s; }
                .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: #fff; }
              @media (min-width: 1200px) {
                .lineup__content .filter__wrapper ul .list li {
                  font-size: 18px;
                  padding: 13px 18px 13px 22px; } }
              @media (max-width: 991.98px) {
                .lineup__content .filter__wrapper ul .list li {
                  font-size: 20px;
                  padding: 7px 15px;
                  margin: 0.5px 0; } }
              @media (min-width: 992px) {
                .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: 991.98px) {
                  .lineup__content .filter__wrapper ul .list li.active {
                    background: #000; } }
  .lineup .artists .row {
    justify-content: space-around; }

.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: 992px) {
      .lineup-inside__top .column {
        height: 70vh; } }
    @media (max-width: 991.98px) {
      .lineup-inside__top .column {
        height: 760px;
        max-height: 600px; } }
    @media (max-width: 767.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 (max-width: 991.98px) {
      .lineup-inside__top__wrapper {
        width: calc(100% + 30px);
        margin: 0 -15px;
        flex-direction: column;
        align-items: center; } }
    @media (max-width: 767.98px) {
      .lineup-inside__top__wrapper {
        width: calc(100% + 14px);
        margin: 0 -7px;
        flex-direction: column;
        align-items: center; } }
    .lineup-inside__top__wrapper .thumb {
      width: 350px;
      height: 350px;
      margin-bottom: -140px;
      position: relative; }
      @media (max-width: 991.98px) {
        .lineup-inside__top__wrapper .thumb {
          order: 1;
          margin-bottom: -110px; } }
      @media (max-width: 767.98px) {
        .lineup-inside__top__wrapper .thumb {
          width: 175px;
          height: 175px;
          margin-bottom: -55px; } }
      .lineup-inside__top__wrapper .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .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: 991.98px) {
          .lineup-inside__top__wrapper .thumb__label {
            width: 67px;
            height: 70px;
            right: 14px; } }
        @media (max-width: 767.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 (max-width: 991.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: 991.98px) {
          .lineup-inside__top__wrapper .description__name {
            margin-bottom: 10px;
            align-items: center; } }
        @media (max-width: 767.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: 991.98px) {
            .lineup-inside__top__wrapper .description__name h3 {
              font-size: 60px;
              margin-bottom: 40px; } }
          @media (max-width: 767.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: 991.98px) {
            .lineup-inside__top__wrapper .description__name h4 {
              font-size: 25px;
              margin-bottom: 25px; } }
          @media (max-width: 767.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: 991.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: 991.98px) {
    .lineup-inside .social-share {
      font-size: 40px;
      padding: 30px 0; } }
  @media (max-width: 767.98px) {
    .lineup-inside .social-share {
      font-size: 20px;
      padding: 15px 0; } }
  .lineup-inside .social-share a {
    color: #514988; }
  @media (max-width: 991.98px) {
    .lineup-inside .social-share--desktop {
      display: none; } }
  .lineup-inside .social-share--mobile {
    display: none; }
    @media (max-width: 991.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: 991.98px) {
      .lineup-inside .social-share a {
        width: 70px;
        height: 70px;
        margin-right: 30px; } }
    @media (max-width: 767.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: #ff4afc;
  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; }
  .lineup-inside .description__table .container .row {
    justify-content: center; }
  @media (max-width: 991.98px) {
    .lineup-inside .description__table {
      padding: 150px 0 20px; } }
  @media (max-width: 767.98px) {
    .lineup-inside .description__table {
      padding: 75px 0 10px;
      min-height: 77px; } }
  .lineup-inside .description__table__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .lineup-inside .description__table__wrapper {
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 0; } }
  .lineup-inside .description__table h6 {
    font-size: 18px;
    margin: 0;
    margin-right: 74px;
    font-family: 'urw-din-cond-demi';
    color: white;
    padding-top: 17px; }
    .lineup-inside .description__table h6 em {
      color: black; }
    @media (max-width: 991.98px) {
      .lineup-inside .description__table h6 {
        font-size: 30px;
        margin-right: 0;
        margin-bottom: 30px;
        padding-top: 0; }
        .lineup-inside .description__table h6 em {
          display: block;
          line-height: 1.2; } }
    @media (max-width: 767.98px) {
      .lineup-inside .description__table h6 {
        font-size: 15px;
        margin-bottom: 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: 767.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; }
  .lineup-inside__content .container .row {
    justify-content: center; }
  .lineup-inside__content__description {
    color: #000;
    font-weight: 500;
    padding-top: 35px; }
    .lineup-inside__content__description .block-text {
      font-style: italic;
      line-height: 1.4; }
    @media (max-width: 991.98px) {
      .lineup-inside__content__description {
        padding: 60px 30px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .lineup-inside__content__description {
        padding: 30px 15px; } }
    .lineup-inside__content__description p {
      line-height: 1.4;
      font-style: italic;
      font-size: 17px; }
      @media (min-width: 992px) {
        .lineup-inside__content__description p {
          width: 851px;
          text-align: center;
          margin: 0 auto; } }
      @media (max-width: 991.98px) {
        .lineup-inside__content__description p {
          font-size: 30px; } }
      @media (max-width: 991.98px) {
        .lineup-inside__content__description p {
          font-size: 15px; } }
      .lineup-inside__content__description p a {
        color: white;
        text-decoration: underline; }
  .lineup-inside__content__list {
    display: flex;
    flex-flow: wrap;
    padding: 0;
    padding-bottom: 60px; }
    @media (max-width: 767.98px) {
      .lineup-inside__content__list {
        padding-bottom: 30px; } }
    .lineup-inside__content__list li {
      width: calc(33.33% - 30px);
      opacity: .8;
      cursor: pointer;
      list-style: none;
      margin: 15px;
      transition: ease 0.3s; }
      @media (min-width: 992px) {
        .lineup-inside__content__list li:nth-child(3n) {
          margin-right: 0;
          width: calc(33.33% - 15px); }
        .lineup-inside__content__list li:nth-child(3n+1) {
          margin-left: 0;
          width: calc(33.33% - 15px); } }
      @media (max-width: 991.98px) {
        .lineup-inside__content__list li {
          width: calc(50% - 15px); }
          .lineup-inside__content__list li:nth-child(2n) {
            margin-right: 0; }
          .lineup-inside__content__list li:nth-child(2n+1) {
            margin-left: 0; } }
      @media (max-width: 767.98px) {
        .lineup-inside__content__list li {
          width: calc(50% - 10px);
          margin: 5px; }
          .lineup-inside__content__list li:nth-child(2n) {
            width: calc(50% - 5px); }
          .lineup-inside__content__list li:nth-child(2n+1) {
            width: calc(50% - 5px); } }
      .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; }
  .lineup-inside__related .slick-list, .lineup-inside__related .slick-track {
    min-width: 100%; }
  .lineup-inside__related__title {
    font-size: 54px;
    padding-bottom: 15px;
    text-transform: uppercase; }
  @media (min-width: 1400px) {
    .lineup-inside__related .col-xs-12 {
      padding: 0; } }
  .lineup-inside__related .artist {
    margin: 0; }
    @media (max-width: 767.98px) {
      .lineup-inside__related .artist {
        height: 55vw;
        max-height: none; } }
    @media (min-width: 992px) {
      .lineup-inside__related .artist {
        height: 21vw; } }

.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: 991.98px) {
  .lineup-inside--aa .lineup-internal__top__wrapper {
    padding: 0;
    flex-flow: row-reverse; } }

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

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

@media (max-width: 991.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: 991.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: 991.98px) {
    .lineup-inside--aa .description__table {
      padding-left: 150px; } }
  .lineup-inside--aa .description__table h6 {
    font-size: 26px;
    padding-top: 0; }
    @media (max-width: 991.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: 991.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: 991.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: 991.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: 991.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: 991.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; }

.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: 992px) {
      .concurso-cosplay__top-page {
        height: 460px;
        align-items: flex-end; } }
    .concurso-cosplay__top-page__wrapper {
      position: absolute;
      z-index: 1; }
      @media (max-width: 991.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: 991.98px) {
          .concurso-cosplay__top-page__wrapper h1 {
            font-size: 45px;
            line-height: 45px;
            width: 200px;
            margin: 0 auto; } }
        @media (min-width: 992px) {
          .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: 991.98px) {
        .concurso-cosplay .disclaimer small p {
          margin-top: 13px;
          margin-bottom: 42px; } }
      @media (min-width: 992px) {
        .concurso-cosplay .disclaimer small p {
          margin-bottom: 125px; } }
  .concurso-cosplay .disclaimer-bottom {
    position: absolute;
    width: 100%;
    bottom: 30px;
    color: white; }
    @media (max-width: 991.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: 991.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: 991.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: 992px) {
      .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: 992px) {
      .concurso-cosplay__block-one {
        padding-bottom: 119px; } }
    @media (max-width: 767.98px) {
      .concurso-cosplay__block-one .container {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 767.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: 991.98px) {
        .concurso-cosplay__block-one h2 {
          font-size: 8vw; } }
      @media (min-width: 992px) {
        .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: 992px) {
        .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: 1399.98px) {
        .concurso-cosplay__block-one p {
          font-size: 20px; } }
      @media (min-width: 1400px) {
        .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: 991.98px) {
        .concurso-cosplay__block-one__btns {
          flex-direction: column;
          margin-top: 42px; } }
      @media (min-width: 992px) {
        .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: 1399.98px) {
        .concurso-cosplay__block-one__steps {
          justify-content: space-between;
          flex-direction: column;
          align-items: center; } }
      @media (min-width: 1400px) {
        .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: 1399.98px) {
          .concurso-cosplay__block-one__steps li {
            margin-bottom: 30px; }
            .concurso-cosplay__block-one__steps li:last-child {
              margin-bottom: 50px; } }
        @media (min-width: 1400px) {
          .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: 1400px) {
          .concurso-cosplay__block-one__steps li:nth-child(2) {
            left: -40px;
            bottom: 81px;
            z-index: 2; } }
        @media (min-width: 1400px) {
          .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: 991.98px) {
            .concurso-cosplay__block-one__steps li h3 {
              font-size: 30px;
              line-height: 32px; } }
          @media (min-width: 992px) {
            .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: 767.98px) {
        .concurso-cosplay__block-one__steps__disclaimer__small p {
          margin-bottom: 10px;
          max-width: 320px; } }
    @media (min-width: 992px) {
      .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: 991.98px) {
          .concurso-cosplay__block-one__schedule li p {
            font-size: 13px;
            line-height: 16px; } }
        @media (min-width: 992px) {
          .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: 991.98px) {
            .concurso-cosplay__block-one__schedule li p:first-child {
              width: calc(100% - 117px);
              padding-left: 10px; } }
          @media (min-width: 992px) {
            .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: 991.98px) {
            .concurso-cosplay__block-one__schedule li p.label {
              font-size: 15px;
              line-height: 20px;
              font-weight: 500;
              width: 35%; } }
          @media (min-width: 992px) {
            .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: 991.98px) {
        .concurso-cosplay__block-one__schedule__box {
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        .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: 991.98px) {
        .concurso-cosplay__block-one .schedule__wrapper {
          align-items: center;
          position: relative;
          z-index: 2; } }
    @media (min-width: 992px) {
      .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: 991.98px) {
      .concurso-cosplay__block-three {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    @media (min-width: 992px) {
      .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: 767.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: 992px) {
      .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: 1400px) {
      .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: 991.98px) {
        .concurso-cosplay__block-three__awards__box {
          bottom: 20px; } }
      @media (min-width: 992px) and (max-width: 1399.98px) {
        .concurso-cosplay__block-three__awards__box {
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 992px) {
        .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: 991.98px) {
      .concurso-cosplay__block-three .slider-awarded {
        width: calc(100% - 20px); } }
    @media (min-width: 1400px) {
      .concurso-cosplay__block-three .slider-awarded {
        width: 100%;
        max-width: 1400px; } }
    @media (min-width: 1400px) {
      .concurso-cosplay__block-three .slider-awarded {
        overflow: visible; } }
    @media (max-width: 1399.98px) {
      .concurso-cosplay__block-three .slider-awarded .swiper-slide {
        display: flex;
        justify-content: center;
        margin-top: 48px;
        margin-bottom: 60px; } }
    @media (min-width: 1400px) {
      .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: 1400px) {
      .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: 991.98px) {
        .concurso-cosplay__block-three .slider-awarded__wrapper {
          flex-direction: column;
          width: 340px;
          height: 398px; } }
      @media (min-width: 992px) {
        .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: 991.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: 992px) {
            .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: 767.98px) {
          .concurso-cosplay__block-three .slider-awarded__wrapper .description {
            padding: 20px 15px;
            text-align: center; } }
        @media (min-width: 768px) {
          .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: 991.98px) {
            .concurso-cosplay__block-three .slider-awarded__wrapper .description h3 {
              font-size: 25px;
              line-height: 30px;
              width: 100%;
              text-align: center; } }
          @media (min-width: 992px) {
            .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: 991.98px) {
            .concurso-cosplay__block-three .slider-awarded__wrapper .description p {
              font-size: 17px;
              line-height: 22px; } }
          @media (min-width: 992px) {
            .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: 1399.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: 1400px) {
      .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: 1400px) {
        .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: 1399.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: 1399.98px) {
          .cosplay__page__section .card h1 {
            width: 260px;
            margin: 0 auto;
            text-align: left;
            padding-top: 30px; } }
        @media (min-width: 1400px) {
          .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: 1400px) {
        .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: 1399.98px) {
          .cosplay__page__section .text-wrapper p {
            text-align: center;
            max-width: 339px; } }
        @media (min-width: 1400px) {
          .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: 991.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: 1399.98px) {
        .cosplay__page .cosplay__main__title {
          font-size: 3.28125vw; } }
      @media (max-width: 991.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: 1399.98px) {
        .cosplay__page .cosplay__main__subtitle {
          font-size: 1.82292vw;
          margin-top: 1.04167vw; } }
      @media (max-width: 991.98px) {
        .cosplay__page .cosplay__main__subtitle {
          font-size: 38px;
          margin-top: 40px; } }
      @media (max-width: 767.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: 991.98px) {
        .cosplay__page .cosplay__image-rastabot {
          display: none; } }
    .cosplay__page .cosplay__image-plus {
      top: 30px;
      right: -110px; }
      @media (max-width: 991.98px) {
        .cosplay__page .cosplay__image-plus {
          display: none; } }
    .cosplay__page .cosplay__image-epic {
      top: 330px;
      right: -270px; }
      @media (max-width: 991.98px) {
        .cosplay__page .cosplay__image-epic {
          display: none; } }
    .cosplay__page .cosplay__image-bottom {
      bottom: -266px;
      left: -285px; }
      @media (max-width: 991.98px) {
        .cosplay__page .cosplay__image-bottom {
          display: none; } }
    .cosplay__page .cosplay__image-top-mob {
      top: -41px;
      left: -140px;
      display: none; }
      @media (max-width: 991.98px) {
        .cosplay__page .cosplay__image-top-mob {
          display: block; } }
    .cosplay__page .cosplay__image-bottom-mob {
      bottom: -113px;
      left: -130vw;
      display: none; }
      @media (max-width: 991.98px) {
        .cosplay__page .cosplay__image-bottom-mob {
          display: block; } }
  .cosplay__page .cosplay__nav {
    width: 100%;
    margin-top: 60px; }
    @media (max-width: 1399.98px) {
      .cosplay__page .cosplay__nav {
        margin-top: 7.29167vw; } }
    @media (max-width: 991.98px) {
      .cosplay__page .cosplay__nav {
        margin-top: 50px; } }
    @media (max-width: 767.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: 1399.98px) {
        .cosplay__page .cosplay__nav__title {
          font-size: 0.78125vw; } }
      @media (max-width: 991.98px) {
        .cosplay__page .cosplay__nav__title {
          font-size: 30px; } }
      @media (max-width: 767.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: 1399.98px) {
        .cosplay__page .cosplay__nav__buttons {
          margin-top: 1.5625vw; } }
      @media (max-width: 991.98px) {
        .cosplay__page .cosplay__nav__buttons {
          flex-direction: column;
          margin-top: 30px; } }
      @media (max-width: 767.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: 991.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: 991.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: 1399.98px) {
      .cosplay__page .cosplay__list {
        padding-bottom: 170px; } }
    @media (max-width: 991.98px) {
      .cosplay__page .cosplay__list {
        padding-bottom: 170px; } }
    @media (max-width: 767.98px) {
      .cosplay__page .cosplay__list {
        padding-bottom: 170px; } }
    .cosplay__page .cosplay__list .container {
      position: relative; }
      @media (max-width: 991.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: 991.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: 991.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: 991.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: 1400px) {
  .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: 991.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: 991.98px) {
    .cosplay__image-rastabot-bottom {
      display: none; } }

.cosplay__image-sprites-bottom {
  bottom: -110px;
  right: -580px; }
  @media (max-width: 991.98px) {
    .cosplay__image-sprites-bottom {
      display: none; } }

.cosplay__image-sprites-top-mob {
  top: -10px;
  left: -170px;
  width: 100%;
  display: none; }
  @media (max-width: 991.98px) {
    .cosplay__image-sprites-top-mob {
      display: block; } }

.cosplay__image-sprites-bottom-mob {
  bottom: 180px;
  right: -30px;
  width: 180%;
  display: none; }
  @media (max-width: 991.98px) {
    .cosplay__image-sprites-bottom-mob {
      display: block; } }

.cosplay__image-finalists-rastabot {
  top: -536px;
  left: -470px; }
  @media (max-width: 991.98px) {
    .cosplay__image-finalists-rastabot {
      display: none; } }

.cosplay__image-finalists-sprites-top {
  top: -5px;
  right: -310px; }
  @media (max-width: 991.98px) {
    .cosplay__image-finalists-sprites-top {
      display: none; } }

.cosplay__image-finalists-sprites-bottom {
  bottom: -130px;
  left: -150px; }
  @media (max-width: 991.98px) {
    .cosplay__image-finalists-sprites-bottom {
      display: none; } }

.cosplay__image-finalists-rastabot-mob {
  top: -310px;
  right: -70px;
  display: none; }
  @media (max-width: 991.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: 1399.98px) {
    .cosplay__winners-2021 {
      padding-bottom: 170px; } }
  @media (max-width: 991.98px) {
    .cosplay__winners-2021 {
      padding-bottom: 170px; } }
  @media (max-width: 991.98px) {
    .cosplay__winners-2021 {
      padding: 60px 15px;
      padding-bottom: 170px; } }
  .cosplay__winners-2021 > .container {
    position: relative; }
    @media (max-width: 991.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: 991.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: 991.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: 991.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: 1399.98px) {
    .cosplay__disclaimer {
      max-width: 90%; } }
  @media (max-width: 991.98px) {
    .cosplay__disclaimer {
      max-width: 90%; } }
  @media (max-width: 767.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: 991.98px) {
  .cosplay__page .cosplay__main {
    display: none; } }

.cosplay__page--list {
  position: relative; }
  .cosplay__page--list .cosplay__main {
    position: relative; }
    @media (max-width: 991.98px) {
      .cosplay__page--list .cosplay__main {
        display: flex; } }
    @media (max-width: 991.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: 991.98px) {
      .cosplay__page__vote-2021 .cosplay__main .container .cosplay__main__title {
        font-size: 48px; } }
    @media (max-width: 991.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: 1399.98px) {
      .cosplay__page__vote-2021__content-infos {
        padding-bottom: 170px; } }
    @media (max-width: 991.98px) {
      .cosplay__page__vote-2021__content-infos {
        padding-bottom: 170px; } }
    @media (max-width: 991.98px) {
      .cosplay__page__vote-2021__content-infos {
        padding: 60px 15px;
        padding-bottom: 170px; } }
    @media (max-width: 991.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: 991.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: 991.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: 991.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: 991.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: 991.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: 991.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: 991.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--nav .btn-slider {
      background-image: none;
      background-color: white;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: black;
      border: 1px solid #000;
      box-shadow: 1px 4px #000; }
      @media (max-width: 991.98px) {
        .slide-cosplay-vote--nav .btn-slider {
          width: 25px;
          height: 25px;
          font-size: 15px;
          box-shadow: 1px 2px #000; } }
      @media (min-width: 992px) {
        .slide-cosplay-vote--nav .btn-slider {
          width: 45px;
          height: 45px;
          font-size: 27px; } }
      .slide-cosplay-vote--nav .btn-slider.swiper-button-next:after, .slide-cosplay-vote--nav .btn-slider.swiper-button-prev:after {
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMTUgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMTEtLS1Db3NwbGF5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIzMi4wMDAwMDAsIC05MjMuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Im5hdiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTQwLjAwMDAwMCwgOTEzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE2LUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5Ny41MDAwMDAsIDI0LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMjk3LjUwMDAwMCwgLTI0LjAwMDAwMCkgdHJhbnNsYXRlKDI3NS4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Im5vdW5fQXJyb3dfMzEzNDE4OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuNTAwMDAwLCAyMi4wOTY3NzQpIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTIwLjUwMDAwMCwgLTIyLjA5Njc3NCkgdHJhbnNsYXRlKDEzLjA0MTEyOSwgMTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBwb2ludHM9IjIuODIwOTY3NzQgMjQuMTkzNTQ4NCAxNC45MTc3NDE5IDEyLjA5Njc3NDIgMi44MjA5Njc3NCAwIDAgMi44MjMzODcxIDkuMjczMzg3MSAxMi4wOTY3NzQyIDAgMjEuMzcwMTYxMyI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
        content: '';
        width: 40%;
        height: 60%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .slide-cosplay-vote--nav .btn-slider.swiper-button-prev:after {
        transform: rotate(180deg); }
  .slide-cosplay-vote.swiper-container-initialized .slide-cosplay-vote--nav {
    opacity: 1; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 991.98px) {
  .meet-greet {
    padding-top: 85px; } }

@media (max-width: 991.98px) {
  .meet-greet .top-page {
    height: auto; } }

@media (min-width: 992px) {
  .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: 991.98px) {
      .meet-greet .top-page__wrapper h1 {
        font-size: 80px; } }
    @media (min-width: 992px) {
      .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: 767.98px) {
      .meet-greet .top-page__wrapper p br {
        display: none; } }
  .meet-greet .top-page__wrapper .btn {
    margin-top: 15px; }
    @media (max-width: 767.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: 767.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: 767.98px) {
      .meet-greet__filter li {
        flex-shrink: 0;
        font-size: 18px;
        padding: 15px; } }
    @media (min-width: 768px) {
      .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: 991.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: 991.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: 991.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: 991.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: 991.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 #modal-overlay,
.programming .loading {
  position: fixed;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: .7; }

.programming #modal-overlay {
  display: none;
  opacity: .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: 1399.98px) {
    .programming__top {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .programming__top {
      height: 458px; } }
  .programming__top__wrapper {
    height: 350px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .programming__top__wrapper {
        height: 50vh; } }
    .programming__top__wrapper h1 {
      font-size: 90px;
      text-transform: uppercase;
      color: #fff;
      margin: 0; }
      @media (max-width: 991.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: 991.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: 991.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: 992px) {
    .programming__content {
      background-image: url(../img/desktop-bg/schedule/bg.png);
      background-position: top center;
      background-repeat: no-repeat; } }
  @media (min-width: 2200px) {
    .programming__content {
      background-size: cover; } }
  .programming__content .auditorio {
    background: #000; }
    .programming__content .auditorio--thunder-arena {
      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--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: 1400px) {
      .programming__content__filter {
        height: 50px; } }
    @media (max-width: 1699.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: 1399.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: 991.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: 1400px) {
        .programming__content__filter .filter-wrapper {
          height: 46px; } }
      @media (max-width: 1399.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: 1400px) {
            .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: 1399.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: 1399.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: 992px) {
          .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: 1399.98px) {
            .programming__content__filter .filter-wrapper .places-drop .btn {
              width: 100%;
              padding-left: 15px; } }
          @media (min-width: 992px) {
            .programming__content__filter .filter-wrapper .places-drop .btn {
              width: 100%;
              overflow: hidden;
              white-space: nowrap; } }
          @media (min-width: 1400px) {
            .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: 992px) {
          .programming__content__filter .filter-wrapper .form {
            width: 586px;
            flex-shrink: 0; } }
        @media (max-width: 1399.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: 991.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: 991.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: 991.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: 991.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: 991.98px) {
          .programming__content .auditorium__event .description {
            width: 70%; } }
    .programming__content .auditorium--thunder-arena .auditorium__title {
      background: #e33881; }
    .programming__content .auditorium--thunder-arena .auditorium__event::before {
      background-color: #e33881; }
    .programming__content .auditorium--thunder-arena .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--game-arena .auditorium__title {
      background: #00f500; }
    .programming__content .auditorium--game-arena .auditorium__event::before {
      background-color: #00f500; }
    .programming__content .auditorium--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--colecionaveis-iron-studios .auditorium__title, .programming__content .auditorium--colecionaveis-iron-studios-masterclass .auditorium__title {
      background: #3C37B5; }
    .programming__content .auditorium--colecionaveis-iron-studios .auditorium__event::before, .programming__content .auditorium--colecionaveis-iron-studios-masterclass .auditorium__event::before {
      background-color: #3C37B5; }
    .programming__content .auditorium--colecionaveis-iron-studios .auditorium__event .time, .programming__content .auditorium--colecionaveis-iron-studios-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: 991.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: 991.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: 991.98px) {
        .programming__modal .modal__body__header {
          height: 200px;
          flex-direction: column; } }
      @media (min-width: 992px) {
        .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-arena .description-title {
    background-color: #e33881; }
  .programming__modal--artists-valley .description-title, .programming__modal--artists-valley-masterclass .description-title {
    background-color: #514988; }
  .programming__modal--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--colecionaveis-iron-studios .description-title, .programming__modal--colecionaveis-iron-studios-masterclass .description-title {
    background-color: #3C37B5; }

.canvas {
  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: 991.98px) {
      .canvas h2 {
        font-size: 40px; } }
    @media (min-width: 992px) {
      .canvas h2 {
        font-size: 70px; } }
  .canvas input[type=file] {
    border: 1px solid white;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8); }
    @media (max-width: 991.98px) {
      .canvas input[type=file] {
        display: block;
        margin: 0 auto; } }
  .canvas .container {
    padding-top: 100px;
    padding-bottom: 100px; }
  .canvas .row {
    justify-content: center; }
  .canvas .btn {
    cursor: pointer;
    box-shadow: -3px 3px 0 #ffcc00; }
    @media (max-width: 991.98px) {
      .canvas .btn {
        margin: 30px auto;
        width: 90%;
        max-width: 300px; } }
  .canvas .col-lg-10 {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .canvas .col-lg-10 .texto {
        width: max-content; } }
  .canvas .img-canvas {
    border: 4px solid #ffcc00; }
  .canvas__marquee {
    background-color: #514988; }
    @media (max-width: 991.98px) {
      .canvas__marquee {
        padding-top: 60px; } }
    .canvas__marquee .marquee p {
      font-size: 58px; }
      .canvas__marquee .marquee p span:nth-child(odd) {
        color: #ffcc00; }
  .canvas__wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .canvas__wrapper {
        flex-direction: column; } }
  .canvas__texto {
    padding-left: 60px; }
    @media (max-width: 991.98px) {
      .canvas__texto {
        padding-left: 0;
        padding-top: 40px;
        max-width: 300px; } }
    @media (min-width: 992px) and (max-width: 1399.98px) {
      .canvas__texto {
        padding-left: 25px; } }
    .canvas__texto p {
      margin: 10px 0;
      font-size: 20px; }
      .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: #514988; }
    @media (min-width: 992px) {
      .canvas .perfil {
        background-image: url(../img/bg-canvas-01.png);
        background-repeat: no-repeat;
        background-position: 110% bottom; } }
    @media (min-width: 1400px) {
      .canvas .perfil {
        background-position: right bottom; } }
    @media (max-width: 991.98px) {
      .canvas .perfil .canvas__texto {
        padding-left: 0; } }
    @media (min-width: 992px) {
      .canvas .perfil .canvas__texto {
        max-width: 400px;
        flex-shrink: 0; } }
    @media (min-width: 1400px) {
      .canvas .perfil .canvas__texto {
        max-width: 800px; } }
    .canvas .perfil__wrapper .img-perfil {
      background-color: #fff;
      max-height: 350px;
      max-width: 350px; }
      @media (max-width: 991.98px) {
        .canvas .perfil__wrapper .img-perfil {
          zoom: .8; } }
  .canvas .post {
    background-color: #514988; }
    @media (min-width: 992px) {
      .canvas .post {
        background-image: url(../img/bg-canvas-02.png);
        background-repeat: no-repeat;
        background-position: -10% bottom; } }
    @media (min-width: 1400px) {
      .canvas .post {
        background-position: left bottom; } }
    @media (min-width: 992px) {
      .canvas .post .canvas__texto {
        max-width: 350px;
        flex-shrink: 0; } }
    @media (min-width: 1400px) {
      .canvas .post .canvas__texto {
        max-width: 800px; } }
    .canvas .post__wrapper .img-post {
      background-color: #fff;
      max-height: 600px;
      max-width: 600px; }
      @media (max-width: 991.98px) {
        .canvas .post__wrapper .img-post {
          zoom: 0.5; } }
  .canvas .capa {
    background-color: #ffcc00;
    color: black; }
    .canvas .capa h2 {
      color: #514988; }
    .canvas .capa #tableNumber {
      font-size: 18px;
      padding-left: 5px;
      color: #000; }
    .canvas .capa .btn {
      cursor: pointer;
      box-shadow: -3px 3px 0 #514988; }
    @media (max-width: 991.98px) {
      .canvas .capa__info {
        width: 100%; } }
    .canvas .capa .canvas__wrapper {
      width: 800px; }
      @media (max-width: 991.98px) {
        .canvas .capa .canvas__wrapper {
          width: 100%; } }
    @media (min-width: 992px) {
      .canvas .capa .canvas__texto {
        max-width: 460px;
        margin-right: 50px;
        padding: 0; } }
    .canvas .capa__wrapper .img-capa {
      margin: 0 0 40px 0;
      background: white;
      border: 4px solid #514988; }
      @media (max-width: 767.98px) {
        .canvas .capa__wrapper .img-capa {
          zoom: .8; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .canvas .capa__wrapper .img-capa {
          zoom: .4; } }
      @media (max-width: 767.98px) {
        .canvas .capa__wrapper .img-capa {
          width: 100%; } }
  .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; }

.newsroom .top-page {
  color: white; }
  @media (max-width: 991.98px) {
    .newsroom .top-page {
      height: auto;
      flex-direction: column;
      max-height: initial;
      background-color: #5d3688; } }
  @media (min-width: 992px) {
    .newsroom .top-page {
      height: 440px; } }
  .newsroom .top-page h1 {
    color: white; }
    @media (max-width: 991.98px) {
      .newsroom .top-page h1 {
        text-align: left; } }
  @media (max-width: 991.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: 991.98px) {
      .newsroom .top-page__wrapper .description {
        text-align: left; } }
    @media (min-width: 992px) {
      .newsroom .top-page__wrapper .description {
        text-align: center; } }
  .newsroom .top-page .btn {
    margin: 0 auto; }
    @media (max-width: 991.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: 991.98px) {
      .newsroom__filter__wrapper {
        flex-direction: column; } }
    .newsroom__filter__wrapper ul {
      display: flex;
      align-items: center; }
      @media (max-width: 991.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: 991.98px) {
      .newsroom__filter__tags {
        padding-top: 22px; } }
    @media (min-width: 992px) {
      .newsroom__filter__tags {
        padding-left: 45px; } }
    @media (max-width: 991.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: 991.98px) {
        .newsroom__filter__tags li {
          font-size: 15px;
          margin: 5px 10px 5px 0; } }
      @media (min-width: 992px) {
        .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: 991.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: 991.98px) {
      .newsroom .tabs__buttons li {
        white-space: nowrap;
        padding: 20px 65px 49px 20px; } }
    @media (min-width: 992px) {
      .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: 991.98px) {
      .newsroom .tabs__tab--contato .col ul {
        flex-direction: column; } }
    @media (max-width: 991.98px) {
      .newsroom .tabs__tab--contato .col ul li {
        margin: 30px 0px; } }
    @media (min-width: 992px) {
      .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: 991.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: 1399.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: 1399.98px) {
      .artists-valley__main {
        max-height: 352px; } }
    .artists-valley__main .arts-alley__header {
      max-height: 100%; }
    @media (max-width: 991.98px) {
      .artists-valley--detail .artists-valley__main {
        max-height: 300px; } }
    @media (max-width: 767.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: 1399.98px) {
        .artists-valley__main h1 {
          font-size: 6.09375vw; } }
      @media (max-width: 991.98px) {
        .artists-valley__main h1 {
          font-size: 107px; } }
      @media (max-width: 767.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: 1399.98px) {
      .artists-valley__content {
        padding: 2.86458vw 0; } }
    @media (max-width: 991.98px) {
      .artists-valley__content {
        padding: 65px 0; } }
    @media (max-width: 767.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: 1399.98px) {
          .artists-valley__content__decoration .decoration {
            max-width: 7.8125vw; } }
        @media (max-width: 991.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: 1399.98px) {
        .artists-valley__content h2 {
          font-size: 3.22917vw; } }
      @media (max-width: 991.98px) {
        .artists-valley__content h2 {
          font-size: 62px; } }
      @media (max-width: 767.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: 1400px) {
        .artists-valley__content p {
          width: 700px; } }
      @media (max-width: 1399.98px) {
        .artists-valley__content p {
          font-size: 1.45833vw;
          margin-top: 2.08333vw;
          padding: 0 2.08333vw; } }
      @media (max-width: 991.98px) {
        .artists-valley__content p {
          font-size: 35px;
          margin-top: 55px;
          padding: 0 15px; } }
      @media (max-width: 767.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: 1399.98px) {
          .artists-valley__content p:first-child {
            padding: 0 3.48958vw; } }
        @media (max-width: 991.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: 1400px) {
      .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: 1399.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: 1399.98px) {
        .artists-valley__filters .filter {
          font-size: 1.45833vw; } }
      @media (max-width: 991.98px) {
        .artists-valley__filters .filter {
          font-size: 34px; } }
      @media (max-width: 767.98px) {
        .artists-valley__filters .filter {
          font-size: 4.42708vw; } }
      .artists-valley__filters .filter--wrapper {
        display: flex; }
        @media (max-width: 1399.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: 1399.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: 1399.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: 1399.98px) {
              .artists-valley__filters .filter--alphabet__title .icon {
                padding-left: 5px; } }
            @media (min-width: 1400px) {
              .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: 1399.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: 1399.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: 1399.98px) {
              .artists-valley__filters .filter--theme__title .icon {
                padding-right: 15px; } }
            @media (min-width: 1400px) {
              .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: 1399.98px) {
            .artists-valley__filters .filter--theme__action {
              padding: 0.88542vw 0;
              font-size: 1.14583vw;
              margin-top: 1.04167vw; } }
          @media (max-width: 991.98px) {
            .artists-valley__filters .filter--theme__action {
              padding: 29px;
              font-size: 34px;
              margin-top: 40px; } }
          @media (max-width: 767.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: 1399.98px) {
          .artists-valley__filters .filter--search {
            width: 100%;
            order: -1;
            height: 50px;
            font-size: 34px;
            border-left: none;
            border-right: none; } }
        @media (max-width: 767.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: 1400px) {
            .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: 1399.98px) {
          .artists-valley__filters .filter__options__wrapper {
            left: 0px;
            border-left: none;
            padding: 1.04167vw; } }
        @media (max-width: 991.98px) {
          .artists-valley__filters .filter__options__wrapper {
            width: calc(100% + 2px);
            text-align: center;
            padding: 20px; } }
        @media (max-width: 767.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: 1399.98px) {
          .artists-valley__filters .filter__options li {
            font-size: 1.14583vw;
            padding: 0.78125vw 0.52083vw; } }
        @media (max-width: 991.98px) {
          .artists-valley__filters .filter__options li {
            font-size: 29px;
            padding: 15px 10px; } }
        @media (max-width: 767.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: 1399.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: 1399.98px) {
        .artists-valley__artists__container {
          margin-bottom: 40px; } }
      @media (max-width: 991.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: 991.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: 1399.98px) {
        .artists-valley .artist__info {
          padding: 1.04167vw;
          bottom: -15.625vw; } }
      @media (max-width: 991.98px) {
        .artists-valley .artist__info {
          padding: 20px; } }
      @media (max-width: 767.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: 1399.98px) {
        .artists-valley .artist__name {
          font-size: 1.45833vw; } }
      @media (max-width: 991.98px) {
        .artists-valley .artist__name {
          font-size: 28px; } }
      @media (max-width: 767.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: 991.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: 1399.98px) {
      .artists-valley__guest {
        padding-bottom: 4.16667vw; }
        .artists-valley__guest .container {
          max-width: none;
          padding-right: 0;
          padding-left: 0; } }
    @media (max-width: 991.98px) {
      .artists-valley__guest {
        padding-bottom: 80px; } }
    @media (max-width: 767.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: 1399.98px) {
      .artists-valley .guest {
        padding: 0;
        top: 0;
        margin-bottom: 0;
        min-height: 23.95833vw; } }
    @media (max-width: 991.98px) {
      .artists-valley .guest {
        padding: 0 0 45px;
        min-height: auto; } }
    @media (max-width: 767.98px) {
      .artists-valley .guest {
        padding: 0 0 5.85938vw; } }
    .artists-valley .guest__display {
      width: auto;
      height: auto;
      position: absolute; }
      @media (min-width: 1400px) {
        .artists-valley .guest__display {
          box-shadow: 5px 5px #000; } }
      @media (max-width: 1399.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: 1400px) {
        .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: 767.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: 1399.98px) {
            .artists-valley .guest__detailsMobile .guest-social li {
              margin: 0 0.41667vw; } }
          @media (max-width: 991.98px) {
            .artists-valley .guest__detailsMobile .guest-social li {
              margin: 0 8px; } }
          @media (max-width: 767.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: 1399.98px) {
              .artists-valley .guest__detailsMobile .guest-social li .icon {
                font-size: 20px;
                width: 60px;
                height: 20px; } }
            @media (max-width: 767.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: 1400px) {
        .artists-valley .guest__image {
          width: 330px;
          height: 330px; } }
      @media (max-width: 1399.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: 1399.98px) {
        .artists-valley .guest__social {
          display: none; } }
      .artists-valley .guest__social li {
        display: flex;
        margin: 0 8px; }
        @media (max-width: 1399.98px) {
          .artists-valley .guest__social li {
            margin: 0 0.41667vw; } }
        @media (max-width: 991.98px) {
          .artists-valley .guest__social li {
            margin: 0 8px; } }
        @media (max-width: 767.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: 1399.98px) {
            .artists-valley .guest__social li .icon {
              font-size: 1.04167vw;
              width: 2.08333vw;
              height: 2.08333vw; } }
          @media (max-width: 991.98px) {
            .artists-valley .guest__social li .icon {
              font-size: 30px;
              width: 60px;
              height: 60px; } }
          @media (max-width: 767.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: 1400px) {
        .artists-valley .guest__details {
          padding-top: 1.5625vw; } }
      @media (min-width: 992px) and (max-width: 1399.98px) {
        .artists-valley .guest__details {
          padding-left: 0;
          padding-top: 1.5625vw; } }
      @media (max-width: 991.98px) {
        .artists-valley .guest__details {
          padding-left: 0;
          padding-top: 30px; } }
      @media (max-width: 767.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: 1400px) {
        .artists-valley .guest__info {
          height: 9.375vw;
          padding-bottom: 2.08333vw; } }
      @media (min-width: 1700px) {
        .artists-valley .guest__info {
          height: 7.29167vw; } }
      @media (max-width: 1399.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: 1400px) {
        .artists-valley .guest__name {
          width: 100%;
          font-size: 60px; } }
      @media (max-width: 1399.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: 1399.98px) {
        .artists-valley .guest__job {
          font-size: 0.78125vw;
          margin-bottom: 0.78125vw; } }
      @media (max-width: 991.98px) {
        .artists-valley .guest__job {
          font-size: 21px;
          margin-bottom: 21px; } }
      @media (max-width: 767.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: 1399.98px) {
        .artists-valley .guest__stripe {
          height: 3.64583vw; } }
      @media (max-width: 991.98px) {
        .artists-valley .guest__stripe {
          display: none; } }
    .artists-valley .guest__description {
      padding-top: 260px;
      font-size: 18px;
      color: white; }
      @media (max-width: 1399.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: 1700px) {
        .artists-valley .guest__gallery {
          grid-template-columns: 330px 330px 330px 330px; } }
      @media (max-width: 1399.98px) {
        .artists-valley .guest__gallery {
          padding: 2.08333vw 4.42708vw 0; } }
      @media (max-width: 991.98px) {
        .artists-valley .guest__gallery {
          grid-template-columns: 2fr 2fr;
          padding: 60px 0 0; } }
      @media (max-width: 767.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: 1399.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: 1400px) {
    .search-error {
      width: 1360px;
      font-size: 20px; } }
  @media (max-width: 1399.98px) {
    .search-error {
      width: 90vw;
      font-size: 18px; } }
  @media (min-width: 992px) and (max-width: 1399.98px) {
    .search-error {
      display: flex;
      justify-content: center; } }
  @media (max-width: 991.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: 991.98px) {
      .cosplay-winners .top-page__wrapper .description p {
        font-size: 30px; } }
    @media (min-width: 992px) {
      .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: 991.98px) {
    .cosplay-winners__block {
      position: relative;
      padding: 100px 0 60px; } }
  @media (min-width: 992px) {
    .cosplay-winners__block {
      padding: 60px 0; } }
  .cosplay-winners__block__wrapper {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .cosplay-winners__block__wrapper {
        max-width: 900px; } }
    @media (min-width: 1400px) {
      .cosplay-winners__block__wrapper {
        max-width: 1020px; } }
    .cosplay-winners__block__wrapper .picture {
      margin-bottom: 35px; }
      @media (min-width: 992px) {
        .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: 991.98px) {
          .cosplay-winners__block__wrapper .picture__bg {
            width: 900px;
            top: 10px; } }
        @media (min-width: 992px) {
          .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: 991.98px) {
          .cosplay-winners__block__wrapper .description h2 {
            font-size: 45px; } }
        @media (min-width: 992px) {
          .cosplay-winners__block__wrapper .description h2 {
            font-size: 60px; } }
      .cosplay-winners__block__wrapper .description h3 {
        font-weight: 300;
        font-style: italic; }
        @media (max-width: 991.98px) {
          .cosplay-winners__block__wrapper .description h3 {
            font-size: 40px; } }
        @media (min-width: 992px) {
          .cosplay-winners__block__wrapper .description h3 {
            font-size: 45px; } }
      @media (max-width: 991.98px) {
        .cosplay-winners__block__wrapper .description p {
          font-size: 26px; } }
      @media (min-width: 992px) {
        .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: 991.98px) {
    .monster-hunter__top {
      padding: 60px 0; } }
  @media (min-width: 992px) {
    .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: 991.98px) {
    .monster-hunter__winners h2 {
      font-size: 40px; } }
  @media (min-width: 992px) {
    .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: 991.98px) {
      .monster-hunter__winners ul {
        width: 100%;
        max-width: 500px; } }
    @media (min-width: 992px) {
      .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: 991.98px) {
        .monster-hunter__winners ul li {
          flex-direction: column;
          margin: 10px 0; } }
      @media (min-width: 992px) {
        .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: 991.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: 991.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: 991.98px) {
      .monster-hunter__arts h2 {
        font-size: 40px; } }
    @media (min-width: 992px) {
      .monster-hunter__arts h2 {
        font-size: 60px; } }
    .monster-hunter__arts h2 span {
      color: #ffcc00; }
  @media (max-width: 991.98px) {
    .monster-hunter__arts .slider-hunter {
      padding: 50px 0 100px; } }
  @media (min-width: 992px) {
    .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: 991.98px) {
      .monster-hunter__arts .sinopse img {
        width: 150px; } }
    @media (min-width: 992px) {
      .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: 991.98px) {
    .lives__nav-arena {
      top: 104px; } }
  @media (min-width: 992px) {
    .lives__nav-arena {
      top: 50px; } }
  .lives__nav-arena .col {
    align-items: center; }
    @media (max-width: 991.98px) {
      .lives__nav-arena .col {
        overflow: auto; } }
    @media (min-width: 992px) {
      .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: 991.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: 991.98px) {
      .lives__top .col {
        height: auto;
        padding: 140px 20px 30px; } }
    @media (min-width: 992px) {
      .lives__top .col {
        height: 300px; } }
    .lives__top .col h1 {
      color: white;
      font-style: italic; }
      @media (max-width: 991.98px) {
        .lives__top .col h1 {
          font-size: 55px; } }
      @media (min-width: 992px) {
        .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: 991.98px) {
      .lives__block h2 {
        font-size: 40px; } }
    @media (min-width: 992px) {
      .lives__block h2 {
        font-size: 70px; } }
  .lives__block iframe {
    width: 100%; }
    @media (max-width: 991.98px) {
      .lives__block iframe {
        height: 40vh; } }
    @media (min-width: 992px) {
      .lives__block iframe {
        height: 80vh; } }
