@charset "UTF-8";

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 400px;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-wrap__grippy {
  position: absolute;
  left: 0;
  width: 40%;
  top: 32px;
  bottom: 40px;
  border: 2px solid green;
  z-index: 3;
}

.video-wrap__grippy:before {
  position: absolute;
  display: block;
  content: "";
  width: 60%;
  height: 35%;
  top: 0;
  left: 100%;
  border: 2px solid green;
}

.video-wrap__grippy + .video-wrap__grippy {
  left: auto;
  right: 0;
}

.video-wrap__grippy + .video-wrap__grippy:before {
  bottom: 0;
  top: auto;
  right: 100%;
  left: auto;
}

h1 {
  text-align: center;
}

.main-carousel {
  width: 100%;
  min-height: 551px;
  margin: auto;
}

.flickity-viewport,
.flickity-slider {
  height: 400px;
}

.carousel-cell {
  width: 100%;
  height: 551px;
}

.flickity-prev-next-button.previous {
  display: none;
}

.flickity-button {
  background-color: transparent;
  border: 1px solid red;
}

.flickity-button:hover {
  background-color: red;
}

.flickity-prev-next-button.next {
  right: 10px;
  left: 55%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-item:active {
  width: 100%;
}

/*====================================
=            GRID GLOBALS            =
====================================*/

/*=====  End of GRID GLOBALS  ======*/

/*===================================
=            TRANSITIONS            =
===================================*/

/*=====  End of TRANSITIONS  ======*/

/*=================================
=            STRUCTURE            =
=================================*/

/*=====  End of STRUCTURE  ======*/

/*==============================
=            COLORS            =
==============================*/

/*=====  End of COLORS  ======*/

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

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

header,
main,
footer {
  float: left;
  width: 100%;
}

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

* {
  box-sizing: border-box;
}

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

.headerWrap,
.mainWrap,
.footerWrap {
  position: relative;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
div,
ul,
input,
blockquote,
span,
button,
i,
b,
em,
strong {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

body {
  overflow-x: hidden;
  position: relative;
}

/*=====================================
=            MEDIA QUERIES            =
=====================================*/

/*=====  End of MEDIA QUERIES  ======*/

/*==============================
=            MIXINS            =
==============================*/

/*=====  End of MIXINS  ======*/

/*========================================
=            EXTEND SELECTORS            =
========================================*/

.container,
.row {
  *zoom: 1;
}

.container:before,
.row:before,
.container:after,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

.drone-image-wrapper img,
.headerWrap,
.mainWrap,
.footerWrap {
  float: left;
  width: 100%;
  clear: both;
}

.intro-slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=====  End of EXTEND SELECTORS  ======*/

.column-1 {
  width: 8.3333333333%;
}

.column-2 {
  width: 16.6666666667%;
}

.column-3 {
  width: 25%;
}

.column-4 {
  width: 33.3333333333%;
}

.column-5 {
  width: 41.6666666667%;
}

.column-6 {
  width: 50%;
}

.column-7 {
  width: 58.3333333333%;
}

.column-8 {
  width: 66.6666666667%;
}

.column-9 {
  width: 75%;
}

.column-10 {
  width: 83.3333333333%;
}

.column-11 {
  width: 91.6666666667%;
}

.column-12 {
  width: 100%;
}

.wow {
  visibility: hidden;
}

[class*=column-] {
  float: left;
  min-height: 1px;
}

.has_gutter [class*=column-] {
  padding: 0 15px;
}

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

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.hidden-mob {
  display: block;
}

.hidden {
  display: none !important;
}

.is-full-width {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  max-width: none;
}

.no_padding {
  padding: 0 !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.no-flexboxlegacy body {
  display: block !important;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: black;
  position: relative;
  overflow-x: hidden;
}

input,
textarea,
select,
option {
  font-family: "Raleway", sans-serif;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
option::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  opacity: 1;
  font-size: 14px;
  color: black;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
option:-moz-placeholder {
  font-family: "Raleway", sans-serif;
  opacity: 1;
  font-size: 14px;
  color: black;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
option::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  opacity: 1;
  font-size: 14px;
  color: black;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
option:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  opacity: 1;
  font-size: 14px;
  color: black;
}

.iphone input,
.iphone textarea,
.iphone select,
.iphone option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/*=================================
=            Normalize            =
=================================*/

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  overflow: auto;
}

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

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.screen-reader-text,
.slider-sound {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus,
.slider-sound:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Do not show the outline on the skip link target. */

#main[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*=====  End of Normalize  ======*/

.headerWrap {
  min-height: 105px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.headerWrap a {
  text-decoration: none;
}

.map-btn-mob {
  display: none;
}

.logo-small {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 225px;
}

.logo-small h1 {
  padding-left: 19px;
  padding-left: 1.1875rem;
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 400;
}

.languages {
  margin-top: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 12px !important;
  z-index: 2;
}

.languages li {
  display: none;
  list-style-type: none;
  padding-bottom: 15px;
}

.languages li a {
  display: block;
}

.languages li.active {
  display: block;
}

.map-btn {
  font-size: 17px;
  font-size: 1.0625rem;
  position: absolute;
  color: #fff;
  top: 12px;
  right: 5.5rem;
  border: 2px solid #38131a;
  padding: 10px;
  background: #000;
  letter-spacing: 0.03em;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 300ms ease-in-out;
  display: none;
}

.map-btn:hover {
  background: #c83f5b;
}

.hamburger-wrapper {
  z-index: 99;
  float: right;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
  border: 1px solid #38131a;
  padding: 12px;
  margin-top: 4px;
  display: none;
}

.hamburger-wrapper.toggled span:first-child {
  margin-top: 7px;
  margin-bottom: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}

.hamburger-wrapper.toggled span:nth-child(2) {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}

.hamburger-wrapper.toggled span:nth-child(3) {
  margin-top: -12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}

.hamburger {
  width: 28px !important;
}

.hamburger span {
  display: block;
  width: 100%;
  float: left;
  height: 2px;
  background: #c83f5b;
  margin-bottom: 6px;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}

.hamburger span:last-child {
  margin-bottom: 0;
}

.gnav {
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-left: 3.125rem;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gnav ul.primary-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 100px;
}

.gnav ul.primary-menu li {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gnav ul.primary-menu li a {
  font-size: 1.0625rem;
  color: #fff;
  border: 2px solid #38131a;
  padding: 10px;
  background: #000;
  letter-spacing: 0.03em;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 300ms ease-in-out;
}

.gnav ul.primary-menu li a:hover {
  background: #c83f5b;
}

.gnav ul.primary-menu li.current-menu-item a {
  background: #c83f5b;
}

.mobile-navigation h4 {
  color: white;
  text-align: left;
  font-weight: 300;
  font-size: 21.25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.menu-disable-body {
  overflow: hidden !important;
}

.nav-footer {
  position: fixed;
  border: 0;
  bottom: 0;
  padding: 10px;
  background: #000;
  width: 100%;
  z-index: 2;
  left: 0px;
}

.nav-footer a {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.6);
}

.header-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.clrfx:before,
.clrfx:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clrfx:after {
  clear: both;
}

.clrfx {
  zoom: 1;
}

/* IE < 8 */

.header-wrapper .laracircles.owl-carousel .owl-item:hover {
  position: relative;
  z-index: 5;
}

.header-wrapper .laracircles.owl-carousel a {
  z-index: 4;
}

.header-wrapper .laracircles.owl-carousel a span {
  font-size: 14px;
  line-height: 120%;
  top: 0;
  margin-top: 18px;
  left: 50%;
  margin-left: 0;
  background-color: #38131a;
  width: 100px;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}

.header-wrapper .laracircles.owl-carousel .owl-stage-outer {
  overflow: visible;
  overflow-x: hidden;
}

.header-wrapper .laracircles.owl-carousel a:hover {
  background-color: rgb(214.7631578947, 114.5368421053, 135.0210526316);
}

.language {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.language a {
  margin: 0 10px;
  font-size: 17px;
  font-size: 1.0625rem;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
  padding: 10px;
  border: 2px solid #38131a;
  box-sizing: border-box;
  cursor: pointer;
}

.language a:hover {
  background: #c83f5b;
  transition: 500ms ease-in-out;
}

a {
  text-decoration: none;
}

#footer {
  bottom: 0;
  z-index: 6;
  min-height: 33px;
  position: relative;
  background: #000;
  text-align: center;
}

.footerWrap {
  position: absolute;
  top: 25%;
}

.footerWrap a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

.footerWrap a:hover {
  border-bottom: 1px solid #fff;
}

.page-template-page-intro,
.page-template-page-slider {
  overflow: hidden;
}

.page-template-page-slider {
  background-color: black !important;
}

.home__slider-wrapper {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  position: fixed;
}

.home__slider {
  width: 100%;
}

.home__slider-item {
  z-index: 100;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.home__slider .owl-item {
  display: inline-block;
}

.home__slider .owl-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home__slider .owl-nav {
  display: none;
}

.page-intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-intro__title {
  text-align: center;
}

.page-intro__title > img {
  -webkit-animation: breathing 2s infinite;
  animation: breathing 2s infinite;
}

.page-intro__title h1 {
  font-family: "Playfair Display", serif;
  padding-top: 40px;
  padding-top: 2.5rem;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.page-intro__title h3 {
  padding-top: 40px;
  padding-top: 2.5rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Playfair Display", serif;
  font-weight: 100;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.intro-carousel-wrapper {
  bottom: 0;
  position: fixed;
  transition: opacity 5s, visibility 5s;
}

.intro-slider-img {
  background-size: contain;
  width: 100%;
}

.intro-carousel-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.intro-carousel-content {
  position: relative;
  background-size: contain;
}

.intro-carousel-content h2 {
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #fff;
}

.mute-graphic:hover {
  background-color: #c83f5b;
  border-radius: 50%;
  cursor: pointer;
}

.intro-graphics {
  margin-top: 96px;
  margin-top: 6rem;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.intro-graphics__OneA,
.intro-graphics__location {
  margin-right: 50px;
}

.intro-svg {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.intro-svg img {
  max-width: 50px;
  max-height: 50px;
}

.intro-button-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro-button-item a {
  margin: 0px auto;
  font-family: "Raleway", sans-serif;
}

.intro-button-text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.intro-carousel-wrapper {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1), visibility 0s;
  transition-delay: 0.3s;
  height: 61.25vh;
}

.slider-main-wrap {
  overflow: hidden !important;
  background-color: #000 !important;
  height: 38.8vh;
}

.slider-main-wrap .page-intro__title {
  margin-top: 7vh;
  padding-top: 20px;
}

.slider-main-wrap .page-intro__title h1 {
  font-size: 5.7vh;
}

.slider-main-wrap .page-intro__title img {
  max-width: 167px;
  max-width: 8.7vw;
}

.showIntro {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.showIntro .language {
  display: none;
}

.showIntro .page-intro-wrapper {
  height: unset;
}

.showIntro .page-intro-wrapper:before {
  visibility: hidden;
}

.showIntro .page-intro__title {
  padding-top: 138px;
  padding-top: 8.625rem;
}

.showIntro .page-intro__title h1 {
  padding-top: 23px;
  padding-top: 1.4375rem;
}

.showIntro .page-intro__title img {
  height: 167px;
}

.showIntro.intro-carousel-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}

.intro-language a {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.page-template-page-home {
  background-color: #000;
}

.page-template-page-home .mainWrap {
  overflow-x: hidden;
}

.page-template-page-home .article-circles {
  display: none;
}

.home-content {
  padding-top: 165px;
  padding-top: 10.3125rem;
}

.home-content__location {
  margin-bottom: 59px;
  margin-bottom: 3.6875rem;
}

.home-content__location h1 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.37em;
  font-family: "Noto Serif", serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.home-content__location h1 .h-number {
  display: inline-block;
  font-weight: 700;
}

.home-content__location h1 .h-bodies {
  display: block;
}

.home-content .explore {
  margin-top: 72px;
  margin-top: 4.5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  text-align: center;
}

.home-content .explore a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid #c83f5b;
  font-size: 21px;
}

.home-content .explore a:hover {
  background-color: #c83f5b;
  transition: 500ms ease-in-out;
}

.page-template-page-aboutus .main_content {
  background-color: #000;
  color: #fff;
}

.page-template-page-aboutus .article-circles {
  display: none !important;
}

.page-template-page-article .header-wrapper,
.single-post .header-wrapper {
  max-height: 70px;
  transition: all 500ms ease-in-out;
}

.page-template-page-article .header-wrapper .app,
.single-post .header-wrapper .app {
  width: calc(100% - 225px - 300px);
  margin-left: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-page-article .header-wrapper:hover,
.single-post .header-wrapper:hover {
  max-height: -webkit-min-content;
  max-height: min-content;
}

.page-template-page-article .headerWrap,
.single-post .headerWrap {
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
  position: absolute;
  top: 0;
}

.page-template-page-article .headerWrap .article-circles,
.single-post .headerWrap .article-circles {
  transition: all 500ms ease-in-out;
  margin-top: -191px;
}

.page-template-page-article .headerWrap .article-circles span,
.single-post .headerWrap .article-circles span {
  background-color: #38131a;
}

.page-template-page-article .headerWrap:hover .article-circles,
.single-post .headerWrap:hover .article-circles {
  visibility: visible !important;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 26px;
}

.page-template-page-article .main_content,
.single-post .main_content {
  background-color: #000;
}

.page-template-page-article #footer,
.single-post #footer {
  min-height: 105px;
}

.place-wrapper {
  position: relative;
  z-index: 1;
}

.place-wrapper-banner img {
  max-height: 681px;
  width: 100%;
  object-fit: cover;
}

.place-wrapper-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.title-place {
  max-width: 635px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 40%;
  color: #fff;
}

.title-place h1 {
  line-height: 1.1666666667em;
}

.mute-place {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}

.mute-graphic-icon {
  background: url("../images/mute-graphic.svg");
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
}

.mute-graphic-icon.is-unmuted {
  background-image: url("../images/unmute-graphic.svg");
}

.place__subtitle h1 {
  padding: 10 15px;
}

.article-subtitle-wrapper {
  margin-top: 80px;
  margin-top: 5rem;
}

.article-subtitle-wrapper-bstories {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.article-border {
  max-width: 895px;
  margin: 0 auto;
  color: #fff;
}

.article-border__subtitle h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.005em;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #c83f5b;
  width: -webkit-fit-content;
  width: fit-content;
  font-weight: 300;
  text-transform: uppercase;
}

.article-border__content {
  padding: 30px;
  max-width: 895px;
  border: 1px solid #c83f5b;
}

.article-border__item {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  line-height: 1.5294117647em;
  letter-spacing: 0.03rem;
}

.article-border__item ul li {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.article-border__item .label-name {
  color: #c83f5b;
  font-weight: 700;
}

.article-border__item p {
  display: inline;
}

.article-border__item p a {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  text-decoration: none;
  border-bottom: 1px solid #c83f5b;
  color: #fff;
}

.article-border__item p a:hover {
  color: #c83f5b;
}

.article-content-wrapper {
  margin-top: -2px;
  margin-top: -0.125rem;
  position: relative;
}

.article-content-wrapper .article-nav-left {
  top: 52px;
  left: 52px;
  z-index: 10;
  position: absolute;
  transition: 300ms ease-in-out;
}

.article-content-wrapper .article-nav-left:hover {
  left: 10px;
}

.article-content-wrapper .article-nav-right {
  top: 52px;
  right: 52px;
  z-index: 10;
  position: absolute;
  transition: 300ms ease-in-out;
}

.article-content-wrapper .article-nav-right:hover {
  right: 10px;
}

.article-information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-redbox {
  padding: 60px;
  padding: 3.75rem;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647em;
  max-width: 632px;
  letter-spacing: 0.03rem;
  text-align: justify;
  background: #38131a;
  color: #fff;
}

.article-redbox p {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.article-redbox a {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  text-decoration: none;
  border-bottom: 1px solid #c83f5b;
  color: #fff;
}

.article-redbox a:hover {
  color: #c83f5b;
}

.article-redbox iframe {
  max-width: 100%;
}

.article-info {
  padding: 60px 20px 30px 20px;
  padding: 3.75rem 1.25rem 1.875rem 1.25rem;
  font-size: 17px;
  font-size: 1.0625rem;
  max-width: 224px;
  line-height: 1.5294117647em;
  letter-spacing: 0.005em;
  text-align: center;
  color: #fff;
}

.article-info h4 {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.article-info ul li {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-weight: 300;
}

.article-info ul li a {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #c83f5b;
}

.article-info ul li a:hover {
  color: #c83f5b;
}

.article-info__item {
  padding: 15px 0;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #c83f5b;
  letter-spacing: 0.05em;
}

.article-info__item a {
  position: relative;
}

.article-info__item a .icon-tooltip {
  position: absolute;
  width: 100px;
  top: -55px;
  left: -50%;
  background: black;
  color: white;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
}

.article-info__item a:hover .icon-tooltip {
  opacity: 1;
  visibility: visible;
}

.article-info__item-last {
  border-bottom: none;
}

.article-info .coordinates p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286em;
  letter-spacing: 0.05em;
}

.article-archive-wrapper .article-border__content {
  padding: 8px;
}

.article-archive-wrapper .owl-article-archive {
  cursor: pointer;
}

.article-archive-wrapper .owl-article-archive img {
  max-height: 142px;
  height: 142px;
  width: 100%;
}

.article-graphic {
  margin-right: 4px;
  margin-right: 0.25rem;
  height: 38px;
  margin-top: 0;
}

.sroll-home {
  padding: 50px;
  background: #38131a;
  cursor: pointer;
  max-height: 50px;
  max-width: 50px;
  border-radius: 50%;
}

.well {
  width: 200px;
  display: inline-block;
}

.well img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

.archive-popup .item img {
  height: calc(100vh - 46px);
}

.archive-popup .close-btn {
  position: absolute;
  z-index: 2;
  right: 22px;
  top: 22px;
  cursor: pointer;
}

.archive-popup .close-btn:hover img {
  border-radius: 50px;
  background-color: #c83f5b;
}

.archive-popup .owl-custom-popup {
  overflow: hidden;
}

.archive-popup .owl-custom-popup img {
  width: 100%;
  object-fit: contain;
}

.archive-popup .owl-custom-popup .owl-dots {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
}

.archive-popup .owl-custom-popup .owl-dots button {
  border: none;
  outline: none;
}

.archive-popup .owl-custom-popup .owl-dots button span {
  width: 20px;
  height: 20px;
  margin: 5px 16px;
  border: 1.5px solid #fff;
}

.archive-popup .owl-custom-popup .owl-dots .active span {
  background: #c83f5b;
}

.archive-collection {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.archive-collection .item img {
  height: 105px;
  object-fit: cover;
}

.archive-popup {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  background: black;
}

#articleAudio {
  display: none;
}

.tooltip-arrow {
  position: relative;
}

.tooltip-arrow span {
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  line-height: 1.5294117647em;
  letter-spacing: 0.03rem;
  border: 2px solid #38131a;
  visibility: hidden;
  color: #fff;
  text-align: center;
  width: -webkit-max-content;
  width: max-content;
  position: absolute;
  top: 64px;
  z-index: 1;
  box-sizing: border-box;
}

.tooltip-arrow .tooltip-left {
  left: 0;
}

.tooltip-arrow .tooltip-right {
  right: 0;
}

.tooltip-arrow:hover span {
  visibility: visible;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  border: 1px solid #38131a;
  padding: -3px;
  border-radius: 50%;
  padding: 11px;
  background-color: #38131a;
  cursor: pointer;
  display: none;
}

#top-page-scroll {
  height: -webkit-fit-content;
  height: fit-content;
}

.owl-gallery-slider .item img {
  width: 100%;
  height: 95vh;
}

.owl-gallery-slider .owl-dots {
  position: absolute;
  bottom: 83px;
  left: 0;
  right: 0;
}

.owl-gallery-slider .owl-dots button {
  border: none;
  outline: none;
}

.owl-gallery-slider .owl-dots button span {
  width: 20px;
  height: 20px;
  margin: 5px 16px;
  border: 1.5px solid #fff;
}

.owl-gallery-slider .owl-dots .active span {
  background: #c83f5b;
}

.caption-item {
  margin-top: -2px;
  width: 100%;
  background-color: #38131a;
}

.caption-item h5 {
  padding: 10px;
  padding: 0.625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647em;
  letter-spacing: 0.03em;
  color: #fff;
}

.playlist--list {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 0.95;
  color: #565d64;
}

.playlist--list li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  padding: 15px 10px;
  background: #ffffff;
  border: 1px solid #dbe3e8;
  border-top: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.playlist--list li:first-child {
  border-top: 1px solid #dbe3e8;
}

.playlist--list li:hover {
  background-color: #3498db;
  color: #ffffff;
}

.playlist--list li.active {
  background-color: #ccdade;
  color: #565d64;
}

.accordion-section-title {
  display: none;
  border-bottom: none !important;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.accordion-section-title:hover {
  color: #fff !important;
}

.article-info-mobile .coordinates {
  border-bottom: none;
}

.article-info-mobile .article-info__item-last .hide-mobile-name {
  display: none;
}

.icon-unmuted {
  background: url("../images/unmute-graphic.svg");
  height: 50px;
  width: 50px;
}

.article-border-stories {
  margin-bottom: 71px;
}

ul.laracircles:before {
  content: "";
  border-bottom: 1px solid #38131a;
  width: -webkit-fit-content;
  width: 100%;
  display: block;
  top: 20px;
  width: 55%;
  position: absolute;
}

ul.laracircles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  opacity: 0;
}

ul.laracircles li {
  list-style: none;
  margin: 4px;
}

ul.laracircles li > a {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  background: #c83f5b;
  border-radius: 50%;
  color: #000;
}

ul.laracircles li > a > span {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.03em;
  border: 1px solid #38131a;
  color: #ffffff;
  visibility: hidden;
  width: 120px;
  background-color: transparent;
  text-align: center;
  border-radius: 0px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

ul.laracircles li > a:hover > span {
  visibility: visible;
  opacity: 1;
}

.locations-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.locations-wrapper .app {
  width: 55%;
}

ul.laracircles {
  width: 100%;
  overflow: visible;
  position: relative;
}

ul.laracircles.owl-loaded {
  opacity: 1;
}

ul.laracircles:before {
  width: 100%;
}

ul.laracircles .owl-next {
  position: absolute;
  top: 0;
  right: -35px;
  width: 20px;
  height: 40px;
  text-indent: -99999px;
  color: white !important;
  border: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain;
  margin: 0 !important;
  outline: none !important;
  background-size: 17px;
  opacity: 0.5;
  cursor: pointer;
}

ul.laracircles .owl-next:hover {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

ul.laracircles .owl-prev {
  position: absolute;
  top: 0;
  left: -35px;
  width: 20px;
  height: 40px;
  text-indent: -99999px;
  color: white !important;
  border: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 !important;
  outline: none !important;
  background-size: 17px;
  opacity: 0.5;
  cursor: pointer;
}

ul.laracircles .owl-prev:hover {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

ul.laracircles .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.laracircles .owl-stage .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
}

ul.laracircles .owl-stage .owl-item a {
  margin: 0 !important;
}

ul.laracircles .owl-stage .owl-item:first-child li span {
  margin-left: -15px;
}

ul.laracircles .owl-stage-outer {
  height: 150px;
}

.header-wrapper .owl-stage-outer {
  height: auto !important;
}

.header-wrapper .owl-nav {
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.header-wrapper:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.country-group {
  width: 100%;
  margin-bottom: 20px;
}

.country-heading {
  background: #c83f5b;
  color: #fff;
  padding: 10px 20px;
  margin: 20px 0 10px 0;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  width: 100%;
  display: block;
  text-align: left;
  font-family: Raleway, sans-serif;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  -ms-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 826px;
}

.plyr__controls .plyr__progress__container {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: none;
}

.plyr__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  display: none;
}

.plyr__menu .plyr__control svg {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: 4.6666666667px;
  padding-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5);
  padding-left: 10.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  padding-right: 10.5px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  padding-top: 4.6666666667px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc((var(--plyr-control-spacing, 10px) * 0.7 - 2px) * -1);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  background-color: #fff;
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  margin-top: -9px !important;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  background-color: #c83f5b;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
  background: #fff !important;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  display: none;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
  height: 6px;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
  display: none;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)) background-coo);
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
  background-color: #fff;
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  -ms-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  margin-bottom: 24px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: transparent;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background-color: #c83f5b;
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  margin-left: 0;
  margin-right: 16px;
  border-radius: 50%;
  padding: 7px;
  background: rgba(0, 0, 0, 0.7);
  padding: 16px;
  border: 1px solid #c83f5b;
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid::hover {
  background: red;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
  background-color: #fff;
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: 16px;
  border-radius: 50%;
  padding: 7px;
  background: rgba(0, 0, 0, 0.7);
  padding: 16px;
  border: 1px solid #c83f5b;
}

.video-player-iframe {
  width: 100%;
  height: 100%;
}

.plyr__controls {
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.plyr__controls .plyr__controls__item.plyr__time {
  display: none !important;
}

.plyr__volume {
  display: none !important;
}

.plyr__menu {
  display: none !important;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #c83f5b;
  border: 1px solid #fff;
  padding: 9px;
  margin-top: -8px !important;
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: #fff !important;
}

.plyr__controls .plyr__controls__item:first-child {
  border: 1px solid #c83f5b;
  border-radius: 50%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
}

.plyr__controls .plyr__controls__item:first-child:hover {
  background-color: #c83f5b;
}

.plyr__control svg {
  fill: white;
}

.plyr__progress input[type=range] {
  color: #fff;
}

.page-template-page-templatespage-map-php {
  /* width */
}

.page-template-page-templatespage-map-php ::-webkit-scrollbar {
  width: 3px;
}

.page-template-page-templatespage-map-php {
  /* Track */
}

.page-template-page-templatespage-map-php ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}

.page-template-page-templatespage-map-php {
  /* Handle */
}

.page-template-page-templatespage-map-php ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c83f5b;
}

.page-template-page-templatespage-map-php .article-circles {
  display: none !important;
}

.page-template-page-templatespage-map-php {
  /* Handle on hover */
}

.page-template-page-templatespage-map-php ::-webkit-scrollbar-thumb:hover {
  background: #c83f5b;
}

.map-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  padding: 30px 0;
  padding: 1.875rem 0;
  max-width: 255px;
  background: red;
  height: 88.3vh;
  background: 56, 19, 26, 1;
  background: #38131a;
  color: #fff;
  opacity: 0.7;
  overflow: auto;
  max-width: 255px;
}

.map-sidebar h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1904761905em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

.map-sidebar ul {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.map-sidebar ul li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286em;
  letter-spacing: 0.03em;
}

.map-sidebar ul li a {
  width: 100%;
  color: #fff;
  text-transform: none;
  display: inline-block;
  padding: 10px 0;
  padding: 0.625rem 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.map-sidebar ul li:active,
.map-sidebar ul li:hover {
  background-color: #c83f5b;
}

.map {
  width: 100%;
}

#mapid {
  z-index: 1;
  height: 88.3vh;
}

#mapid:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

.marker-sonar {
  position: relative;
  border-radius: 100%;
  display: inline-block;
}

.marker-sonar::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
}

.marker-sonar:hover:before {
  -webkit-animation: sonar-effect 1s ease-in-out 0.1s infinite;
  animation: sonar-effect 1s ease-in-out 0.1s infinite;
}

@-webkit-keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 5px #fff, 0 0 3px 3px #fff, 0 0 0 3px #fff;
  }

  100% {
    box-shadow: 0 0 0 5px #fff, 0 0 3px 3px #fff, 0 0 0 3px #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 5px #fff, 0 0 3px 3px #fff, 0 0 0 3px #fff;
  }

  100% {
    box-shadow: 0 0 0 5px #fff, 0 0 3px 3px #fff, 0 0 0 3px #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.leaflet-bar.leaflet-control.leaflet-control-zoom {
  border: 1px solid #c83f5b;
  margin-bottom: 91px;
}

.leaflet-bar.leaflet-control.leaflet-control-zoom a {
  background: #38131a;
  color: #fff;
}

.leaflet-bar.leaflet-control.leaflet-control-zoom a:hover {
  background: #c83f5b;
}

.map-audio {
  position: absolute;
  right: 4px;
  bottom: 30px;
  z-index: 1;
}

.leaflet-popup-content-wrapper {
  position: relative;
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  max-height: 393px;
  max-width: 317px;
  width: -webkit-max-content;
  width: max-content;
}

.leaflet-popup-content {
  width: 100% !important;
  padding: 20px;
  margin: 0 !important;
}

.leaflet-popup-tip-container {
  display: none !important;
}

a.leaflet-popup-close-button {
  display: none;
}

.map:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.popup-map__title {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1904761905em;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-transform: uppercase;
  font-family: Raleway;
}

.popup-map__title .map-hr {
  margin-top: 25px;
  margin-top: 1.5625rem;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #c83f5b;
}

.popup-map__img img {
  width: 100% !important;
  max-width: 272px;
  max-height: 136px;
}

.popup-map__content p,
.popup-map__content a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286em;
  letter-spacing: 0.03rem;
  font-family: Raleway;
}

.popup-map__content p {
  margin: 5px 0 !important;
}

.popup-map__content a {
  color: #c83f5b !important;
  transition: 300ms ease-in-out;
}

.popup-map__content a:hover {
  opacity: 0.7;
}

.popup-map .read-more {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: right;
  vertical-align: middle;
}

.popup-map .read-more a::after {
  margin-left: 15px;
  margin-left: 0.9375rem;
  content: url(../images/read-more-graphic.svg);
  vertical-align: middle;
}

.map-audio {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  border-radius: 50%;
}

.map-audio:hover {
  background-color: #c83f5b;
}

.map-audio.is-unmuted {
  background-image: url("../images/unmute-graphic.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.map-audio.is-unmuted img {
  opacity: 0;
}

.intro-graphics__OneA.mute-btn {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  border-radius: 50%;
}

.intro-graphics__OneA.mute-btn:hover {
  background-color: #c83f5b;
}

.intro-graphics__OneA.mute-btn.is-unmuted {
  background-image: url("../images/unmute-graphic.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.intro-graphics__OneA.mute-btn.is-unmuted img {
  opacity: 0;
}

.page-template-page-aboutus #header {
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
}

.page-template-page-aboutus .headerWrap {
  background-color: transparent;
}

.content-container {
  max-width: 790px;
  margin: 120px auto 0;
}

.content-container__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-video {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.content-video__wrapper {
  width: 100%;
  height: 100%;
}

.content-sidebar {
  width: 23.3%;
  position: relative;
}

.content-sidebar__wrapper {
  top: 0;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
}

.content-sidebar__item {
  width: 100%;
  border-bottom: 1px solid #c83f5b;
}

.content-sidebar__anchor {
  width: 100%;
  color: white;
  font-weight: 300;
  text-align: center;
  line-height: 1.14em;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 18px 5px;
  padding: 1.125rem 0.3125rem;
}

.content-sidebar__anchor:hover {
  font-weight: bold;
}

.content-main {
  width: 64.8%;
}

.content-main .owl-item {
  display: inline-block;
}

.content-title {
  width: 100%;
  text-align: left;
  line-height: 1.167em;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.content-highlighted__title,
.content-text__title {
  width: 100%;
  text-align: left;
  line-height: 1.167em;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.content-highlighted__authors,
.content-text__authors {
  width: 100%;
  font-weight: bold;
  line-height: 143.9%;
  display: inline-block;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

.content-highlighted h3,
.content-text h3 {
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.content-highlighted h4,
.content-text h4 {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.content-highlighted h5,
.content-text h5 {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.content-highlighted h6,
.content-text h6 {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.content-highlighted iframe,
.content-text iframe {
  width: 100%;
  height: 385px;
  height: 24.0625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.content-highlighted blockquote,
.content-text blockquote {
  width: 100%;
  color: black;
  line-height: 1.3em;
  background: white;
  padding: 20px;
  padding: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.content-highlighted img,
.content-text img {
  clear: both;
  object-fit: contain;
  max-height: 480px;
  max-height: 30rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.content-highlighted ol,
.content-highlighted ul,
.content-text ol,
.content-text ul {
  width: 100%;
  padding-left: 12px;
  padding-left: 0.75rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

.content-highlighted ol li,
.content-highlighted ul li,
.content-text ol li,
.content-text ul li {
  width: 100%;
  line-height: 1.5em;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}

.content-highlighted ol,
.content-text ol {
  list-style-type: decimal;
}

.content-highlighted ol li,
.content-text ol li {
  color: white;
  line-height: 1.5em;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

.content-highlighted ul li,
.content-text ul li {
  color: white;
  position: relative;
}

.content-highlighted ul li:before,
.content-text ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  color: #c83f5b;
  top: 10px;
  top: 0.625rem;
  width: 7px;
  width: 0.4375rem;
  left: -12px;
  left: -0.75rem;
  height: 6px;
  height: 0.375rem;
  font-size: 6px;
  font-size: 0.375rem;
  background: url("../images/circle-solid.svg") no-repeat center;
}

.content-highlighted ul li ul,
.content-text ul li ul {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.content-highlighted ul li ul li:before,
.content-text ul li ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  color: #c83f5b;
  top: 10px;
  top: 0.625rem;
  width: 7px;
  width: 0.4375rem;
  left: -12px;
  left: -0.75rem;
  height: 6px;
  height: 0.375rem;
  font-size: 6px;
  font-size: 0.375rem;
  background: url("../images/circle-regular.svg") no-repeat center;
}

.content-highlighted a,
.content-text a {
  color: #c83f5b;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
}

.content-highlighted p,
.content-text p {
  width: 100%;
  display: inline-block;
  line-height: 1.5em;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.content-highlighted table,
.content-text table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.content-highlighted table tr,
.content-text table tr {
  border-left: none;
  border: 1px solid black;
}

.content-highlighted table td,
.content-text table td {
  padding: 5px;
  padding: 0.3125rem;
  border-left: 1px solid black;
}

.content-highlighted table span,
.content-text table span {
  line-height: 1.2em;
}

.content-text .owl-nav {
  top: 20px;
  left: 50vw;
  position: absolute;
}

.content-text .owl-nav button {
  padding: 0;
  width: 100px;
  height: 25px;
  cursor: pointer;
  border: none !important;
  background: transparent;
  outline: none !important;
}

.content-text .owl-nav button.owl-prev {
  margin-right: 20px;
  background: url("../images/gallery-arrow-left.svg") no-repeat center;
  background-size: contain;
}

.content-text .owl-nav button.owl-next {
  background: url("../images/gallery-arrow-right.svg") no-repeat center;
  background-size: contain;
}

.content-text .owl-nav span {
  display: none;
}

.content-text .gallery {
  left: 25%;
  right: 50%;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: black;
}

.content-text .gallery-item {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: none !important;
}

.content-text .gallery-item a {
  pointer-events: none;
}

.content-text .gallery-item img {
  width: 100%;
  height: 570px;
  margin-bottom: 0;
  object-fit: cover;
  max-height: none !important;
}

.content-text .gallery-icon {
  height: 100%;
}

.content-text .gallery-caption {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 10px 5px;
  position: absolute;
  background-color: #c83f5b;
}

.content-text .gallery > figure {
  display: none;
}

.content-text .gallery > figure:first-child {
  display: block;
}

.content-text .wp-caption {
  left: 25%;
  right: 50%;
  height: 570px;
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 30px;
  width: 100vw !important;
  background-color: black;
}

.content-text .wp-caption img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  max-height: none !important;
}

.content-text .wp-caption figcaption {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 10px 5px;
  position: absolute;
  background-color: #c83f5b;
}

.content-text p > img {
  left: 25%;
  right: 50%;
  width: 100vw;
  max-width: none;
  object-fit: cover;
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: black;
}

.content-highlighted {
  width: calc(100% + 120px);
  background-color: #38131a;
  margin-left: -59px;
  margin-left: -3.6875rem;
  padding: 110px 60px;
  padding: 6.875rem 3.75rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}

.content-highlighted__title {
  margin-bottom: 77px !important;
  margin-bottom: 4.8125rem !important;
}

.content-statistics {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% + 120px);
  margin-left: -54px;
  margin-left: -3.375rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.content-statistics__line {
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #c83f5b;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  max-width: 400px;
  max-width: 25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.content-statistics__line--highlighted {
  max-width: none;
  letter-spacing: 0;
  line-height: 1.33em;
  text-transform: none;
  font-family: "Playfair Display";
  font-size: 100px;
  font-size: 6.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.content-statistics__line--white {
  color: white;
}

.content-credits {
  margin-top: 80px;
  margin-top: 5rem;
}

.content-credits .content-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.content-members {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.content-members__item {
  width: 100%;
}

.content-members__item:not(:last-child) {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.content-members__name {
  line-height: 1em;
  font-weight: bold;
  color: #c83f5b;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.content-quotes {
  left: 25%;
  right: 50%;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #c83f5b;
}

.content-quotes__slider {
  margin: 0 auto;
  position: relative;
  max-width: 920px;
  max-width: 57.5rem;
  padding: 90px 0 40px;
  padding: 5.625rem 0 2.5rem;
}

.content-quotes__slider > .content-quotes__item:not(:first-child) {
  display: none;
}

.content-quotes__slider:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 90px;
  top: 5.625rem;
  left: -95px;
  left: -5.9375rem;
  width: 47px;
  width: 2.9375rem;
  height: 39px;
  height: 2.4375rem;
  background: url("../images/quotes-icon.svg") no-repeat center;
  background-size: cover;
}

.content-quotes__slider .owl-stage-outer {
  overflow: hidden;
}

.content-quotes__item {
  position: relative;
  margin: 0 20px;
  margin: 0 1.25rem;
}

.content-quotes__title {
  color: #38131a;
  font-weight: normal;
  text-align: justify;
  line-height: 1.325em;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Playfair Display";
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
  position: relative;
}

.content-quotes__title:before {
  content: "";
  display: inline-block;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  margin-right: 18px;
  margin-right: 1.125rem;
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
  background: url("../images/audio-toggle.svg") no-repeat center;
  background-size: cover;
}

.content-quotes__name {
  line-height: 153%;
  text-align: justify;
  letter-spacing: 0.03em;
  font-size: 17px;
  font-size: 1.0625rem;
}

.content-quotes .owl-nav {
  top: 45%;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-quotes .owl-nav button {
  padding: 0;
  width: 100px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  border: none !important;
  background: transparent;
  outline: none !important;
}

.content-quotes .owl-nav button.owl-prev {
  left: -280px;
  left: -17.5rem;
  background: url("../images/black-arrow-left.svg") no-repeat center;
  background-size: contain;
}

.content-quotes .owl-nav button.owl-next {
  right: -280px;
  right: -17.5rem;
  background: url("../images/black-arrow-right.svg") no-repeat center;
  background-size: contain;
}

.content-quotes .owl-nav span {
  display: none;
}

.content-quotes .owl-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 72px;
  margin-top: 4.5rem;
}

.content-quotes .owl-dots .owl-dot {
  cursor: pointer;
  border-radius: 100%;
  outline: none !important;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  border: 1px solid white;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}

.content-quotes .owl-dots .owl-dot:not(:last-child) {
  margin-right: 28px;
  margin-right: 1.75rem;
}

.content-quotes .owl-dots .owl-dot:hover,
.content-quotes .owl-dots .owl-dot.active {
  background-color: #c83f5b;
}

.content-supporters__title {
  line-height: 1em;
  font-size: 27px;
  font-size: 1.6875rem;
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}

.content-supporters__item {
  float: left;
  width: 50%;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.content-supporters__item:first-child,
.content-supporters__item:nth-child(2) {
  margin-top: 0;
}

.content-supporters__item img {
  width: 100%;
  object-fit: cover;
  height: 105px;
  height: 6.5625rem;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }

  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1441px;
  }

  .show-mob {
    display: none !important;
  }

  .show-tab {
    display: none !important;
  }

  .show-tab-big {
    display: none !important;
  }

  .mobile-navigation {
    display: none !important;
  }

  .page-template-page-article .header-wrapper,
  .single-post .header-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .column-mob-1 {
    width: 8.3333333333%;
  }

  .column-mob-2 {
    width: 16.6666666667%;
  }

  .column-mob-3 {
    width: 25%;
  }

  .column-mob-4 {
    width: 33.3333333333%;
  }

  .column-mob-5 {
    width: 41.6666666667%;
  }

  .column-mob-6 {
    width: 50%;
  }

  .column-mob-7 {
    width: 58.3333333333%;
  }

  .column-mob-8 {
    width: 66.6666666667%;
  }

  .column-mob-9 {
    width: 75%;
  }

  .column-mob-10 {
    width: 83.3333333333%;
  }

  .column-mob-11 {
    width: 91.6666666667%;
  }

  .column-mob-12 {
    width: 100%;
  }

  .show-mob {
    display: block !important;
  }

  .hidden-mob {
    display: none !important;
  }

  .headerWrap {
    min-height: 80px;
  }

  .map-btn-mob {
    display: block;
    font-size: 21px !important;
    background: transparent !important;
    top: 4px !important;
    left: 50% !important;
    margin-left: -30px !important;
    width: 80px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-small h1 {
    display: none;
  }

  .logo-small img {
    border: 1px solid #c83f5b;
    border-radius: 50%;
    padding: 4px;
    max-height: 50px;
    max-width: 50px;
  }

  .languages {
    position: static !important;
    right: auto !important;
    top: auto !important;
    margin-top: 30px !important;
    width: 100%;
    text-align: center;
  }

  .languages li {
    display: inline-block;
    padding: 0px;
    margin: 0px 0px 40px;
  }

  .languages li a {
    padding: 10px 15px;
    border: 1px solid #c83f5b;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.03em;
  }

  .languages li.active {
    display: inline-block;
  }

  .languages li.active a {
    background: #c83f5b;
  }

  .hamburger-wrapper {
    display: block;
  }

  .gnav ul.primary-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    margin-top: 41px !important;
    padding: 0;
    gap: 0;
  }

  .gnav ul.primary-menu li {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }

  .gnav ul.primary-menu li a {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: 1px solid #c83f5b;
    width: 100%;
    display: block;
    padding: 15px;
    box-sizing: border-box;
  }

  .gnav ul.primary-menu li.current-menu-item a {
    background: #c83f5b;
  }

  .gnav {
    overflow: auto;
    position: absolute;
    top: 5rem;
    background: #38131a;
    z-index: 6;
    width: 100%;
    left: 0px;
    text-align: center;
    display: none;
    height: 100vh;
    padding-bottom: 180px;
    padding-right: 50px;
  }

  .gnav .article-circles {
    display: none !important;
  }

  .gnav .map-btn {
    display: none;
  }

  .mobile-navigation .laracircles {
    max-width: 34px;
    opacity: 1 !important;
  }

  .mobile-navigation .laracircles li {
    margin: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    min-height: 20px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile-navigation .laracircles span {
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #ffffff;
    font-size: 13px;
    text-align: left;
    border-radius: 0px;
    position: absolute;
    visibility: visible;
    left: 25px !important;
    letter-spacing: 0.03em;
    border: none !important;
    margin-top: 0 !important;
    transition: opacity 0.3s;
    padding: unset !important;
    line-height: unset !important;
    margin-left: unset !important;
    background-color: transparent;
    width: 220px;
  }

  html,
  body {
    font-size: 80%;
  }

  .intro-slider-img {
    height: 52vh;
  }

  .intro-graphics {
    margin-top: 66px;
    margin-top: 4.125rem;
  }

  .intro-svg {
    margin-top: 30px;
    margin-top: 1.875rem;
    gap: 15px;
  }

  .intro-button-text {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }

  .intro-carousel-wrapper {
    height: 40vh;
  }

  .slider-main-wrap {
    height: 50vh;
  }

  .slider-main-wrap .page-intro__title img {
    max-width: 44.7vw;
  }

  .showIntro .page-intro-wrapper {
    height: 54vh;
  }

  .showIntro .page-intro__title img {
    height: 21vh;
  }

  .showIntro .page-intro__title {
    padding-top: 105px;
    height: 55vh;
  }

  .home-content .explore {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .home-content .explore a {
    padding: 10px 10px;
    padding: 0.625rem 0.625rem;
  }

  .page-template-page-article .header-wrapper .app,
  .single-post .header-wrapper .app {
    display: none;
  }

  .page-template-page-article .header-wrapper .app.mobile-navigation,
  .single-post .header-wrapper .app.mobile-navigation {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  .place-wrapper {
    padding-top: 80px;
    min-height: 101vh;
  }

  .place-wrapper-banner img {
    max-height: 100%;
    height: 100%;
  }

  .place-wrapper-banner {
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
  }

  .title-place h1 {
    font-size: 48px;
  }

  .title-place {
    top: auto;
    left: auto;
    right: auto;
    z-index: 10;
    max-width: 347px;
    margin-top: 15px;
    position: relative;
  }

  .mute-place {
    margin-top: 0;
  }

  .article-border__item {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .article-content-wrapper .article-nav-left {
    top: 15px;
    left: 38px;
  }

  .article-content-wrapper .article-nav-right {
    top: 15px;
    right: 38px;
  }

  .article-information {
    display: block;
  }

  .article-redbox {
    margin: 0 -15px !important;
  }

  .article-info-mob {
    display: unset;
  }

  .article-info h4 {
    display: inline;
  }

  .article-info ul {
    display: inline;
  }

  .article-info ul li {
    display: inline;
    margin: 0px 5px;
  }

  .article-info__item h4,
  .article-info__item p {
    display: inline;
  }

  .article-info .coordinates .coordinates-2 {
    padding-left: 60px;
    padding-left: 3.75rem;
    display: block;
  }

  .article-info {
    bottom: auto;
    max-width: unset;
    position: relative;
    padding-top: 10px;
    padding-top: 0.625rem;
  }

  .article-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-info .coordinates {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .article-info__bodies {
    padding-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .article-info p,
  .article-info h4,
  .article-info li {
    font-size: 17px !important;
    line-height: 1.5294117647em;
  }

  .article-graphic {
    margin-right: 25px;
    margin-right: 1.5625rem;
  }

  .three-d {
    display: none;
  }

  .archive-popup .owl-custom-popup .owl-dots {
    display: none !important;
  }

  .owl-gallery-slider .owl-dots {
    display: none !important;
  }

  .accordion-section-content {
    display: none;
  }

  .accordion-section-title {
    display: block;
  }

  .gallery-icon {
    margin-right: 0;
  }

  .drone-image-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  ul.laracircles:before {
    display: none;
  }

  ul.laracircles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .country-heading {
    margin: 20px 0 10px 0;
    padding: 10px 20px;
  }

  .map-sidebar {
    display: none;
  }

  .intro-graphics__OneA.mute-btn {
    height: 52px;
  }
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .container {
    max-width: 747px;
  }

  .column-tab-1 {
    width: 8.3333333333%;
  }

  .column-tab-2 {
    width: 16.6666666667%;
  }

  .column-tab-3 {
    width: 25%;
  }

  .column-tab-4 {
    width: 33.3333333333%;
  }

  .column-tab-5 {
    width: 41.6666666667%;
  }

  .column-tab-6 {
    width: 50%;
  }

  .column-tab-7 {
    width: 58.3333333333%;
  }

  .column-tab-8 {
    width: 66.6666666667%;
  }

  .column-tab-9 {
    width: 75%;
  }

  .column-tab-10 {
    width: 83.3333333333%;
  }

  .column-tab-11 {
    width: 91.6666666667%;
  }

  .column-tab-12 {
    width: 100%;
  }

  .show-tab {
    display: block !important;
  }

  .hidden-tab {
    display: none !important;
  }

  .mobile-navigation {
    display: none !important;
  }

  .intro-slider-img {
    height: 42vh;
  }

  .intro-carousel-wrapper {
    height: 42vh;
  }

  .slider-main-wrap {
    height: 59vh;
  }

  .slider-main-wrap .page-intro__title img {
    max-width: 21.78vw;
  }

  .page-template-page-article .header-wrapper .app,
  .single-post .header-wrapper .app {
    width: calc(100% - 225px - 200px);
    margin-left: 20px;
  }

  .mute-place {
    margin-top: 0;
  }

  .article-information {
    display: block;
  }

  .article-redbox {
    margin-left: auto;
    margin-right: auto;
  }

  .article-info {
    margin-left: auto;
    margin-right: auto;
  }

  .archive-popup .owl-custom-popup .owl-dots {
    display: none !important;
  }

  .owl-gallery-slider .owl-dots {
    display: none !important;
  }

  ul.laracircles:before {
    display: none;
  }

  ul.laracircles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .container {
    max-width: 985px;
  }

  .column-tab-big-1 {
    width: 8.3333333333%;
  }

  .column-tab-big-2 {
    width: 16.6666666667%;
  }

  .column-tab-big-3 {
    width: 25%;
  }

  .column-tab-big-4 {
    width: 33.3333333333%;
  }

  .column-tab-big-5 {
    width: 41.6666666667%;
  }

  .column-tab-big-6 {
    width: 50%;
  }

  .column-tab-big-7 {
    width: 58.3333333333%;
  }

  .column-tab-big-8 {
    width: 66.6666666667%;
  }

  .column-tab-big-9 {
    width: 75%;
  }

  .column-tab-big-10 {
    width: 83.3333333333%;
  }

  .column-tab-big-11 {
    width: 91.6666666667%;
  }

  .column-tab-big-12 {
    width: 100%;
  }

  .show-tablet-big {
    display: block !important;
  }

  .hidden-tablet-big {
    display: none !important;
  }

  .mobile-navigation {
    display: none !important;
  }

  .intro-slider-img {
    height: 42vh;
  }

  .intro-carousel-wrapper {
    height: 42vh;
  }

  .slider-main-wrap {
    height: 59vh;
  }

  .slider-main-wrap .page-intro__title img {
    max-width: 21.78vw;
  }

  .archive-popup .owl-custom-popup .owl-dots {
    display: none !important;
  }

  .owl-gallery-slider .owl-dots {
    display: none !important;
  }

  ul.laracircles:before {
    display: none;
  }

  ul.laracircles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}