@charset "UTF-8";
/* Visit */
/* Art */
/* Events */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
  }
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "trade-gothic-next-compressed", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  font-family: "trade-gothic-next-compressed", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, table, embed, iframe, object, video {
  margin-top: 25px;
  margin-bottom: 25px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, blockquote:first-child, table:first-child, embed:first-child, iframe:first-child, object:first-child, video:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, table:last-child, embed:last-child, iframe:last-child, object:last-child, video:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  font-weight: 400;
}

h1 {
  font-size: 48px;
}
h1 p {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}
h2 p {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}
h3 p {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}
h4 p {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}
h5 p {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}
h6 p {
  font-size: 16px;
}

p {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
p:empty {
  display: none;
}

a {
  color: #18988B;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #00bd9d;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}

label {
  color: #18988B;
  font-family: "trade-gothic-next-compressed", sans-serif;
}

textarea,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 11px;
  border: 2px solid #F2F2F2;
  transition: all 0.3s ease-in-out;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #231F20;
  outline: none;
}
textarea::placeholder,
input::placeholder {
  color: #BFBFBF;
}
textarea:focus,
input:focus {
  border-color: #cccccc;
}

input {
  min-width: 0;
}

textarea {
  height: 150px;
  resize: none;
}

button {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #cccccc;
  background-color: #18988B;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  outline: none;
  cursor: pointer;
}
button:not(:focus) {
  outline: none;
}
button:hover {
  background-color: #00bd9d;
}

embed,
iframe,
object,
video,
svg {
  max-width: 100%;
}

::selection {
  background-color: rgba(24, 152, 139, 0.4);
}

select {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 17px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  outline: none;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  select {
    max-width: 305px;
  }
}
select:focus {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}

.p-text-f--bold {
  font-weight: bold !important;
}
.p-text-f--italic {
  font-style: italic !important;
}

.p-text-f--italic-normal {
  font-style: normal !important;
}

.center-h {
  margin: 20px 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-chase {
  width: 60px;
  height: 60px;
  position: relative;
  animation: loader-chase 2.5s infinite linear both;
}

.loader-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: loader-chase-dot 2s infinite ease-in-out both;
}

.loader-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: rgba(190, 200, 200, 0.7);
  border-radius: 100%;
  animation: loader-chase-dot-before 2s infinite ease-in-out both;
}

.loader-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.loader-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.loader-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.loader-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.loader-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.loader-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.loader-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.loader-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.loader-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.loader-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.loader-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.loader-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes loader-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
[class*=p-link] {
  display: inline-block;
  color: #18988B;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
}
[class*=p-link] i {
  display: inline-block;
  margin: -2px 0 0 5px;
  color: inherit;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}
[class*=p-link].arrow:after {
  display: inline-block;
  margin-left: 4px;
  padding-bottom: 6px;
  line-height: 1;
  vertical-align: middle;
  content: "»";
}
[class*=p-link].arrow--up:after {
  transform: rotate(-90deg);
}
[class*=p-link].thin {
  font-weight: 300;
}
[class*=p-link].thin i {
  margin-top: -3px;
}
[class*=p-link].spacing {
  letter-spacing: 3px;
}

.p-link-white {
  color: #ffffff;
}
.p-link-white:hover {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.p-link-black {
  color: #000000;
}
.p-link-black:hover {
  color: #18988B;
}

.p-link-active {
  color: #18988B;
}
.p-link-active:hover {
  color: #00bd9d;
}

.p-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: all 0.3s;
  background-color: #18988B;
  color: #ffffff;
  text-align: center;
}
.p-close:before {
  font-family: "Ionicons";
  font-size: 18px;
  content: "";
}
.p-close:hover {
  background-color: #00bd9d;
  color: #ffffff;
}

.p-title {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.p-title--underline:after {
  display: block;
  width: 130px;
  height: 2px;
  margin-top: 27px;
  background-color: #000000;
  content: "";
}
@media screen and (max-width: 1199px) {
  .p-title--underline:after {
    margin-top: 20px;
  }
}
.p-title--underline.t-left:after {
  margin-right: auto;
}
.p-title--underline.t-center:after {
  margin-left: auto;
  margin-right: auto;
}
.p-title--underline.t-right:after {
  margin-left: auto;
}
.p-title--small {
  font-size: 20px;
  letter-spacing: 2px;
}
.p-title--small:after {
  margin-top: 21px;
}

.p-subtitle {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.93;
  letter-spacing: 1.4px;
}

.p-buttons {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
  font-size: 0;
}
.p-buttons a {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.p-wrap {
  margin: 100px 0;
}
@media screen and (max-width: 1199px) {
  .p-wrap {
    margin: 60px 0;
  }
}

.bg-img-link {
  overflow: hidden;
}
.bg-img-link a {
  background: inherit;
  transition-duration: 0.6s;
}
.bg-img-link a:hover {
  transform: scale(1.03);
}

.p-retreats {
  margin: 90px 0;
}
@media screen and (max-width: 1199px) {
  .p-retreats {
    margin: 60px 0;
  }
}

.p-caption-retreats {
  margin-bottom: 88px;
}
@media screen and (max-width: 1199px) {
  .p-caption-retreats {
    margin-bottom: 60px;
  }
}

.p-large-retreats {
  margin: 140px 0 130px;
}
@media screen and (max-width: 1199px) {
  .p-large-retreats {
    margin: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-large-retreats {
    margin: 60px 0;
  }
}

.js-bg {
  width: 0;
  height: 0;
}

.js-bg-back {
  background-size: cover;
  background-position: center;
}

.t-align {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-uppercase {
  text-transform: uppercase;
}

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

.t-semibold {
  font-weight: 600;
}

.t-medium {
  font-weight: 500;
}

.t-regular {
  font-weight: 400;
}

.t-light {
  font-weight: 300;
}

/* text color active by default */
.t-active {
  color: #18988B;
}

.t-white {
  color: #ffffff;
}

.t-black {
  color: #000000;
}

.t-dark {
  color: #231F20;
}

.t-light {
  color: #F2F2F2;
}

.t-grey-light {
  color: #BFBFBF;
}

.t-grey-bright {
  color: #cccccc;
}

.t-grey {
  color: #999999;
}

.t-grey-darken {
  color: #808080;
}

.t-grey-dark {
  color: #666666;
}

.t-cyan {
  color: #18988B;
}

.t-magenta {
  color: #AF0061;
}

.t-blue {
  color: #522D6D;
}

/* background-color active by default */
.bg-white-light {
  background-color: #fafafa;
}

.bg-active {
  background-color: #18988B;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-dark {
  background-color: #231F20;
}

.bg-light {
  background-color: #F2F2F2;
}

.bg-grey-light {
  background-color: #BFBFBF;
}

.bg-grey-bright {
  background-color: #cccccc;
}

.bg-grey {
  background-color: #999999;
}

.bg-grey-darken {
  background-color: #808080;
}

.bg-grey-dark {
  background-color: #666666;
}

.bg-grey-black-dark {
  background-color: #4d4d4d;
}

.bg-cyan {
  background-color: #18988B;
}

.bg-magenta {
  background-color: #AF0061;
}

.bg-blue {
  background-color: #522D6D;
}

.text-white a, .text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white li, .text-white span {
  color: #ffffff;
}

.t-italic {
  font-style: italic;
}

.container-wide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.p-no-block-key {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-no-block-key .container {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #999999;
}

.h-100 {
  height: 100%;
}

[class*=p-btn] {
  display: inline-block;
  min-width: 136px;
  padding: 6px 25px;
  border: solid 2px #ffffff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
}
[class*=p-btn]:hover {
  text-decoration: none;
}
.p-btn-trans-white {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.p-btn-trans-white:hover {
  background-color: #ffffff;
  color: #18988B;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

.p-btn-white {
  background-color: #ffffff;
  color: #18988B;
}
.p-btn-white:hover {
  color: #18988B;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

.p-btn-grey-bright {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff !important;
}
.p-btn-grey-bright:hover {
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  color: #ffffff !important;
}

.p-btn-black {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff !important;
}
.p-btn-black:hover {
  background-color: #18988B;
  border-color: #18988B;
  color: #ffffff !important;
}

.p-btn-trans {
  background-color: transparent;
  border-color: #cccccc;
  color: #999999 !important;
}
.p-btn-trans:hover {
  background-color: transparent;
  border-color: #201d1e;
  color: #201d1e !important;
}

.p-btn-cyan {
  background-color: #18988B;
  border-color: #18988B;
  color: #ffffff !important;
}
.p-btn-cyan:hover {
  background-color: #00bd9d;
  border-color: #00bd9d;
  color: #ffffff !important;
}

.p-btn-magenta {
  background-color: #AF0061;
  border-color: #AF0061;
  color: #ffffff !important;
}
.p-btn-magenta:hover {
  background-color: #d0467b;
  border-color: #d0467b;
  color: #ffffff !important;
}

.p-btn-blue {
  background-color: #522D6D;
  border-color: #522D6D;
  color: #ffffff !important;
}
.p-btn-blue:hover {
  background-color: #88689f;
  border-color: #88689f;
  color: #ffffff !important;
}

.p-btn-active {
  background-color: #18988B;
  border-color: #18988B;
  color: #ffffff !important;
}
.p-btn-active:hover {
  background-color: #00bd9d;
  border-color: #00bd9d;
  color: #ffffff !important;
}

.p-btn-cyan-transparent {
  background-color: transparent;
  border-color: #18988B;
  color: #18988B;
  position: relative;
  z-index: 1;
}
.p-btn-cyan-transparent:hover {
  background-color: #18988B;
  border-color: #18988B;
  color: #ffffff;
}
.p-btn-cyan-transparent::before {
  content: "";
  display: inline-block;
  width: 102%;
  height: 104%;
  position: absolute;
  left: -1%;
  top: -2%;
  background-color: #18988B;
  opacity: 0;
}

.p-btn-magenta-transparent {
  background-color: transparent;
  border-color: #AF0061;
  color: #AF0061;
  position: relative;
  z-index: 1;
}
.p-btn-magenta-transparent:hover {
  background-color: #AF0061;
  border-color: #AF0061;
  color: #ffffff;
}
.p-btn-magenta-transparent::before {
  content: "";
  display: inline-block;
  width: 102%;
  height: 104%;
  position: absolute;
  left: -1%;
  top: -2%;
  background-color: #AF0061;
  opacity: 0;
}

.p-btn-blue-transparent {
  background-color: transparent;
  border-color: #522D6D;
  color: #522D6D;
  position: relative;
  z-index: 1;
}
.p-btn-blue-transparent:hover {
  background-color: #522D6D;
  border-color: #522D6D;
  color: #ffffff;
}
.p-btn-blue-transparent::before {
  content: "";
  display: inline-block;
  width: 102%;
  height: 104%;
  position: absolute;
  left: -1%;
  top: -2%;
  background-color: #522D6D;
  opacity: 0;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
.page__header {
  position: relative;
  z-index: 100;
}
.page__content {
  flex-grow: 1;
}

.p-content-area h1, .p-content-area h2, .p-content-area h3, .p-content-area h4, .p-content-area h5, .p-content-area h6 {
  color: #999999;
}
.p-content-area h1 {
  letter-spacing: 4px;
}
.p-content-area h2 {
  letter-spacing: 3.5px;
}
.p-content-area h3 {
  letter-spacing: 3px;
}
.p-content-area h4 {
  letter-spacing: 2.6px;
}
.p-content-area h5 {
  letter-spacing: 2px;
}
.p-content-area h6 {
  letter-spacing: 1px;
}
.p-content-area p strong {
  font-weight: 500;
}
.p-content-area ul li:before {
  margin-right: 20px;
  content: "•";
}
@media screen and (max-width: 1199px) {
  .p-content-area ul li:before {
    margin-right: 10px;
  }
}
.p-content-area ul ul {
  padding-left: 58px;
}
@media screen and (max-width: 1199px) {
  .p-content-area ul ul {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-content-area ul ul {
    padding-left: 15px;
  }
}
.p-content-area ul ul li:before {
  margin-right: 6px;
  content: "-";
}
.p-content-area a {
  word-break: break-all;
  color: #000000;
  font-size: 15px;
  border-bottom: 1px solid #00a488;
}
.p-content-area a:hover {
  color: #18988B;
}
.p-content-area blockquote {
  margin-left: 0;
  margin-right: 0;
}
.p-content-area blockquote h1, .p-content-area blockquote h2, .p-content-area blockquote h3, .p-content-area blockquote h4, .p-content-area blockquote h5, .p-content-area blockquote h6, .p-content-area blockquote p {
  font-style: italic;
}
.p-content-area blockquote p {
  color: #999999;
}

.read-more_js.showlesscontent .SecSec,
.read-more_js.showlesscontent .readLess {
  display: none;
}

.read-more_js.showmorecontent .readMore {
  display: none;
}

.read-more_js .readMore,
.read-more_js .readLess {
  margin-left: 5px;
  color: #18988B;
  cursor: pointer;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.read-more_js .readMore:after,
.read-more_js .readLess:after {
  display: inline-block;
  margin-left: 4px;
  padding-bottom: 6px;
  line-height: 1;
  vertical-align: middle;
  content: "»";
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

.p-post-typografic {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
.p-post-typografic h6 {
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: 1.5px;
}
.p-post-typografic h5 {
  font-size: 10px;
  line-height: 2.8;
  color: #999999;
  font-family: "trade-gothic-next-compressed", sans-serif;
}
.p-post-typografic h4 {
  font-size: 14px;
  line-height: 1.93;
  color: #999999;
  font-style: italic;
  letter-spacing: 1.4px;
  font-weight: 300;
}
.p-post-typografic h3 {
  font-size: 20px;
  font-family: "trade-gothic-next-compressed", sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}
.p-post-typografic .p-title, .p-post-typografic h2 {
  font-family: "trade-gothic-next-compressed", sans-serif;
  color: #18988B;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 2.6px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-post-typografic .p-title, .p-post-typografic h2 {
    line-height: 1;
  }
}
.p-post-typografic ul li a {
  font-size: 16px;
  line-height: 2;
  color: #18988B;
  font-family: "trade-gothic-next-compressed", sans-serif;
  text-transform: uppercase;
}
.p-post-typografic a {
  font-size: 16px;
  line-height: 2;
  color: #18988B;
  font-family: "trade-gothic-next-compressed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}
.p-post-typografic blockquote {
  margin-top: 0;
}
.p-post-typografic blockquote p {
  color: #000000;
  font-style: normal;
  margin: 0;
}

.content-with-sidebar {
  margin: 90px 0;
}
@media screen and (max-width: 991px) {
  .content-with-sidebar {
    margin: 50px 0;
  }
}
.content-with-sidebar .p-content-block {
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  .content-with-sidebar .p-content-block {
    padding-right: 0;
  }
}
.content-with-sidebar .p-sidebar {
  padding-left: 50px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .content-with-sidebar .p-sidebar {
    padding-top: 40px;
    padding-left: 0;
  }
}
.content-with-sidebar .p-sidebar__unit-links {
  margin: 0 0 30px;
}

.p-header {
  position: relative;
  z-index: 100;
}
.p-header__inner {
  padding: 30px 0;
}
@media screen and (max-width: 1199px) {
  .p-header__inner {
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 10px 0 0;
  }
}
.p-header__ml {
  display: flex;
  justify-content: flex-end;
  height: 20px;
}
.p-header__ml ul {
  display: flex;
}
.p-header__ml li {
  line-height: 1.2;
}
.p-header__ml li:not(:last-child):after {
  display: inline-block;
  margin: 0 5px 0 14px;
  padding-top: 2px;
  font-size: 13px;
  vertical-align: middle;
  content: "/";
}
.p-header__ml li.current-lang a {
  font-weight: 700;
}
.p-header__ml a {
  display: inline-block;
  width: 20px;
  font-size: 0;
  font-family: "pulpo", sans-serif;
  letter-spacing: 2.3px;
  color: #201d1e;
  white-space: nowrap;
}
.p-header__ml a:before {
  font-size: 11px;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .p-header__ml a:before {
    font-size: 10px;
  }
}
.p-header__ml a[lang=en-US]:before {
  content: "ENG";
}
.p-header__ml a[lang=es-ES]:before {
  content: "ESP";
}
.p-header__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .p-header__line {
    padding-top: 4px;
  }
}
.p-header__logo {
  flex: 1 1 auto;
  max-width: 307px;
  margin-right: 30px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    padding: 10px 0;
    flex: 1;
  }
}
.p-header__logo-link {
  display: inline-flex;
  align-items: flex-end;
  width: 100%;
}
.p-header__logo-img-wrap {
  flex-basis: 62px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-header__logo-img-wrap {
    flex-basis: 80px;
  }
}
.p-header__logo-img-wrap + span {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-header__logo-img {
    width: 100%;
  }
}
.p-header__logo-text-wrap {
  flex-basis: 220px;
}
@media screen and (max-width: 767px) {
  .p-header__logo-text-wrap {
    display: none;
  }
}
.p-header__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-header__links {
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-header__link-wrap:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__link-wrap:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__link {
    display: inline-block;
    width: 25px;
    padding-bottom: 5px;
    font-size: 0;
    line-height: 4px;
  }
}
.p-header__link svg {
  display: inline-block;
  margin-left: 4px;
}
.p-header__link path,
.p-header__link polygon {
  fill: currentColor;
}
.p-header__window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: hidden;
}
.p-header__window-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.p-header__window-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 54px 0 17px;
}
@media screen and (max-width: 1199px) {
  .p-header__window-line {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header__window-line {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header__lead-wrap {
    background-color: #F2F2F2;
  }
}
.p-header__lead {
  padding: 20px 0 52px;
}
@media screen and (max-width: 1199px) {
  .p-header__lead {
    padding: 20px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-header__buttons {
  flex-shrink: 0;
  margin: 0 -10px -20px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-header__buttons {
    text-align: center;
  }
}
.p-header__button {
  margin: 0 10px 20px;
}
@media screen and (min-width: 768px) {
  .p-header__menu {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__menu {
    margin-top: 30px;
  }
}
.p-header__menu .menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-header__menu .menu {
    justify-content: center;
    margin-bottom: -11px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__menu .menu .menu-item {
    margin-bottom: 17px;
  }
}
.p-header__menu .menu .menu-item:not(:first-child):before {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 15px;
  color: #201d1e;
  font-family: "pulpo", sans-serif;
  font-size: 12px;
  content: "|";
}
@media screen and (min-width: 768px) {
  .p-header__menu .menu .menu-item:not(:first-child):before {
    font-style: italic;
  }
}
.p-header__menu .menu a {
  color: #201d1e;
  font-family: "pulpo", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-header__menu .menu a {
    font-style: italic;
  }
}
@media screen and (max-width: 767px) {
  .p-header__menu .menu a {
    font-size: 13px;
  }
}
.p-header__menu .menu a:hover {
  color: #999999;
}
.p-header__units {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-header__units {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-header__units {
    padding-bottom: 60px;
    background-color: #F2F2F2;
  }
}
.p-header__unit {
  position: relative;
  flex-basis: 33.33%;
  overflow: hidden;
  user-select: none;
}
@media screen and (min-width: 1200px) {
  .p-header__unit:before {
    transition: opacity 0.5s;
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  .p-header__unit:before {
    opacity: 0.8;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .p-header__unit:before {
    opacity: 1;
  }
  .p-header__unit .menu {
    opacity: 1 !important;
  }
}
@supports (-ms-ime-align: auto) {
  .p-header__unit:before {
    opacity: 1;
  }
  .p-header__unit .menu {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__unit:focus-within:before,
.p-header__unit:focus-within .menu, .p-header__unit:hover:before,
.p-header__unit:hover .menu {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-header__unit {
    padding: 0 30px;
  }
  .p-header__unit:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
  }
  .p-header__unit:nth-child(3n+1):before {
    background-color: rgba(24, 152, 139, 0.85);
  }
  .p-header__unit:nth-child(3n+1) a:hover {
    color: #18988B;
  }
  .p-header__unit:nth-child(3n+2):before {
    background-color: rgba(175, 0, 97, 0.85);
  }
  .p-header__unit:nth-child(3n+2) a:hover {
    color: #AF0061;
  }
  .p-header__unit:nth-child(3n+3):before {
    background-color: rgba(82, 45, 109, 0.85);
  }
  .p-header__unit:nth-child(3n+3) a:hover {
    color: #522D6D;
  }
}
@media screen and (max-width: 767px) {
  .p-header__unit {
    background-image: none !important;
  }
  .p-header__unit:nth-child(3n+1) h4 {
    color: #18988B;
  }
  .p-header__unit:nth-child(3n+2) h4 {
    color: #AF0061;
  }
  .p-header__unit:nth-child(3n+3) h4 {
    color: #522D6D;
  }
}
.p-header__unit-content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__unit-content {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-header__unit-title-wrap {
    padding: 0 15px;
    cursor: pointer;
  }
  .p-header__unit-title-wrap.active h4:after {
    content: "";
  }
}
.p-header__unit-title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-header__unit-title {
    position: relative;
    top: -0.24em;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 80px;
    letter-spacing: 0.2em;
    line-height: 1;
  }
}
@media screen and (max-width: 1199px) {
  .p-header__unit-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .p-header__unit-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__unit-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 510px;
    margin: 0 auto;
    padding: 3px 0;
    border-bottom: 2px solid #999999;
    font-size: 30px;
    letter-spacing: 6px;
  }
  .p-header__unit-title:after {
    font-family: "Ionicons";
    font-size: 24px;
    content: "";
  }
}
.p-header__unit-menu {
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .p-header__unit-menu {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__unit-menu {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-header__unit-menu {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__unit-menu {
    position: relative;
    display: none;
    padding: 0 15px;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__unit-menu .menu {
    transition: opacity 0.5s;
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  .p-header__unit-menu .menu {
    position: relative;
    max-width: 510px;
    margin: 0 auto;
    padding: 11px 0 0;
  }
}
.p-header__unit-menu .menu .menu-item {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-header__unit-menu .menu .menu-item {
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .p-header__unit-menu .menu .menu-item {
    padding: 3px 0;
  }
  .p-header__unit-menu .menu .menu-item:last-child {
    padding-bottom: 11px;
    border-bottom: 2px solid #999999;
  }
}
.p-header__unit-menu .menu li {
  font-family: "trade-gothic-next-compressed", sans-serif;
}
.p-header__unit-menu .menu a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-header__unit-menu .menu a {
    display: block;
    padding: 3px 0 4px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .p-header__unit-menu .menu a:hover {
    padding-left: 14px;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-header__unit-menu .menu a {
    color: #000000;
    font-family: "pulpo", sans-serif;
  }
}
.p-header--absolute .p-header__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-header--white .p-header__logo path,
.p-header--white .p-header__logo polygon {
    transition: all 0.3s;
  }
  .p-header--white .p-header__main {
    background-color: transparent;
  }
  .p-header--white .p-header__main .lang-item:after,
.p-header--white .p-header__main a {
    color: #ffffff;
  }
  .p-header--white .p-header__main path,
.p-header--white .p-header__main polygon {
    fill: #ffffff;
  }
  .p-header--white .p-header__main .p-header__logo-img-wrap polygon {
    stroke: #ffffff;
    stroke-width: 3px;
    fill: transparent;
  }
}
.p-header--with-shadow .p-header__main {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 55%, white 100%);
}
@media screen and (max-width: 767px) {
  .p-header--mobile-sticky:not(.p-header--absolute) {
    height: 84px;
  }
}
.p-header--mobile-sticky .p-header__main {
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header--mobile-sticky .p-header__main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .p-header--mobile-sticky.sticky .p-header__main {
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-header--mobile-sticky.sticky.p-header--white .p-header__main .lang-item:after,
.p-header--mobile-sticky.sticky.p-header--white .p-header__main a {
    color: #000000;
  }
  .p-header--mobile-sticky.sticky.p-header--white .p-header__main .lang-item:after:hover,
.p-header--mobile-sticky.sticky.p-header--white .p-header__main a:hover {
    color: #333333;
  }
  .p-header--mobile-sticky.sticky.p-header--white .p-header__main path,
.p-header--mobile-sticky.sticky.p-header--white .p-header__main polygon {
    fill: #000000 !important;
  }
  .p-header--mobile-sticky.sticky.p-header--white .p-header__main .p-header__logo-img-wrap polygon {
    stroke: #000000;
    stroke-width: 3px;
    fill: black !important;
  }
}

.header-home-transparent {
  z-index: auto;
}
@media screen and (max-width: 767px) {
  .header-home-transparent {
    z-index: 100;
  }
}
.header-home-transparent .p-header--white {
  z-index: auto;
}
.header-home-transparent .p-header--white .p-header__ml ul {
  z-index: 100;
}
.header-home-transparent .p-header--white .p-header__logo, .header-home-transparent .p-header--white .p-header__links {
  z-index: 100;
}
.header-home-transparent .p-header--white .p-header__window {
  z-index: 100;
}

.p-footer {
  padding: 60px 0 70px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1199px) {
  .p-footer {
    padding: 60px 0;
  }
}
.p-footer__list {
  margin-bottom: -50px;
}
.p-footer__item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__item--menu {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .p-footer__logo {
    max-width: 250px;
  }
}
.p-footer__logo-link {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.p-footer__logo-img-wrap {
  flex-basis: 58px;
  width: 58px;
}
.p-footer__logo-img-wrap + div {
  margin-left: 23px;
}
.p-footer__logo-text-wrap {
  padding-top: 5px;
  flex-basis: 200px;
  width: 200px;
}
.p-footer__socials {
  margin: 40px -13px -26px;
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  .p-footer__socials {
    margin: 30px -10px -20px;
  }
}
.p-footer__social {
  display: inline-block;
  margin: 0 13px 26px;
  color: #666666;
  font-size: 26px;
}
@media screen and (max-width: 1199px) {
  .p-footer__social {
    margin: 0 10px 20px;
  }
}
.p-footer__social:hover {
  color: #000000;
}
.p-footer__cr {
  margin-top: 40px;
  font-style: italic;
  font-family: "pulpo", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  .p-footer__cr {
    margin-top: 30px;
  }
}
.p-footer__cr-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0.1px;
  color: #000000;
}
.p-footer__cr-link {
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0.1px;
  color: #000000;
}
.p-footer__cr-sep {
  margin: 0 5px;
  font-size: 11px;
}
.p-footer__cr-sep:last-child {
  display: none;
}
.p-footer__menus {
  display: flex;
  align-items: flex-start;
}
.p-footer__menu {
  flex: 1 1 0%;
}
.p-footer__menu:not(:first-child) {
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .p-footer__menu:not(:first-child) {
    margin-left: 10px;
  }
}
.p-footer__menu .menu-item {
  border-bottom: 2px solid #cccccc;
}
.p-footer__menu .menu-item:first-child a {
  padding-top: 0;
}
.p-footer__menu li {
  font-family: "trade-gothic-next-compressed", sans-serif;
}
.p-footer__menu a {
  display: block;
  padding: 19px 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .p-footer__menu a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .p-footer__menu a {
    padding: 12px 0;
  }
}
.p-footer__menu a:hover {
  color: #999999;
}
.p-footer__info:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .p-footer__info:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__info:not(:last-child) {
    margin-bottom: 24px;
  }
}
.p-footer__info-title {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 1.8px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .p-footer__info-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__info-title {
    margin-bottom: 5px;
  }
}
.p-footer__info-content {
  font-family: Sentinel;
  line-height: 1.95;
}
.p-footer__info-content h1, .p-footer__info-content h2, .p-footer__info-content h3, .p-footer__info-content h4, .p-footer__info-content h5, .p-footer__info-content h6, .p-footer__info-content p, .p-footer__info-content ul, .p-footer__info-content ol {
  margin: 0;
}
.p-footer__info-content p,
.p-footer__info-content a,
.p-footer__info-content li {
  line-height: 1.95;
  font-size: 13px;
  letter-spacing: 0.1px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-footer__info-content p,
.p-footer__info-content a,
.p-footer__info-content li {
    font-size: 12px;
  }
}
.p-footer__info-content a:hover {
  color: #666666;
}

.swiper {
  position: relative;
}
.swiper-pagination {
  position: static;
  margin-top: 20px;
}
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 2px solid #999999;
  transition: all 0.3s;
  opacity: 0.7;
}
.swiper-pagination-bullet-active {
  background-color: #999999;
  opacity: 1;
}
.swiper-button-prev, .swiper-button-next {
  background: none;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0 5px;
  transition: all 0.3s;
  color: #18988B;
  outline: none;
  line-height: 1;
}
.swiper-button-prev:before, .swiper-button-next:before {
  color: inherit;
  font-family: "Ionicons";
  font-size: 22px;
}
.swiper-button-prev:focus, .swiper-button-next:focus {
  opacity: 0.7;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.7;
}
.swiper .swiper-button-disabled {
  opacity: 1;
  color: #BFBFBF;
}
.swiper-button-prev:before {
  content: "";
}
.swiper-button-next:before {
  content: "";
}
.swiper.tm-slider {
  padding: 25px 0 35px;
}
.swiper.history {
  user-select: none;
}
.swiper.history .swiper-container {
  margin: 12px 0 0 0;
}
@media screen and (max-width: 1199px) {
  .swiper.history .swiper-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .swiper.history .swiper-container {
    margin-left: 0;
    padding-left: 0;
  }
}
.swiper.history .swiper-button-prev, .swiper.history .swiper-button-next {
  position: static;
  display: inline-block;
}
.swiper.history .swiper-button-prev {
  margin-left: -5px;
}
.swiper.card-event .swiper-button-prev, .swiper.card-event .swiper-button-next {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  overflow: visible;
}
@media screen and (max-width: 575px) {
  .swiper.card-event .swiper-button-prev, .swiper.card-event .swiper-button-next {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
.swiper.card-event .swiper-button-prev:before, .swiper.card-event .swiper-button-next:before {
  content: "";
  position: absolute;
  display: inline-block;
  transform: rotate(-45deg);
  width: 25px;
  height: 25px;
  border: none;
  border-top: solid 5px #ffffff;
  border-left: solid 5px #ffffff;
}
@media screen and (max-width: 575px) {
  .swiper.card-event .swiper-button-prev:before, .swiper.card-event .swiper-button-next:before {
    width: 20px;
    height: 20px;
    border-width: 4px;
  }
}
.swiper.card-event .swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 575px) {
  .swiper.card-event .swiper-button-prev {
    left: 13px;
  }
}
.swiper.card-event .swiper-button-next {
  right: 30px;
  transform: rotate(180deg);
}
@media screen and (max-width: 575px) {
  .swiper.card-event .swiper-button-next {
    right: 13px;
  }
}

.selectric-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .selectric-wrapper {
    max-width: 305px;
  }
}
.selectric-wrapper .selectric {
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
.selectric-wrapper .selectric .label {
  padding: 0 30px 0 10px;
  height: 44px;
  color: #000000;
  font-size: 16px;
  line-height: 44px;
  text-transform: uppercase;
}
.selectric-wrapper .selectric .button {
  background-color: #ffffff;
  color: #18988B;
  width: 50px;
  height: 44px;
  line-height: 44px;
}
.selectric-wrapper .selectric-items {
  border-top: 0;
  background-color: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}
.selectric-wrapper .selectric-items li {
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.1s;
  font-family: "trade-gothic-next-compressed", sans-serif;
  color: #18988B;
  font-size: 16px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.selectric-wrapper .selectric-items li:hover {
  background-color: #18988B;
  color: #ffffff;
}
.selectric-wrapper .selectric-items li.highlighted {
  background-color: #18988B;
  color: #ffffff;
}
.selectric-wrapper.selectric-open .selectric {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.p-datepicker {
  z-index: 100;
}
.p-datepicker__input {
  width: 305px;
  background-color: transparent;
  border: solid 2px #999999;
  padding: 14px 20px;
  font-size: 16px;
  letter-spacing: 2.5px;
  color: #000000;
}
.p-datepicker__input::placeholder {
  font-size: 16px;
  letter-spacing: 2.5px;
  color: #999999;
  text-transform: uppercase;
}
.p-datepicker__input::-moz-placeholder {
  font-size: 16px;
  letter-spacing: 2.5px;
  color: #999999;
  text-transform: uppercase;
}
.p-datepicker__input:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 2.5px;
  color: #999999;
  text-transform: uppercase;
}
.p-datepicker__input::-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 2.5px;
  color: #999999;
  text-transform: uppercase;
}
.p-datepicker__input-wrap {
  position: relative;
  display: table;
}
.p-datepicker__input-wrap::after {
  position: absolute;
  content: "";
  width: 2px;
  top: 10px;
  bottom: 10px;
  right: 50px;
  background-color: #BFBFBF;
}
.p-datepicker__input-wrap::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 30px;
  background-image: url("../img/calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 8px;
  right: 8px;
}
.p-datepicker .ui-widget.ui-widget-content {
  font-family: "trade-gothic-next-compressed", sans-serif;
  width: 305px;
  background-color: #F2F2F2;
  border: solid 2px #999999;
  padding: 0;
}
.p-datepicker .ui-widget.ui-widget-content .ui-datepicker-header {
  border-radius: 0;
  border: none;
  background-color: #18988B;
  padding: 10px 15px;
}
.p-datepicker .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
  color: #ffffff;
  font-family: "trade-gothic-next-compressed", sans-serif;
  text-transform: uppercase;
}
.p-datepicker .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev,
.p-datepicker .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next {
  top: 10px;
  color: #ffffff;
}
.p-datepicker .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev.ui-state-hover .ui-icon::after,
.p-datepicker .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next.ui-state-hover .ui-icon::after {
  color: #18988B;
}
.p-datepicker .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next .ui-icon {
  transform: rotate(180deg);
}
.p-datepicker .ui-widget.ui-widget-content .ui-datepicker-header .ui-icon {
  background-image: none;
  overflow: visible;
}
.p-datepicker .ui-widget.ui-widget-content .ui-datepicker-header .ui-icon::after {
  content: "▾";
  font-family: "pulpo", sans-serif;
  position: absolute;
  font-size: 25px;
  width: 15px;
  height: 15px;
  text-indent: 0;
  top: calc(50% - 8px);
  left: calc(50% + 5px);
  color: #ffffff;
  transform: rotate(90deg);
}
.p-datepicker .ui-widget.ui-widget-content .ui-state-highlight {
  border: 1px solid #18988B;
  background: #00bd9d;
  color: #ffffff;
}
.p-datepicker .ui-widget.ui-widget-content .ui-state-active,
.p-datepicker .ui-widget.ui-widget-content a.ui-button:active,
.p-datepicker .ui-widget.ui-widget-content .ui-button:active,
.p-datepicker .ui-widget.ui-widget-content .ui-button.ui-state-active:hover {
  border: 1px solid #18988B;
  background: #18988B;
  color: #ffffff;
  font-weight: 600;
}

.error404 .pagr__content {
  min-height: calc(100vh - 147px);
}
@media screen and (max-width: 991px) {
  .error404 .pagr__content {
    min-height: auto;
  }
}

.error-404 {
  text-align: center;
}
.error-404 .height-cal {
  min-height: calc(100vh - 147px);
}
@media screen and (max-width: 991px) {
  .error-404 .height-cal {
    min-height: auto;
  }
}
.error-404 .page-content {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .error-404 .page-content {
    padding: 100px 0;
  }
}
@media screen and (max-width: 575px) {
  .error-404 .page-content {
    padding: 70px 0;
  }
}
.error-404 .page-content:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 75%;
  left: 0;
  bottom: -12%;
  background: #F2F2F2;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .error-404 .page-content:before {
    height: 66%;
    bottom: -6%;
  }
}
@media screen and (max-width: 575px) {
  .error-404 .page-content:before {
    height: 63%;
    bottom: 0%;
  }
}
.error-404__title {
  width: 42%;
  margin: auto auto 25px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .error-404__title {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .error-404__title {
    width: 50%;
    margin: 25px auto 25px;
  }
}
@media screen and (max-width: 767px) {
  .error-404__title {
    width: 80%;
    margin: 15px auto;
  }
}
@media screen and (max-width: 575px) {
  .error-404__title {
    width: 75%;
  }
}
.error-404__title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 86%;
  height: 86%;
  top: 5%;
  left: 6%;
  background: #ffffff;
  z-index: -1;
}
.error-404__title span {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 92px;
  font-weight: bold;
  letter-spacing: 18px;
}
@media screen and (max-width: 1199px) {
  .error-404__title span {
    font-size: 85px;
  }
}
@media screen and (max-width: 575px) {
  .error-404__title span {
    font-size: 65px;
    left: 53%;
  }
}
.error-404__content {
  margin: 0 0 auto;
}
.error-404__title-text {
  font-family: "pulpo", sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.29;
  letter-spacing: 5.2px;
}
@media screen and (max-width: 1199px) {
  .error-404__title-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .error-404__title-text {
    font-size: 20px;
  }
}
.error-404__text {
  display: inline-block;
  font-size: 16px;
  line-height: 1.69;
  max-width: 670px;
}
@media screen and (max-width: 575px) {
  .error-404__text {
    font-size: 14px;
  }
}

.p-fireflies {
  position: relative;
  overflow: hidden;
}
.p-fireflies:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-fireflies__window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.p-fireflies__window canvas {
  height: 100% !important;
}
.p-fireflies__fireflies {
  position: relative;
  display: flex;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  padding: 150px 0 81px;
}
@media screen and (max-width: 1599px) {
  .p-fireflies__fireflies {
    padding: 0;
  }
}
.p-fireflies__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-fireflies__title {
  position: absolute;
  top: 40%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  transition: all 2s ease-in-out;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: 8.8px;
  text-align: center;
  animation: show 5s ease-in;
  pointer-events: none;
}
.p-fireflies__title.hide {
  opacity: 0;
  pointer-events: none;
}
.p-fireflies__close-container {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 7px;
  cursor: pointer;
  z-index: 10;
}
.p-fireflies__btn-close {
  position: relative;
  width: 30px;
  height: 30px;
}
.p-fireflies__btn-close .leftright {
  height: 2px;
  width: 30px;
  position: absolute;
  margin-top: 15px;
  background-color: #18988B;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
.p-fireflies__btn-close .rightleft {
  height: 2px;
  width: 30px;
  position: absolute;
  margin-top: 15px;
  background-color: #18988B;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}
.p-fireflies__btn-close:hover .leftright {
  transform: rotate(-45deg);
  background-color: #00bd9d;
}
.p-fireflies__btn-close:hover .rightleft {
  transform: rotate(45deg);
  background-color: #00bd9d;
}
.p-fireflies__arrow {
  display: none;
  position: absolute;
  top: 50%;
  padding: 0 5px;
  color: #ffffff;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.p-fireflies__arrow.prev {
  left: -40px;
}
.p-fireflies__arrow.next {
  right: -40px;
}
.p-fireflies__card-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  opacity: 1;
  transition: all 2s ease-in-out;
}
@media screen and (max-width: 1599px) {
  .p-fireflies__card-wrap {
    padding-top: 125px;
  }
}
.p-fireflies__card-wrap.hide {
  opacity: 0;
  pointer-events: none;
}
.p-fireflies__card {
  position: relative;
  width: 100%;
  max-width: 655px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .p-fireflies__card {
    max-width: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .p-fireflies__card {
    max-width: none;
    margin: 30px 50px;
  }
}
.p-fireflies__card-item {
  display: none;
}
.p-fireflies__card-item.active {
  display: block;
}
.p-fireflies__card-featured {
  margin-top: auto;
  animation: show 3s ease-in;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  .p-fireflies__card-featured {
    max-width: 520px;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 100%;
  }
}
.p-fireflies__bg {
  position: relative;
}
.p-fireflies__bg--overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.4);
  z-index: 1;
  content: "";
}
.p-fireflies__bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  overflow: hidden;
}
.p-fireflies__bg-container {
  position: relative;
  z-index: 2;
}
.p-fireflies__bg-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  padding: 80px 0;
}
.p-fireflies__bg-card {
  flex-basis: 100%;
}
.p-fireflies__ftr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 150px 0;
}
@media screen and (max-width: 991px) {
  .p-fireflies__ftr-inner {
    height: auto;
    padding: 150px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-fireflies__ftr-inner {
    padding-top: 110px;
  }
}
.p-fireflies__ftr-holder {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-fireflies__ftr-holder {
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .p-fireflies__ftr-holder {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-fireflies__ftr-holder {
    text-align: center;
  }
}
.p-fireflies__ftr-content {
  position: relative;
  flex: 1 1 0%;
  z-index: 1;
}
.p-fireflies__ftr-title {
  margin-bottom: 26px;
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 18px;
}
@media screen and (max-width: 1199px) {
  .p-fireflies__ftr-title {
    font-size: 72px;
  }
}
@media screen and (max-width: 991px) {
  .p-fireflies__ftr-title {
    letter-spacing: 10px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .p-fireflies__ftr-title {
    font-size: 50px;
    letter-spacing: 7px;
  }
}
@media screen and (max-width: 575px) {
  .p-fireflies__ftr-title {
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 6px;
  }
}
.p-fireflies__ftr-desc {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 5.6px;
}
@media screen and (max-width: 991px) {
  .p-fireflies__ftr-desc {
    line-height: 1.2;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-fireflies__ftr-desc {
    font-size: 24px;
    letter-spacing: 5.2px;
  }
}
@media screen and (max-width: 575px) {
  .p-fireflies__ftr-desc {
    font-size: 21px;
  }
}
.p-fireflies__ftr-buttons {
  margin-top: 61px;
}
@media screen and (max-width: 991px) {
  .p-fireflies__ftr-buttons {
    margin-top: 35px;
  }
}
@media screen and (max-width: 575px) {
  .p-fireflies__ftr-buttons {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-fireflies__ftr-info-text-wrap {
    height: 0;
  }
}
@media screen and (max-width: 575px) {
  .p-fireflies__ftr-info-text-wrap {
    margin-top: 10px;
  }
}
.p-fireflies__ftr-info-text {
  padding-top: 16px;
  color: #999999;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 575px) {
  .p-fireflies__ftr-info-text {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.p-fireflies__ftr-image-wrap {
  position: relative;
  flex: 1 1 0%;
  height: 400px;
  margin-left: -44%;
  padding-bottom: 31%;
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  .p-fireflies__ftr-image-wrap {
    margin-left: -25%;
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .p-fireflies__ftr-image-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    margin-left: 0;
    padding-bottom: 0%;
    order: -1;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-fireflies__ftr-image-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .p-fireflies__ftr-image-wrap {
    margin-right: -15px;
    margin-left: -15px;
    width: calc( 100% + 30px );
  }
}
.p-fireflies__ftr-image {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-fireflies__ftr-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 71vw;
  }
}
@media screen and (min-width: 1600px) {
  .p-fireflies__ftr-image {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .p-fireflies__ftr-image {
    padding-bottom: 46%;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .p-fireflies__ftr-image {
    padding-bottom: 37%;
  }
}
.p-fireflies__ftr-image:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 120%;
  height: 60%;
  background-color: #ffffff;
  transform-origin: top left;
  transform: rotateZ(9deg) translateY(-100%);
  content: "";
}
.p-fireflies__ftr-cr-wrap {
  margin-top: 12px;
}
.p-fireflies__ftr-cr {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .p-fireflies__ftr-cr {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .p-fireflies__ftr-cr {
    font-size: 10px;
  }
}
.p-fireflies__cr-container {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-fireflies__cr-container {
    position: absolute;
    bottom: 44px;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    width: 100%;
    text-align: right;
  }
}
.p-fireflies__cr {
  color: #999999;
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .p-fireflies__cr {
    color: #ffffff;
    opacity: 0.8;
  }
}
@media screen and (min-width: 1025px) {
  .p-fireflies--ff-with-cards:before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
  }
}
@media screen and (max-width: 1024px) {
  .p-fireflies--ff-with-cards .p-fireflies__window, .p-fireflies--ff-with-cards .p-fireflies__fireflies {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-fireflies--ff-with-cards .p-fireflies__ftr {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-fireflies--bg-img-video {
    background-color: #000000;
  }
}
@media screen and (max-width: 1024px) {
  .p-fireflies--bg-img-video .p-fireflies__bg {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-fireflies--bg-img-video .p-fireflies__ftr {
    display: none;
  }
}
.p-fireflies--featured-item .p-fireflies__cr {
  color: #999999;
}

.p-banner {
  margin: 86px 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .p-banner {
    margin: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-banner {
    margin: 20px 0 30px;
  }
}
.p-banner__inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .p-banner__inner {
    flex-direction: column;
  }
}
.p-banner__content {
  flex: 1 1 0%;
}
@media screen and (min-width: 992px) {
  .p-banner__content {
    padding-top: 2px;
  }
}
.p-banner__bc {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .p-banner__bc {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__bc {
    margin-bottom: 30px;
  }
}
.p-banner__title {
  margin: 0 0 72px;
  color: #000000;
  font-family: "pulpo", sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.29;
  letter-spacing: 5.2px;
}
@media screen and (max-width: 1199px) {
  .p-banner__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__title {
    margin-bottom: 30px;
  }
}
.p-banner__desc {
  display: inline;
  margin-right: 5px;
}
.p-banner__desc-link {
  line-height: 1.8;
}
.p-banner__link-wrap:not(:last-child) {
  margin-bottom: 7px;
}
.p-banner__hours {
  margin: 30px 0 0;
}
.p-banner__image-wrap {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-banner__image-wrap {
    flex: 1 1 18%;
    margin-left: 30px;
    padding-bottom: 37%;
  }
}
@media screen and (min-width: 1200px) {
  .p-banner__image-wrap {
    margin-left: 50px;
    flex-basis: 19%;
    padding-bottom: 28%;
  }
}
@media screen and (max-width: 991px) {
  .p-banner__image-wrap {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 5%;
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__image-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .p-banner__image-wrap {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.p-banner__image {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 45px 45px;
}
@media screen and (min-width: 992px) {
  .p-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 57vw;
  }
}
@media screen and (min-width: 1600px) {
  .p-banner__image {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .p-banner__image {
    padding-bottom: 46%;
  }
}
.p-banner__image:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  border-style: solid;
  border-width: 0 1000px 200px 0;
  border-color: transparent #ffffff transparent transparent;
  content: "";
  z-index: 1;
}
.p-banner__image-content-subtitle {
  font-size: 14px;
  font-family: "trade-gothic-next-compressed", sans-serif;
  letter-spacing: 2.8px;
}
.p-banner__image-content-title {
  font-family: "trade-gothic-next-compressed", sans-serif;
  line-height: 1.2;
  letter-spacing: 2px;
}
.p-banner__image-content-link {
  font-family: "pulpo", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2.08;
  text-transform: none;
  display: flex;
  align-items: center;
}
.p-banner__image-content-link.arrow:after {
  padding-bottom: 0;
}
.p-banner__bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}
.p-banner__bg-image-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
@media screen and (max-width: 991px) {
  .p-banner__image--with-content {
    padding-top: 46%;
    padding-bottom: 45px;
  }
}
.p-banner--small-retreats .p-banner__bc, .p-banner--small-retreats .p-banner__title, .p-banner--small-retreats .p-banner__desc-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-banner--small-retreats .p-banner__bc, .p-banner--small-retreats .p-banner__title, .p-banner--small-retreats .p-banner__desc-wrap {
    margin-bottom: 30px;
  }
}
.p-banner--small-retreats .p-banner__link-wrap {
  margin-bottom: 0;
}

.p-banner--classic .p-banner__inner {
  justify-content: space-between;
}
.p-banner--classic .p-banner__content {
  flex: 0 0 30%;
}
.p-banner--classic .p-banner__image-wrap {
  flex: 0 0 57%;
}
.p-banner--classic .p-banner__main-title {
  font-size: 92px;
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: 18px;
  color: #000000;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-banner--classic .p-banner__main-title {
    font-size: 60px;
    letter-spacing: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner--classic .p-banner__title {
    font-size: 21px;
    line-height: 1.43;
  }
}
.p-banner--classic .p-banner__button-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-banner--classic .p-banner__label-hour {
  font-family: "pulpo", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.93;
  letter-spacing: 1.4px;
  color: #000000;
  margin-bottom: 10px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-banner--classic .p-banner__label-hour {
    margin: 12px 20px 12px 0;
  }
}

.p-banner--classic.p-banner--small-retreats .p-banner__bc,
.p-banner--classic.p-banner--small-retreats .p-banner__title,
.p-banner--classic.p-banner--small-retreats .p-banner__desc-wrap {
  margin-bottom: 30px;
}

.p-banner--modern {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .p-banner--modern {
    padding-top: 85px;
  }
}
.p-banner--modern .p-banner__inner {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 55px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-banner--modern .p-banner__inner {
    min-height: 100vh;
  }
}
.p-banner--modern .p-banner__content-wrapper {
  z-index: 1;
  position: relative;
}
.p-banner--modern .p-banner__content {
  flex: 0 0 40%;
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 40%;
  padding: 80px 70px 0 35px;
  margin-left: -35px;
}
@media screen and (max-width: 1199px) {
  .p-banner--modern .p-banner__content {
    max-width: 50%;
    padding: 80px 50px 0 35px;
  }
}
@media screen and (max-width: 991px) {
  .p-banner--modern .p-banner__content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 25px 0 35px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-banner--modern .p-banner__content {
    padding: 40px 15px 0;
  }
}
@media screen and (max-width: 575px) {
  .p-banner--modern .p-banner__content {
    margin-left: -15px;
  }
}
.p-banner--modern .p-banner__image-wrap {
  flex: 0 0 100%;
  margin: 0;
  padding-bottom: 55px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-banner--modern .p-banner__image-wrap {
    min-height: 100vh;
  }
}
.p-banner--modern .p-banner__image {
  width: 100%;
}
.p-banner--modern .p-banner__image::before {
  transform: rotateZ(9deg) translateY(-100%);
}
@media screen and (min-width: 992px) {
  .p-banner--modern .p-banner__image::before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .p-banner--modern .p-banner__image {
    position: relative;
  }
}
.p-banner--modern .p-banner__main-title {
  font-size: 92px;
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: 18px;
  color: #000000;
  margin-bottom: 40px;
  padding-top: 150px;
}
@media screen and (max-width: 1199px) {
  .p-banner--modern .p-banner__main-title {
    padding-top: 30%;
  }
}
@media screen and (max-width: 991px) {
  .p-banner--modern .p-banner__main-title {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-banner--modern .p-banner__main-title {
    font-size: 60px;
    letter-spacing: 12px;
  }
}
.p-banner--modern .p-banner__bc {
  padding-top: 25%;
}
@media screen and (max-width: 991px) {
  .p-banner--modern .p-banner__bc {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-banner--modern .p-banner__title {
    font-size: 21px;
    line-height: 1.43;
  }
}
.p-banner--modern .p-banner__button-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
.p-banner--modern .p-banner__label-hour {
  font-family: "pulpo", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.93;
  letter-spacing: 1.4px;
  color: #201d1e;
  margin-bottom: 0;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-banner--modern .p-banner__label-hour {
    margin: 12px auto 12px 0;
  }
}
.p-banner--modern .p-banner__desc-wrap {
  margin-bottom: 0;
}
.p-banner--modern .p-banner__links {
  padding-bottom: 25px;
}

.p-cta-line {
  padding: 37px 0;
  background-color: #18988B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta-line {
    padding: 35px 0;
  }
}
.p-cta-line--transparent {
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .p-cta-line__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-cta-line__title {
  margin: 0 40px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.p-cta-line__title p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .p-cta-line__title {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta-line__title {
    margin-bottom: 20px;
  }
}
.p-cta-line__buttons {
  flex-shrink: 0;
}

.p-cnt-form {
  margin: 78px 0;
}
@media screen and (max-width: 1199px) {
  .p-cnt-form {
    margin: 60px 0;
  }
}
.p-cnt-form__text-wrap {
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .p-cnt-form__text-wrap {
    max-width: 625px;
    margin-bottom: 38px;
  }
}
.p-cnt-form__text {
  margin: 0;
  color: #000000;
  font-family: "pulpo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.69;
}
.p-cnt-form__infos {
  margin-top: -4px;
}
@media screen and (max-width: 991px) {
  .p-cnt-form__infos {
    margin-top: 20px;
  }
}
.p-cnt-form__info:not(:last-child) {
  margin-bottom: 57px;
}
@media screen and (max-width: 1199px) {
  .p-cnt-form__info:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-cnt-form__info-title {
  margin-bottom: 32px;
  color: #000000;
  font-family: "pulpo", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .p-cnt-form__info-title {
    margin-bottom: 15px;
  }
}
.p-cnt-form__info-content a {
  font-family: "trade-gothic-next-compressed", sans-serif;
}

.p-cf-simple__col {
  padding: 60px 30px;
}
@media screen and (min-width: 576px) {
  .p-cf-simple__col {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1199px) {
  .p-cf-simple__col {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575px) {
  .p-cf-simple__col {
    padding: 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .p-cf-simple__inner {
    padding: 40px 15px;
    background-color: #ffffff;
  }
}
.p-cf-simple__caption {
  margin: 0 auto;
  max-width: 850px;
}
.p-cf-simple__desc {
  margin-top: 67px;
}
@media screen and (max-width: 1199px) {
  .p-cf-simple__desc {
    margin-top: 40px;
  }
}
.p-cf-simple__form {
  max-width: 630px;
  margin: 24px auto 0;
}
.p-cf-simple__form form p label:last-of-type {
  margin: 0;
}
.p-cf-simple__form form p > span label:last-of-type {
  border: 0;
  margin: 0;
}
.p-cf-simple__form form p > span label:last-of-type span {
  padding-left: 0;
}
.p-cf-simple__form form p > span label:last-of-type input {
  margin-right: 20px;
}

.p-staff {
  padding: 100px 0 46px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1199px) {
  .p-staff {
    padding: 60px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding-bottom: 30px;
  }
}
.p-staff__caption {
  margin-bottom: 89px;
}
@media screen and (max-width: 1199px) {
  .p-staff__caption {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__caption {
    margin-bottom: 40px;
  }
}
.p-staff__title {
  margin-bottom: 0;
  font-size: 30px;
  letter-spacing: 3px;
}
.p-staff__desc {
  margin-top: 22px;
}
.p-staff__unit:not(:last-child) {
  margin-bottom: 31px;
}
.p-staff__unit-title {
  margin-bottom: 64px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 2.6px;
}
@media screen and (max-width: 1199px) {
  .p-staff__unit-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__unit-title {
    margin-bottom: 40px;
  }
}
.p-staff__subunit {
  margin-bottom: 87px;
}
@media screen and (max-width: 1199px) {
  .p-staff__subunit {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__subunit {
    margin-bottom: 40px;
  }
}
.p-staff__subunit-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-staff__subunit-title {
    min-height: 40px;
  }
}
.p-staff__subunit-sep {
  display: block;
  width: 130px;
  height: 2px;
  margin-top: 9px;
  margin-bottom: 16px;
  background-color: #000000;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-staff__subunit-sep {
    margin-top: 10px;
  }
}
.p-staff__subunit-content p, .p-staff__subunit-content a, .p-staff__subunit-content h1, .p-staff__subunit-content h2, .p-staff__subunit-content h3, .p-staff__subunit-content h4, .p-staff__subunit-content h5, .p-staff__subunit-content h6, .p-staff__subunit-content ul, .p-staff__subunit-content ol {
  margin: 0;
}
.p-staff__subunit-content a {
  font-family: "trade-gothic-next-compressed", sans-serif;
}

.p-featured {
  margin: 88px 0;
}
@media screen and (max-width: 1199px) {
  .p-featured {
    margin: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .p-featured__inner {
    display: flex;
  }
}
.p-featured__img {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-featured__img {
    flex: 1 1 60%;
  }
}
@media screen and (max-width: 991px) {
  .p-featured__img {
    padding-bottom: 49%;
  }
}
.p-featured__img-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.p-featured__content {
  display: flex;
  align-items: center;
  flex: 1 1 40%;
}
@media screen and (min-width: 1200px) {
  .p-featured__content {
    min-height: 320px;
  }
}
.p-featured__content-inner {
  width: 100%;
  padding: 69px 46px;
}
@media screen and (max-width: 1199px) {
  .p-featured__content-inner {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 991px) {
  .p-featured__content-inner {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-featured__content-inner {
    padding: 30px 15px;
  }
}
.p-featured__subtitle {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2.8px;
}
.p-featured__subtitle + div {
  margin-top: 12px;
}
.p-featured__title-wrap {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .p-featured__title-wrap {
    max-width: 87%;
  }
}
.p-featured__title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-featured__title {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
}
.p-featured__title:hover {
  opacity: 0.8;
}
.p-featured__link {
  font-family: "pulpo", sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 2.08;
}
.p-featured__link:after {
  display: inline-block;
  padding-top: 1px;
  margin-left: 5px;
  vertical-align: middle;
  content: "»";
}
.p-featured__link:hover {
  opacity: 0.8;
}

.p-featured-wide__inner {
  display: flex;
}
@media screen and (max-width: 991px) {
  .p-featured-wide__inner {
    flex-direction: column;
  }
}
.p-featured-wide__item {
  flex: 2 1 0%;
  padding: 75px 0;
}
.p-featured-wide__item:last-child {
  flex: 1 1 0%;
}
.p-featured-wide__content {
  position: relative;
  width: 360px;
  max-width: 100%;
  padding: 18px 32px 22px;
}
@media screen and (max-width: 575px) {
  .p-featured-wide__content {
    width: 290px;
    padding: 20px 27px;
  }
}
.p-featured-wide__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.p-featured-wide__title {
  position: relative;
  margin: 0;
  color: #ffffff;
  font-size: 30px;
}
.p-featured-wide__title:after {
  margin-top: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-featured-wide__title:after {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-featured-wide__title {
    font-size: 22px;
  }
}
.p-featured-wide__title--link {
  display: inline-block;
}
.p-featured-wide__title--link:hover {
  color: #ffffff;
  opacity: 0.8;
}
.p-featured-wide__desc-wrap {
  position: relative;
  margin-top: 17px;
}
.p-featured-wide__desc {
  display: inline;
  margin-right: 8px;
  color: #ffffff;
}
.p-featured-wide__link {
  color: #ffffff;
}
.p-featured-wide__link:hover {
  color: #ffffff;
  opacity: 0.8;
}
.p-featured-wide--right-wide .p-featured-wide__item {
  flex: 1 1 0%;
}
.p-featured-wide--right-wide .p-featured-wide__item:last-child {
  flex: 2 1 0%;
}

.p-cards-simple__list {
  margin-bottom: -70px;
}
@media screen and (max-width: 1199px) {
  .p-cards-simple__list {
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-cards-simple__list {
    margin-bottom: -40px;
  }
}
.p-cards-simple__item {
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .p-cards-simple__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-cards-simple__item {
    margin-bottom: 40px;
  }
}

.p-cards-simple-img__caption {
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .p-cards-simple-img__caption {
    margin-bottom: 60px;
  }
}
.p-cards-simple-img__list {
  margin-bottom: -70px;
}
@media screen and (max-width: 1199px) {
  .p-cards-simple-img__list {
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-cards-simple-img__list {
    margin-bottom: -40px;
  }
}
.p-cards-simple-img__item {
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .p-cards-simple-img__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-cards-simple-img__item {
    margin-bottom: 40px;
  }
}

.p-textarea {
  margin: 90px 0;
}
@media screen and (max-width: 1199px) {
  .p-textarea {
    margin: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .p-textarea__secondary {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-textarea__secondary {
    margin-top: 40px;
  }
}
.p-textarea__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .p-textarea__title {
    margin-bottom: 40px;
  }
}
.p-textarea__content:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-textarea__content:not(:first-child) {
    margin-top: 40px;
  }
}
.p-textarea__content p a {
  color: inherit;
  text-decoration: none;
}
.p-textarea__content-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-textarea__content-title {
    margin-bottom: 30px;
  }
}
.p-textarea__buttons:not(:first-child) {
  margin-top: 25px;
}
.p-textarea__links:not(:first-child) {
  margin-top: 25px;
}
.p-textarea__link {
  line-height: 2;
}

.p-textarea-center {
  max-width: 640px;
  margin: -40px auto 50px;
}
@media screen and (max-width: 991px) {
  .p-textarea-center {
    margin: -30px auto 40px;
  }
}
.p-textarea-center .p-buttons {
  text-align: center;
}

.p-textarea-center.p-textarea-center-remove {
  margin: 40px auto 50px;
}
@media screen and (max-width: 991px) {
  .p-textarea-center.p-textarea-center-remove {
    margin: 30px auto 40px;
  }
}

.p-team {
  margin: 80px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .p-team {
    margin: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-team {
    margin: 60px 0;
  }
}
.p-team__members {
  margin-top: 85px;
}
@media screen and (max-width: 1199px) {
  .p-team__members {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-team__members {
    margin-top: 50px;
  }
}
.p-team__member:not(:last-child) {
  margin-bottom: 85px;
}
@media screen and (max-width: 1199px) {
  .p-team__member:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-team__member:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-team__member:nth-child(even) .p-team__image {
  left: 0;
  right: auto;
}
@media screen and (max-width: 1599px) {
  .p-team__image-wrap {
    position: relative;
    padding-bottom: 69%;
  }
}
@media screen and (max-width: 1199px) {
  .p-team__image-wrap {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-team__image-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .p-team__image {
    padding-bottom: 61%;
  }
}
@media screen and (max-width: 1599px) {
  .p-team__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .p-team__image {
    position: static;
    width: 100%;
    height: 0;
    padding-bottom: 61%;
  }
}
@media screen and (max-width: 575px) {
  .p-team__image {
    margin: 0 -15px;
    width: calc( 100% + 30px );
  }
}
.p-team__text {
  margin-top: -9px;
}
.p-team__name {
  margin: 0 0 18px;
}
.p-team__position {
  color: #999999;
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1.4px;
}
.p-team__content {
  margin-top: 5px;
}
.p-team__buttons-wrap {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-team__buttons-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 18px;
  }
}
.p-team__label {
  color: #999999;
  margin: 0 30px 0 0;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1.4px;
}
.p-team--bg {
  margin: 0;
  padding: 100px 0;
}
@media screen and (max-width: 1199px) {
  .p-team--bg {
    padding: 60px 0;
  }
}

.p-curators {
  background-color: #F2F2F2;
  padding: 80px 0 120px;
}
@media screen and (max-width: 1199px) {
  .p-curators {
    padding: 60px 0;
  }
}
.p-curators__member {
  margin-bottom: 30px;
}
.p-curators__member > * {
  height: 100%;
}
.p-curators__buttons-wrap {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-curators__buttons-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .p-curators__buttons-wrap {
    text-align: center;
  }
}
.p-curators__buttons-label {
  color: #999999;
  margin: 0 30px 0 0;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .p-curators__buttons-label {
    margin-right: 0;
  }
}

.p-light-background {
  padding: 0.05px;
}

.p-caption-parent {
  margin: 90px 0;
}
.p-caption-parent--small-retreats {
  margin: 50px 0;
}
.p-caption-parent__caption {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-caption-parent__caption {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .p-caption-parent {
    margin: 60px 0;
  }
}

.p-content-area .p-caption__title {
  color: #000000;
}

.p-tm-slider-parent {
  margin: 90px 0;
}
@media screen and (max-width: 1199px) {
  .p-tm-slider-parent {
    margin: 60px 0;
  }
}

.p-accordions__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .p-accordions__title {
    margin-bottom: 0;
  }
}
.p-accordions__item:not(:last-child) {
  margin-bottom: 28px;
}
.p-accordions__list--two-cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-accordions__list--two-col {
  width: 49%;
}
@media screen and (max-width: 991px) {
  .p-accordions__list--two-col {
    width: 100%;
    margin-top: 28px;
  }
}
.p-accordions__item--two-col .p-accordion__content-inner {
  padding: 0;
}
.p-accordions__expand-wrap {
  margin-top: 15px;
}
.p-accordions__expand-collapse {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}
.p-accordions__expand-collapse::after {
  content: "»";
  position: absolute;
  font-size: 16px;
  line-height: 0;
  top: 50%;
  right: -15px;
  transform: rotate(90deg);
}
.p-accordions__collapse {
  display: none;
}
.p-accordions__collapse::after {
  content: "»";
  position: absolute;
  font-size: 16px;
  line-height: 0;
  top: 50%;
  right: -15px;
  transform: rotate(-90deg);
}
.p-accordions__buttons {
  margin-top: 35px;
}

.p-adult-programs__inner {
  border-bottom: 1px solid #999999;
}
.p-adult-programs__list {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .p-adult-programs__list {
    border-right: 1px solid #999999;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-adult-programs__list {
    padding-right: 0;
  }
}
.p-adult-programs__item {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .p-adult-programs__item {
    max-width: 740px;
  }
}
.p-adult-programs__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-adult-programs__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-adult-programs__sidebar {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .p-adult-programs__sidebar {
    padding-left: 38px;
  }
}
.p-adult-programs__unit:not(:last-child) {
  margin-bottom: 34px;
}
.p-adult-programs__unit-title {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.p-adult-programs__unit-links {
  margin-top: 5px;
}
.p-adult-programs__unit-link {
  line-height: 2;
}

.p-donate__list {
  margin-bottom: -30px;
}
.p-donate__item {
  margin-bottom: 30px;
}

body {
  -webkit-overflow-scrolling: touch;
}

.p-history {
  position: relative;
  padding: 90px 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .p-history {
    padding: 60px 0;
  }
}
.p-history:after {
  position: absolute;
  bottom: -31px;
  left: 0;
  height: 30px;
  width: 80%;
  border-radius: 40%;
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.3);
  content: "";
}
@media screen and (max-width: 575px) {
  .p-history:after {
    content: none;
  }
}
.p-history__caption {
  margin-bottom: 20px;
}
.p-history__mob-title {
  font-size: 20px;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 2px;
}
.p-history__mob-title:after {
  display: block;
  margin-top: 57px;
  width: 130px;
  height: 1px;
  background-color: #000000;
  content: "";
}
@media screen and (max-width: 575px) {
  .p-history__mob-title {
    padding-left: 33px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-history__mob-title {
    display: none;
  }
}
.p-history__container-sticky {
  z-index: 10;
  background-color: #F2F2F2;
  width: 100%;
  left: 0;
  right: 0;
}
.p-history__container {
  background-color: #F2F2F2;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-history__container {
    max-width: 940px;
  }
}
@media screen and (max-width: 991px) {
  .p-history__container {
    max-width: 700px;
  }
}
.p-history__decades-unit {
  margin: 8px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-history__decades-unit {
    display: none;
  }
}
.p-history__decades {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-history__decade {
  width: 54px;
  margin: 0 15px;
  border-top: 3px solid transparent;
  transition: all 1s ease-in-out;
  color: #999999;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-history__decade {
    width: auto;
    margin: 0 8px;
  }
}
@media screen and (max-width: 991px) {
  .p-history__decade {
    margin: 0 5px;
  }
}
.p-history__decade.active {
  border-color: #18988B;
  color: #000000;
}
.p-history__decade-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media screen and (max-width: 1199px) {
  .p-history__decade-title {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 991px) {
  .p-history__decade-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.p-history__decades-bar {
  position: relative;
  height: 3px;
  margin-top: 40px;
  background-color: #cccccc;
}
.p-history__decades-shadow {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
}
.p-history__decades-shadow:after {
  position: absolute;
  top: -31px;
  left: 0;
  height: 30px;
  width: 100%;
  border-radius: 40%;
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.3);
  content: "";
}
.p-history__decades-circle {
  position: absolute;
  top: -10px;
  left: 10px;
  height: 20px;
  width: 20px;
  background-color: #18988B;
  border-radius: 50%;
  transition: left 1s ease-in-out;
  transform: translateX(-50%);
  z-index: 1;
}
.p-history__main {
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .p-history__main {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-history__title-wrap {
    padding-right: 80px;
  }
}
.p-history__title {
  display: none;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.29;
  letter-spacing: 5.2px;
}
@media screen and (max-width: 1199px) {
  .p-history__title {
    font-size: 22px;
  }
}
.p-history__title:after {
  display: block;
  width: 130px;
  height: 2px;
  margin-top: 20px;
  background-color: #18988B;
  content: "";
}
.p-history__title.active {
  display: block;
}
@media screen and (min-width: 1200px) {
  .p-history__center {
    margin-left: -27px;
  }
}
.p-history__years {
  position: relative;
  max-width: 95px;
  font-size: 0;
}
.p-history__year {
  word-break: break-all;
  display: none;
  padding: 32px 19px 32px 26px;
  color: #999999;
  font-size: 40px;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  border-left: 1px solid #18988B;
  border-bottom: 1px solid #18988B;
  line-height: 1.2;
  transition-duration: 1s;
}
@media screen and (max-width: 1199px) {
  .p-history__year {
    font-size: 36px;
    margin-top: 0;
    padding: 24px 12px;
  }
}
@media screen and (min-width: 1200px) {
  .p-history__year:first-of-type {
    margin-top: -32px;
  }
}
.p-history__year:last-of-type {
  border-bottom: 0;
}
.p-history__year.active, .p-history__year:hover {
  color: #000000;
}
.p-history__year.show {
  display: inline-block;
}
.p-history__more-wrap {
  max-width: 95px;
}
@media screen and (max-width: 1199px) {
  .p-history__more-wrap {
    max-width: 70px;
  }
}
@media screen and (max-width: 575px) {
  .p-history__more-wrap {
    max-width: none;
  }
}
.p-history__more-wrap--content {
  position: relative;
  margin-top: 52px;
  margin-left: -30px;
}
.p-history__more-wrap--content:before {
  position: absolute;
  left: 0;
  bottom: -55px;
  height: 20px;
  width: 100%;
  border-radius: 40%;
  box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.4);
  content: "";
}
@media screen and (max-width: 575px) {
  .p-history__more-wrap--content .p-history__more {
    margin-top: 50px;
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 576px) {
  .p-history__more-wrap--content {
    display: none;
  }
}
.p-history__more {
  display: block;
  padding-top: 50px;
  margin-right: -15px;
  color: #999999;
  text-align: center;
  border-left: 1px solid #18988B;
}
@media screen and (max-width: 767px) {
  .p-history__more {
    border-left: none;
  }
}
.p-history__more:hover {
  opacity: 0.7;
}
.p-history__more-text {
  display: block;
  color: #999999;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 1199px) {
  .p-history__more-text {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 575px) {
  .p-history__more-text {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
.p-history__more-icon {
  color: #18988B;
  font-size: 32px;
  line-height: 1;
}
.p-history__more-icon:before {
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .p-history__more-icon {
    font-size: 24px;
  }
}
.p-history__nav {
  position: absolute;
  top: 0;
  left: 104px;
  transition: top 1s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .p-history__nav {
    left: 77px;
  }
}
.p-history__nav-arrow {
  display: inline-block;
  color: #18988B;
  margin-left: -5px;
  padding: 5px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.p-history__nav-arrow:hover {
  opacity: 0.7;
}
.p-history__nav-arrow:before {
  font-weight: bold;
}
.p-history__nav-arrow.up {
  margin-bottom: -5px;
}
.p-history__nav-arrow.down {
  margin-top: -5px;
}
.p-history__nav-vert {
  width: 3px;
  height: 71px;
  margin-left: 6px;
  padding-top: 1px;
  background-color: #cccccc;
}
@media screen and (max-width: 1199px) {
  .p-history__nav-vert {
    height: 60px;
  }
}
.p-history__nav-hor {
  position: relative;
  height: 3px;
  width: 100px;
  margin-top: 35px;
  background-color: #cccccc;
}
@media screen and (max-width: 1350px) {
  .p-history__nav-hor {
    width: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .p-history__nav-hor {
    margin-top: 29px;
    width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .p-history__nav-hor {
    width: 63px;
  }
}
.p-history__nav-circle {
  position: absolute;
  top: -8px;
  left: calc(100% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #18988B;
}
.p-history__nav-circle:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border: 3px solid #cccccc;
  border-radius: 50%;
  content: "";
}
.p-history__nav-circle.anim:before {
  animation: circle 1s;
}
@keyframes circle {
  50% {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .p-history__content-col {
    overflow: hidden;
  }
}
@media screen and (max-width: 1199px) {
  .p-history__content-wrap {
    margin-top: -5px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .p-history__content-wrap {
    margin-top: -30px;
    padding-left: 30px;
  }
  .p-history__content-wrap:before {
    position: absolute;
    top: 10px;
    left: 19px;
    display: block;
    width: 3px;
    height: 100%;
    background-color: #cccccc;
    content: "";
  }
}
.p-history__content {
  display: none;
  padding-top: 68px;
}
@media screen and (max-width: 575px) {
  .p-history__content {
    position: relative;
    padding-top: 0;
  }
  .p-history__content:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .p-history__content:before, .p-history__content:after {
    position: absolute;
    display: block;
    border-radius: 50%;
    content: "";
  }
  .p-history__content:before {
    top: 12px;
    left: -30px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #18988B;
  }
  .p-history__content:after {
    top: 6px;
    left: -36px;
    width: 24px;
    height: 24px;
    border: 3px solid #cccccc;
  }
}
.p-history__content.active {
  display: block;
}
.p-history__year-title {
  margin-bottom: 0;
  color: #999999;
  font-size: 26px;
  letter-spacing: 2.6px;
}
.p-history__desc {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-history__desc {
    margin-top: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .p-history__desc {
    margin-bottom: 13px;
    line-height: 1.93;
  }
}
.p-history__slider {
  position: relative;
  padding: 33px 0 0 105px;
  margin: 0 0 0 -105px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .p-history__slider {
    margin-left: -50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .p-history__slider {
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-history__slider {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-history__slider {
    margin-right: -30%;
  }
}
@media screen and (max-width: 767px) {
  .p-history__slider {
    margin-right: -50%;
  }
}
@media screen and (max-width: 575px) {
  .p-history__slider {
    margin-right: -70%;
  }
}
.p-history__slider:before, .p-history__slider:after {
  position: absolute;
  top: 40px;
  display: block;
  height: 300px;
  width: 20px;
  border-radius: 40%;
  box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.4);
  z-index: 2;
  content: "";
}
@media screen and (max-width: 1199px) {
  .p-history__slider:before, .p-history__slider:after {
    height: 240px;
  }
}
@media screen and (max-width: 991px) {
  .p-history__slider:before, .p-history__slider:after {
    content: none;
  }
}
.p-history__slider:before {
  left: -20px;
}
.p-history__slider:after {
  right: -20px;
}
.p-history__slide-image {
  position: relative;
  padding-bottom: 77%;
}
.p-history__slide-image:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #18988B;
  transition: all 1s ease-in-out;
  opacity: 0.8;
  content: "";
}
.p-history__slide-desc {
  color: #cccccc;
  font-style: italic;
  transition: color 1s ease-in-out;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-history__slide-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .p-history__slide-desc {
    line-height: 1.93;
  }
}
.p-history .swiper-slide-active .p-history__slide-image:before {
  opacity: 0;
}
.p-history .swiper-slide-active .p-history__slide-desc {
  color: #000000;
}
.p-history__card {
  margin-top: 50px;
}
.p-history__card-image {
  padding-bottom: 56.25%;
}
.p-history__card-desc {
  font-style: italic;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-history__card-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .p-history__card-desc {
    line-height: 1.93;
  }
}

@media screen and (min-width: 768px) {
  .p-calendar__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-calendar__caption {
  margin-bottom: 30px;
}
.p-calendar__holder {
  min-height: 260px;
}
.p-calendar__select {
  padding: 0 0 38px;
}
.p-calendar__select .selectric-below .selectric {
  background-color: #18988B;
}
.p-calendar__select .selectric-below .selectric .label {
  color: #ffffff;
}
.p-calendar__select .selectric-below .selectric .button {
  background-color: #18988B;
}
.p-calendar__select .selectric-below .selectric .button::after {
  border-top-color: #ffffff;
}
.p-calendar__select--border {
  position: relative;
}
.p-calendar__select--border::after {
  content: "";
  height: 2px;
  background-color: #cccccc;
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: -40px;
}
.p-calendar__info-wrap {
  display: none;
}
.p-calendar__info {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-calendar__info-title-wrap {
    margin-bottom: 25px;
  }
}
.p-calendar__info-title {
  font-size: 26px;
  letter-spacing: 2.6px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-calendar__info-title {
    font-size: 24px;
    text-align: center;
  }
}
.p-calendar__info-title:after {
  display: block;
  width: 130px;
  height: 2px;
  margin-top: 22px;
  margin-left: auto;
  background-color: #18988B;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-calendar__info-title:after {
    margin: 18px auto 0;
  }
}
.p-calendar__info-desc-wrap {
  padding-top: 2px;
}
.p-calendar__border {
  border-bottom: 2px solid #cccccc;
}
.p-calendar__labels {
  margin: 44px 30px 64px;
}
@media screen and (max-width: 1199px) {
  .p-calendar__labels {
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .p-calendar__labels {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar__labels {
    margin: 35px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-calendar__labels {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.p-calendar__label {
  display: flex;
  align-items: center;
  margin: 10px 30px;
}
@media screen and (max-width: 991px) {
  .p-calendar__label {
    margin: 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar__label {
    margin: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar__label {
    margin: 5px 0;
  }
}
.p-calendar__label-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 9px;
  border-radius: 50%;
  background-color: #cccccc;
}
.p-calendar__label-text {
  margin: 0;
  color: #999999;
  font-size: 17px;
  letter-spacing: 1.7px;
}
@media screen and (min-width: 768px) {
  .p-calendar__row {
    margin-left: -10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-calendar__col {
    padding-left: -10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .p-calendar__col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-calendar__sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-calendar__sidebar {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
.p-calendar__day-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 64px;
  padding-top: 8px;
}
.p-calendar__day {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-calendar__day-title {
  margin: 0;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.3px;
}
.p-calendar__button {
  padding: 0 10px 4px;
  background-color: transparent;
  border: 0;
  color: #18988B;
  font-size: 22px;
}
.p-calendar__button:focus, .p-calendar__button:hover {
  background-color: transparent;
  color: #00bd9d;
}
.p-calendar__button.prev {
  margin-right: 10px;
}
.p-calendar__button.next {
  margin-left: 10px;
}
.p-calendar__button-icon:before {
  font-weight: 700;
}
.p-calendar__list {
  flex-grow: 1;
  width: 100%;
  max-height: 612px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 991px) {
  .p-calendar__list {
    max-height: none !important;
    overflow: visible;
  }
}
.p-calendar__list::-webkit-scrollbar {
  display: none;
}
.p-calendar__list:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  display: block;
  height: 100px;
  box-shadow: 0 0px 50px 10px rgba(100, 100, 100, 0.5);
  border-radius: 50%;
  opacity: 0;
  content: "";
}
@media screen and (max-width: 991px) {
  .p-calendar__list:after {
    display: none;
  }
}
.p-calendar__list.active:after {
  transition: opacity 0.2s;
  opacity: 1;
}
.p-calendar .event-item {
  position: relative;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .p-calendar .event-item {
    min-height: 185px;
  }
}
.p-calendar .event-item:not(:last-child) {
  margin-bottom: 20px;
}
.p-calendar .event-item__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-calendar .event-item__bar {
    width: 100%;
    height: 16px;
  }
}
.p-calendar .event-item__img {
  position: relative;
  flex: 0 1 196px;
  min-height: inherit;
  overflow: hidden;
  background-color: #000000;
}
@media screen and (max-width: 1199px) {
  .p-calendar .event-item__img {
    flex-basis: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar .event-item__img {
    display: none;
  }
}
.p-calendar .event-item__img + .event-item__content {
  padding: 11px 20px;
}
@media screen and (max-width: 1199px) {
  .p-calendar .event-item__img + .event-item__content {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar .event-item__img + .event-item__content {
    padding: 39px 15px 20px;
  }
}
.p-calendar .event-item__img-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
}
.p-calendar .event-item__content {
  flex: 1 1 0%;
  padding: 11px 20px 11px 30px;
}
@media screen and (max-width: 1199px) {
  .p-calendar .event-item__content {
    padding: 15px 15px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar .event-item__content {
    padding: 39px 15px 20px;
  }
}
.p-calendar .event-item__title {
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .p-calendar .event-item__title {
    margin-bottom: 15px;
  }
}
.p-calendar .event-item__desc-wrap {
  margin: 0 0 15px;
}
@media screen and (min-width: 1200px) {
  .p-calendar .event-item__desc-wrap {
    min-height: 42px;
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar .event-item__desc-wrap {
    margin-bottom: 22px;
  }
}
.p-calendar .event-item__desc {
  display: inline;
  margin: 0 10px 0 0;
  line-height: 1.4;
}
.p-calendar .event-item__link {
  color: #522D6D;
}
.p-calendar .event-item__link:hover {
  color: #88689f;
}
.p-calendar .event-item-empty {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 14px 20px;
}
.p-calendar .ui-datepicker {
  background-color: transparent;
  width: 100%;
  padding: 0;
}
.p-calendar .ui-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-bottom: 32px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.p-calendar .ui-datepicker .ui-datepicker-header:before, .p-calendar .ui-datepicker .ui-datepicker-header:after {
  content: none;
}
.p-calendar .ui-datepicker .ui-datepicker-title {
  line-height: 1.2;
  margin: 0 20px;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 27px;
  text-transform: uppercase;
}
.p-calendar .ui-datepicker .ui-datepicker-title span {
  color: #231F20;
  line-height: 1.2;
  letter-spacing: 2.2px;
}
.p-calendar .ui-datepicker table {
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.p-calendar .ui-datepicker thead {
  background-color: #18988B;
}
.p-calendar .ui-datepicker thead th {
  padding: 16px 5px;
  color: #ffffff;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-calendar .ui-datepicker thead th {
    font-size: 14px;
  }
}
.p-calendar .ui-datepicker tbody {
  text-align: center;
}
.p-calendar .ui-datepicker tbody td {
  width: 14.28%;
  padding: 12px 0 13px;
  border: none;
  vertical-align: top;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .p-calendar .ui-datepicker tbody td {
    height: 85px;
    min-height: 85px;
  }
}
@media screen and (max-width: 575px) {
  .p-calendar .ui-datepicker tbody td {
    height: 64px;
    min-height: 64px;
    padding: 7px 0;
  }
}
.p-calendar .ui-datepicker tbody td:hover a {
  background-color: #18988B;
  color: #ffffff;
}
.p-calendar .ui-datepicker tbody tr:first-child td {
  padding-top: 22px;
  height: 95px;
  min-height: 95px;
}
@media screen and (max-width: 575px) {
  .p-calendar .ui-datepicker tbody tr:first-child td {
    padding-top: 22px;
    height: 79px;
    min-height: 79px;
  }
}
.p-calendar .ui-datepicker tbody tr:last-child td {
  padding-bottom: 40px;
  height: 122px;
  min-height: 122px;
}
@media screen and (max-width: 575px) {
  .p-calendar .ui-datepicker tbody tr:last-child td {
    padding-bottom: 20px;
    height: 84px;
    min-height: 84px;
  }
}
.p-calendar .ui-datepicker .labels {
  padding: 0 7px;
}
@media screen and (min-width: 768px) {
  .p-calendar .ui-datepicker .labels {
    margin-top: 1px;
  }
}
.p-calendar .ui-datepicker .label {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 2.5px 2.5px;
  border-radius: 50%;
  background-color: #18988B;
}
.p-calendar .ui-datepicker .ui-state-default {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  transition-duration: 0.2s;
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 575px) {
  .p-calendar .ui-datepicker .ui-state-default {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.p-calendar .ui-datepicker .ui-state-highlight {
  background-color: #999999;
  color: #ffffff;
}
.p-calendar .ui-datepicker .ui-state-active {
  background-color: #18988B;
  color: #ffffff;
}
.p-calendar .ui-datepicker .ui-datepicker-prev,
.p-calendar .ui-datepicker .ui-datepicker-next {
  position: static;
  border: 0;
  width: auto;
  height: auto;
  padding: 7px 10px 3px;
  background: none;
  line-height: 1;
  cursor: pointer;
}
.p-calendar .ui-datepicker .ui-datepicker-prev .ui-icon,
.p-calendar .ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
}
.p-calendar .ui-datepicker .ui-datepicker-prev:before,
.p-calendar .ui-datepicker .ui-datepicker-next:before {
  color: #18988B;
  font-family: "Ionicons";
  font-size: 22px;
  font-weight: 700;
}
.p-calendar .ui-datepicker .ui-datepicker-prev:hover:before,
.p-calendar .ui-datepicker .ui-datepicker-next:hover:before {
  opacity: 0.75;
}
.p-calendar .ui-datepicker .ui-datepicker-prev {
  order: -1;
}
.p-calendar .ui-datepicker .ui-datepicker-prev:before {
  content: "";
}
.p-calendar .ui-datepicker .ui-datepicker-next {
  order: 2;
}
.p-calendar .ui-datepicker .ui-datepicker-next:before {
  content: "";
}
.p-calendar .ui-widget {
  font-family: "pulpo", sans-serif;
}
.p-calendar .ui-widget.ui-widget-content {
  border-width: 0;
}

.p-host-an-events__item {
  margin-bottom: 170px;
}
@media screen and (max-width: 1199px) {
  .p-host-an-events__item {
    margin-bottom: 50px;
  }
}
.p-host-an-events__item:last-child {
  margin-bottom: 50px;
}

.p-announcement-events__item {
  margin-bottom: 85px;
}
@media screen and (max-width: 1199px) {
  .p-announcement-events__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .p-announcement-events__item {
    margin-bottom: 30px;
  }
}
.p-announcement-events__item:last-child {
  margin-bottom: 0;
}

.p-events-high__caption {
  margin-bottom: 50px;
}
.p-events-high__card-container {
  margin-left: -10px;
  margin-right: -10px;
}
.p-events-high__buttons {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-events-high__buttons {
    margin-top: 20px;
  }
}
.p-events-high__buttons a {
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px 20px;
}

.p-recent-events__buttons {
  margin: 0 auto;
  padding: 40px 0;
}
.p-recent-events--border {
  border-top: solid 1px #9b9b9b;
}

.p-art-post__caption {
  margin-bottom: 50px;
}
.p-art-post__card-container {
  margin-left: -10px;
  margin-right: -10px;
}
.p-art-post__buttons {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-art-post__buttons {
    margin-top: 20px;
  }
}

.p-video__label-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-video__label-container {
    margin-bottom: 5px;
    display: block;
    text-align: center;
  }
}
.p-video__label {
  font-family: "pulpo", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 1.4px;
  color: #999999;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-video__label {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.p-video__container-with-video {
  display: flex;
  justify-content: center;
}
.p-video__container-with-video video {
  width: 847px;
  height: 475px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-video__container-with-video video {
    width: 350px;
    height: 200px;
  }
}
.p-video__iframe-container {
  width: 847px;
  height: 475px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-video__iframe-container {
    width: 350px;
    height: 200px;
  }
}
.p-video__poster {
  display: block;
  height: 100%;
  width: 100%;
  color: transparent;
  background-size: cover;
  position: relative;
}
.p-video__poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
@media screen and (max-width: 767px) {
  .p-video__poster::before {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 3px solid #fff;
  }
}
.p-video__poster::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -25px 0 0 -15px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
@media screen and (max-width: 767px) {
  .p-video__poster::after {
    border-left: 30px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: -15px 0 0 -10px;
  }
}

.p-library__list {
  padding: 0 100px;
  border-right: 2px solid #cccccc;
}
@media screen and (max-width: 991px) {
  .p-library__list {
    border: none;
    padding: 0;
  }
}
.p-library__inner {
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 991px) {
  .p-library__inner {
    border: none;
  }
}
@media screen and (min-width: 992px) {
  .p-library__item:last-child .p-card-library__button-to-top-wrap {
    border-top: 0;
    padding-bottom: 30px;
  }
  .p-library__item:last-child .p-card-library {
    margin-bottom: 0;
  }
}
.p-library__sidebar {
  margin-left: auto;
  max-width: 260px;
}
@media screen and (max-width: 991px) {
  .p-library__sidebar {
    margin-left: 0;
    max-width: 100%;
  }
}
.p-library__unit {
  margin-top: 30px;
}
.p-library__area-widget {
  font-size: 20px;
  letter-spacing: 2px;
}
.p-library__area-widget .textwidget {
  margin-top: 15px;
}
.p-library__unit-title {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 10px;
}

.p-cards-image-text__item {
  margin-bottom: 115px;
}
@media screen and (max-width: 1199px) {
  .p-cards-image-text__item {
    margin-bottom: 50px;
  }
}
.p-cards-image-text__item:last-child {
  margin-bottom: 50px;
}

.p-image-row__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-image-row__image {
  width: 33%;
  max-width: 230px;
  margin: 0 60px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-image-row__image {
    margin: 0 30px;
    max-width: 150px;
  }
}
.p-image-row__image img {
  max-height: 100%;
}

.p-event-list__main-title {
  margin-bottom: 45px;
}
.p-event-list__filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-event-list__filter {
    justify-content: flex-start;
    margin: 30px 5px 20px;
    margin: 22px;
  }
}
.p-event-list__sort-type {
  display: flex;
  align-items: center;
}
.p-event-list__label {
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 1.8px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-event-list__label {
    font-size: 14px;
    line-height: 2;
  }
}
.p-event-list__sort-type .selectric-wrapper .selectric {
  border: none;
  background-color: transparent;
}
.p-event-list__sort-type .selectric-wrapper .selectric .label {
  padding: 0;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 1.8px;
  color: #18988B;
  display: flex;
  align-items: center;
  margin: 0 20px 0 10px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-event-list__sort-type .selectric-wrapper .selectric .label {
    font-size: 14px;
    line-height: 2;
    margin: 0 10px;
  }
}
.p-event-list__sort-type .selectric-wrapper .selectric .button {
  background-color: transparent;
  color: transparent;
  line-height: 1.65;
  width: 10px;
  height: 10px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .p-event-list__sort-type .selectric-wrapper .selectric .button {
    width: 7px;
    height: 7px;
    top: calc(50% - 3px);
  }
}
.p-event-list__sort-type .selectric-wrapper .selectric .button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border: 2px solid transparent;
  border-top-color: #18988B;
  border-right-color: #18988B;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-event-list__sort-type .selectric-wrapper .selectric .button::after {
    width: 6px;
    height: 6px;
  }
}
.p-event-list__position-type {
  margin-left: 9%;
}
@media screen and (max-width: 767px) {
  .p-event-list__position-type {
    display: none;
  }
}
.p-event-list__tab-btn {
  font-size: 20px;
  margin-left: 18px;
  color: #000000;
  transition: 0.5s;
  opacity: 0.26;
  width: 13px;
  cursor: pointer;
}
.p-event-list__tab-btn img {
  width: 21px;
  margin-bottom: -3px;
}
.p-event-list__tab-btn:hover {
  opacity: 1;
}
.p-event-list__all-event-container {
  margin-left: -10px;
  margin-right: -10px;
}
.p-event-list__single-event {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  display: block;
  display: -moz-flex;
  display: -webkit-flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-event-list__single-event {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 35px;
  }
}
.p-event-list--active {
  opacity: 1;
}
.p-event-list__image {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}
.p-event-list__image-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.p-event-list__short-info {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex: 0 1 100%;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px 35px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-event-list__short-info {
    padding: 20px 15px;
  }
}
.p-event-list__title {
  font-size: 26px;
  letter-spacing: 2.6px;
  color: #000000;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}
.p-event-list__title:first-child {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-event-list__title {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.p-event-list__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 130px;
  border: solid 1px #000000;
  opacity: 0.6;
}
.p-event-list__date {
  font-size: 14px;
  font-family: "pulpo", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #999999;
  margin: 25px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .p-event-list__date {
    font-size: 13px;
    line-height: 2.08;
    margin: 25px 0 7px 0;
  }
}
.p-event-list__date-span:first-child {
  position: relative;
}
.p-event-list__date-span:first-child::after {
  content: "/";
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-event-list__date-span:first-child::after {
    margin: 0 7px;
  }
}
.p-event-list__description {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-event-list__description {
    font-size: 14px;
    line-height: 1.93;
  }
}
.p-event-list__date-for-row {
  display: none;
}
.p-event-list__link {
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-event-list__link {
    text-align: left;
    margin-top: 30px;
  }
}
.p-event-list__row .p-event-list__single-event {
  flex-direction: row;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-event-list__row .p-event-list__single-event {
    flex-wrap: wrap;
  }
}
.p-event-list__row .p-event-list__image {
  padding-bottom: 0;
  width: 23%;
  height: 100%;
  flex: 0 0 23%;
}
@media screen and (max-width: 991px) {
  .p-event-list__row .p-event-list__image {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-event-list__row .p-event-list__image {
    padding-bottom: 80%;
    width: 100%;
    flex: 0 0 100%;
    height: 0;
  }
}
.p-event-list__row .p-event-list__short-info {
  display: flex;
  width: 77%;
  flex: 0 0 77%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 35px 60px;
}
@media screen and (max-width: 991px) {
  .p-event-list__row .p-event-list__short-info {
    width: 70%;
    padding: 35px 30px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-event-list__row .p-event-list__short-info {
    display: -ms-flexbox;
    flex-direction: column;
    flex: 0 1 100%;
    justify-content: space-between;
    padding: 20px;
  }
}
.p-event-list__row .p-event-list__short-info--modern {
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .p-event-list__row .p-event-list__short-info--modern {
    background-color: #ffffff;
  }
}
.p-event-list__row .p-event-list__short-info--modern .p-event-list__short-text-info {
  max-width: 522px;
  width: 100%;
}
.p-event-list__row .p-event-list__short-text-info {
  max-width: 412px;
}
.p-event-list__row .p-event-list__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .p-event-list__row .p-event-list__title {
    margin-bottom: 0;
  }
}
.p-event-list__row .p-event-list__date-for-col {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-event-list__row .p-event-list__date-for-col {
    display: block;
  }
}
.p-event-list__row .p-event-list__date-for-row {
  display: block;
}
@media screen and (max-width: 991px) {
  .p-event-list__row .p-event-list__date-for-row {
    display: none;
  }
}
.p-event-list__row .p-event-list__date-span {
  display: block;
}
@media screen and (max-width: 991px) {
  .p-event-list__row .p-event-list__date-span {
    display: inline;
  }
}
.p-event-list__row .p-event-list__date-span:first-child::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-event-list__row .p-event-list__date-span:first-child::after {
    display: inline-block;
  }
}
.p-event-list__row .p-event-list__link {
  text-align: left;
}
.p-event-list__main-bottom-btn {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-event-list__main-bottom-btn {
    margin: 20px 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-event-list__short-info {
    height: 55%;
  }

  .p-related-collections__container .p-event-list__short-info {
    height: auto;
  }

  .col-lg-12 .p-event-list__short-info {
    height: 100%;
  }
}
.p-resources__container {
  max-width: 1140px;
  margin: 0 auto;
}
.p-resources__main-title {
  margin-bottom: 55px;
}
.p-resources__col-container {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-resources__block {
    margin-bottom: 25px;
  }
  .p-resources__block:last-child {
    margin-bottom: 0;
  }
}
.p-resources__title {
  font-size: 20px;
  letter-spacing: 2px;
  color: #18988B;
  margin-bottom: 27px;
}
.p-resources__caption {
  margin-top: 0;
  margin-bottom: 10px;
}
.p-resources__download {
  margin-bottom: 30px;
}
.p-resources__audio {
  outline: none;
}
.p-resources__audio--disabled {
  display: none;
}

.p-banner--details .p-banner__subtitle {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #18988B;
  margin-bottom: 0;
  margin-top: 50px;
}
.p-banner--details .p-banner__title {
  margin-bottom: 20px;
}
.p-banner--details .p-banner__dates {
  margin-bottom: 35px;
}
.p-banner--details .p-banner__date {
  font-family: "pulpo", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 1.4px;
  color: #999999;
  display: block;
}
.p-banner--details .p-banner__date a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.p-banner--details .p-banner__desc-wrap {
  margin-bottom: 0;
}

.p-map__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-map__container {
    flex-direction: column;
  }
}
.p-map__map-content {
  flex: 0 0 65%;
  max-width: 65%;
}
@media screen and (max-width: 1199px) {
  .p-map__map-content {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .p-map__map-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .p-map__hours {
    padding: 0 15px;
    max-width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .p-map__hours {
    padding: 0 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.p-map__image-container {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-map__image-container {
    flex-direction: column;
  }
}
.p-map__image-caption {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #18988B;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 90px 20px;
}
@media screen and (max-width: 767px) {
  .p-map__image-caption {
    font-size: 32px;
    line-height: 1;
    padding: 20px 45px 27px 30px;
  }
}
.p-map__image {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-map__image {
    width: 100%;
    height: 350px;
  }
}
.p-map__map-links {
  display: flex;
  flex-direction: column;
  width: 135px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-map__map-links {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}
.p-map__links-title {
  font-size: 12.5px;
  letter-spacing: 2.5px;
  color: #999999;
  padding: 5px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-map__links-title {
    width: 100%;
    padding-top: 10px;
  }
  .p-map__links-title::before {
    bottom: 0;
    left: 25px;
    right: 25px;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #ffffff;
  }
}
.p-map__map-link {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #4d4d4d;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 0;
  position: relative;
  align-content: center;
  justify-content: center;
}
.p-map__map-link::before {
  top: 0;
  left: 25px;
  right: 25px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-map__map-link {
    width: 25%;
  }
  .p-map__map-link::before {
    top: 20px;
    bottom: 20px;
    left: auto;
    right: 0;
    height: auto;
    width: 1px;
    content: "";
    position: absolute;
    background-color: #ffffff;
  }
  .p-map__map-link:last-of-type::before {
    display: none;
  }
}
.p-map__map-link img {
  max-width: 50px;
  max-height: 50px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.p-map__tab-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-map__tab-container {
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 10px;
  }
}
.p-map__tab {
  display: flex;
  flex-direction: column;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .p-map__tab {
    width: 100%;
  }
}
.p-map__tab-header {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-map__tab-header {
    flex-direction: column;
  }
}
.p-map__tab-link {
  width: 20%;
  background-color: #F2F2F2;
  font-size: 12.5px;
  letter-spacing: 2.5px;
  text-align: center;
  color: #999999;
  padding: 10px 0;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-map__tab-link {
    width: 100%;
    position: relative;
  }
  .p-map__tab-link:first-of-type::after {
    display: none;
  }
  .p-map__tab-link::after {
    position: absolute;
    content: "";
    left: 22px;
    right: 22px;
    top: 0;
    background-color: #ffffff;
    height: 2px;
  }
}
.p-map__tab-list {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  background-color: #fafafa;
  padding: 0;
}
.p-map__tab-row {
  position: relative;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .p-map__tab-row {
    font-family: "pulpo", sans-serif;
    font-size: 15px;
    line-height: 1.4;
  }
}
.p-map__tab-row::before {
  content: "•";
  margin-right: 5px;
}
.p-map__location {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #18988B;
  max-width: 170px;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-map__location {
    padding: 0 20px;
    margin: 25px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    max-width: 250px;
  }
}

.tab-active {
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .tab-active:first-of-type::after {
    display: block;
  }
  .tab-active::after {
    left: calc(50% - 50px);
    right: auto;
    width: 100px;
    bottom: 0;
    top: auto;
    background-color: #cccccc;
  }
}

.tab-show {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 15px 30px;
}

.p-img-text-modern__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-img-text-modern__container {
    padding: 0 22px;
    flex-wrap: wrap;
  }
}
.p-img-text-modern__left-image {
  max-width: 500px;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .p-img-text-modern__left-image {
    max-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .p-img-text-modern__left-image {
    max-width: 100%;
    height: 555px;
    margin-bottom: 35px;
  }
}
.p-img-text-modern__right-images {
  max-width: 170px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-img-text-modern__right-images {
    display: none;
  }
}
.p-img-text-modern__top-image {
  height: 49%;
  width: 100%;
  background-size: cover;
}
.p-img-text-modern__bottom-image {
  height: 49%;
  width: 100%;
  background-size: cover;
}
.p-img-text-modern__content {
  max-width: 520px;
  width: 100%;
}
.p-img-text-modern__subtitle {
  font-family: "pulpo", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.93;
  letter-spacing: 1.4px;
  color: #999999;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-img-text-modern__subtitle {
    font-size: 12px;
    line-height: 2.25;
  }
}
.p-img-text-modern__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2.6px;
  color: #18988B;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-img-text-modern__title {
    font-size: 24px;
  }
}
.p-img-text-modern__desc {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-img-text-modern__desc {
    font-size: 14px;
  }
}

.container_wide {
  max-width: 1440px;
  margin: 0 auto;
}

.p-video-text__main-title {
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 93%;
}

@media screen and (max-width: 1199px) {
  .p-video-text__main-title {
    max-width: 98%;
  }
}

@media screen and (max-width: 991px) {
  .p-video-text__main-title {
    max-width: 100%;
    padding: 0 20px;
  }
}

.p-video-text__container {
  display: flex;
  justify-content: space-around;
  align-content: center;
}
@media screen and (max-width: 991px) {
  .p-video-text__container {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.p-video-text__container video {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .p-video-text__container video {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .p-video-text__container video {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .p-video-text__container video {
    width: 350px;
    height: 200px;
  }
}
.p-video-text__container-video {
  width: 57%;
}
@media screen and (max-width: 991px) {
  .p-video-text__container-video {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-video-text__container-text {
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .p-video-text__container-text {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .p-video-text__container-text {
    width: 100%;
  }
}
.p-video-text__iframe-container {
  width: 100%;
  height: 475px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-video-text__iframe-container {
    width: 100%;
    height: 100%;
  }
  .p-video-text__iframe-container .p-video-text__poster {
    padding-bottom: 60%;
  }
}
.p-video-text__poster {
  display: block;
  height: 100%;
  width: 100%;
  color: transparent;
  background-size: cover;
  background-position: center;
  position: relative;
}
.p-video-text__poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
@media screen and (max-width: 767px) {
  .p-video-text__poster::before {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 3px solid #fff;
  }
}
.p-video-text__poster::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -25px 0 0 -15px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
@media screen and (max-width: 767px) {
  .p-video-text__poster::after {
    border-left: 30px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: -15px 0 0 -10px;
  }
}

.p-plan-your-visit__main-title {
  margin-bottom: 60px;
}
.p-plan-your-visit__select-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-plan-your-visit__select-block {
    flex-direction: column;
  }
}
.p-plan-your-visit__between_select {
  margin: 0 20px;
  font-size: 17px;
  letter-spacing: 1.7px;
  color: #18988B;
}
@media screen and (max-width: 767px) {
  .p-plan-your-visit__between_select {
    margin: 10px auto;
  }
}
.p-plan-your-visit__select {
  width: 305px;
  transition: 0.6s;
}
.p-plan-your-visit__select .selectric-wrapper .selectric {
  transition: 0.5s;
}
.p-plan-your-visit__select .selectric-wrapper .selectric .button {
  transition: 0.5s;
}
.p-plan-your-visit__select .selectric-wrapper .selectric .button::after {
  transition: 0.5s;
  border-top-color: #18988B;
}
.p-plan-your-visit__select .selectric-wrapper .selectric-items .selectric-scroll {
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
}
.p-plan-your-visit__select:hover .selectric-wrapper .selectric {
  background: #18988B;
  background-color: #18988B;
}
.p-plan-your-visit__select:hover .selectric-wrapper .selectric .label {
  color: #ffffff;
}
.p-plan-your-visit__select:hover .selectric-wrapper .selectric .button {
  background-color: #18988B;
}
.p-plan-your-visit__select:hover .selectric-wrapper .selectric .button::after {
  border-top-color: #ffffff;
}
.p-plan-your-visit__info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-plan-your-visit__info {
    flex-direction: column;
  }
}
.p-plan-your-visit__info-title {
  width: 33%;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2.6px;
  text-align: right;
  color: #000000;
  padding-bottom: 20px;
  margin: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan-your-visit__info-title {
    width: 100%;
    text-align: left;
  }
}
.p-plan-your-visit__info-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 125px;
  height: 2px;
  background-color: #18988B;
}
@media screen and (max-width: 767px) {
  .p-plan-your-visit__info-title::after {
    right: auto;
    left: 0;
  }
}
.p-plan-your-visit__info-desc {
  width: 65%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.69;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-plan-your-visit__info-desc {
    width: 100%;
  }
}
.p-plan-your-visit__datepicker-wrap {
  margin: 0 auto 30px;
}
.p-plan-your-visit__filter-title {
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.8;
  color: #000000;
  font-family: "pulpo", sans-serif;
  margin-bottom: 10px;
}
.p-plan-your-visit__main-bottom-btn {
  margin-top: 40px;
}
.p-plan-your-visit__buttons {
  margin-top: 20px;
}

.p-campaigns__container {
  border-bottom: solid 1px #9b9b9b;
}
.p-campaigns__main-title {
  margin-bottom: 55px;
}
.p-campaigns__cat-title {
  margin-bottom: 10px;
}
.p-campaigns__cat-btns {
  margin-bottom: 40px;
}
.p-campaigns__cat-btn {
  min-width: 160px;
}
.p-campaigns__main-bottom-btn {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-campaigns__main-bottom-btn {
    margin: 30px 0;
  }
}
.p-campaigns .p-card-event-high__content-description {
  margin-top: 20px;
}

.p-tickets-packages__main-title {
  margin-bottom: 40px;
}
.p-tickets-packages__list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 60px;
}
.p-tickets-packages__load-more-wrap {
  margin-bottom: 0;
}

.p-art-single h5, .p-art-single h4 {
  margin: 0;
}
.p-art-single h2 {
  margin: 10px 0;
}
.p-art-single h6 {
  margin: 0 0 20px;
}
.p-art-single iframe {
  width: 100%;
}
.p-art-single .gallery .gallery-item, .p-art-single .gallery-columns-3 .gallery-item {
  margin: 0;
  padding-right: 20px;
}
.p-art-single .gallery .gallery-item img, .p-art-single .gallery-columns-3 .gallery-item img {
  width: 100%;
}
.p-art-single__category span::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
}
.p-art-single__category span:first-child::before {
  display: none;
}
.p-art-single__content-share-title {
  color: #9b9b9b;
}
.p-art-single__content-share a {
  color: #666666;
  font-size: 26px;
  margin-right: 20px;
}
.p-art-single__sidebar {
  position: sticky;
  top: 45px;
}

.p-art-archive__list-bottom-btn {
  text-align: right;
}
.p-art-archive__list-bottom-btn .btn {
  max-width: 160px;
  padding: 0 25px;
  text-align: center;
  border: solid 2px #cccccc;
  color: #999999;
  font-size: 12px;
  letter-spacing: 2.5px;
  line-height: 3;
  cursor: pointer;
  margin: 0 20px 0 auto;
}
@media screen and (max-width: 991px) {
  .p-art-archive__list-bottom-btn .btn {
    margin: 0 auto 25px;
  }
}
.p-art-archive__sidebar {
  position: sticky;
  top: 45px;
}
.p-art-archive .position_ads {
  position: absolute;
  bottom: 0;
}

.p-free-to-see__inner {
  border-bottom: 1px solid #999999;
}
.p-free-to-see__list {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-free-to-see__list {
    border-right: 1px solid #999999;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-free-to-see__list {
    padding-right: 0;
  }
}
.p-free-to-see__link-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .p-free-to-see__link-wrap {
    max-width: 740px;
  }
}
.p-free-to-see__item {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .p-free-to-see__item {
    max-width: 780px;
  }
}
.p-free-to-see__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-free-to-see__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-free-to-see__item:last-child .p-card-free-to-see__link-wrap {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-free-to-see__sidebar {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .p-free-to-see__sidebar {
    padding-left: 38px;
  }
}
.p-free-to-see__unit:not(:last-child) {
  margin-bottom: 34px;
}
.p-free-to-see__unit-title {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.p-free-to-see__unit-links {
  margin-top: 5px;
}
.p-free-to-see__unit-link {
  line-height: 2;
  letter-spacing: 0.6px;
}

.p-main-membership__main-block {
  padding: 42px 45px 5px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-main-membership__main-block {
    padding: 42px 10px 5px;
  }
}
.p-main-membership__main-header {
  padding: 25px 0;
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-main-membership__main-header {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-main-membership__main-header {
    padding: 0;
  }
}
.p-main-membership__title {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2.6px;
  color: #000000;
  margin: 0;
}
.p-main-membership__link {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.8;
  color: #18988B;
}
@media screen and (max-width: 767px) {
  .p-main-membership__link {
    margin: 20px 0;
  }
}
.p-main-membership__list-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-main-membership__list-wrap {
    flex-wrap: wrap;
  }
}
.p-main-membership__list {
  list-style: disc;
  padding-left: 20px;
  max-width: 545px;
}
.p-main-membership__list:first-child, .p-main-membership__list:last-child {
  margin: 25px 0;
}
@media screen and (max-width: 991px) {
  .p-main-membership__list:first-child {
    margin: 25px 0 0;
  }
  .p-main-membership__list:last-child {
    margin: 0 0 25px;
  }
}
.p-main-membership__secondary-block {
  padding: 25px 45px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .p-main-membership__secondary-block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-main-membership__secondary-block {
    padding: 25px 10px;
  }
}
.p-main-membership__secondary-text {
  max-width: 800px;
  width: 100%;
}
.p-main-membership__secondary-title {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #999999;
  margin: 0;
}
.p-main-membership__secondary-desc {
  margin: 0;
}
.p-main-membership__secondary-btn-wrap {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-main-membership__secondary-btn-wrap {
    margin: 30px 0 0;
  }
}
.p-main-membership__secondary-btn {
  min-width: 230px;
}

.p-membership-all__cats {
  margin-bottom: 40px;
}
.p-membership-all__cat {
  min-width: 230px;
}
.p-membership-all__list {
  margin-left: -10px;
  margin-right: -10px;
}
.p-membership-all__item {
  padding-left: 10px;
  padding-right: 10px;
}

.p-exhibition-status__main-title {
  margin-bottom: 55px;
}
.p-exhibition-status__cat-title {
  margin-bottom: 10px;
}
.p-exhibition-status__cat-btns {
  margin-bottom: 40px;
}
.p-exhibition-status__main-bottom-btn {
  margin: 30px 0;
}

.p-single-table__bc {
  margin: 85px 0 80px;
}
.p-single-table__back-link {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.8;
  color: #808080;
  position: relative;
}
.p-single-table__back-link::before {
  content: "";
  color: inherit;
  font-family: "Ionicons";
  font-size: 16px;
  font-style: normal;
  margin-right: 10px;
}
.p-single-table__images-wrap {
  max-width: 920px;
  margin: 20px auto;
  overflow: hidden;
}
.p-single-table__images {
  max-width: 840px;
  height: 485px;
  display: flex;
  margin: 0 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .p-single-table__images {
    max-width: 600px;
    height: 400px;
    margin: 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-single-table__images {
    max-width: 300px;
    height: 300px;
    margin: 0 105px;
  }
}
@media screen and (max-width: 575px) {
  .p-single-table__images {
    max-width: calc(100% - 80px);
    margin: 0 40px;
    height: 200px;
  }
}
.p-single-table__image {
  max-height: 100%;
  width: auto;
}
.p-single-table__arrow-prev {
  width: 30px;
}
.p-single-table__arrow-prev::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: solid 3px #999999;
  border-left: solid 3px #999999;
  transform: rotate(-45deg);
}
.p-single-table__arrow-next {
  width: 30px;
}
.p-single-table__arrow-next::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: solid 3px #999999;
  border-right: solid 3px #999999;
  transform: rotate(45deg);
}
.p-single-table__table-wrap {
  max-width: 850px;
  margin: 80px auto 50px;
}
.p-single-table__table-row {
  border-top: solid 1px #9b9b9b;
  display: flex;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .p-single-table__table-row {
    flex-direction: column;
  }
}
.p-single-table__table-row:first-child {
  align-items: center;
}
.p-single-table__row-title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: right;
  color: #999999;
  text-transform: uppercase;
  width: 140px;
  margin-right: 70px;
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  .p-single-table__row-title {
    width: 100%;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
    min-width: auto;
  }
}
.p-single-table__title {
  font-size: 33px;
  font-weight: normal;
  letter-spacing: 3.3px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-single-table__title {
    font-size: 20px;
    letter-spacing: 2.2px;
  }
}
.p-single-table__desc {
  font-style: italic;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-single-table__desc {
    font-size: 14px;
  }
}
.p-single-table__btn {
  margin-top: 10px;
}

.p-related-collections__caption {
  margin-bottom: 90px;
}
.p-related-collections__sort-wrap {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  margin-bottom: 50px;
}
.p-related-collections__sort-wrap::after {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  top: 100%;
  height: 23px;
  background-color: #18988B;
}
@media screen and (max-width: 991px) {
  .p-related-collections__sort-wrap::after {
    display: none;
  }
}
.p-related-collections__sort {
  padding: 0 10px;
}
.p-related-collections__sort-item {
  background-color: #ffffff;
  cursor: pointer;
  padding: 30px;
  font-size: 26px;
  letter-spacing: 2.6px;
  text-align: center;
  color: #999999;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .p-related-collections__sort-item {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .p-related-collections__sort-item:after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: 15px;
    opacity: 0.1;
    background-color: #18988B;
    left: 120px;
    right: 120px;
  }
}
.p-related-collections__sort-item--active {
  background-color: #18988B;
  color: #ffffff;
  position: relative;
}
.p-related-collections__sort-item--active:after {
  position: absolute;
  content: "";
  height: 2px;
  left: 105px;
  right: 105px;
  bottom: 0;
  opacity: 0.4;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .p-related-collections__sort-item--active:after {
    left: 70px;
    right: 70px;
  }
}
@media screen and (max-width: 991px) {
  .p-related-collections__sort-item--active:after {
    left: 120px;
    right: 120px;
    bottom: 15px;
  }
}
.p-related-collections__all-collections {
  margin-left: -10px;
  margin-right: -10px;
}
.p-related-collections__load-more-wrap {
  margin-top: 50px;
}

.p-collections-cat__main-title {
  margin-bottom: 45px;
}
.p-collections-cat form {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-collections-cat form {
    flex-wrap: wrap;
  }
}
.p-collections-cat form .selectric-wrapper {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-collections-cat form .selectric-wrapper {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.p-collections-cat form .selectric-wrapper .label {
  width: 305px;
  color: #999999;
}
.p-collections-cat form .selectric-wrapper .selectric .button::after {
  border-top-color: #18988B;
}
.p-collections-cat .screen-reader-text {
  display: none;
}
.p-collections-cat label {
  width: 46%;
  min-width: 200px;
  margin: 0 20px;
}
.p-collections-cat input[type=search] {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  color: #000000;
  padding: 12px 25px;
}
.p-collections-cat input[type=search]:focus {
  outline: 0.5px solid #9b9b9b;
}
@media screen and (max-width: 767px) {
  .p-collections-cat input[type=search] {
    margin: 0 auto 20px;
    max-width: 305px;
    width: 100%;
  }
}
.p-collections-cat input[type=search]::placeholder {
  color: #cccccc;
}
.p-collections-cat input[type=search]:-ms-input-placeholder {
  outline: 0.5px solid #cccccc;
}
.p-collections-cat input[type=submit] {
  border-radius: 6px;
  background-color: #18988B;
  font-size: 16px;
  font-weight: 100;
  height: 100%;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 75px 12px 18px;
}
.p-collections-cat input[type=submit]:focus {
  outline: 1px dashed #18988B;
}
.p-collections-cat .form__submit-wrap {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-collections-cat .form__submit-wrap {
    display: table;
  }
}
.p-collections-cat .form__submit-wrap::after {
  position: absolute;
  font-family: "Ionicons";
  content: "";
  font-size: 20px;
  color: #ffffff;
  right: 20px;
  top: 12px;
}
.p-collections-cat__filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-collections-cat__filter {
    justify-content: flex-start;
    margin: 30px 5px 20px;
    margin: 22px;
  }
}
.p-collections-cat__sort-type {
  display: flex;
  align-items: center;
}
.p-collections-cat__label {
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 1.8px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-collections-cat__label {
    font-size: 14px;
    line-height: 2;
  }
}
.p-collections-cat__sort-type .selectric-wrapper .selectric {
  border: none;
  background-color: transparent;
}
.p-collections-cat__sort-type .selectric-wrapper .selectric .label {
  padding: 0;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 1.8px;
  color: #18988B;
  display: flex;
  align-items: center;
  margin: 0 23px 0 15px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-collections-cat__sort-type .selectric-wrapper .selectric .label {
    font-size: 14px;
    line-height: 2;
    margin: 0 10px;
  }
}
.p-collections-cat__sort-type .selectric-wrapper .selectric .button {
  background-color: transparent;
  color: transparent;
  line-height: 1.65;
  width: 10px;
  height: 10px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .p-collections-cat__sort-type .selectric-wrapper .selectric .button {
    width: 7px;
    height: 7px;
    top: calc(50% - 3px);
  }
}
.p-collections-cat__sort-type .selectric-wrapper .selectric .button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border: 2px solid transparent;
  border-top-color: #18988B;
  border-right-color: #18988B;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-collections-cat__sort-type .selectric-wrapper .selectric .button::after {
    width: 6px;
    height: 6px;
  }
}
.p-collections-cat__position-type {
  margin-left: 9%;
}
@media screen and (max-width: 767px) {
  .p-collections-cat__position-type {
    display: none;
  }
}
.p-collections-cat__tab-btn {
  font-size: 20px;
  margin-left: 18px;
  color: #000000;
  transition: 0.5s;
  opacity: 0.26;
  width: 13px;
  cursor: pointer;
}
.p-collections-cat__tab-btn img {
  width: 21px;
  margin-bottom: -3px;
}
.p-collections-cat__tab-btn:hover {
  opacity: 1;
}
.p-collections-cat__all-event-container {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: space-around;
}
.p-collections-cat__single-event {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  display: block;
  display: -moz-flex;
  display: -webkit-flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-collections-cat__single-event {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 35px;
  }
}
.p-collections-cat--active {
  opacity: 1;
}
.p-collections-cat__row .p-event-list__single-event {
  flex-direction: row;
  display: flex;
}
.p-collections-cat__row .p-event-list__image {
  padding-bottom: 0;
  width: 25%;
  height: 100%;
  flex: 0 0 25%;
}
@media screen and (max-width: 991px) {
  .p-collections-cat__row .p-event-list__image {
    width: 30%;
  }
}
.p-collections-cat__row .p-event-list__short-info {
  display: flex;
  width: 75%;
  flex: 0 0 75%;
  flex-direction: row;
  align-items: center;
  padding: 35px 60px;
}
@media screen and (max-width: 991px) {
  .p-collections-cat__row .p-event-list__short-info {
    width: 70%;
    padding: 35px 30px;
    display: block;
  }
}
.p-collections-cat__row .p-event-list__short-text-info {
  max-width: 450px;
}
.p-collections-cat__row .p-event-list__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .p-collections-cat__row .p-event-list__title {
    margin-bottom: 0;
  }
}
.p-collections-cat__row .p-event-list__date-for-col {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-collections-cat__row .p-event-list__date-for-col {
    display: block;
  }
}
.p-collections-cat__row .p-event-list__date-for-row {
  display: block;
}
@media screen and (max-width: 991px) {
  .p-collections-cat__row .p-event-list__date-for-row {
    display: none;
  }
}
.p-collections-cat__row .p-event-list__date-span {
  display: block;
}
@media screen and (max-width: 991px) {
  .p-collections-cat__row .p-event-list__date-span {
    display: inline;
  }
}
.p-collections-cat__row .p-event-list__date-span:first-child::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-collections-cat__row .p-event-list__date-span:first-child::after {
    display: inline-block;
  }
}
.p-collections-cat__row .p-event-list__link {
  text-align: left;
}

input[type=search],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
}

input[type=submit] {
  -webkit-border-radius: 6px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-collections-cat .p-event-list__short-info {
    height: auto;
    max-height: 55%;
  }
  .p-collections-cat input[type=submit] {
    border: none !important;
    outline: none;
  }
  .p-collections-cat .col-lg-12 .p-event-list__short-info {
    height: 100%;
    max-height: 100%;
  }
}
.p-info-modern__title {
  margin-bottom: 70px;
}

.p-visit-programs .p-card-visit-program h4 {
  font-size: 16px;
  font-family: "trade-gothic-next-compressed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: -25px;
}
.p-visit-programs .p-card-visit-program__image-link {
  pointer-events: none;
}
.p-visit-programs .p-card-visit-program__title {
  pointer-events: none;
}
.p-visit-programs .content-with-sidebar > div {
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 991px) {
  .p-visit-programs .content-with-sidebar > div {
    border: none;
  }
}
.p-visit-programs .content-with-sidebar .p-content-block {
  border-right: 1px solid #999999;
}
@media screen and (max-width: 991px) {
  .p-visit-programs .content-with-sidebar .p-content-block {
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .p-visit-programs .content-with-sidebar .p-sidebar {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
  }
}
.p-visit-programs__item {
  max-width: 740px;
  margin: 0 auto;
}
.p-visit-programs__item:last-child .p-card-visit-program__main {
  margin-bottom: 0;
}
.p-visit-programs__item:last-child .p-card-visit-program__link-top {
  padding-bottom: 50px;
}

.p-visit-tours .p-card-visit-program__content h2 {
  padding-top: 35px;
  margin-top: 40px;
  border-top: 1px solid #999999;
}
.p-visit-tours .content-with-sidebar > div {
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 991px) {
  .p-visit-tours .content-with-sidebar > div {
    border: none;
  }
}
.p-visit-tours .content-with-sidebar .p-content-block {
  border-right: 1px solid #999999;
}
@media screen and (max-width: 991px) {
  .p-visit-tours .content-with-sidebar .p-content-block {
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .p-visit-tours .content-with-sidebar .p-sidebar {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
  }
}
.p-visit-tours__item {
  max-width: 740px;
  margin: 0 auto;
}
.p-visit-tours__item:last-child .p-card-visit-program__main {
  margin-bottom: 0;
}
.p-visit-tours__item:last-child .p-card-visit-program__link-top {
  padding-bottom: 50px;
}

.p-dining .content-with-sidebar > div {
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 991px) {
  .p-dining .content-with-sidebar > div {
    border: none;
  }
}
.p-dining .content-with-sidebar .p-content-block {
  height: 100%;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 991px) {
  .p-dining .content-with-sidebar .p-content-block {
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .p-dining .content-with-sidebar .p-sidebar {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
  }
}
.p-dining__item {
  max-width: 740px;
  margin: 0 auto;
}

.p-press-room__container {
  border-bottom: solid 1px #9b9b9b;
}
.p-press-room__sidebar {
  margin-top: 10px;
}
.p-press-room__sidebar-item {
  margin-bottom: 40px;
  margin-top: 0;
  max-width: 255px;
}
.p-press-room__sidebar-item .container {
  padding: 0;
}
.p-press-room__sidebar-item .pass_form_file {
  display: none;
}
.p-press-room__sidebar-item label {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.p-press-room__sidebar-item input[type=password] {
  width: 180px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  color: #000000;
  padding: 12px 25px;
}
.p-press-room__sidebar-item input[type=password]::placeholder {
  color: #999999;
}
.p-press-room__sidebar-item input[type=submit] {
  border-radius: 0;
  background-color: #18988B;
  font-size: 16px;
  font-weight: 100;
  height: 100%;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding: 13px 15px;
  border: none;
}
.p-press-room__big {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #000000;
  margin: 0 0 10px 0;
}
.p-press-room__small {
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  font-family: "pulpo", sans-serif;
}
.p-press-room__content {
  display: inline;
  line-height: 2.1;
}
.p-press-room__tel {
  font-family: "pulpo", sans-serif;
  color: #000000;
  display: block;
  font-weight: 100;
}
.p-press-room__list-bottom-btn {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .p-press-room__list-bottom-btn {
    border-top: solid 1px #9b9b9b;
    text-align: center;
    padding-top: 40px;
  }
}
.p-press-room__list-bottom-btn .btn {
  cursor: pointer;
}

.map-keys {
  display: none;
}

.p-map-museum {
  position: relative;
}
.p-map-museum__tab-header {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-map-museum__tab-header {
    margin: 0 15px;
  }
  .p-map-museum__tab-header a {
    margin: 5px;
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__tab-header {
    margin: 0;
  }
  .p-map-museum__tab-header a {
    margin: 5px;
  }
}
.p-map-museum__tab-header .js-m_tabs-link-5 {
  transition: all 0.4s ease;
  opacity: 0;
}
.p-map-museum__tab-header .js-m_tabs-link-5.pam_default-ap-img {
  opacity: 1;
}
.p-map-museum__tab-header .js-m_tabs-link-5.pam_default-ap-img.tab-active {
  width: 0;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
  opacity: 0;
  margin: 0;
  border-width: 0;
}
@media screen and (max-width: 469px) {
  .p-map-museum__tab-header .js-m_tabs-link-5.pam_default-ap-img.tab-active {
    width: auto;
    min-width: 135px;
  }
}
.p-map-museum__tab-link {
  margin: 0 10px;
  position: relative;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .p-map-museum__tab-link {
    margin: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-map-museum__tab-link {
    flex: 1 0 50%;
    min-width: 145px;
    margin: 0 0 10px;
  }
}
.p-map-museum__tab-container {
  position: relative;
  max-width: 1199px;
  margin: 0 auto 50px;
}
.p-map-museum__tab-list {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 0;
}
.p-map-museum .image-bg-tab {
  display: none;
  margin-top: 80px;
}
.p-map-museum__floor-1 {
  top: -2px;
}
.p-map-museum__floor-2 {
  top: -2px;
}
.p-map-museum__floor-4 {
  top: -8%;
}
.p-map-museum__tab-list.tab-show {
  opacity: 1;
  z-index: 1;
  padding: 0;
}
.p-map-museum .tab-active {
  color: #ffffff;
}
.p-map-museum .tab-active:before {
  opacity: 1;
  z-index: -1;
}
.p-map-museum__map-keys {
  display: flex;
  background-color: #ffffff;
  padding: 30px 15px;
  margin: 50px 0 100px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-map-museum__map-keys {
    margin: 10px 0 50px;
    background-color: transparent;
    padding: 0;
  }
}
.p-map-museum__map-keys-title {
  flex: 1 0 24%;
  max-width: 24%;
  text-align: center;
  align-self: center;
}
.p-map-museum__map-keys-title h2 {
  display: inline-block;
  padding: 15px 15px 25px 0;
  font-size: 26px;
  line-height: 1;
  border-bottom: 1px solid #9b9b9b;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-map-museum__map-keys-title {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
  }
}
.p-map-museum__map-keys-wrapper {
  flex: 1 0 75%;
  max-width: 75%;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .p-map-museum__map-keys-wrapper {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-map-museum__map-keys-wrapper {
    flex: 1 0 100%;
    max-width: 100%;
    background-color: #ffffff;
    padding: 15px;
  }
}
.p-map-museum__map-key {
  flex: 1 0 33%;
  max-width: 33%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-map-museum__map-key {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
.p-map-museum__map-key-text {
  flex: 1 0 75%;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  max-width: 75%;
  font-family: "trade-gothic-next-compressed", sans-serif;
}
@media screen and (max-width: 991px) {
  .p-map-museum__map-key-text {
    flex: 1 0 75%;
    max-width: 75%;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-map-museum__map-key-text {
    flex: 1 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.p-map-museum__map-key-icon {
  flex: 1 0 20%;
  max-width: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-map-museum__map-key-icon {
    flex: 1 0 100%;
    max-width: 100%;
    text-align: left;
  }
}
.p-map-museum__floor {
  position: absolute;
  max-width: 1199px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  top: 50px;
}
@media screen and (max-width: 794px) {
  .p-map-museum__floor {
    top: 100px;
  }
}
.p-map-museum__section {
  position: absolute;
  z-index: 2;
  height: 25px;
  width: 26px;
  background: white;
  text-align: center;
  border-radius: 50%;
  border: 1px solid black;
  margin-bottom: 20px;
  display: none;
}
.p-map-museum__section .open-card-map {
  cursor: pointer;
  color: #000000;
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 24px;
}
.p-map-museum__section .open-card-map:before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 11px solid transparent;
  border-top: 15px solid #000000;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.p-map-museum__section .open-card-map:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 10px solid transparent;
  border-top: 14px solid #ffffff;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-map-museum__section {
    height: 17px;
    width: 16px;
  }
  .p-map-museum__section .open-card-map {
    font-size: 10px;
    line-height: 1.2;
  }
  .p-map-museum__section .open-card-map:before {
    border: 7px solid transparent;
    border-top: 10px solid #000000;
    bottom: 6px;
    left: 29%;
  }
  .p-map-museum__section .open-card-map:after {
    border: 6px solid transparent;
    border-top: 10px solid #ffffff;
    bottom: 8px;
    left: 29%;
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section {
    height: 12px;
    width: 12px;
  }
  .p-map-museum__section .open-card-map {
    height: 20px;
    width: 10px;
  }
  .p-map-museum__section .open-card-map:before {
    border: 4px solid transparent;
    border-top: 6px solid #000000;
    bottom: 1px;
    left: 5px;
  }
  .p-map-museum__section .open-card-map:after {
    border: 5px solid transparent;
    border-top: 6px solid #ffffff;
    bottom: 2px;
    left: 5px;
  }
}
.p-map-museum__section-1 {
  right: 40%;
  top: 18%;
  color: #AF0061;
}
.p-map-museum__section-1:hover {
  background-color: #AF0061;
  border: 1px solid #AF0061;
}
.p-map-museum__section-1:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-1:hover .open-card-map:before, .p-map-museum__section-1:hover .open-card-map:after {
  border-top: 15px solid #AF0061;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-1:hover .open-card-map:before, .p-map-museum__section-1:hover .open-card-map:after {
    border-top: 10px solid #AF0061;
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-1 {
    top: 21%;
  }
}
.p-map-museum__section-2 {
  right: 24%;
  top: 15%;
  color: #AF0061;
}
.p-map-museum__section-2:hover {
  background-color: #AF0061;
  border: 1px solid #AF0061;
}
.p-map-museum__section-2:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-2:hover .open-card-map:before, .p-map-museum__section-2:hover .open-card-map:after {
  border-top: 15px solid #AF0061;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-2:hover .open-card-map:before, .p-map-museum__section-2:hover .open-card-map:after {
    border-top: 10px solid #AF0061;
  }
}
@media screen and (max-width: 991px) {
  .p-map-museum__section-2 {
    top: 17%;
  }
  .p-map-museum__section-2 .p-map-museum__card-list {
    transform: translateX(-60%);
  }
  .p-map-museum__section-2 .p-map-museum__card-list .p-card-museum-map:before, .p-map-museum__section-2 .p-map-museum__card-list .p-card-museum-map:after {
    left: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-2 .p-map-museum__card-list {
    transform: translateX(0);
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-2 {
    top: 21%;
  }
}
.p-map-museum__section-3 {
  right: 23%;
  top: 24%;
  color: #18988B;
}
.p-map-museum__section-3:hover {
  background-color: #18988B;
  border: 1px solid #18988B;
}
.p-map-museum__section-3:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-3:hover .open-card-map:before, .p-map-museum__section-3:hover .open-card-map:after {
  border-top: 15px solid #18988B;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-3:hover .open-card-map:before, .p-map-museum__section-3:hover .open-card-map:after {
    border-top: 10px solid #18988B;
  }
}
@media screen and (max-width: 1199px) {
  .p-map-museum__section-3 .p-map-museum__card-list {
    transform: translateX(-53%);
  }
  .p-map-museum__section-3 .p-map-museum__card-list .p-card-museum-map:before, .p-map-museum__section-3 .p-map-museum__card-list .p-card-museum-map:after {
    left: 53%;
  }
}
@media screen and (max-width: 991px) {
  .p-map-museum__section-3 .p-map-museum__card-list {
    transform: translateX(-60%);
  }
  .p-map-museum__section-3 .p-map-museum__card-list .p-card-museum-map:before, .p-map-museum__section-3 .p-map-museum__card-list .p-card-museum-map:after {
    left: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-3 .p-map-museum__card-list {
    transform: translateX(0);
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-3 {
    top: 27%;
  }
}
.p-map-museum__section-4 {
  right: 20%;
  top: 31%;
  color: #18988B;
}
.p-map-museum__section-4:hover {
  background-color: #18988B;
  border: 1px solid #18988B;
}
.p-map-museum__section-4:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-4:hover .open-card-map:before, .p-map-museum__section-4:hover .open-card-map:after {
  border-top: 15px solid #18988B;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-4:hover .open-card-map:before, .p-map-museum__section-4:hover .open-card-map:after {
    border-top: 10px solid #18988B;
  }
}
@media screen and (max-width: 1599px) {
  .p-map-museum__section-4 .p-map-museum__card-list {
    transform: translateX(-83%);
  }
  .p-map-museum__section-4 .p-map-museum__card-list .p-card-museum-map:before, .p-map-museum__section-4 .p-map-museum__card-list .p-card-museum-map:after {
    left: 83%;
  }
}
@media screen and (max-width: 991px) {
  .p-map-museum__section-4 {
    top: 29%;
  }
  .p-map-museum__section-4 .p-map-museum__card-list {
    transform: translateX(-87%);
  }
  .p-map-museum__section-4 .p-map-museum__card-list .p-card-museum-map:before, .p-map-museum__section-4 .p-map-museum__card-list .p-card-museum-map:after {
    left: 87%;
  }
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-4 .p-map-museum__card-list {
    transform: translateX(0);
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-4 {
    top: 31%;
  }
}
.p-map-museum__section-5 {
  right: 11%;
  top: 30%;
  color: #18988B;
}
.p-map-museum__section-5:hover {
  background-color: #18988B;
  border: 1px solid #18988B;
}
.p-map-museum__section-5:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-5:hover .open-card-map:before, .p-map-museum__section-5:hover .open-card-map:after {
  border-top: 15px solid #18988B;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-5:hover .open-card-map:before, .p-map-museum__section-5:hover .open-card-map:after {
    border-top: 10px solid #18988B;
  }
}
@media screen and (max-width: 1599px) {
  .p-map-museum__section-5 .p-map-museum__card-list {
    transform: translateX(-83%);
  }
  .p-map-museum__section-5 .p-map-museum__card-list .p-card-museum-map:before, .p-map-museum__section-5 .p-map-museum__card-list .p-card-museum-map:after {
    left: 83%;
  }
}
@media screen and (max-width: 991px) {
  .p-map-museum__section-5 .p-map-museum__card-list {
    transform: translateX(-87%);
  }
  .p-map-museum__section-5 .p-map-museum__card-list .p-card-museum-map:before, .p-map-museum__section-5 .p-map-museum__card-list .p-card-museum-map:after {
    left: 87%;
  }
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-5 .p-map-museum__card-list {
    transform: translateX(0);
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-5 {
    top: 31%;
  }
}
.p-map-museum__section-6 {
  right: 35%;
  bottom: 38%;
  color: #18988B;
}
.p-map-museum__section-6:hover {
  background-color: #18988B;
  border: 1px solid #18988B;
}
.p-map-museum__section-6:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-6:hover .open-card-map:before, .p-map-museum__section-6:hover .open-card-map:after {
  border-top: 15px solid #18988B;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-6:hover .open-card-map:before, .p-map-museum__section-6:hover .open-card-map:after {
    border-top: 10px solid #18988B;
  }
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-6 {
    bottom: 41%;
  }
}
@media screen and (max-width: 794px) {
  .p-map-museum__section-6 {
    bottom: 45%;
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-6 {
    bottom: 46%;
  }
}
.p-map-museum__section-7 {
  left: 35%;
  top: 55%;
  color: #522D6D;
}
.p-map-museum__section-7:hover {
  background-color: #522D6D;
  border: 1px solid #522D6D;
}
.p-map-museum__section-7:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-7:hover .open-card-map:before, .p-map-museum__section-7:hover .open-card-map:after {
  border-top: 15px solid #522D6D;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-7:hover .open-card-map:before, .p-map-museum__section-7:hover .open-card-map:after {
    border-top: 10px solid #522D6D;
  }
}
@media screen and (max-width: 794px) {
  .p-map-museum__section-7 {
    top: 53%;
  }
}
@media screen and (max-width: 657px) {
  .p-map-museum__section-7 {
    top: 60%;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum__section-7 {
    top: 46%;
  }
}
.p-map-museum__section-8 {
  left: 40%;
  bottom: 31%;
  color: #522D6D;
}
.p-map-museum__section-8:hover {
  background-color: #522D6D;
  border: 1px solid #522D6D;
}
.p-map-museum__section-8:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-8:hover .open-card-map:before, .p-map-museum__section-8:hover .open-card-map:after {
  border-top: 15px solid #522D6D;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-8:hover .open-card-map:before, .p-map-museum__section-8:hover .open-card-map:after {
    border-top: 10px solid #522D6D;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum__section-8 {
    bottom: 44%;
  }
}
.p-map-museum__section-9 {
  left: 43%;
  bottom: 38%;
  color: #522D6D;
}
.p-map-museum__section-9:hover {
  background-color: #522D6D;
  border: 1px solid #522D6D;
}
.p-map-museum__section-9:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-9:hover .open-card-map:before, .p-map-museum__section-9:hover .open-card-map:after {
  border-top: 15px solid #522D6D;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-9:hover .open-card-map:before, .p-map-museum__section-9:hover .open-card-map:after {
    border-top: 10px solid #522D6D;
  }
}
@media screen and (max-width: 794px) {
  .p-map-museum__section-9 {
    bottom: 41%;
  }
}
@media screen and (max-width: 657px) {
  .p-map-museum__section-9 {
    bottom: 35%;
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-9 {
    bottom: 41%;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum__section-9 {
    bottom: 48%;
  }
}
.p-map-museum__section-10 {
  left: 46%;
  bottom: 31%;
  color: #522D6D;
}
.p-map-museum__section-10:hover {
  background-color: #522D6D;
  border: 1px solid #522D6D;
}
.p-map-museum__section-10:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-10:hover .open-card-map:before, .p-map-museum__section-10:hover .open-card-map:after {
  border-top: 15px solid #522D6D;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-10:hover .open-card-map:before, .p-map-museum__section-10:hover .open-card-map:after {
    border-top: 10px solid #522D6D;
  }
}
@media screen and (max-width: 794px) {
  .p-map-museum__section-10 {
    bottom: 38%;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum__section-10 {
    bottom: 40%;
  }
}
.p-map-museum__section-11 {
  left: 56%;
  bottom: 36%;
  color: #522D6D;
}
.p-map-museum__section-11:hover {
  background-color: #522D6D;
  border: 1px solid #522D6D;
}
.p-map-museum__section-11:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-11:hover .open-card-map:before, .p-map-museum__section-11:hover .open-card-map:after {
  border-top: 15px solid #522D6D;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-11:hover .open-card-map:before, .p-map-museum__section-11:hover .open-card-map:after {
    border-top: 10px solid #522D6D;
  }
}
@media screen and (max-width: 794px) {
  .p-map-museum__section-11 {
    bottom: 35%;
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-11 {
    bottom: 33%;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum__section-11 {
    bottom: 40%;
  }
}
.p-map-museum__section-12 {
  right: 34%;
  bottom: 24%;
  color: #522D6D;
}
.p-map-museum__section-12:hover {
  background-color: #522D6D;
  border: 1px solid #522D6D;
}
.p-map-museum__section-12:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-12:hover .open-card-map:before, .p-map-museum__section-12:hover .open-card-map:after {
  border-top: 15px solid #522D6D;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-12:hover .open-card-map:before, .p-map-museum__section-12:hover .open-card-map:after {
    border-top: 10px solid #522D6D;
  }
}
@media screen and (max-width: 794px) {
  .p-map-museum__section-12 {
    bottom: 32%;
  }
}
@media screen and (max-width: 657px) {
  .p-map-museum__section-12 {
    bottom: 28%;
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-12 {
    bottom: 26%;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum__section-12 {
    bottom: 42%;
  }
}
.p-map-museum__section-13 {
  right: 31%;
  top: 32%;
  color: #522D6D;
}
.p-map-museum__section-13:hover {
  background-color: #522D6D;
  border: 1px solid #522D6D;
}
.p-map-museum__section-13:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-13:hover .open-card-map:before, .p-map-museum__section-13:hover .open-card-map:after {
  border-top: 15px solid #522D6D;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-13:hover .open-card-map:before, .p-map-museum__section-13:hover .open-card-map:after {
    border-top: 10px solid #522D6D;
  }
}
@media screen and (max-width: 657px) {
  .p-map-museum__section-13 {
    top: 38%;
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-13 {
    top: 42%;
  }
}
.p-map-museum__section-14 {
  right: 38%;
  top: 45%;
  color: #18988B;
}
.p-map-museum__section-14:hover {
  background-color: #18988B;
  border: 1px solid #18988B;
}
.p-map-museum__section-14:hover .open-card-map {
  color: #ffffff;
}
.p-map-museum__section-14:hover .open-card-map:before, .p-map-museum__section-14:hover .open-card-map:after {
  border-top: 15px solid #18988B;
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-14:hover .open-card-map:before, .p-map-museum__section-14:hover .open-card-map:after {
    border-top: 10px solid #18988B;
  }
}
@media screen and (max-width: 991px) {
  .p-map-museum__section-14 {
    right: 39%;
    top: 43%;
  }
}
@media screen and (max-width: 794px) {
  .p-map-museum__section-14 {
    top: 39%;
  }
}
@media screen and (max-width: 767px) {
  .p-map-museum__section-14 {
    top: 41%;
  }
}
@media screen and (max-width: 575px) {
  .p-map-museum__section-14 {
    top: 41%;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum__section-14 {
    top: 38%;
  }
}
.p-map-museum__card-list {
  bottom: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-map-museum__card-list {
    position: fixed;
    left: 0;
    transform: translateX(0);
    top: 10px;
    z-index: 10;
  }
}
@media screen and (max-width: 657px) {
  .p-map-museum .lower_level_block .p-map-museum__floor {
    top: 95px;
  }
  .p-map-museum .lower_level_block .p-map-museum__floor .p-map-museum__card-list {
    top: -15px;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum .lower_level_block .p-map-museum__floor {
    top: 140px;
  }
  .p-map-museum .lower_level_block .p-map-museum__floor .p-map-museum__card-list {
    top: -55px;
  }
}
@media screen and (max-width: 767px) {
  .p-map-museum .first_floor_block .p-map-museum__floor {
    top: 100px;
  }
  .p-map-museum .first_floor_block .p-map-museum__floor .p-map-museum__card-list {
    top: 25px;
  }
}
@media screen and (max-width: 657px) {
  .p-map-museum .first_floor_block .p-map-museum__floor {
    top: 70px;
  }
  .p-map-museum .first_floor_block .p-map-museum__floor .p-map-museum__card-list {
    top: 10px;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum .first_floor_block .p-map-museum__floor {
    top: 140px;
  }
  .p-map-museum .first_floor_block .p-map-museum__floor .p-map-museum__card-list {
    top: -55px;
  }
}
@media screen and (max-width: 657px) {
  .p-map-museum .second_floor_block .p-map-museum__floor {
    top: 105px;
  }
  .p-map-museum .second_floor_block .p-map-museum__floor .p-map-museum__card-list {
    top: -25px;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum .second_floor_block .p-map-museum__floor {
    top: 138px;
  }
  .p-map-museum .second_floor_block .p-map-museum__floor .p-map-museum__card-list {
    top: -55px;
  }
}
@media screen and (max-width: 657px) {
  .p-map-museum .third_floor_block .p-map-museum__floor {
    top: 115px;
  }
  .p-map-museum .third_floor_block .p-map-museum__floor .p-map-museum__card-list {
    top: -35px;
  }
}
@media screen and (max-width: 469px) {
  .p-map-museum .third_floor_block .p-map-museum__floor {
    top: 145px;
  }
  .p-map-museum .third_floor_block .p-map-museum__floor .p-map-museum__card-list {
    top: -60px;
  }
}
.p-map-museum .show-m-card {
  z-index: 3;
}
.p-map-museum .show-m-card .open-card-map {
  color: #ffffff;
  overflow: visible;
}
.p-map-museum .show-m-card .open-card-map:before {
  border: 11px solid transparent;
  bottom: 30px;
}
.p-map-museum .show-m-card .open-card-map:after {
  border: 11px solid transparent;
  bottom: 30px;
}
.p-map-museum .show-m-card .p-card-museum-map {
  display: block;
}
.p-map-museum .show-m-card.p-map-museum__section-1, .p-map-museum .show-m-card.p-map-museum__section-2 {
  background: #AF0061;
  border: 1px solid #AF0061;
}
.p-map-museum .show-m-card.p-map-museum__section-1 .open-card-map:before, .p-map-museum .show-m-card.p-map-museum__section-2 .open-card-map:before {
  border-bottom: 11px solid #AF0061;
}
.p-map-museum .show-m-card.p-map-museum__section-1 .open-card-map:after, .p-map-museum .show-m-card.p-map-museum__section-2 .open-card-map:after {
  border-bottom: 10px solid #AF0061;
}
.p-map-museum .show-m-card.p-map-museum__section-3, .p-map-museum .show-m-card.p-map-museum__section-4, .p-map-museum .show-m-card.p-map-museum__section-5, .p-map-museum .show-m-card.p-map-museum__section-6 {
  background: #18988B;
  border: 1px solid #18988B;
}
.p-map-museum .show-m-card.p-map-museum__section-3 .open-card-map:before, .p-map-museum .show-m-card.p-map-museum__section-4 .open-card-map:before, .p-map-museum .show-m-card.p-map-museum__section-5 .open-card-map:before, .p-map-museum .show-m-card.p-map-museum__section-6 .open-card-map:before {
  border-bottom: 11px solid #18988B;
}
.p-map-museum .show-m-card.p-map-museum__section-3 .open-card-map:after, .p-map-museum .show-m-card.p-map-museum__section-4 .open-card-map:after, .p-map-museum .show-m-card.p-map-museum__section-5 .open-card-map:after, .p-map-museum .show-m-card.p-map-museum__section-6 .open-card-map:after {
  border-bottom: 10px solid #18988B;
}
.p-map-museum .show-m-card.p-map-museum__section-7,
.p-map-museum .show-m-card.p-map-museum__section-8,
.p-map-museum .show-m-card.p-map-museum__section-9,
.p-map-museum .show-m-card.p-map-museum__section-10,
.p-map-museum .show-m-card.p-map-museum__section-11,
.p-map-museum .show-m-card.p-map-museum__section-12,
.p-map-museum .show-m-card.p-map-museum__section-13 {
  background: #522D6D;
  border: 1px solid #522D6D;
}
.p-map-museum .show-m-card.p-map-museum__section-7 .open-card-map:before,
.p-map-museum .show-m-card.p-map-museum__section-8 .open-card-map:before,
.p-map-museum .show-m-card.p-map-museum__section-9 .open-card-map:before,
.p-map-museum .show-m-card.p-map-museum__section-10 .open-card-map:before,
.p-map-museum .show-m-card.p-map-museum__section-11 .open-card-map:before,
.p-map-museum .show-m-card.p-map-museum__section-12 .open-card-map:before,
.p-map-museum .show-m-card.p-map-museum__section-13 .open-card-map:before {
  border-bottom: 11px solid #522D6D;
}
.p-map-museum .show-m-card.p-map-museum__section-7 .open-card-map:after,
.p-map-museum .show-m-card.p-map-museum__section-8 .open-card-map:after,
.p-map-museum .show-m-card.p-map-museum__section-9 .open-card-map:after,
.p-map-museum .show-m-card.p-map-museum__section-10 .open-card-map:after,
.p-map-museum .show-m-card.p-map-museum__section-11 .open-card-map:after,
.p-map-museum .show-m-card.p-map-museum__section-12 .open-card-map:after,
.p-map-museum .show-m-card.p-map-museum__section-13 .open-card-map:after {
  border-bottom: 10px solid #522D6D;
}
.p-map-museum .show-m-card.p-map-museum__section-14 {
  background: #18988B;
  border: 1px solid #18988B;
}
.p-map-museum .show-m-card.p-map-museum__section-14 .open-card-map:before {
  border-bottom: 11px solid #18988B;
}
.p-map-museum .show-m-card.p-map-museum__section-14 .open-card-map:after {
  border-bottom: 10px solid #18988B;
}

.p-card-simple__title {
  margin-bottom: 16px;
  font-size: 20px;
  letter-spacing: 2px;
}
.p-card-simple__title:after {
  display: block;
  width: 130px;
  height: 2px;
  margin-top: 21px;
  background-color: #000000;
  content: "";
}
@media screen and (max-width: 1199px) {
  .p-card-simple__title:after {
    margin-top: 15px;
  }
}
.p-card-simple__desc {
  display: inline;
  margin-right: 5px;
}
.p-card-simple__link {
  line-height: 1.8;
}

.p-card-quote {
  display: flex;
  background-color: #ffffff;
}
.p-card-quote__image {
  flex: 7 1 0%;
  padding-bottom: 54%;
}
@media screen and (max-width: 1599px) {
  .p-card-quote__image {
    flex-grow: 4;
    padding-bottom: 40%;
  }
}
.p-card-quote__content {
  position: relative;
  flex: 5 1 0%;
  padding: 25px 30px;
}
@media screen and (max-width: 1599px) {
  .p-card-quote__content {
    flex-grow: 5;
  }
}
.p-card-quote__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
.p-card-quote__symbol {
  margin-bottom: -12px;
}
.p-card-quote__symbol:before {
  font-family: "pulpo", sans-serif;
  font-size: 60px;
  line-height: 0.45;
  color: #18988b;
  content: "“";
}
.p-card-quote__quote {
  margin: 0;
  font-family: "pulpo", sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.69;
}
.p-card-quote__note {
  margin: 22px 0 0;
  color: #18988B;
  font-family: "pulpo", sans-serif;
  font-size: 16px;
  line-height: 1.69;
}
.p-card-quote__note:before {
  display: block;
  width: 100%;
  max-width: 150px;
  height: 1px;
  margin-bottom: 26px;
  background-color: #cccccc;
  content: "";
}
.p-card-quote__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #cccccc;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.p-card-quote__close:hover, .p-card-quote__close:focus {
  background-color: transparent;
  color: #999999;
}
.p-card-quote__close-icon {
  line-height: 40px;
}

.p-card-info__main {
  display: flex;
}
.p-card-info__image {
  margin-right: 20px;
  flex-basis: 197px;
  height: 127px;
}
.p-card-info__content {
  margin-top: -9px;
}
.p-card-info__title {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 5.2px;
  text-transform: uppercase;
}
.p-card-info__desc {
  margin: 2px 0 0;
  color: #ffffff;
  font-family: "pulpo", sans-serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 3.2px;
}
.p-card-info__buttons {
  margin-top: 35px;
}
.p-card-info__info-text-wrap {
  margin-top: 30px;
}
.p-card-info__info-text {
  color: #ffffff;
  font-family: "pulpo", sans-serif;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 3.6px;
}

.p-card-image__img {
  position: relative;
  margin-bottom: 33px;
  padding-bottom: 49%;
}
@media screen and (max-width: 1199px) {
  .p-card-image__img {
    margin-bottom: 25px;
  }
}
.p-card-image__img-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-card-image__title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 2.6px;
}
.p-card-image__title:after {
  display: block;
  width: 130px;
  height: 2px;
  margin-top: 25px;
  background-color: #000000;
  content: "";
}
@media screen and (max-width: 1199px) {
  .p-card-image__title:after {
    margin-top: 20px;
  }
}
.p-card-image__desc {
  display: inline;
  margin-right: 10px;
}
.p-card-image__link {
  line-height: 1.8;
}

.p-cards-logo {
  margin-top: 30px;
}

.p-cards-logo__item {
  height: 100%;
}

.p-card-logo {
  height: 100%;
  background-color: #ffffff;
  padding: 20px 10px;
}
.p-card-logo__img {
  padding-bottom: 0;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-card-logo__img img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.p-card-logo__img-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-card-logo__title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 2.6px;
  text-align: center;
}
.p-card-logo__title:after {
  display: block;
  width: 130px;
  height: 2px;
  margin: 10px auto 0;
  background-color: #000000;
  content: "";
}
@media screen and (max-width: 1199px) {
  .p-card-logo__title:after {
    margin-top: 20px;
  }
}
.p-card-logo__desc {
  display: inline;
  margin-right: 10px;
}
.p-card-logo__link {
  line-height: 1.8;
}

.p-card-profile {
  background-color: #ffffff;
}
.p-card-profile__img {
  padding-bottom: 82%;
}
.p-card-profile__main {
  padding: 27px 40px 42px 44px;
}
@media screen and (max-width: 1199px) {
  .p-card-profile__main {
    padding: 25px 30px 40px;
  }
}
@media screen and (max-width: 575px) {
  .p-card-profile__main {
    padding: 25px 15px 40px;
  }
}
.p-card-profile__title {
  margin-bottom: 27px;
}
.p-card-profile__title:after {
  margin-top: 20px;
}
.p-card-profile__subtitle {
  min-height: 54px;
  margin-bottom: 10px;
}
.p-card-profile__content {
  margin-top: 10px;
}

.p-card-program__image {
  position: relative;
  padding-bottom: 44%;
}
.p-card-program__image-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-card-program__main {
  padding-top: 41px;
}
@media screen and (max-width: 767px) {
  .p-card-program__main {
    padding-top: 17px;
  }
}
.p-card-program__title {
  color: #18988B;
}
@media screen and (max-width: 767px) {
  .p-card-program__title {
    margin-bottom: 17px;
  }
}
.p-card-program__content {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .p-card-program__content {
    margin-top: 22px;
    margin-bottom: 24px;
  }
}
.p-card-program__link-wrap {
  padding: 4px 0;
  border-top: 1px solid #999999;
}

.p-card-modern {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
}
.p-card-modern__image {
  padding-bottom: 56.25%;
}
.p-card-modern__img-wrap {
  position: relative;
}
.p-card-modern__img-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-card-modern__main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 18px 32px 35px;
}
@media screen and (max-width: 767px) {
  .p-card-modern__main {
    padding: 18px 15px 30px;
  }
}
.p-card-modern__title {
  margin-bottom: 0;
}
.p-card-modern__desc-wrap {
  flex-grow: 1;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .p-card-modern__desc-wrap {
    margin-top: 20px;
  }
}
.p-card-modern__desc {
  display: inline;
}
.p-card-modern__link {
  display: inline-block;
  margin-left: 5px;
}
.p-card-modern__button-wrap {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-card-modern__button-wrap {
    margin-top: 22px;
  }
}

.p-card-host-an-event {
  display: flex;
  flex-wrap: wrap;
}
.p-card-host-an-event__image {
  flex: 0 1 48%;
  -ms-flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-card-host-an-event__image {
    flex: 0 1 100%;
  }
}
.p-card-host-an-event__image-single-bg {
  padding-bottom: 60%;
}
.p-card-host-an-event__content {
  flex: 0 1 46%;
  -ms-flex: 1;
  padding: 0 0 0 130px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .p-card-host-an-event__content {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .p-card-host-an-event__content {
    flex: 0 1 100%;
    padding: 27px 22px;
  }
}
.p-card-host-an-event__content-title {
  font-size: 26px;
  letter-spacing: 2.6px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .p-card-host-an-event__content-title {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 575px) {
  .p-card-host-an-event__content-button {
    width: 100%;
  }
}
.p-card-host-an-event__content-active-line {
  display: block;
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
  height: 1px;
}
.p-card-host-an-event__content-active-line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 100vw;
  height: 1px;
  background-color: #18988B;
  transform: translateX(25%);
}
@media screen and (max-width: 1199px) {
  .p-card-host-an-event__content-active-line::after {
    right: 0;
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 991px) {
  .p-card-host-an-event__content-active-line::after {
    right: auto;
    width: 50%;
  }
}
.p-card-host-an-event__content-specs-title {
  font-size: 14px;
  line-height: 1.57;
  color: #18988B;
  margin: 0;
}
.p-card-host-an-event__content-specs-list {
  font-size: 14px;
  line-height: 1.57;
  color: #000000;
}
.p-card-host-an-event__content-spec-link {
  font-weight: 600;
  text-transform: none;
}
.p-card-host-an-event--reversed {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .p-card-host-an-event--reversed {
    flex-direction: row;
  }
}
.p-card-host-an-event--reversed .p-card-host-an-event__content {
  padding: 0 130px 0 0;
}
@media screen and (max-width: 1199px) {
  .p-card-host-an-event--reversed .p-card-host-an-event__content {
    padding: 0 50px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .p-card-host-an-event--reversed .p-card-host-an-event__content {
    padding: 27px 22px;
  }
}
.p-card-host-an-event--reversed .p-card-host-an-event__content-active-line::after {
  left: 50%;
  transform: translateX(-25%);
}
@media screen and (max-width: 1199px) {
  .p-card-host-an-event--reversed .p-card-host-an-event__content-active-line::after {
    right: 0;
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 991px) {
  .p-card-host-an-event--reversed .p-card-host-an-event__content-active-line::after {
    width: 50%;
    transform: translateX(0);
  }
}

.p-card-announcement-event {
  display: flex;
  flex-wrap: wrap;
}
.p-card-announcement-event__image {
  flex: 0 1 49%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-card-announcement-event__image {
    flex: 0 1 100%;
  }
}
.p-card-announcement-event__image-single-bg {
  padding-bottom: 60%;
}
.p-card-announcement-event__content {
  flex: 0 1 39%;
  padding: 60px 0 0 130px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .p-card-announcement-event__content {
    flex: 0 1 45%;
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .p-card-announcement-event__content {
    flex: 0 1 100%;
    padding: 27px 22px;
  }
}
.p-card-announcement-event--no-image {
  padding: 0 0 0 130px;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .p-card-announcement-event--no-image {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .p-card-announcement-event--no-image {
    padding: 27px 22px;
  }
}
.p-card-announcement-event__content-title {
  font-size: 26px;
  letter-spacing: 2.6px;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-card-announcement-event__content-title {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.p-card-announcement-event__content-subtitle {
  color: #999999;
  font-family: "pulpo", sans-serif;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 991px) {
  .p-card-announcement-event__content-subtitle {
    font-size: 13px;
    line-height: 2.08;
    letter-spacing: 1.4px;
  }
}
.p-card-announcement-event__content-description {
  margin-top: 5px;
  margin-bottom: 0;
}
.p-card-announcement-event__content-link {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .p-card-announcement-event__content-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .p-card-announcement-event__content-button {
    margin: 0 auto;
    display: table;
  }
}
.p-card-announcement-event--reversed {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .p-card-announcement-event--reversed {
    flex-direction: row;
  }
}
.p-card-announcement-event--reversed .p-card-announcement-event__content {
  padding: 60px 130px 0 0;
}
@media screen and (max-width: 1199px) {
  .p-card-announcement-event--reversed .p-card-announcement-event__content {
    padding: 0 50px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .p-card-announcement-event--reversed .p-card-announcement-event__content {
    padding: 27px 22px;
  }
}
.p-card-announcement-event--reversed .p-card-announcement-event--no-image {
  padding: 0 0 0 130px;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .p-card-announcement-event--reversed .p-card-announcement-event--no-image {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .p-card-announcement-event--reversed .p-card-announcement-event--no-image {
    padding: 27px 22px;
  }
}

.p-card-event-high {
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 0 20px;
  position: relative;
  display: block;
  display: -moz-flex;
  display: -webkit-flex;
  flex-direction: column;
}
.p-card-event-high__image {
  padding-bottom: 80%;
  position: relative;
}
.p-card-event-high__img-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-card-event-high__message {
  position: absolute;
  right: 45px;
  left: 45px;
  bottom: 0;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background-color: #18988B;
  padding: 10px 0;
}
.p-card-event-high__content {
  flex: 0 1 100%;
  box-sizing: border-box;
  padding: 20px 45px 40px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .p-card-event-high__content {
    padding: 20px;
  }
}
.p-card-event-high__subtitle {
  font-style: italic;
  color: #18988B;
  margin: 0;
}
.p-card-event-high__content-title {
  font-size: 26px;
  letter-spacing: 2.6px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-card-event-high__content-title {
    min-height: 85px;
  }
}
.p-card-event-high__content-title::after {
  display: block;
  width: 130px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000000;
  content: "";
}
.p-card-event-high__content-date {
  font-family: "pulpo", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.93;
  letter-spacing: 1.4px;
  color: #999999;
  margin: 30px 0 0 0;
}
.p-card-event-high__content-location {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #9b9b9b;
  margin-bottom: 0;
}
.p-card-event-high__content-description {
  margin: 5px 0 0 0;
}
.p-card-event-high__content-link {
  margin-top: 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-card-event-high__content {
    height: 55%;
  }
}
.p-card-recent-event {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .p-card-recent-event {
    margin-bottom: 50px;
  }
}
.p-card-recent-event:last-child {
  margin-bottom: 20px;
}
.p-card-recent-event__image {
  padding-top: 40%;
}
@media screen and (max-width: 767px) {
  .p-card-recent-event__image {
    padding-top: 55%;
  }
}
.p-card-recent-event--small-image {
  padding-top: 23%;
}
.p-card-recent-event__container {
  max-width: 915px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-card-recent-event__container {
    max-width: calc(100% - 40px);
  }
}
.p-card-recent-event__category {
  padding: 14px 85px 20px;
  font-size: 40px;
  letter-spacing: 2px;
  color: #ffffff;
  display: inline-block;
  background-color: #18988B;
}
@media screen and (max-width: 767px) {
  .p-card-recent-event__category {
    padding: 8px 30px 8px 14px;
    font-size: 25px;
  }
}
.p-card-recent-event__content {
  padding: 28px 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-card-recent-event__content {
    padding: 40px 15px;
  }
}
.p-card-recent-event__date {
  font-size: 14px;
  font-family: "pulpo", sans-serif;
  font-weight: 300;
  line-height: 1.93;
  letter-spacing: 1.4px;
  color: #999999;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-card-recent-event__date {
    font-size: 13px;
  }
}
.p-card-recent-event__title {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 2.6px;
  color: #18988B;
  margin-top: 22px;
  padding-top: 27px;
  margin-bottom: 0;
  position: relative;
}
.p-card-recent-event__title::after {
  display: block;
  width: 130px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #18988B;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-card-recent-event__title {
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-top: 18px;
  }
}
.p-card-recent-event__description {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-card-recent-event__description {
    font-size: 14px;
  }
}
.p-card-recent-event__link {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-card-recent-event__link {
    text-align: center;
  }
}

.p-card-image-text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .p-card-image-text {
    align-items: flex-start;
  }
}
.p-card-image-text__image-wrapper {
  flex: 0 1 48%;
  -ms-flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-card-image-text__image-wrapper {
    flex: 0 1 100%;
  }
}
.p-card-image-text__image {
  padding-bottom: 60%;
}
.p-card-image-text__content {
  flex: 0 1 46%;
  -ms-flex: 1;
  padding: 0 50px 0 130px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .p-card-image-text__content {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .p-card-image-text__content {
    flex: 0 1 100%;
    padding: 27px 22px;
  }
}
.p-card-image-text__title {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
  color: #18988B;
}
.p-card-image-text__title::before {
  display: inline-block;
  margin-right: 4px;
  padding-bottom: 6px;
  line-height: 1;
  vertical-align: middle;
  content: "«";
}
.p-card-image-text__description {
  margin-top: 0;
  min-height: 180px;
  max-width: 420px;
}
@media screen and (max-width: 1199px) {
  .p-card-image-text__description {
    min-height: 100px;
  }
}
.p-card-image-text__line {
  display: block;
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
  height: 1px;
}
.p-card-image-text__line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 100vw;
  height: 1px;
  background-color: #18988B;
  transform: translateX(25%);
}
@media screen and (max-width: 1199px) {
  .p-card-image-text__line::after {
    right: 0;
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 991px) {
  .p-card-image-text__line::after {
    right: auto;
    width: 50%;
  }
}
.p-card-image-text__bottom-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #000000;
}
.p-card-image-text--reversed {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .p-card-image-text--reversed {
    flex-direction: row;
  }
}
.p-card-image-text--reversed .p-card-image-text__content {
  padding: 0 50px 0 110px;
}
@media screen and (max-width: 1199px) {
  .p-card-image-text--reversed .p-card-image-text__content {
    padding: 0 50px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .p-card-image-text--reversed .p-card-image-text__content {
    padding: 27px 22px;
  }
}
.p-card-image-text--reversed .p-card-image-text__title {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
  color: #18988B;
}
.p-card-image-text--reversed .p-card-image-text__title::before {
  content: "";
}
.p-card-image-text--reversed .p-card-image-text__title::after {
  display: inline-block;
  margin-left: 4px;
  padding-bottom: 6px;
  line-height: 1;
  vertical-align: middle;
  content: "»";
}
.p-card-image-text--reversed .p-card-image-text__line::after {
  left: 50%;
  transform: translateX(-25%);
}
@media screen and (max-width: 1199px) {
  .p-card-image-text--reversed .p-card-image-text__line::after {
    right: 0;
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 991px) {
  .p-card-image-text--reversed .p-card-image-text__line::after {
    width: 50%;
    transform: translateX(0);
  }
}

.p-cart-art-archive {
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .p-cart-art-archive {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-cart-art-archive {
    padding-bottom: 15px;
  }
}
.p-cart-art-archive__image {
  position: relative;
  padding-bottom: 44%;
}
.p-cart-art-archive__image-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-cart-art-archive__main {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .p-cart-art-archive__main {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-cart-art-archive__main {
    padding-top: 17px;
  }
}
.p-cart-art-archive__content-date {
  flex: 1 0 15%;
  margin: 0;
}
.p-cart-art-archive__content-category {
  flex: 1 0 85%;
  margin: 0;
}
.p-cart-art-archive__title {
  color: #18988B;
  flex: 1 0 85%;
  max-width: 85%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-cart-art-archive__title {
    margin-bottom: 17px;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.p-cart-art-archive__open-days {
  flex: 1 0 85%;
  max-width: 85%;
  margin: 15px 0 10px auto;
}
@media screen and (max-width: 767px) {
  .p-cart-art-archive__open-days {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.p-cart-art-archive__content {
  margin-bottom: 20px;
  flex: 1 0 85%;
  max-width: 85%;
  margin-left: auto;
}
.p-cart-art-archive__content p {
  display: inline;
}
@media screen and (min-width: 1200px) {
  .p-cart-art-archive__content {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-cart-art-archive__content {
    margin-bottom: 17px;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.p-cart-art-archive__read-more {
  margin-left: 5px;
  color: #18988B;
  cursor: pointer;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 15px;
  text-decoration: underline !important;
}
.p-cart-art-archive__read-more:after {
  display: inline-block;
  margin-left: 4px;
  padding-bottom: 6px;
  line-height: 1;
  vertical-align: middle;
  content: "»";
}

.p-exhibition-detail {
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 0 20px;
  position: relative;
  display: block;
  display: -moz-flex;
  display: -webkit-flex;
  flex-direction: column;
}
.p-exhibition-detail__image {
  padding-bottom: 80%;
}
.p-exhibition-detail__content {
  flex: 0 1 100%;
  box-sizing: border-box;
  padding: 20px 45px 40px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .p-exhibition-detail__content {
    padding: 20px;
  }
}
.p-exhibition-detail__content-title {
  font-size: 26px;
  letter-spacing: 2.6px;
  color: #000000;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-exhibition-detail__content-title {
    min-height: 85px;
    display: flex;
    align-items: flex-end;
  }
}
.p-exhibition-detail__content-title::after {
  display: block;
  width: 130px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000000;
  content: "";
}
.p-exhibition-detail__content-date {
  font-family: "pulpo", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.93;
  letter-spacing: 1.4px;
  color: #999999;
  margin: 30px 0 0 0;
}
.p-exhibition-detail__content-description {
  margin: 5px 0 0 0;
}
.p-exhibition-detail__content-link {
  margin-top: 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-exhibition-detail__content {
    height: 55%;
  }
}
.p-card-tickets-packages {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.p-card-tickets-packages__image {
  padding-bottom: 60%;
}
.p-card-tickets-packages__content {
  padding: 40px 42px;
}
@media screen and (max-width: 767px) {
  .p-card-tickets-packages__content {
    padding: 30px 25px;
  }
}
.p-card-tickets-packages__title {
  font-size: 26px;
  letter-spacing: 2.6px;
  color: #000000;
  position: relative;
}
.p-card-tickets-packages__title::after {
  display: block;
  width: 130px;
  height: 2px;
  margin-top: 25px;
  background-color: #000000;
  content: "";
}
.p-card-tickets-packages__desc {
  max-height: 75px;
  min-height: 75px;
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
  transition: 0.5s;
  transition-delay: 0s;
}
.p-card-tickets-packages__desc::after {
  position: absolute;
  opacity: 1;
  visibility: visible;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.5s;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.86));
}
.p-card-tickets-packages__desc-more {
  display: block;
  font-family: "pulpo", sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  line-height: 2.08;
  letter-spacing: 1.4px;
  color: #18988B;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.p-card-tickets-packages__desc-more::after {
  font-family: "Ionicons";
  font-size: 13px;
  content: "";
  font-style: normal;
  margin: 5px 0 0 5px;
  transition: 0.5s;
}
.p-card-tickets-packages__cat-price {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: solid 1px rgba(155, 155, 155, 0.4);
  border-bottom: solid 1px rgba(155, 155, 155, 0.4);
}
.p-card-tickets-packages__cat {
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.13;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
}
.p-card-tickets-packages__price {
  font-family: "pulpo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.13;
  color: #18988B;
}
.p-card-tickets-packages__link {
  margin-top: 20px;
}

.full_ticket_description {
  max-height: 200px;
  transition-delay: 0.1s;
}
.full_ticket_description::after {
  opacity: 0;
  visibility: hidden;
}

.close_full_desc::after {
  content: "";
}

.p-card-free-to-see--bg-light {
  background-color: #fafafa;
}
.p-card-free-to-see__top-content {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-card-free-to-see__top-content {
    padding: 0 5px;
  }
}
.p-card-free-to-see__image {
  width: calc(100% - 40px);
  margin-left: 20px;
  padding-bottom: 41%;
}
@media screen and (max-width: 767px) {
  .p-card-free-to-see__image {
    width: calc(100% - 10px);
    margin-left: 5px;
  }
}
.p-card-free-to-see__main {
  padding: 50px 0 0;
}
.p-card-free-to-see__title {
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2.6px;
  color: #18988B;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-card-free-to-see__title {
    font-size: 24px;
  }
}
.p-card-free-to-see__subtitle {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  font-style: italic;
  letter-spacing: 1.4px;
  color: #999999;
  margin-top: 0;
  margin-bottom: 25px;
}
.p-card-free-to-see__desc {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #000000;
  margin-top: 0;
  margin-bottom: 30px;
}
.p-card-free-to-see__desc p {
  margin: 0;
}
.p-card-free-to-see__buttons-desc {
  padding: 30px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-card-free-to-see__buttons-desc {
    padding: 30px 10px;
  }
}
.p-card-free-to-see__buttons-desc.bg-light {
  margin-bottom: 20px;
}
.p-card-free-to-see__buttons-desc:last-child {
  margin-bottom: 0;
}
.p-card-free-to-see__buttons-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-card-free-to-see__buttons-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-card-free-to-see__buttons-wrap:last-child {
  margin-bottom: 0;
}
.p-card-free-to-see__button {
  min-width: 160px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .p-card-free-to-see__button {
    margin: 20px 0 0;
    order: 2;
  }
}
.p-card-free-to-see__button-desc {
  margin: 0;
}
.p-card-free-to-see__link-wrap {
  margin: 0 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #999999;
}
.p-card-free-to-see__link {
  font-size: 14px;
  color: #00bd9d;
}
.p-card-free-to-see__link::after {
  transform: rotate(-90deg);
}

.p-card-membership {
  padding: 35px 45px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .p-card-membership {
    padding: 35px 10px;
  }
}
.p-card-membership__subtitle {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.59;
  letter-spacing: 2px;
  color: #999999;
  margin: 0;
}
.p-card-membership__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 25px;
  border-bottom: 1px solid #000000;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .p-card-membership__header {
    flex-wrap: wrap;
  }
}
.p-card-membership__title {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2.6px;
  color: #000000;
  margin: 0;
}
.p-card-membership__price {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.8;
  color: #18988B;
}
.p-card-membership__img {
  max-width: 200px;
  margin: 0 auto;
}
.p-card-membership__desc {
  margin: 0 0 10px;
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
.p-card-membership__desc span, .p-card-membership__desc span * {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
.p-card-membership__desc ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 40px;
}
.p-card-membership__quantity-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  padding: 14px 0;
  margin-bottom: 20px;
}
.p-card-membership__q-title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #999999;
  margin: 0;
}
.p-card-membership__quantity-input-wrap {
  display: table;
  position: relative;
}
.p-card-membership__quantity-input-wrap::before, .p-card-membership__quantity-input-wrap::after {
  position: absolute;
  content: "▾";
  z-index: 1;
  right: 10px;
  padding: 3px 5px;
  line-height: 10px;
  color: #cccccc;
}
.p-card-membership__quantity-input-wrap::before {
  top: 2px;
  transform: rotate(180deg);
}
.p-card-membership__quantity-input-wrap::after {
  bottom: 2px;
}
.p-card-membership__quantity-input {
  width: 134px;
  height: 26px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  padding: 0 12px;
}
.p-card-membership__btn {
  min-width: 170px;
}
.p-card-membership--gift .p-card-membership__header {
  flex-direction: column;
  align-items: flex-end;
}
.p-card-membership--gift .p-card-membership__price {
  font-size: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
  z-index: 100;
}

.p-card-info-modern {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 991px) {
  .p-card-info-modern {
    margin-bottom: 20px;
  }
}
.p-card-info-modern--reversed {
  flex-direction: row-reverse;
}
.p-card-info-modern--reversed .p-card-info-modern__content {
  padding: 0 130px 0 0;
}
@media screen and (max-width: 1199px) {
  .p-card-info-modern--reversed .p-card-info-modern__content {
    padding: 0 60px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .p-card-info-modern--reversed .p-card-info-modern__content {
    padding: 30px 20px;
  }
}
.p-card-info-modern__image {
  flex: 0 1 49%;
  -ms-flex: 1;
  padding-bottom: 30%;
}
@media screen and (max-width: 991px) {
  .p-card-info-modern__image {
    flex: 0 1 100%;
    padding-bottom: 50%;
  }
}
.p-card-info-modern__content {
  flex: 0 1 40%;
  -ms-flex: 1;
  padding: 0 0 0 130px;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .p-card-info-modern__content {
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .p-card-info-modern__content {
    padding: 30px 20px;
    flex: 0 1 100%;
  }
}
.p-card-info-modern__title {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2.6px;
  color: #000000;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.p-card-info-modern__desc {
  margin: 0 0 45px;
}
@media screen and (max-width: 991px) {
  .p-card-info-modern__desc {
    margin: 0 0 25px;
  }
}

.p-card-visit-program__image {
  position: relative;
  padding-bottom: 44%;
}
.p-card-visit-program__image-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-card-visit-program__main {
  padding-top: 41px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-card-visit-program__main {
    padding-top: 17px;
  }
}
.p-card-visit-program__title {
  color: #18988B;
}
@media screen and (max-width: 767px) {
  .p-card-visit-program__title {
    margin-bottom: 17px;
  }
}
.p-card-visit-program__content {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .p-card-visit-program__content {
    margin-top: 22px;
    margin-bottom: 24px;
  }
}
.p-card-visit-program__content blockquote p em {
  font-size: 16px;
  line-height: 2;
  color: #18988B;
  font-family: "trade-gothic-next-compressed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.p-card-visit-program__link-top {
  padding: 5px 0;
  margin-top: 30px;
  border-top: 1px solid #999999;
}
.p-card-visit-program__link-wrap {
  padding: 0;
}
.p-card-visit-program__link-wrap a {
  font-size: 16px;
  line-height: 1.5;
}

.p-card-dining__image {
  position: relative;
  padding-bottom: 44%;
}
.p-card-dining__image-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-card-dining__main {
  padding-top: 41px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-card-dining__main {
    padding-top: 17px;
  }
}
.p-card-dining__title {
  color: #18988B;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-card-dining__title {
    margin-bottom: 17px;
  }
}
.p-card-dining__content {
  margin-bottom: 20px;
}
.p-card-dining__content p {
  margin: 0 0 25px;
}
.p-card-dining__content h2 {
  display: inline-block;
  margin: 45px 0 20px;
  border-bottom: 1px solid #18988B;
}
.p-card-dining__content h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media screen and (min-width: 1200px) {
  .p-card-dining__content {
    margin-top: 22px;
    margin-bottom: 24px;
  }
}
.p-card-dining__buttons-block {
  margin: 35px 0;
}
.p-card-dining__buttons-block > div {
  display: inline-block;
  width: 30%;
  margin: 10px 0;
}
.p-card-dining__buttons-block > div a {
  width: 90%;
  font-size: 12.5px;
}
.p-card-dining__buttons-block > div a:hover {
  border-color: #000000;
  background-color: #000000;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .p-card-dining__buttons-block > div {
    width: 45%;
  }
}
@media screen and (max-width: 575px) {
  .p-card-dining__buttons-block > div {
    width: 100%;
  }
  .p-card-dining__buttons-block > div a {
    width: 100%;
  }
}
.p-card-dining__link-top {
  padding: 5px 0;
  margin-top: 50px;
  border-top: 1px solid #999999;
}
.p-card-dining__link-wrap {
  padding: 0;
}
.p-card-dining__link-wrap a {
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 15px;
}

.p-cart-press-room__main {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .p-cart-press-room__main {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-cart-press-room__main {
    padding-top: 17px;
  }
}
.p-cart-press-room__main br {
  display: none;
}
.p-cart-press-room__content-date {
  flex: 1 0 15%;
  margin: 0;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.8;
  color: #999999;
}
.p-cart-press-room__content-category {
  flex: 1 0 85%;
  margin: 0 0 13px 0;
  font-family: "pulpo", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.93;
  letter-spacing: 1.4px;
  color: #999999;
}
.p-cart-press-room__title {
  color: #18988B;
  flex: 1 0 85%;
  max-width: 85%;
  margin-left: auto;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .p-cart-press-room__title {
    margin-bottom: 17px;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.p-cart-press-room__content {
  margin-bottom: 20px;
  flex: 1 0 85%;
  max-width: 85%;
  line-height: 1.6;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .p-cart-press-room__content {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-cart-press-room__content {
    margin-bottom: 17px;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.p-cart-press-room__btn {
  margin-bottom: 20px;
  margin-left: 15%;
}
@media screen and (max-width: 767px) {
  .p-cart-press-room__btn {
    margin-left: 0;
  }
}

.p-card-library {
  margin-bottom: 50px;
}
.p-card-library__image {
  padding-top: 33%;
  padding-bottom: 10%;
}
.p-card-library__image-line-bottom {
  margin-bottom: 55px;
  position: relative;
}
.p-card-library__image-line-bottom::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 1px;
  width: 130px;
  background-color: #18988B;
}
.p-card-library__image-content {
  width: 370px;
  opacity: 0.9;
  margin-top: 115px;
  background-color: #18988B;
  padding: 20px 35px;
}
@media screen and (max-width: 767px) {
  .p-card-library__image-content {
    width: 100%;
  }
}
.p-card-library__image-title {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.p-card-library__image-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 130px;
  opacity: 0.8;
  background-color: #ffffff;
}
.p-card-library__image-desc {
  color: #ffffff;
  margin: 20px 0 0 0;
}
.p-card-library__title {
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2.6px;
  color: #18988B;
  text-transform: uppercase;
  margin: 50px 0 0 0;
}
.p-card-library__title:first-child {
  margin: 0 0 60px 0;
  padding-top: 30px;
}
.p-card-library__subtitle {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  margin: 25px 0 0 0;
}
.p-card-library__desc {
  margin-top: 35px;
}
.p-card-library__desc ul {
  margin-top: 0;
  margin-bottom: 30px;
}
.p-card-library__desc ul li {
  line-height: 1.2;
}
.p-card-library__desc ul li::before {
  margin-right: 10px;
  font-size: 20px;
}
.p-card-library__link-title {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 25px 0 10px 0;
}
.p-card-library__link {
  font-weight: normal;
  letter-spacing: normal;
  color: #18988B;
  font-size: 15px;
  display: block;
  line-height: normal;
  margin: 0 0 8px 0;
}
.p-card-library__buttons {
  margin-top: 55px;
}
.p-card-library__button {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .p-card-library__button {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-card-library__button-to-top-wrap {
  border-top: 1px solid #9b9b9b;
  margin-top: 60px;
  padding-top: 5px;
}

.p-card-museum-map {
  width: 500px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  position: relative;
  padding-bottom: 30px;
  padding: 0 5px 30px;
  display: none;
}
@media screen and (max-width: 991px) {
  .p-card-museum-map {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .p-card-museum-map {
    width: 100vw;
    height: 100vh;
  }
}
.p-card-museum-map__btn-close {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-card-museum-map__btn-close {
    margin-left: auto;
    width: 40px;
    height: 60px;
    padding: 15px;
  }
}
.p-card-museum-map__btn-close .leftright {
  height: 2px;
  width: 10px;
  position: absolute;
  margin-top: 5px;
  background-color: #9b9b9b;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .p-card-museum-map__btn-close .leftright {
    width: 15px;
  }
}
.p-card-museum-map__btn-close .rightleft {
  height: 2px;
  width: 10px;
  position: absolute;
  margin-top: 5px;
  background-color: #9b9b9b;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .p-card-museum-map__btn-close .rightleft {
    width: 15px;
  }
}
.p-card-museum-map__item {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-flex;
}
@media screen and (max-width: 767px) {
  .p-card-museum-map__item {
    max-height: calc(100vh - 145px);
    overflow-y: scroll;
  }
}
.p-card-museum-map__section {
  position: absolute;
  top: 10px;
  color: #000000;
  height: 25px;
  width: 26px;
  background: white;
  text-align: center;
  border-radius: 50%;
  border: 1px solid black;
  margin-bottom: 20px;
}
.p-card-museum-map__section:before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 11px solid transparent;
  border-top: 15px solid #000000;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.p-card-museum-map__section:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 10px solid transparent;
  border-top: 14px solid #ffffff;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.p-card-museum-map__image {
  flex: 1 0 35%;
  width: 160px;
  height: 160px;
  max-width: 35%;
}
@media screen and (max-width: 991px) {
  .p-card-museum-map__image {
    flex: 1 0 30%;
    max-width: 30%;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-card-museum-map__image {
    flex: 1 0 100%;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .p-card-museum-map__image img {
    width: 100%;
  }
}
.p-card-museum-map__content {
  flex: 1 0 65%;
  padding: 0 40px;
  text-align: left;
  max-width: 65%;
}
@media screen and (max-width: 991px) {
  .p-card-museum-map__content {
    flex: 1 0 70%;
    padding: 0 20px;
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-card-museum-map__content {
    max-width: 100%;
  }
}
.p-card-museum-map__title {
  font-family: "trade-gothic-next-compressed", sans-serif;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 5px;
}
.p-card-museum-map__title span {
  font-weight: 100;
}
.p-card-museum-map__subtitle {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  color: #9b9b9b;
  padding-bottom: 15px;
  border-bottom: 1px solid #9b9b9b;
  display: inline-block;
}
.p-card-museum-map__title-2 {
  color: #9b9b9b;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.p-card-museum-map__note {
  font-size: 12px;
  line-height: 2.1;
  margin: 0;
}
.p-card-museum-map__link {
  color: inherit;
}
.p-card-museum-map:before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 15px solid transparent;
  border-top: 20px solid #cccccc;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.p-card-museum-map:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}

.p-accordion__caption {
  display: block;
  background-color: #fafafa;
  transition: all 0.3s;
  cursor: pointer;
}
.p-accordion__caption.active {
  background-color: #18988B;
}
.p-accordion__caption.active .p-accordion__caption-inner {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.p-accordion__caption.active .p-accordion__name, .p-accordion__caption.active .p-accordion__symbol {
  color: #ffffff;
}
.p-accordion__caption.active .p-accordion__symbol {
  transform: rotate(45deg);
}
@media screen and (max-width: 1199px) {
  .p-accordion__caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-accordion__caption-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 21px 0 16px;
  padding-top: 5px;
  border-top: 1px solid rgba(153, 153, 153, 0.4);
  transition: all 0.3s;
}
.p-accordion__name {
  margin-bottom: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.p-accordion__symbol {
  position: relative;
  top: -4px;
  transition: all 0.3s;
  color: #cccccc;
  font-size: 19px;
  line-height: 1;
}
.p-accordion__content {
  position: relative;
  background-color: #ffffff;
  display: none;
}
.p-accordion__content.active {
  display: block;
}
@media screen and (max-width: 1199px) {
  .p-accordion__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-accordion__content-inner {
  padding: 48px 0 48px;
}
@media screen and (max-width: 1199px) {
  .p-accordion__content-inner {
    padding: 40px 0;
  }
}
.p-accordion__title {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}
.p-accordion__subtitle {
  margin: 4px 0 0;
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 1.4px;
}
.p-accordion__blocks {
  margin: 25px 0;
  opacity: 0.8;
}
.p-accordion__block:not(:last-child) {
  margin-bottom: 24px;
}
.p-accordion__block-title {
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-accordion__block-title {
    margin-bottom: 10px;
  }
}
.p-bc {
  line-height: 27px;
}
.p-bc span,
.p-bc a {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  font-weight: 700;
}
.p-bc a:hover {
  color: #18988B;
}
.p-bc i {
  display: inline-block;
  margin: 0 9px;
  color: #18988B;
  font-size: 14px;
}
.p-bc i:before {
  font-weight: 700;
}
.p-bc span {
  display: inline;
  padding-bottom: 2px;
  border-bottom: 3px solid #18988B;
}

.p-caption__desc {
  margin-bottom: 10px;
}
.p-caption__contact {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-caption__contact {
    display: block;
  }
}
.p-caption__contact-title {
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 16px;
  max-width: 80px;
  width: 100%;
  font-weight: normal;
  letter-spacing: 2px;
  color: #18988B;
  text-transform: uppercase;
  margin-top: 3px;
}
.p-caption__contact-desc {
  margin: 0 0 0 3px;
  color: #000000;
  max-width: 85%;
}
.p-caption__contact-desc::selection {
  color: #000000;
}
.p-caption__contact-desc p {
  margin-top: 0;
  margin-bottom: 15px;
}
.p-caption__contact-desc ul {
  margin-top: 0;
}
.p-caption__link {
  border-bottom: none;
  font-family: "trade-gothic-next-compressed", sans-serif;
  text-decoration: underline;
}
.p-caption a {
  font-family: "trade-gothic-next-compressed", sans-serif;
  text-decoration: underline;
}

.p-tm-slider__symbol {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .p-tm-slider__symbol {
    margin: 0 -110px;
  }
}
.p-tm-slider__symbol:after, .p-tm-slider__symbol:before {
  display: block;
  flex: 1 1 0%;
  height: 1px;
  background-color: #999999;
  content: "";
}
.p-tm-slider__quote {
  display: inline-block;
  margin-bottom: -20px;
  padding: 0 17px;
  color: #18988B;
  font-size: 70px;
  line-height: 1;
}
.p-tm-slider__name {
  margin-top: 31px;
  color: #18988B;
}
.p-tm-slider__name:before {
  display: block;
  width: 130px;
  height: 1px;
  margin-bottom: 12px;
  background-color: #18988B;
  content: "";
}

.p-post-show-content__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-post-show-content__left {
  flex: 0 0 55%;
}
@media screen and (max-width: 991px) {
  .p-post-show-content__left {
    flex: 0 0 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-post-show-content__left {
    order: 2;
    flex: 0 0 100%;
  }
}
.p-post-show-content__right {
  flex: 0 0 32%;
}
@media screen and (max-width: 991px) {
  .p-post-show-content__right {
    flex: 0 0 28%;
  }
}
@media screen and (max-width: 767px) {
  .p-post-show-content__right {
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 60px;
  }
}
.p-post-show-content__title {
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: #18988B;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-post-show-content__title {
    font-size: 24px;
  }
}
.p-post-show-content__subtitle {
  font-family: "pulpo", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #999999;
}
.p-post-show-content__date {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-post-show-content__date {
    margin: 35px 0 0;
    font-size: 12px;
  }
}
.p-post-show-content__description {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-post-show-content__description {
    margin: 35px 0 0;
  }
}
.p-post-show-content__share {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-post-show-content__share {
    margin: 45px 0 0;
  }
}
.p-post-show-content__share-title {
  margin-bottom: 8px;
}
.p-post-show-content__share-btn {
  font-size: 25px;
  margin-right: 20px;
  color: #666666;
}
.p-post-show-content__cost-info {
  margin-top: 20px;
}

.p-hours {
  margin-right: 120px;
}
@media screen and (max-width: 1199px) {
  .p-hours {
    margin-right: 0;
  }
}
.p-hours__top-block {
  margin-bottom: 25px;
}
.p-hours__middle-block {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-hours__middle-block {
    margin-bottom: 20px;
  }
}
.p-hours__bottom-block {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-hours__bottom-block {
    margin-bottom: 30px;
  }
}
.p-hours__big-title {
  margin-bottom: 10px;
  font-size: 26px;
  letter-spacing: 2.6px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-hours__big-title {
    font-size: 22px;
  }
}
.p-hours__small-title {
  font-size: 20px;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-hours__small-title {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.p-hours__content {
  margin: 0;
}

.p-hours-direction__middle-block {
  margin-top: 35px;
}
.p-hours-direction__bottom-block {
  margin-top: 45px;
}
.p-hours-direction__title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.p-hours-direction__small-title {
  font-family: "pulpo", sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 14px 0 0 0;
}
.p-hours-direction__content {
  margin: 3px 0;
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.13;
  letter-spacing: normal;
  color: #4a4a4a;
}
.p-hours-direction__content-text {
  margin-top: 30px;
}
.p-hours-direction__content-active {
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #18988B;
  line-height: normal;
  margin: 0;
}
.p-hours-direction__desc {
  font-family: "pulpo", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.15;
  letter-spacing: normal;
  color: #4a4a4a;
  margin: 6px 0;
}
.p-hours-direction__grey {
  color: #4a4a4a;
}

.p-sidebar__search-form {
  position: relative;
}
.p-sidebar__search-form form label {
  width: 100%;
  display: inline-block;
}
.p-sidebar__search-form form label span {
  display: none;
}
.p-sidebar__search-form form label input {
  border: solid 1px #cccccc;
  border-radius: 4px;
  width: 100%;
  line-height: 1.6;
  font-size: 16px;
  padding: 10px 35px 10px 27px;
  outline: 0.5px solid #F2F2F2;
}
.p-sidebar__search-form form label input[type=search] {
  -webkit-appearance: none;
  border-radius: 4px 4px 4px 4px;
  min-width: 45px;
}
.p-sidebar__search-form form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-size: 0;
  height: 100%;
  background: transparent;
  width: 35px;
}
.p-sidebar__search-form form:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 1.5px solid #cccccc;
  position: absolute;
  right: 20px;
  top: 17px;
}
.p-sidebar__search-form form:after {
  content: "";
  display: inline-block;
  width: 7px;
  transform: rotate(45deg);
  border: 1px solid #cccccc;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  right: 17px;
  position: absolute;
  top: 27px;
}
.p-sidebar h3 {
  margin: 0;
}
.p-sidebar__area-widget {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "trade-gothic-next-compressed", sans-serif;
}
.p-sidebar__area-widget .textwidget {
  text-transform: none;
  margin-bottom: 40px;
}
.p-sidebar__area-widget .textwidget p {
  line-height: 2.1;
  color: #4a4a4a;
  margin: 5px 0 35px;
}
.p-sidebar__area-widget .textwidget p em {
  color: #000000;
}
.p-sidebar__search-form, .p-sidebar__unit-links, .p-sidebar__area-widget > div {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .p-sidebar__search-form, .p-sidebar__unit-links, .p-sidebar__area-widget > div {
    margin-bottom: 15px;
  }
}
.p-sidebar__sidebar {
  position: sticky;
  top: 45px;
}

@media screen and (max-width: 767px) {
  .p-search-page {
    background-color: #fafafa;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-search-page__icon {
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-search-page__icon {
    padding: 0 20px;
  }
}
.p-search-page__icon path, .p-search-page__icon polygon {
  fill: #999999;
}
.p-search-page__title {
  font-family: "pulpo", sans-serif;
  font-size: 42px;
  font-weight: 300;
  font-style: italic;
  line-height: normal;
  letter-spacing: 2.6px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .p-search-page__title {
    font-size: 21px;
    line-height: 1.19;
    padding: 0 20px;
  }
}
.p-search-page .screen-reader-text {
  display: none;
}
.p-search-page form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-search-page form {
    flex-wrap: wrap;
  }
}
.p-search-page label {
  width: 90%;
}
@media screen and (max-width: 991px) {
  .p-search-page label {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  .p-search-page label {
    width: 100%;
  }
}
.p-search-page input[type=search] {
  background-color: transparent;
  width: 100%;
  font-size: 60px;
  font-weight: 600;
  color: #18988B;
  line-height: 1;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 20px 0 35px;
  border: none;
  border-radius: 0;
  border-bottom: solid 2px #000000;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-search-page input[type=search] {
    padding: 20px 0 5px;
    margin: 0 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-search-page input[type=search] {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.p-search-page input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.p-search-page input[type=submit] {
  background-color: #000000;
  border-radius: 0;
  color: #ffffff;
  min-width: 136px;
  padding: 10px 25px;
  border: solid 2px #000000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
}
.p-search-page input[type=submit]:hover {
  text-decoration: none;
  background-color: #18988B;
  border-color: #18988B;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-search-page input[type=submit] {
    margin: 20px;
  }
}
.p-search-page__autocomplete-title {
  padding: 70px 50px 15px 110px;
  background-color: #fafafa;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 2.6px;
  color: #18988B;
}
@media screen and (max-width: 991px) {
  .p-search-page__autocomplete-title {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 35px 42px 15px 42px;
  }
}
.p-search-page__autocomplete-row {
  position: relative;
  padding: 31px 50px 31px 110px;
  background-color: #ffffff;
  transition: 0.5s;
  text-transform: uppercase;
  border-bottom: solid 1px #9b9b9b;
}
@media screen and (max-width: 991px) {
  .p-search-page__autocomplete-row {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 2px;
    padding: 15px 42px;
    background-color: #fafafa;
  }
}
.p-search-page__autocomplete-row::before {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 45px;
  left: 35px;
  content: "";
  border-top: 5px solid #cccccc;
  border-right: 5px solid #cccccc;
  transform: rotate(45deg);
  transition: 0.5s;
}
@media screen and (max-width: 991px) {
  .p-search-page__autocomplete-row::before {
    width: 8px;
    height: 8px;
    top: 20px;
    left: 22px;
    border-width: 3px;
  }
}
.p-search-page__autocomplete-row a {
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 2.6px;
  color: #000000;
  transition: 0.5s;
}
.p-search-page__autocomplete-row:hover {
  background-color: #F2F2F2;
  border-bottom: none;
}
.p-search-page__autocomplete-row:hover a {
  font-weight: 600;
}
.p-search-page__autocomplete-row:hover::before {
  border-color: #18988B;
}
.p-search-page__select {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-search-page__select {
    width: 100%;
  }
}
.p-search-page__buttons-wrap {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-search-page__buttons-wrap {
    margin-top: 30px;
    flex-direction: column;
    padding: 0 20px;
  }
}
.p-search-page__result-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #18988B;
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: solid 1px #9b9b9b;
  margin-bottom: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-search-page__result-title {
    font-size: 21px;
    letter-spacing: 2px;
  }
}
.p-search-page__result-span {
  font-weight: 100;
}
.p-search-page__container {
  border-bottom: solid 1px #9b9b9b;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-search-page__container {
    border-bottom: none;
  }
}
.p-search-page__end-label {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  text-align: right;
  color: #18988B;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-search-page__end-label {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-search-page__retreats {
    margin-bottom: 20px;
  }
}
.p-search-page__pagination {
  padding-right: 5px;
}
.p-search-page__pagination a, .p-search-page__pagination span {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  padding: 0 3px;
}

.p-search-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
  transition: 0.8s;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .p-search-popup {
    background-color: #fafafa;
  }
}
.p-search-popup__container {
  max-width: 1065px;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 1199px) {
  .p-search-popup__container {
    max-width: 900px;
  }
}
@media screen and (max-width: 991px) {
  .p-search-popup__container {
    max-width: 500px;
    padding: 30px 0;
  }
}
.p-search-popup__top-left {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .p-search-popup__top-left-mobile {
    display: block;
  }
}
.p-search-popup__icon {
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-search-popup__icon {
    padding: 0 20px;
  }
}
.p-search-popup__icon path, .p-search-popup__icon polygon {
  fill: #999999;
}
.p-search-popup__close {
  min-width: 30px;
  padding: 3px 6px 1px 8px;
}
.p-search-popup__close::after {
  content: "";
  font-size: 18px;
  line-height: normal;
  font-family: "Ionicons";
  color: #ffffff;
}
.p-search-popup__title {
  font-family: "pulpo", sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  line-height: normal;
  letter-spacing: 1.86px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .p-search-popup__title {
    font-size: 20px;
    line-height: 1.19;
    padding: 0 20px;
  }
}
.p-search-popup__input-area {
  display: flex;
  padding: 20px 0 45px;
  border-bottom: solid 2px #000000;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-search-popup__input-area {
    padding: 20px 0 5px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-search-popup__input-area {
    display: block;
    border-bottom: none;
  }
}
.p-search-popup__input-area form {
  position: absolute;
}
.p-search-popup__inp-search {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  outline: none;
  opacity: 1;
  line-height: 1;
  letter-spacing: 0.87px;
  background: transparent;
  position: absolute;
  display: inline-block;
  font-size: inherit;
  width: 100%;
  text-transform: uppercase;
  padding: 0;
  z-index: 10;
}
.p-search-popup__etalon {
  border: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.87px;
  font-weight: bold;
  height: 0;
}
.p-search-popup__inp-search:-internal-autofill-selected {
  background-color: transparent;
  color: transparent;
}
.p-search-popup input[type=text]::-ms-clear {
  color: transparent;
}
.p-search-popup__enter-text {
  font-size: 70px;
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: 0.87px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  height: 85px;
}
@media screen and (max-width: 991px) {
  .p-search-popup__enter-text {
    font-size: 35px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-search-popup__enter-text {
    border-bottom: solid 2px #000000;
  }
}
.p-search-popup__autocomplete-title {
  padding: 70px 50px 15px 110px;
  background-color: #fafafa;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 2.6px;
  color: #18988B;
}
@media screen and (max-width: 991px) {
  .p-search-popup__autocomplete-title {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 35px 42px 15px 42px;
  }
}
.p-search-popup__autocomplete-row {
  position: relative;
  padding: 31px 50px 31px 110px;
  background-color: #ffffff;
  transition: 0.5s;
  text-transform: uppercase;
  border-bottom: solid 1px #9b9b9b;
}
@media screen and (max-width: 991px) {
  .p-search-popup__autocomplete-row {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 2px;
    padding: 15px 42px;
    background-color: #fafafa;
  }
}
.p-search-popup__autocomplete-row::before {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 45px;
  left: 35px;
  content: "";
  border-top: 5px solid #cccccc;
  border-right: 5px solid #cccccc;
  transform: rotate(45deg);
  transition: 0.5s;
}
@media screen and (max-width: 991px) {
  .p-search-popup__autocomplete-row::before {
    width: 8px;
    height: 8px;
    top: 20px;
    left: 22px;
    border-width: 3px;
  }
}
.p-search-popup__autocomplete-row a {
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 2.6px;
  color: #000000;
  transition: 0.5s;
}
@media screen and (max-width: 991px) {
  .p-search-popup__autocomplete-row a {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 2px;
  }
}
.p-search-popup__autocomplete-row:hover {
  background-color: #F2F2F2;
  border-bottom-color: transparent;
}
.p-search-popup__autocomplete-row:hover::before {
  border-color: #18988B;
}
.p-search-popup__buttons-wrap {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-search-popup__buttons-wrap {
    margin-top: 40px;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}
.p-search-popup__buttons-wrap a {
  display: inline;
}
@media screen and (max-width: 991px) {
  .p-search-popup__buttons-text-wrap {
    text-align: left;
    padding: 0 20px;
  }
}
.p-search-popup__buttons-text {
  max-width: 500px;
  display: inline;
}
.p-search-popup__buttons {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .p-search-popup__buttons {
    margin-bottom: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-search-popup__buttons {
    margin-top: 30px;
  }
}
.p-search-popup__buttons a {
  font-size: 20px;
  min-width: 200px;
}
@media screen and (max-width: 1199px) {
  .p-search-popup__buttons a {
    font-size: 15px;
    min-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .p-search-popup__buttons a {
    font-size: 12.5px;
    min-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-search-popup__buttons a {
    margin: 0 auto;
    display: table;
  }
}

::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form > p {
  margin: 0;
}
.wpcf7 .wpcf7-response-output {
  margin: 50px 0 0;
  padding: 5px 10px;
  border-color: #BFBFBF;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .wpcf7-response-output {
    margin-top: 0;
  }
}
.wpcf7-form-control-wrap {
  display: block;
  font-size: 0;
}
.wpcf7-form-control {
  width: 100%;
}
.wpcf7-submit {
  display: block;
  min-width: 136px;
  width: auto;
  padding: 6px 25px;
  border: solid 2px #cccccc;
  background-color: transparent;
  color: #999999;
  font-size: 12.5px;
  font-weight: 300;
  letter-spacing: 2.5px;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 25px;
}
@media screen and (min-width: 1200px) {
  .wpcf7-submit {
    float: right;
  }
}
.wpcf7-submit:hover {
  background-color: transparent;
  border-color: #201d1e;
  color: #201d1e;
  text-decoration: none;
}
.wpcf7-not-valid {
  border-color: #dc0909;
}
.wpcf7 label {
  display: flex;
  align-items: flex-start;
  padding: 19px 0;
  border-top: 3px solid #F2F2F2;
  font-family: "pulpo", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .wpcf7 label {
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    display: block;
    padding: 15px 0;
  }
}
.wpcf7 label span {
  flex-grow: 1;
  max-width: 443px;
  margin-left: auto;
  padding-left: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wpcf7 label span {
    flex-basis: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .wpcf7 label span {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 label span {
    max-width: none;
    padding-top: 5px;
    padding-left: 0;
    margin-left: 0;
  }
}
.wpcf7 label:last-of-type {
  border-bottom: 3px solid #F2F2F2;
  margin-bottom: 20px;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  appearance: checkbox;
  margin-top: 10px;
  margin-left: 10px;
}
.wpcf7 br {
  display: none;
}
.wpcf7-mail-sent-ok {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  width: 100%;
  height: 102%;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  padding: 15px;
  background-color: #ffffff;
  border-top: 3px solid #F2F2F2 !important;
  border-bottom: 3px solid #F2F2F2 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #18988B;
  font-family: "pulpo", sans-serif;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .wpcf7-mail-sent-ok {
    height: 96%;
  }
}
.wpcf7 form > div {
  border-bottom: 3px solid #F2F2F2;
  display: flex;
}
@media screen and (max-width: 767px) {
  .wpcf7 form > div {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.wpcf7 form > div label {
  margin: 0 !important;
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7 form > div label {
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 form > div > label {
    padding-bottom: 0;
  }
}
.wpcf7 form > div > span {
  width: 100%;
  max-width: 443px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .wpcf7 form > div > span {
    flex: 1 0 100;
    margin-left: 0;
  }
  .wpcf7 form > div > span label {
    padding: 5px 15px 0 0;
  }
}
.wpcf7 form > div:last-child {
  display: none;
  border: 2px solid #dc0909;
  border-radius: 5px;
  padding: 10px 9px;
  background: #ff000017;
margin: 60px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .wpcf7 form > div:last-child {
    margin: 5px 0 15px 0;
  }
}

/*# sourceMappingURL=styles-cyan.css.map */
