@charset "UTF-8";
/*
	Gotham:
	- Light - 300;
	- Book - 400;
	- Medium - 500;
	- Bold - 700;
 */
@font-face {
  font-family: 'Gotham';
  src: url("/fonts//gotham/GothamLight.eot");
  src: url("/fonts//gotham/GothamLight.eot?#iefix") format("embedded-opentype"), url("/fonts//gotham/GothamLight.woff") format("woff"), url("/fonts//gotham/GothamLight.ttf") format("truetype"), url("/fonts//gotham/GothamLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("/fonts//gotham/GothamBook.eot");
  src: url("/fonts//gotham/GothamBook.eot?#iefix") format("embedded-opentype"), url("/fonts//gotham/GothamBook.woff") format("woff"), url("/fonts//gotham/GothamBook.ttf") format("truetype"), url("/fonts//gotham/GothamBook.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("/fonts//gotham/GothamMedium.eot");
  src: url("/fonts//gotham/GothamMedium.eot?#iefix") format("embedded-opentype"), url("/fonts//gotham/GothamMedium.woff") format("woff"), url("/fonts//gotham/GothamMedium.ttf") format("truetype"), url("/fonts//gotham/GothamMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("/fonts//gotham/GothamBold.eot");
  src: url("/fonts//gotham/GothamBold.eot?#iefix") format("embedded-opentype"), url("/fonts//gotham/GothamBold.woff") format("woff"), url("/fonts//gotham/GothamBold.ttf") format("truetype"), url("/fonts//gotham/GothamBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

.visuallyhidden {
  margin: -1px;
  margin: -0.0625rem;
  padding: 0;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

.row:after, .clearfix, .breadcrumb__list, .hi__el, .accordion__list {
  *zoom: 1; }
  .clearfix:before, .breadcrumb__list:before, .hi__el:before, .accordion__list:before, .row:after, .clearfix:after, .breadcrumb__list:after, .hi__el:after, .accordion__list:after {
    content: "";
    display: table; }
  .row:after, .clearfix:after, .breadcrumb__list:after, .hi__el:after, .accordion__list:after {
    clear: both; }

.no-wrap {
  white-space: nowrap; }

@media print {
  .hide-on-print, .breadcrumb__list, .footer {
    display: none; } }

.sd__el-meta p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.form__subscribe, .form__subscribe--field-name, .form__subscribe--field-email, .form__subscribe--field-submit, .footer__subscribe-container, .pl-questions__el, .pl__col, .flags__el, .stories__el, .cl__col, .cl__el, .grid__list .pl__col {
  float: left;
  min-height: 1px;
  min-height: 0.0625rem;
  display: block; }

.form__subscribe, .form__subscribe--field-name, .form__subscribe--field-email, .form__subscribe--field-submit, .footer__subscribe-container, .pl-questions__el, .pl__col, .flags__el, .stories__el, .cl__col, .cl__el, .grid__list .pl__col {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.row {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

/*  -------------------------------------------------------------
* 	=Helpers - reusable things
*	------------------------------------------------------------- */
.fsocials, .primary-button, .cmsform .form_submit input, .single-story__button a, .sd__form-button, .articles__button a, .events__button a, .stories__button a, .news__button a, .secondary-button, .footer__subscribe-submit, .tertiary-button, .search-country__button, .single-document__button, a, .pl__col-title, .articles__wrapper, .events__inner, .grid__list .pl__col.pl__col-thirds-title {
  transition: color 0.3s ease, background-color 0.3s ease; }

.cl__col-wrapper {
  transition: background-size 0.3s ease; }

.cl__link:after {
  transition: width 0.3s ease; }

.breadcrumb__list, .footer__nav, .form__subscribe--list, .header__nav .nav__drop, .search__list, .sd__list, .pagination, .single-document, .general__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.breadcrumb__item, .footer__nav li, .form__subscribe--field, .header__nav .nav__item-2, .search__item, .pagination li {
  padding: 0;
  margin: 0;
  position: static; }
  .breadcrumb__item:before, .footer__nav li:before, .form__subscribe--field:before, .header__nav .nav__item-2:before, .search__item:before, .pagination li:before {
    content: '';
    display: none; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  *text-indent: -624.9375rem; }

.ir:before {
  content: "";
  display: block;
  height: 150%;
  width: 0; }

.container, .hi__list {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  width: 100%;
  margin: 0 auto;
  clear: both; }
  @media (min-width: 48rem) {
    .container, .hi__list {
      max-width: 768px;
      max-width: 48rem; } }
  @media (min-width: 62rem) {
    .container, .hi__list {
      max-width: 992px;
      max-width: 62rem; } }
  @media (min-width: 75rem) {
    .container, .hi__list {
      max-width: 1200px;
      max-width: 75rem; } }

.row {
  clear: both; }

.fixed-element {
  position: fixed; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.no-scroll {
  overflow: hidden; }

@media (max-width: 28.75rem) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 75rem) {
  .hidden-lg {
    display: none !important; } }

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

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:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

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

::-moz-focus-inner {
  padding: 0;
  border: none; }

:focus {
  outline: 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

button, input {
  -webkit-appearance: none; }

input, select, textarea {
  margin: 0;
  outline: 0; }

mark {
  background: 0 0; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

* {
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0); }

body {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }

button, input {
  line-height: normal; }

button, input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none; }

input[type=text], input[type=password], input[type=tel], input[type=email], textarea {
  border-radius: 0; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

html, body {
  min-height: 100%; }

a {
  outline: 0; }

.fsocials {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 48px;
  width: 3rem;
  height: 141px;
  height: 8.8125rem;
  background-color: #8b8b8b;
  opacity: 0.7;
  z-index: 10;
  border-top-left-radius: 20px;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 20px;
  border-bottom-left-radius: 1.25rem;
  padding: 25px 0;
  padding: 1.5625rem 0;
  text-align: center;
  display: none; }
  .fsocials:hover {
    background-color: #2b2b2b;
    opacity: 1; }
  @media (min-width: 48rem) {
    .fsocials {
      display: block; } }
  .fsocials a.fb {
    width: 100%;
    height: 42px;
    height: 2.625rem;
    display: block;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding: 7px 0;
    padding: 0.4375rem 0; }
  .fsocials a.tw {
    width: 100%;
    height: 38px;
    height: 2.375rem;
    display: block;
    padding: 7px 0;
    padding: 0.4375rem 0; }

.social-svgs {
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  display: inline-block;
  fill: #fff;
  vertical-align: middle; }

.hidden {
  display: none; }

.danger {
  background-color: red;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  color: white; }

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

.autocomplete-suggestions {
  box-sizing: border-box;
  border: 1px solid #BFBFBF;
  border: 0.0625rem solid #BFBFBF;
  background: #fff;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 4px 3px rgba(191, 191, 191, 0.3);
  box-shadow: 0.0625rem 0.25rem 0.1875rem rgba(191, 191, 191, 0.3); }
  .autocomplete-suggestions strong {
    color: #00b4ff; }

.autocomplete-suggestion {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  cursor: pointer; }
  .autocomplete-suggestion:nth-child(odd) {
    background: #fff; }

.autocomplete-suggestion__title {
  display: block; }

.autocomplete-suggestion__summary {
  display: block;
  font-size: 14px;
  font-size: 0.875rem; }

.autocomplete-no-suggestion {
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem; }

.autocomplete-selected {
  background: rgba(191, 191, 191, 0.2) !important; }

.autocomplete-group {
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem; }
  .autocomplete-group strong {
    font-weight: bold;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
    border-bottom: 0.0625rem solid #000; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  padding: 0 0.5rem;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  left: 0.5rem;
  right: 8px;
  right: 0.5rem;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  padding: 0 0 1.125rem 0.625rem;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px;
    top: 0.0625rem; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  right: -0.375rem;
  text-align: right;
  padding-right: 6px;
  padding-right: 0.375rem;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  margin-top: -3.4375rem;
  padding: 0;
  width: 90px;
  width: 5.625rem;
  height: 110px;
  height: 6.875rem;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px;
    margin-top: -3.375rem; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-top: 2.1875rem;
    margin-left: 35px;
    margin-left: 2.1875rem;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-top-width: 0.8125rem;
    border-bottom-width: 13px;
    border-bottom-width: 0.8125rem;
    top: 8px;
    top: 0.5rem; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-top-width: 1.3125rem;
    border-bottom-width: 21px;
    border-bottom-width: 1.3125rem;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    border-right: 1.0625rem solid #FFF;
    margin-left: 31px;
    margin-left: 1.9375rem; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    margin-left: 1.5625rem;
    border-right: 27px solid #3F3F3F;
    border-right: 1.6875rem solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    border-left: 1.0625rem solid #FFF;
    margin-left: 39px;
    margin-left: 2.4375rem; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
    border-left: 1.6875rem solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    max-width: 56.25rem; }
  .mfp-iframe-holder .mfp-close {
    top: -40px;
    top: -2.5rem; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
    background: #000; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  padding: 2.5rem 0 2.5rem;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    top: 2.5rem;
    bottom: 40px;
    bottom: 2.5rem;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  margin-top: -2.25rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  line-height: 1.125rem;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  padding-right: 2.25rem; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 50rem) and (orientation: landscape), screen and (max-height: 18.75rem) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
    margin-left: 0.3125rem; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    padding: 0.1875rem 0.3125rem;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    right: 0.3125rem;
    top: 3px;
    top: 0.1875rem; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    width: 2.1875rem;
    height: 35px;
    height: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 56.25rem) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-left: 0.375rem;
    padding-right: 6px;
    padding-right: 0.375rem; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  width: 37.5rem;
  left: 50%;
  margin-left: -300px;
  margin-left: -18.75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px;
  padding-top: 2.75rem; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.Zebra_Accordion dd {
  display: none; }

.Zebra_Accordion dt {
  cursor: pointer; }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .nano-content:focus {
    outline: thin dotted; }
  .nano-content::-webkit-scrollbar {
    display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  width: 0.625rem;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  transition: .2s;
  border-radius: 5px;
  border-radius: 0.3125rem; }

.nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  margin: 0 0.0625rem;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  min-height: 0.0625rem;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
    border: 0.0625rem solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/slick/slick.eot");
  src: url("/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick/slick.woff") format("woff"), url("/fonts/slick/slick.ttf") format("truetype"), url("/fonts/slick/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px;
  left: -1.5625rem; }

[dir='rtl'] .slick-prev {
  right: -25px;
  right: -1.5625rem;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px;
  right: -1.5625rem; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
  left: -1.5625rem; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  bottom: -1.5625rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  padding: 5px;
  padding: 0.3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  font-size: 0.375rem;
  line-height: 20px;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

div#driver-popover-item {
  display: none;
  position: absolute;
  background: #fff;
  color: #2d2d2d;
  margin: 0;
  padding: 15px;
  padding: 0.9375rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  min-width: 250px;
  min-width: 15.625rem;
  max-width: 300px;
  max-width: 18.75rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.0625rem 0.625rem rgba(0, 0, 0, 0.4);
  z-index: 1000000000; }

div#driver-popover-item .driver-popover-tip {
  border: 5px solid #fff;
  border: 0.3125rem solid #fff;
  content: "";
  position: absolute; }

div#driver-popover-item .driver-popover-tip.bottom {
  bottom: -10px;
  bottom: -0.625rem;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

div#driver-popover-item .driver-popover-tip.bottom.position-center {
  left: 49%; }

div#driver-popover-item .driver-popover-tip.bottom.position-right {
  right: 20px;
  right: 1.25rem; }

div#driver-popover-item .driver-popover-tip.left {
  left: -10px;
  left: -0.625rem;
  top: 10px;
  top: 0.625rem;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent; }

div#driver-popover-item .driver-popover-tip.left.position-center {
  top: 46%; }

div#driver-popover-item .driver-popover-tip.left.position-bottom {
  top: auto;
  bottom: 20px;
  bottom: 1.25rem; }

div#driver-popover-item .driver-popover-tip.right {
  right: -10px;
  right: -0.625rem;
  top: 10px;
  top: 0.625rem;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff; }

div#driver-popover-item .driver-popover-tip.right.position-center {
  top: 46%; }

div#driver-popover-item .driver-popover-tip.right.position-bottom {
  top: auto;
  bottom: 20px;
  bottom: 1.25rem; }

div#driver-popover-item .driver-popover-tip.top {
  top: -10px;
  top: -0.625rem;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent; }

div#driver-popover-item .driver-popover-tip.top.position-center {
  left: 49%; }

div#driver-popover-item .driver-popover-tip.top.position-right {
  right: 20px;
  right: 1.25rem; }

div#driver-popover-item .driver-popover-footer {
  display: block;
  clear: both;
  margin-top: 5px;
  margin-top: 0.3125rem; }

div#driver-popover-item .driver-popover-footer button {
  display: inline-block;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  border: 1px solid #d4d4d4;
  border: 0.0625rem solid #d4d4d4;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  text-shadow: 0.0625rem 0.0625rem 0 #fff;
  color: #2d2d2d;
  font: 11px/normal sans-serif;
  font: 0.6875rem/normal sans-serif;
  cursor: pointer;
  outline: 0;
  background-color: #f1f1f1;
  border-radius: 2px;
  border-radius: 0.125rem;
  zoom: 1;
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
  line-height: 1.3; }

div#driver-popover-item .driver-popover-footer button.driver-disabled {
  color: gray;
  cursor: default;
  pointer-events: none; }

div#driver-popover-item .driver-popover-footer .driver-close-btn {
  float: left; }

div#driver-popover-item .driver-popover-footer .driver-btn-group {
  float: right; }

div#driver-popover-item .driver-popover-title {
  font: 19px/normal sans-serif;
  font: 1.1875rem/normal sans-serif;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 1.5;
  zoom: 1; }

div#driver-popover-item .driver-popover-description {
  margin-bottom: 0;
  font: 14px/normal sans-serif;
  font: 0.875rem/normal sans-serif;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 400;
  zoom: 1; }

.driver-stage-no-animation {
  transition: none !important;
  background: transparent !important;
  outline: 5000px solid rgba(0, 0, 0, 0.75);
  outline: 312.5rem solid rgba(0, 0, 0, 0.75); }

div#driver-page-overlay {
  background: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: .75;
  z-index: 100002 !important; }

div#driver-highlighted-element-stage, div#driver-page-overlay {
  top: 0;
  left: 0;
  transition: all .4s; }

div#driver-highlighted-element-stage {
  position: absolute;
  height: 50px;
  height: 3.125rem;
  width: 300px;
  width: 18.75rem;
  background: #fff;
  z-index: 100003 !important;
  display: none;
  border-radius: 2px;
  border-radius: 0.125rem; }

.driver-highlighted-element {
  z-index: 100004 !important; }

.driver-position-relative {
  position: relative !important; }

.driver-fix-stacking {
  z-index: auto !important;
  opacity: 1 !important;
  transform: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
  -ms-perspective: none !important;
  -o-perspective: none !important;
  perspective: none !important;
  -ms-transform-style: flat !important;
  transform-style: flat !important;
  -webkit-transform-box: border-box !important;
  -moz-transform-box: border-box !important;
  -ms-transform-box: border-box !important;
  -o-transform-box: border-box !important;
  transform-box: border-box !important;
  will-change: unset !important; }
.primary-button, .cmsform .form_submit input, .single-story__button a, .sd__form-button, .articles__button a, .events__button a, .stories__button a, .news__button a, .secondary-button, .footer__subscribe-submit, .tertiary-button, .search-country__button, .single-document__button {
  padding: 12px 54px;
  padding: 0.75rem 3.375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
  font-family: "Gotham", Arial, sans-serif;
  text-decoration: none;
  border-radius: 10px;
  border-radius: 0.625rem;
  border: none;
  padding: 16px 40px;
  padding: 1rem 2.5rem; }
  @media (min-width: 28.75rem) {
    .primary-button, .cmsform .form_submit input, .single-story__button a, .sd__form-button, .articles__button a, .events__button a, .stories__button a, .news__button a, .secondary-button, .footer__subscribe-submit, .tertiary-button, .search-country__button, .single-document__button {
      width: auto; } }
  .primary-button:hover, .cmsform .form_submit input:hover, .single-story__button a:hover, .sd__form-button:hover, .articles__button a:hover, .events__button a:hover, .stories__button a:hover, .news__button a:hover, .secondary-button:hover, .footer__subscribe-submit:hover, .tertiary-button:hover, .search-country__button:hover, .single-document__button:hover {
    text-decoration: none; }

.primary-button, .cmsform .form_submit input, .single-story__button a, .sd__form-button, .articles__button a, .events__button a, .stories__button a, .news__button a {
  background: #2b2b2b;
  color: #fff; }
  .primary-button:visited, .cmsform .form_submit input:visited, .single-story__button a:visited, .sd__form-button:visited, .articles__button a:visited, .events__button a:visited, .stories__button a:visited, .news__button a:visited {
    color: #fff; }
  .primary-button:hover, .cmsform .form_submit input:hover, .single-story__button a:hover, .sd__form-button:hover, .articles__button a:hover, .events__button a:hover, .stories__button a:hover, .news__button a:hover {
    background: black;
    color: #fff; }
  .primary-button:active, .cmsform .form_submit input:active, .single-story__button a:active, .sd__form-button:active, .articles__button a:active, .events__button a:active, .stories__button a:active, .news__button a:active {
    background: black;
    color: #fff; }

.secondary-button, .footer__subscribe-submit {
  background: #E94F46;
  color: #fff; }
  .secondary-button:visited, .footer__subscribe-submit:visited {
    color: #fff; }
  .secondary-button:hover, .footer__subscribe-submit:hover {
    background: #e1261b;
    color: #fff; }
  .secondary-button:active, .footer__subscribe-submit:active {
    background: #e1261b;
    color: #fff; }

.tertiary-button, .search-country__button, .single-document__button {
  background: #2b2b2b;
  color: #fff; }
  .tertiary-button:visited, .search-country__button:visited, .single-document__button:visited {
    color: #fff; }
  .tertiary-button:hover, .search-country__button:hover, .single-document__button:hover {
    background: #121212;
    color: #fff; }
  .tertiary-button:active, .search-country__button:active, .single-document__button:active {
    background: #121212;
    color: #fff; }

.cmsform {
  font-family: "Gotham", Arial, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 300;
  max-width: 600px;
  max-width: 37.5rem; }
  .cmsform .field_contain {
    margin: 15px 0;
    margin: 0.9375rem 0; }
  .cmsform .field_name {
    position: relative;
    padding: 15px 15px 0 0;
    padding: 0.9375rem 0.9375rem 0 0;
    font-family: "Gotham", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: normal;
    float: none;
    width: auto;
    text-align: left;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    overflow: hidden; }
    @media (min-width: 48rem) {
      .cmsform .field_name {
        width: 200px;
        width: 12.5rem;
        float: left;
        text-align: right;
        margin-bottom: 0; } }
    .cmsform .field_name label {
      float: left; }
      @media (min-width: 48rem) {
        .cmsform .field_name label {
          float: none; } }
    .cmsform .field_name .required {
      color: #E94F46;
      font-weight: bold;
      margin-left: 5px;
      margin-left: 0.3125rem; }
      @media (min-width: 48rem) {
        .cmsform .field_name .required {
          position: absolute;
          right: 0; } }
  .cmsform .field_input {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 48rem) {
      .cmsform .field_input {
        margin-left: 215px;
        margin-left: 13.4375rem; } }
    .cmsform .field_input input:not([type="checkbox"]):not([type="radio"]),
    .cmsform .field_input textarea,
    .cmsform .field_input select {
      text-transform: initial;
      border: 1px solid #BFBFBF;
      border: 0.0625rem solid #BFBFBF;
      width: 100%; }
    .cmsform .field_input input[name="security_code"] {
      margin-left: 130px !important;
      margin-left: 8.125rem !important;
      display: block !important;
      width: 150px !important;
      width: 9.375rem !important;
      margin-bottom: 10px !important;
      margin-bottom: 0.625rem !important; }
    .cmsform .field_input img[title="Security Check"] {
      border-radius: 15px;
      border-radius: 0.9375rem;
      -webkit-border-radius: 15px;
      -webkit-border-radius: 0.9375rem;
      -moz-border-radius: 15px;
      -moz-border-radius: 0.9375rem;
      -ms-border-radius: 15px;
      -ms-border-radius: 0.9375rem;
      -o-border-radius: 15px;
      -o-border-radius: 0.9375rem;
      border: 1px solid #dad5d5;
      border: 0.0625rem solid #dad5d5;
      float: left;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
      .cmsform .field_input img[title="Security Check"] + br {
        display: none; }
  .cmsform .supporting {
    padding: 0;
    margin: 10px 0 0 0;
    margin: 0.625rem 0 0 0;
    font-style: normal;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 48rem) {
      .cmsform .supporting {
        margin-left: 215px;
        margin-left: 13.4375rem; } }
  .cmsform .form_submit {
    padding: 50px 0 0 0;
    padding: 3.125rem 0 0 0;
    text-align: center; }
    @media (min-width: 48rem) {
      .cmsform .form_submit {
        padding-left: 215px;
        padding-left: 13.4375rem;
        text-align: left; } }

::selection {
  background: #E94F46;
  color: white;
  text-shadow: none; }

html {
  font-size: 100%;
  min-width: 320px;
  min-width: 20rem; }

body {
  background: #fff;
  overflow-x: hidden; }

a,
button,
label {
  cursor: pointer; }

html,
button {
  color: #4d4d4d; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/img/events-list/icon-select.png") no-repeat right 15px center;
  background: #fff url("/img/events-list/icon-select.png") no-repeat right 0.9375rem center;
  height: 43px;
  height: 2.6875rem;
  border: 1px solid #dad5d5;
  border: 0.0625rem solid #dad5d5;
  color: #4d4d4d;
  border-radius: 10px;
  border-radius: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  letter-spacing: -0.0125rem;
  display: block;
  font-weight: 500; }
  select:hover {
    cursor: pointer; }

input[type=text], input[type=email], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #4d4d4d;
  background: #fff;
  padding: 17px 25px;
  padding: 1.0625rem 1.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
  border-radius: 10px !important;
  border-radius: 0.625rem !important;
  font-family: "Gotham", Arial, sans-serif; }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
    color: #4d4d4d;
    opacity: 1; }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #4d4d4d; }
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #4d4d4d; }

textarea {
  padding-top: 10px;
  padding-top: 0.625rem;
  line-height: 28px;
  line-height: 1.75rem;
  min-height: 100px;
  min-height: 6.25rem; }

h1, h2, h3, legend, h4, h5, h6 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-family: "Gotham", Arial, sans-serif;
  color: #4d4d4d; }

h1 {
  font-size: 35px;
  font-size: 2.1875rem; }

h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3, legend {
  font-size: 25px;
  font-size: 1.5625rem; }

h4 {
  font-size: 18px;
  font-size: 1.125rem; }

h5 {
  font-size: 14px;
  font-size: 0.875rem; }

h6 {
  font-size: 11px;
  font-size: 0.6875rem; }

.pl-content h2, .articles h2, .events h2, .flags h2, .stories h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 43px;
  line-height: 2.6875rem;
  letter-spacing: -0.46px;
  letter-spacing: -0.02875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: left; }
  @media (min-width: 48rem) {
    .pl-content h2, .articles h2, .events h2, .flags h2, .stories h2 {
      font-size: 35px;
      font-size: 2.1875rem;
      text-align: center;
      margin-bottom: 60px;
      margin-bottom: 3.75rem; } }

h1 {
  font-weight: 500;
  line-height: 43px;
  line-height: 2.6875rem;
  letter-spacing: -0.46px;
  letter-spacing: -0.02875rem;
  margin-bottom: 44px;
  margin-bottom: 2.75rem; }

h2 {
  font-weight: 400;
  letter-spacing: -0.77px;
  letter-spacing: -0.04813rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  line-height: 33px;
  line-height: 2.0625rem;
  font-size: 22px;
  font-size: 1.375rem; }
  @media (min-width: 62rem) {
    h2 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 40px;
      line-height: 2.5rem; } }

h3, legend {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #4d4d4d;
  letter-spacing: -0.2px;
  letter-spacing: -0.0125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

h4 {
  font-weight: 700; }

h5 {
  font-weight: 700; }

h6 {
  font-weight: 700; }

body {
  color: #4d4d4d;
  font-family: "Gotham", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2; }

p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.63px;
  letter-spacing: 0.03938rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 62rem) {
    p {
      font-size: 18px;
      font-size: 1.125rem; } }

a {
  text-decoration: none;
  color: #00b4ff; }
  a:visited {
    color: #00b4ff; }
  a:hover, a:active {
    color: #00b4ff;
    text-decoration: underline; }

b {
  font-weight: 700; }

hr {
  display: block;
  height: 1px;
  height: 0.0625rem;
  border: 0;
  border-top: 1px solid #999;
  border-top: 0.0625rem solid #999;
  margin: 15px 0;
  margin: 0.9375rem 0;
  padding: 0; }

ul, ol {
  margin: 0;
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.63px;
  letter-spacing: 0.03938rem; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 0;
    margin-left: 25px;
    margin-left: 1.5625rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 0.63px;
    letter-spacing: 0.03938rem; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

li {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.63px;
  letter-spacing: 0.03938rem;
  line-height: 28px;
  line-height: 1.75rem; }

table {
  width: 100%; }

th {
  text-align: left; }

strong {
  font-family: "Gotham", Arial, sans-serif;
  font-weight: 700;
  color: #4d4d4d; }

blockquote {
  margin: 28px 0;
  margin: 1.75rem 0;
  padding: 0 20px;
  padding: 0 1.25rem;
  font-size: 25px;
  font-size: 1.5625rem;
  font-style: italic;
  font-family: "georgia", "Gotham", "Arial", "sans-serif";
  color: #f5821f;
  position: relative;
  font-weight: 400;
  line-height: 35px;
  line-height: 2.1875rem;
  letter-spacing: -0.4px;
  letter-spacing: -0.025rem; }
  @media (min-width: 48rem) {
    blockquote {
      padding: 0 120px;
      padding: 0 7.5rem; } }
  blockquote p {
    font-size: 25px;
    font-size: 1.5625rem;
    font-style: italic;
    font-family: "georgia", "Gotham", "Arial", "sans-serif";
    color: #f5821f;
    position: relative;
    font-weight: 400;
    line-height: 35px;
    line-height: 2.1875rem;
    letter-spacing: -0.4px;
    letter-spacing: -0.025rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  blockquote span {
    margin: 0;
    padding: 0; }

pre {
  font-size: 18px;
  font-size: 1.125rem; }

.co.co-content ul:not(.grid__list):not(.general__list) {
  list-style-type: none; }
  .co.co-content ul:not(.grid__list):not(.general__list) li {
    position: relative; }
    .co.co-content ul:not(.grid__list):not(.general__list) li::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      width: 7px;
      width: 0.4375rem;
      height: 7px;
      height: 0.4375rem;
      background-color: #000000;
      border-radius: 100%;
      margin-top: 10px;
      margin-top: 0.625rem; }

.breadcrumb {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 75rem;
  padding: 0 10px;
  padding: 0 0.625rem; }

.breadcrumb__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  color: #4d4d4d;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  font-weight: 500;
  text-align: left; }
  @media (min-width: 48rem) {
    .breadcrumb__title {
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 43.58px;
      line-height: 2.72375rem; } }

.breadcrumb__item {
  display: inline-block;
  color: #4d4d4d;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem; }
  .breadcrumb__item:after {
    content: '>';
    padding-left: 5px;
    padding-left: 0.3125rem; }
  .breadcrumb__item:last-of-type:after {
    display: none; }

.breadcrumb__link {
  text-decoration: none;
  color: #4d4d4d; }
  .breadcrumb__link:hover {
    color: #4d4d4d; }
  .breadcrumb__link:visited {
    color: #4d4d4d; }
  .breadcrumb__link:hover, .breadcrumb__link:visited, .breadcrumb__link:active {
    text-decoration: none; }

.footer {
  background: url("/img/svg/footer-bg.svg") 37% 100% no-repeat #2b2b2b;
  background-size: 780px;
  background-size: 48.75rem; }
  .footer .container, .footer .hi__list {
    position: relative;
    padding: 40px 15px 75px 15px;
    padding: 2.5rem 0.9375rem 4.6875rem 0.9375rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    width: 100%;
    margin: 0 auto;
    clear: both; }
    @media (min-width: 48rem) {
      .footer .container, .footer .hi__list {
        max-width: 768px;
        max-width: 48rem; } }
    @media (min-width: 62rem) {
      .footer .container, .footer .hi__list {
        max-width: 992px;
        max-width: 62rem; } }
    @media (min-width: 75rem) {
      .footer .container, .footer .hi__list {
        max-width: 1200px;
        max-width: 75rem; } }
    .footer .container .bg_img, .footer .hi__list .bg_img {
      position: absolute;
      bottom: 0;
      right: 10px;
      right: 0.625rem;
      width: 320px;
      width: 20rem;
      height: 255px;
      height: 15.9375rem;
      display: none; }
      @media (min-width: 48rem) {
        .footer .container .bg_img, .footer .hi__list .bg_img {
          display: block; } }
      @media (min-width: 62rem) {
        .footer .container .bg_img, .footer .hi__list .bg_img {
          width: 370px;
          width: 23.125rem;
          height: 295px;
          height: 18.4375rem; } }
  .footer__section {
    color: #fff;
    padding: 0 0 20px 0;
    padding: 0 0 1.25rem 0; }
  .footer__form {
    padding-bottom: 50px;
    padding-bottom: 3.125rem; }
  .footer__col {
    display: inline-block;
    vertical-align: top;
    display: inline-block; }
    @media (min-width: 48rem) {
      .footer__col {
        margin-right: 100px;
        margin-right: 6.25rem; } }
  .footer__nav {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    .footer__nav li {
      margin-bottom: 14px;
      margin-bottom: 0.875rem; }
  .footer__nav a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .54px;
    letter-spacing: 0.03375rem;
    text-decoration: none; }
  .footer__copy {
    color: rgba(255, 255, 255, 0.8);
    font-family: Stolzl, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 22px;
    line-height: 1.375rem;
    text-transform: uppercase; }
    .footer__copy-link {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.18); }
      .footer__copy-link:hover {
        color: #fff; }
      .footer__copy-link:visited {
        color: rgba(255, 255, 255, 0.18); }
      .footer__copy-link:hover, .footer__copy-link:visited, .footer__copy-link:active {
        text-decoration: none; }
  .footer__socials {
    font-size: 0;
    padding-top: 18px;
    padding-top: 1.125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .footer__socials a.fb {
    width: 55px;
    width: 3.4375rem;
    height: 25px;
    height: 1.5625rem;
    display: inline-block;
    vertical-align: middle;
    background: url("/img/svg/social-facebook.svg") no-repeat center;
    background-size: cover; }
  .footer__socials a.tw {
    width: 41px;
    width: 2.5625rem;
    height: 35px;
    height: 2.1875rem;
    display: inline-block;
    vertical-align: middle;
    background: url("/img/svg/social-twitter.svg") no-repeat center;
    background-size: cover; }
  .footer__socials a.instagram {
    width: 41px;
    width: 2.5625rem;
    height: 35px;
    height: 2.1875rem;
    display: inline-block;
    vertical-align: middle;
    background: url("/img/svg/social-instagram.svg") no-repeat center;
    background-size: cover; }
  .footer__socials a:not(:last-child) {
    margin-right: 33px;
    margin-right: 2.0625rem; }

.form__subscribe {
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0; }
  .form__subscribe--title {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: .23px;
    letter-spacing: 0.01438rem; }
  .form__subscribe--error {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .form__subscribe--field {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding-left: 0rem;
    padding-right: 0rem;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    float: left; }
    .form__subscribe--field-name {
      width: 100%; }
      .form__subscribe--field-name input {
        width: 100%; }
        @media (min-width: 62rem) {
          .form__subscribe--field-name input {
            width: 95%; } }
      @media (min-width: 62rem) {
        .form__subscribe--field-name {
          width: 25%; } }
    .form__subscribe--field-email {
      width: 100%; }
      @media (min-width: 62rem) {
        .form__subscribe--field-email {
          width: 25%; } }
      .form__subscribe--field-email input {
        width: 100%; }
        @media (min-width: 62rem) {
          .form__subscribe--field-email input {
            width: 95%; } }
    .form__subscribe--field-submit {
      width: 100%; }
      @media (min-width: 62rem) {
        .form__subscribe--field-submit {
          width: 25%; } }
      .form__subscribe--field-submit .form__subscribe--field-submit-button {
        width: 100%; }
    .form__subscribe--field-input {
      text-transform: uppercase;
      color: black; }
      .form__subscribe--field-input::-moz-placeholder {
        color: black;
        opacity: 1; }
      .form__subscribe--field-input:-ms-input-placeholder {
        color: black; }
      .form__subscribe--field-input::-webkit-input-placeholder {
        color: black; }

.footer__subscribe-container {
  position: relative;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  width: 100%; }
  @media (min-width: 48rem) {
    .footer__subscribe-container {
      float: left;
      margin-right: 11px;
      margin-right: 0.6875rem;
      width: 33.3333333333%; } }

.in-field-label {
  display: none; }

.footer__subscribe-submit {
  font-weight: normal; }

.footer__social-icons ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1.4rem; }
  .footer__social-icons ul li a {
    display: -ms-flexbox;
    display: flex;
    background-color: #e9e9e9;
    padding: 0.5rem;
    border-radius: 2rem;
    height: 2rem;
    width: 2rem; }
  .footer__social-icons ul li svg {
    max-width: 1.2rem;
    max-height: 1.2rem;
    height: 1rem;
    width: 1rem; }
  .footer__social-icons ul li:first-child {
    margin-left: 0;
    padding-left: 0; }

.main__content {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem; }

body {
  overflow-x: hidden; }

.co .sitemap2,
.sitemap2 {
  padding: 0;
  list-style: none; }
  .co .sitemap2 > li,
  .sitemap2 > li {
    list-style-type: none;
    margin: 25px 0;
    margin: 1.5625rem 0;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase; }
  .co .sitemap2 ul,
  .sitemap2 ul {
    padding: 0 0 0 35px;
    padding: 0 0 0 2.1875rem;
    margin: 5px 0 20px 0;
    margin: 0.3125rem 0 1.25rem 0;
    font-weight: normal;
    text-transform: none; }
    .co .sitemap2 ul li,
    .sitemap2 ul li {
      list-style-type: circle;
      padding: 0;
      margin: 0; }
  .co .sitemap2 a,
  .sitemap2 a {
    color: #4d4d4d;
    padding: 2px 0;
    padding: 0.125rem 0;
    display: inline-block;
    text-decoration: none; }

.header__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  overflow: hidden; }
  @media (min-width: 75rem) {
    .header__nav {
      position: static;
      transition: none;
      padding: 0;
      display: block;
      overflow: visible;
      vertical-align: middle;
      height: auto; } }
  .header__nav.open {
    display: block;
    padding-top: 30px;
    padding-top: 1.875rem; }
  .header__nav .nav__item-1 {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 0;
    padding-right: 30px;
    padding-right: 1.875rem; }
    @media (min-width: 75rem) {
      .header__nav .nav__item-1 {
        display: inline-block;
        margin: 0 20px;
        margin: 0 1.25rem;
        padding: 0;
        overflow: visible; }
        .header__nav .nav__item-1:hover .nav__drop {
          display: block; } }
    .header__nav .nav__item-1.open .nav__arrow-down {
      transform: rotate(180deg); }
    .header__nav .nav__item-1.open .nav__drop {
      display: block; }
    .header__nav .nav__item-1.mobile-only {
      display: block; }
      @media (min-width: 62rem) {
        .header__nav .nav__item-1.mobile-only {
          display: none; } }
  .header__nav .nav__link-1 {
    color: #2b2b2b;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
    padding: 5px 0;
    padding: 0.3125rem 0;
    display: inline-block; }
    @media (min-width: 31.25rem) {
      .header__nav .nav__link-1 {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 75rem) {
      .header__nav .nav__link-1 {
        letter-spacing: -0.7px;
        letter-spacing: -0.04375rem;
        font-size: 18px;
        font-size: 1.125rem; }
        .header__nav .nav__link-1:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 20px;
          height: 1.25rem;
          top: 100%;
          left: 0; } }
  .header__nav .nav__arrow-down {
    position: absolute;
    right: -5px;
    right: -0.3125rem;
    top: 8px;
    top: 0.5rem;
    padding: 5px;
    padding: 0.3125rem;
    cursor: pointer; }
    .header__nav .nav__arrow-down:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-width: 12px 11px 0 11px;
      border-width: 0.75rem 0.6875rem 0 0.6875rem;
      border-color: #f5821f transparent transparent transparent;
      border-style: solid; }
    @media (min-width: 75rem) {
      .header__nav .nav__arrow-down {
        display: none; } }
  .header__nav .nav__drop {
    display: none; }
    .nav-open .header__nav .nav__drop {
      padding-top: 10px;
      padding-top: 0.625rem;
      padding-left: 20px;
      padding-left: 1.25rem; }
      .nav-open .header__nav .nav__drop .nav__link-2 {
        color: #4d4d4d; }
    @media (min-width: 75rem) {
      .header__nav .nav__drop {
        border-radius: 8px;
        border-radius: 0.5rem;
        -webkit-border-radius: 8px;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 8px;
        -moz-border-radius: 0.5rem;
        -ms-border-radius: 8px;
        -ms-border-radius: 0.5rem;
        -o-border-radius: 8px;
        -o-border-radius: 0.5rem;
        transform: translate(-50%, 0);
        display: none;
        position: absolute;
        left: 50%;
        padding: 30px 40px;
        padding: 1.875rem 2.5rem;
        margin: 20px auto 0 auto;
        margin: 1.25rem auto 0 auto;
        background: #2b2b2b;
        z-index: 3;
        width: 250px;
        width: 15.625rem; }
        .header__nav .nav__drop:before {
          transform: translate(-50%, -100%);
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 20px 25px 20px;
          border-width: 0 1.25rem 1.5625rem 1.25rem;
          border-color: transparent transparent #2b2b2b transparent;
          position: absolute;
          top: 0;
          left: 50%; } }
  .header__nav .nav__item-2 a {
    width: 100%; }
  .header__nav .nav__link-2 {
    color: #fff;
    padding: 5px 0;
    padding: 0.3125rem 0;
    display: inline-block;
    line-height: 1.2; }

/**
* Mobile menu button
*/
.header__mobile-button {
  display: block;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 10;
  padding: 10px;
  padding: 0.625rem; }
  @media (min-width: 75rem) {
    .header__mobile-button {
      display: none; } }
  .header__mobile-button.open .header__btn-wrapper span {
    background: #fff; }
    .header__mobile-button.open .header__btn-wrapper span:nth-child(1) {
      transform: rotate(135deg);
      top: 11px;
      top: 0.6875rem; }
    .header__mobile-button.open .header__btn-wrapper span:nth-child(2) {
      opacity: 0;
      left: 150%; }
    .header__mobile-button.open .header__btn-wrapper span:nth-child(3) {
      transform: rotate(-135deg);
      top: 11px;
      top: 0.6875rem; }

.header__btn-wrapper {
  position: relative;
  display: block;
  height: 24px;
  height: 1.5rem;
  width: 32px;
  width: 2rem; }
  .header__btn-wrapper span {
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
    display: block;
    position: absolute;
    height: 2px;
    height: 0.125rem;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0; }
    .header__btn-wrapper span:nth-child(1) {
      top: 0px;
      top: 0; }
    .header__btn-wrapper span:nth-child(2) {
      top: 11px;
      top: 0.6875rem; }
    .header__btn-wrapper span:nth-child(3) {
      top: 22px;
      top: 1.375rem; }

.search__title--link {
  text-decoration: none;
  color: #4d4d4d; }
  .search__title--link:hover {
    color: #4d4d4d; }
  .search__title--link:visited {
    color: #4d4d4d; }
  .search__title--link:hover, .search__title--link:visited, .search__title--link:active {
    text-decoration: none; }

.search__item {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #4d4d4d;
  border-bottom: 0.0625rem solid #4d4d4d; }
  .search__item:last-child {
    border: none; }

.search-country__button {
  width: 100%; }

.history-control {
  display: none;
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 12;
  background: #4d4d4d;
  color: #fff;
  border-radius: 8px 0 0 8px;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 10px;
  padding: 0.625rem;
  font-family: "Gotham", Arial, sans-serif;
  font-weight: bold;
  line-height: 1; }
  @media (min-height: 34.375rem) and (min-width: 48rem) {
    .history-control {
      display: block; } }

.history-control__line {
  height: 40vh;
  position: relative;
  margin: 20px 0;
  margin: 1.25rem 0; }
  .history-control__line:before {
    transform: translate(-50%, 0);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    border-right: 1px dashed #fff;
    border-right: 0.0625rem dashed #fff; }

.history-control__spot {
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #E94F46;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  position: absolute;
  top: 0;
  left: 50%;
  cursor: pointer; }
  .history-control__spot:before {
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    border-radius: 50%;
    width: 8px;
    width: 0.5rem;
    height: 8px;
    height: 0.5rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%; }

.history-control__year {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: calc(100% + 50px);
  right: calc(100% + 3.125rem);
  color: #4d4d4d;
  line-height: 1; }
  .history-control__year:after {
    transform: translate(0, -50%);
    content: '';
    display: block;
    width: 13px;
    width: 0.8125rem;
    border-bottom: 1px solid #4d4d4d;
    border-bottom: 0.0625rem solid #4d4d4d;
    top: 50%;
    left: calc(100% + 3px);
    left: calc(100% + 0.1875rem);
    position: absolute; }

.history-control__first, .history-control__last {
  text-transform: uppercase;
  text-align: center;
  margin: 15px auto;
  margin: 0.9375rem auto;
  cursor: pointer; }

.history-control__prev, .history-control__next {
  background: #000;
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding-top: 100%;
  position: relative;
  margin: 5px auto;
  margin: 0.3125rem auto;
  cursor: pointer; }
  .history-control__prev:before, .history-control__next:before {
    transform: translate(-80%, -50%) rotate(-90deg);
    content: '\203A';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1; }

.history-control__next:before {
  transform: translate(-20%, -50%) rotate(90deg); }

.history-control__top {
  padding-top: 100%;
  position: relative;
  cursor: pointer; }
  .history-control__top:before {
    transform: translate(-50%, -50%);
    content: 'Top';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase; }

.floating-disclaimer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  bottom: 0;
  z-index: 1000; }
  .floating-disclaimer .container, .floating-disclaimer .hi__list {
    background-color: #2b2b2b;
    color: white;
    padding: 30px;
    padding: 1.875rem;
    position: relative;
    border-radius: 5px;
    border-radius: 0.3125rem; }
    .floating-disclaimer .container p, .floating-disclaimer .hi__list p {
      font-size: 12px;
      font-size: 0.75rem;
      margin: 0; }
      @media (min-width: 48rem) {
        .floating-disclaimer .container p, .floating-disclaimer .hi__list p {
          font-size: 20px;
          font-size: 1.25rem; } }
    .floating-disclaimer .container #play-audio, .floating-disclaimer .hi__list #play-audio {
      color: white;
      text-decoration: underline; }
    .floating-disclaimer .container .close, .floating-disclaimer .hi__list .close {
      right: 15px;
      right: 0.9375rem;
      position: absolute;
      top: 15px;
      top: 0.9375rem; }
      .floating-disclaimer .container .close:hover, .floating-disclaimer .hi__list .close:hover {
        cursor: pointer; }
      .floating-disclaimer .container .close svg, .floating-disclaimer .hi__list .close svg {
        width: 30px;
        width: 1.875rem;
        height: 30px;
        height: 1.875rem; }

.center-floating-disclaimer {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: 250px;
  width: 15.625rem;
  height: 250px;
  height: 15.625rem;
  background: url("/img/svg/select-country-form-bg.svg") no-repeat center;
  background-size: contain;
  top: -35px;
  top: -2.1875rem;
  margin: 0 auto; }
  @media (min-width: 48rem) {
    .center-floating-disclaimer {
      position: absolute;
      top: 80px;
      top: 5rem;
      width: 250px;
      width: 15.625rem;
      top: 80px;
      left: 30px;
      left: 1.875rem; } }
  .center-floating-disclaimer .container, .center-floating-disclaimer .hi__list {
    color: white;
    padding: 30px;
    padding: 1.875rem;
    padding-top: 54px;
    padding-top: 3.375rem;
    position: relative;
    border-radius: 5px;
    border-radius: 0.3125rem; }
    .center-floating-disclaimer .container p, .center-floating-disclaimer .hi__list p {
      font-size: 16px;
      font-size: 1rem;
      margin: 0;
      text-align: center; }
    .center-floating-disclaimer .container a, .center-floating-disclaimer .hi__list a {
      color: white !important; }

.header {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  @media (min-width: 48rem) {
    .header {
      padding-bottom: 100px;
      padding-bottom: 6.25rem; } }
  @media (min-width: 62rem) {
    .header {
      padding-bottom: 260px;
      padding-bottom: 16.25rem; } }
  .header.park-view {
    height: 436px;
    height: 27.25rem; }
    @media (min-width: 62rem) {
      .header.park-view {
        padding-bottom: 180px;
        padding-bottom: 11.25rem; } }
    .header.park-view.mobile-nav-open {
      height: 1000px;
      height: 62.5rem; }
  .header__logo {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: block;
    width: 180px;
    width: 11.25rem;
    height: auto;
    background-size: cover;
    position: relative;
    z-index: 10; }
    @media (min-width: 48rem) {
      .header__logo {
        width: 270px;
        width: 16.875rem; } }
  .header__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    transition: background 0.3s ease-in-out;
    position: relative;
    padding: 15px;
    padding: 0.9375rem;
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    z-index: 10; }
    @media (min-width: 75rem) {
      .header__top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
    .header__top.nav-open {
      background: #e3e3e3;
      -ms-flex-line-pack: start;
      align-content: start;
      overflow-x: hidden;
      overflow-y: auto;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .header__top.nav-open .header__menu {
        width: 100%; }
      .header .header__top.nav-open {
        z-index: 10; }
    @media (min-width: 48rem) {
      .header__top {
        margin-bottom: 100px;
        margin-bottom: 6.25rem; } }
  @media (min-width: 75rem) {
    .header__menu {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      transform: translate(-50%, 0);
      position: absolute;
      left: 50%; } }
  .header__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: right;
    justify-content: right;
    margin-right: -10px;
    margin-right: -0.625rem; }
  .header .header__btn-map, .header .header__btn-events, .header .header__btn-search {
    display: block;
    cursor: pointer;
    padding: 10px;
    padding: 0.625rem;
    margin: 0;
    fill: #fff;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    background-color: transparent; }
  .header .header__btn-map-svg, .header .header__btn-events-svg, .header .header__btn-search-svg {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto; }
  .header__search {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 15;
    display: block;
    background: #fff;
    transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -7.5rem, 0);
    transition: transform 0.3s ease-out; }
    .header__search.open {
      transform: translate3d(0, 0, 0); }
  .header input.header__search-input {
    width: 100%;
    height: 52px;
    height: 3.25rem;
    margin-bottom: 0;
    padding: 10px;
    padding: 0.625rem;
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: none; }
    .header input.header__search-input::-moz-placeholder {
      color: #BFBFBF;
      opacity: 1; }
    .header input.header__search-input:-ms-input-placeholder {
      color: #BFBFBF; }
    .header input.header__search-input::-webkit-input-placeholder {
      color: #BFBFBF; }
    @media (min-width: 48rem) {
      .header input.header__search-input {
        font-size: 32px;
        font-size: 2rem;
        height: 90px;
        height: 5.625rem;
        text-align: center; } }
  .header__content {
    width: 100%;
    max-width: 980px;
    max-width: 61.25rem;
    margin: 0 auto; }
    .header__content h1 {
      text-transform: initial;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      line-height: 1.875rem;
      text-align: center;
      margin-bottom: 30px;
      margin-bottom: 1.875rem; }
      @media (min-width: 48rem) {
        .header__content h1 {
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: 43px;
          line-height: 2.6875rem; } }
      @media (min-width: 62rem) {
        .header__content h1 {
          font-size: 35px;
          font-size: 2.1875rem; } }
  .header__play-icon {
    display: block;
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    margin: 0 auto 30px auto;
    margin: 0 auto 1.875rem auto;
    fill: #fff;
    transition: 0.3s ease-out fill; }
    .header__play-icon:hover {
      fill: #f5821f;
      opacity: 1; }
    @media (min-width: 48rem) {
      .header__play-icon {
        width: 150px;
        width: 9.375rem;
        height: 100%; } }
  .header__form {
    position: relative;
    width: 693px;
    width: 43.3125rem;
    max-width: 100%;
    margin: 0 auto 70px auto;
    margin: 0 auto 4.375rem auto;
    height: auto;
    z-index: 2; }
    .header__form::-moz-placeholder {
      color: #4d4d4d;
      opacity: 1; }
    .header__form:-ms-input-placeholder {
      color: #4d4d4d; }
    .header__form::-webkit-input-placeholder {
      color: #4d4d4d; }
    @media (min-width: 48rem) {
      .header__form {
        margin: 0 auto 100px auto;
        margin: 0 auto 6.25rem auto;
        height: 91px;
        height: 5.6875rem; } }
    .header__form input {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      font-size: 20px;
      font-size: 1.25rem;
      background: #fff;
      border-radius: 20px;
      border-radius: 1.25rem;
      font-family: "Gotham", Arial, sans-serif;
      font-weight: 300;
      padding: 15px 25px;
      padding: 0.9375rem 1.5625rem;
      letter-spacing: -0.44px;
      letter-spacing: -0.0275rem;
      text-transform: none;
      color: #4d4d4d;
      border: 0; }
      .header__form input::-moz-placeholder {
        color: #BFBFBF;
        opacity: 1; }
      .header__form input:-ms-input-placeholder {
        color: #BFBFBF; }
      .header__form input::-webkit-input-placeholder {
        color: #BFBFBF; }
      @media (min-width: 48rem) {
        .header__form input {
          padding: 0 40px;
          padding: 0 2.5rem;
          font-size: 32px;
          font-size: 2rem;
          position: absolute;
          height: 100%; } }
    .header__form button {
      position: absolute;
      right: 20px;
      right: 1.25rem;
      top: 50%;
      transform: translate(0, -50%);
      width: 45px;
      width: 2.8125rem;
      height: 46px;
      height: 2.875rem;
      background: transparent;
      cursor: pointer;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none;
      outline: 0;
      z-index: 10;
      margin-top: -5px;
      margin-top: -0.3125rem;
      display: block; }
      @media (min-width: 48rem) {
        .header__form button {
          right: 40px;
          right: 2.5rem;
          margin-top: 0; } }
  .header__form-icon {
    display: inline-block;
    width: 25px;
    width: 1.5625rem;
    height: 26px;
    height: 1.625rem;
    fill: #919191; }
    @media (min-width: 48rem) {
      .header__form-icon {
        width: 40px;
        width: 2.5rem;
        height: 40px;
        height: 2.5rem; } }
  .header__list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .header__list:before {
      position: absolute;
      left: -180px;
      left: -11.25rem;
      top: 20px;
      top: 1.25rem;
      width: 148px;
      width: 9.25rem;
      height: 364px;
      height: 22.75rem;
      background: url("/img/header-ppl-1.png") no-repeat center;
      background-size: cover;
      content: '';
      display: none; }
      @media (min-width: 62rem) {
        .header__list:before {
          display: block; } }
    .header__list:after {
      position: absolute;
      right: -140px;
      right: -8.75rem;
      top: 10px;
      top: 0.625rem;
      width: 196px;
      width: 12.25rem;
      height: 387px;
      height: 24.1875rem;
      background: url("/img/header-ppl-2.png") no-repeat center;
      background-size: cover;
      content: '';
      display: none; }
      @media (min-width: 62rem) {
        .header__list:after {
          display: block; } }
  .header__el {
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    border-radius: 20px;
    border-radius: 1.25rem;
    text-align: center;
    position: relative;
    height: 254px;
    height: 15.875rem;
    padding: 20px;
    padding: 1.25rem;
    margin: 10px;
    margin: 0.625rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .header__el:hover {
      color: rgba(255, 255, 255, 0.8); }
    .header__el:visited {
      color: rgba(255, 255, 255, 0.8); }
    .header__el:hover, .header__el:visited, .header__el:active {
      text-decoration: none; }
    @media (min-width: 48rem) {
      .header__el {
        max-width: 47%; } }
    @media (min-width: 75rem) {
      .header__el {
        max-width: 370px;
        max-width: 23.125rem; } }
    .header__el:nth-child(1) {
      background-image: url("/img/header-el-1.png");
      background-color: #77c79f;
      background-position: left top; }
    .header__el:nth-child(2) {
      background-image: url("/img/header-el-2.png");
      background-color: #55c2bb; }
    .header__el:nth-child(3) {
      background-image: url("/img/header-el-3.png");
      background-color: #f28629;
      background-position: left 94px top;
      background-position: left 5.875rem top; }
    .header__el-title {
      color: rgba(255, 255, 255, 0.8);
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 37px;
      line-height: 2.3125rem;
      text-transform: uppercase;
      letter-spacing: -0.71px;
      letter-spacing: -0.04438rem;
      margin-bottom: 12px;
      margin-bottom: 0.75rem; }
      @media (min-width: 48rem) {
        .header__el-title {
          font-size: 35px;
          font-size: 2.1875rem; } }
    .header__el-desc {
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 30px;
      line-height: 1.875rem;
      letter-spacing: -0.83px;
      letter-spacing: -0.05188rem;
      padding: 0; }
      @media (min-width: 48rem) {
        .header__el-desc {
          font-size: 24px;
          font-size: 1.5rem;
          font-weight: 700;
          padding: 0 30px;
          padding: 0 1.875rem; } }
  .header__scroll {
    margin: 20px auto 0 auto;
    margin: 1.25rem auto 0 auto;
    width: 31px;
    width: 1.9375rem;
    height: 19px;
    height: 1.1875rem;
    background: url("/img/icon-scroll.png") no-repeat center;
    background-size: cover;
    display: none;
    cursor: pointer; }
    @media (min-width: 62rem) {
      .header__scroll {
        display: block; } }

.mobile-nav-open {
  z-index: 10; }

@media all and (min-width: 112.4375rem) {
  .header {
    background-size: 100% 100%; }
    .header.park-view {
      background-size: 100% auto; } }

.header--cl {
  height: 402px;
  height: 25.125rem;
  padding-bottom: 0; }
  .header--cl .header__top {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

@media all and (min-width: 112.4375rem) {
  .header--cl {
    background-size: 100% 100%;
    height: 428px;
    height: 26.75rem; } }

.header--pl {
  height: 436px;
  height: 27.25rem;
  padding-bottom: 0; }
  .header--pl .header__top {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

@media all and (min-width: 112.4375rem) {
  .header--pl {
    background-size: 100% 100%;
    height: 465px;
    height: 29.0625rem; } }

.header--di, .header--sd {
  height: 408px;
  height: 25.5rem;
  padding-bottom: 0;
  background-color: #f8f6f4; }
  .header--di .header__top, .header--sd .header__top {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

.header--sd {
  background-position: right center; }

.header--di {
  background-color: #fff; }

@media all and (min-width: 112.4375rem) {
  .header--di, .header--sd {
    background-size: 100% 100%;
    height: 433px;
    height: 27.0625rem; } }

.header--ed {
  height: 583px;
  height: 36.4375rem;
  padding-bottom: 0; }
  .header--ed .header__top {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

@media all and (min-width: 112.4375rem) {
  .header--ed {
    background-size: 100% 100%;
    height: 622px;
    height: 38.875rem; } }

.header--st {
  height: 450px;
  height: 28.125rem;
  padding-bottom: 0; }
  @media (min-width: 62rem) {
    .header--st {
      height: 645px;
      height: 40.3125rem; } }
  .header--st .header__top {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

@media all and (min-width: 112.4375rem) {
  .header--st {
    background-size: 100% 100%;
    height: 688px;
    height: 43rem; } }

.header--el {
  height: 647px;
  height: 40.4375rem;
  padding-bottom: 0; }
  .header--el .header__top {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

@media all and (min-width: 112.4375rem) {
  .header--el {
    background-size: 100% 100%;
    height: 690px;
    height: 43.125rem; } }

.header--ma {
  height: 420px;
  height: 26.25rem;
  padding-bottom: 0;
  background-position: left center; }
  .header--ma .header__top {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

@media all and (min-width: 112.4375rem) {
  .header--ma {
    background-size: 100% 100%;
    height: 448px;
    height: 28rem; } }

.header--hi {
  height: 420px;
  height: 26.25rem;
  padding-bottom: 0;
  background-size: cover;
  background-position: left center; }
  @media (min-width: 62rem) {
    .header--hi {
      background-position: center center;
      height: 742px;
      height: 46.375rem; } }
  .header--hi .header__top {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

.header--mural {
  height: 410px;
  height: 25.625rem;
  padding-bottom: 0;
  background-size: cover;
  background-position: left center; }
  @media (min-width: 62rem) {
    .header--mural {
      background-position: right center; } }
  .header--mural .header__top {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

.header--beachboys {
  height: 442px;
  height: 27.625rem;
  padding-bottom: 0;
  background-size: cover;
  background-position: right center; }
  @media (min-width: 62rem) {
    .header--beachboys {
      background-position: center center; } }
  .header--beachboys .header__top {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }

.header--park-swing-set-and-bbq {
  height: 420px;
  height: 26.25rem;
  padding-bottom: 0;
  background-size: cover;
  background-position: right center; }
  .header--park-swing-set-and-bbq .header__top {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }

.pl__intro {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem; }

.pl-content {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 275px;
  padding-bottom: 17.1875rem;
  position: relative;
  z-index: 2;
  background-image: url("/img/event-details/content-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 940px auto;
  background-size: 58.75rem auto; }
  @media (min-width: 28.75rem) {
    .pl-content {
      padding-bottom: 350px;
      padding-bottom: 21.875rem;
      background-size: 1370px auto;
      background-size: 85.625rem auto; } }
  @media (min-width: 48rem) {
    .pl-content {
      padding-bottom: 555px;
      padding-bottom: 34.6875rem;
      background-size: 1800px auto;
      background-size: 112.5rem auto; } }
  @media (min-width: 84.375rem) {
    .pl-content {
      padding-bottom: 600px;
      padding-bottom: 37.5rem;
      background-size: 1800px auto;
      background-size: 112.5rem auto; } }
  @media (min-width: 112.5rem) {
    .pl-content {
      background-size: 100% auto; } }

.pl-questions {
  margin: 90px 0;
  margin: 5.625rem 0;
  padding: 16px 0;
  padding: 1rem 0;
  background: #fcf5eb;
  position: relative; }
  .pl-questions:before {
    width: 100%;
    height: 90px;
    height: 5.625rem;
    content: '';
    position: absolute;
    left: 0;
    top: -90px;
    top: -5.625rem;
    background: url("/img/persona-landing/questions-top.png") no-repeat center;
    background-size: cover; }
  .pl-questions:after {
    width: 100%;
    height: 76px;
    height: 4.75rem;
    content: '';
    position: absolute;
    left: 0;
    bottom: -76px;
    bottom: -4.75rem;
    background: url("/img/persona-landing/questions-bot.png") no-repeat center;
    background-size: cover; }
  @media (min-width: 48rem) {
    .pl-questions {
      margin: 166px 0;
      margin: 10.375rem 0; } }
  .pl-questions .container, .pl-questions .hi__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -80px;
    margin-bottom: -5rem; }
    @media (min-width: 62rem) {
      .pl-questions .container, .pl-questions .hi__list {
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .pl-questions__el {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    max-width: 280px;
    max-width: 17.5rem;
    width: 100%; }
    @media (min-width: 37.5rem) {
      .pl-questions__el {
        width: 50%;
        max-width: 100%; } }
    @media (min-width: 62rem) {
      .pl-questions__el {
        width: 33.3333333333%;
        margin-bottom: 80px;
        margin-bottom: 5rem; } }
    @media (min-width: 75rem) {
      .pl-questions__el {
        max-width: 280px;
        max-width: 17.5rem;
        padding: 0; }
        .pl-questions__el:nth-child(3n+2) {
          max-width: 360px;
          max-width: 22.5rem;
          padding: 0 40px;
          padding: 0 2.5rem; } }
    .pl-questions__el-title {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 700;
      line-height: 30px;
      line-height: 1.875rem;
      color: #4d4d4d;
      letter-spacing: -0.83px;
      letter-spacing: -0.05188rem; }
      @media (min-width: 48rem) {
        .pl-questions__el-title {
          font-size: 24px;
          font-size: 1.5rem; } }
    .pl-questions__el-desc {
      color: #4d4d4d;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300;
      line-height: 28px;
      line-height: 1.75rem;
      letter-spacing: 0.63px;
      letter-spacing: 0.03938rem; }
      @media (min-width: 48rem) {
        .pl-questions__el-desc {
          font-size: 18px;
          font-size: 1.125rem; } }

.pl__cols {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  margin-top: 0px;
  margin-top: 0; }
  @media (min-width: 48rem) {
    .pl__cols {
      margin-bottom: 90px;
      margin-bottom: 5.625rem; } }
  .pl__cols .container, .pl__cols .hi__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -24px;
    margin-bottom: -1.5rem; }
    @media (min-width: 75rem) {
      .pl__cols .container, .pl__cols .hi__list {
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.pl__col {
  width: 100%;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  max-width: 380px;
  max-width: 23.75rem; }
  .pl__col:nth-child(even), .pl__col:nth-child(odd) {
    padding: 0; }
  @media (min-width: 48rem) {
    .pl__col {
      width: 50%; }
      .pl__col:nth-child(3n) {
        padding: 0; }
      .pl__col:nth-child(3n+1) {
        padding: 0; }
      .pl__col:nth-child(even) {
        padding-right: 0;
        padding-left: 10px;
        padding-left: 0.625rem; }
      .pl__col:nth-child(odd) {
        padding-left: 0;
        padding-right: 10px;
        padding-right: 0.625rem; } }
  @media (min-width: 75rem) {
    .pl__col {
      width: 33.3333333333%; }
      .pl__col:nth-child(even) {
        padding-right: 10px;
        padding-right: 0.625rem;
        padding-left: 10px;
        padding-left: 0.625rem; }
      .pl__col:nth-child(odd) {
        padding-left: 10px;
        padding-left: 0.625rem;
        padding-right: 10px;
        padding-right: 0.625rem; }
      .pl__col:nth-child(3n) {
        padding-left: 10px;
        padding-left: 0.625rem;
        padding-right: 0; }
      .pl__col:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 10px;
        padding-right: 0.625rem; } }
  .pl__col-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 35px;
    line-height: 2.1875rem;
    letter-spacing: -0.53px;
    letter-spacing: -0.03313rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    background-color: #77c79f;
    border-radius: 10px;
    border-radius: 0.625rem;
    text-transform: uppercase; }
    .pl__col-title:hover {
      background-color: #239B66; }
    .pl__col-title:hover, .pl__col-title:visited {
      color: rgba(255, 255, 255, 0.8); }
    .pl__col-title:hover, .pl__col-title:visited, .pl__col-title:active {
      text-decoration: none; }
    @media (min-width: 48rem) {
      .pl__col-title {
        min-height: 200px;
        min-height: 12.5rem; } }
  .pl__col-wrapper {
    width: 100%; }

.single-story {
  width: 100%;
  float: left;
  min-height: 320px;
  min-height: 20rem;
  position: relative;
  padding: 0 10px;
  padding: 0 0.625rem; }
  @media (min-width: 48rem) {
    .single-story {
      height: 600px;
      height: 37.5rem; } }
  @media (min-width: 62rem) {
    .single-story {
      height: 660px;
      height: 41.25rem; } }
  .single-story__header {
    display: none; }
    @media (min-width: 62rem) {
      .single-story__header {
        position: absolute;
        z-index: 5;
        top: 25%;
        left: 50%;
        margin-left: -100px;
        margin-left: -6.25rem;
        display: block;
        color: #fff;
        margin-bottom: 0; } }
  .single-story__header-mobile {
    display: block;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    text-align: left; }
    @media (min-width: 62rem) {
      .single-story__header-mobile {
        display: none; } }
  .single-story__mask {
    position: absolute;
    top: -14%;
    left: 0;
    z-index: 10;
    display: none; }
    @media (min-width: 62rem) {
      .single-story__mask {
        width: 100%;
        display: block; } }
  .single-story__footer-art {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: none; }
    @media (min-width: 62rem) {
      .single-story__footer-art {
        display: block; } }
  .single-story:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.28); }
  .single-story__content-block {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
    padding: 30px;
    padding: 1.875rem;
    border-radius: 40px;
    border-radius: 2.5rem;
    margin: 100% auto 20px auto;
    margin: 100% auto 1.25rem auto;
    color: #fff;
    background-color: #77c79f; }
    @media (min-width: 48rem) {
      .single-story__content-block {
        position: absolute;
        bottom: 15%;
        left: 20%;
        background: url("/img/story/blurb-green.png") no-repeat center center transparent;
        width: 413px;
        width: 25.8125rem;
        height: 263px;
        height: 16.4375rem;
        padding: 40px 30px 30px 40px;
        padding: 2.5rem 1.875rem 1.875rem 2.5rem;
        margin: 0; } }
  .single-story__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 1.75rem;
    color: #fff;
    letter-spacing: -0.2px;
    letter-spacing: -0.0125rem; }
  .single-story__desc {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 0.63px;
    letter-spacing: 0.03938rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }

@media all and (min-width: 112.4375rem) {
  .pl-content {
    background-size: 100% auto; } }

.sd-content {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 275px;
  padding-bottom: 17.1875rem;
  background-color: #f8f6f4;
  background-image: url("/img/event-details/content-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 940px auto;
  background-size: 58.75rem auto;
  position: relative;
  overflow: hidden; }
  @media (min-width: 28.75rem) {
    .sd-content {
      padding-bottom: 350px;
      padding-bottom: 21.875rem;
      background-size: 1370px auto;
      background-size: 85.625rem auto; } }
  @media (min-width: 48rem) {
    .sd-content {
      padding-bottom: 555px;
      padding-bottom: 34.6875rem;
      background-size: 1800px auto;
      background-size: 112.5rem auto; } }
  @media (min-width: 112.5rem) {
    .sd-content {
      background-size: 100% auto; } }
  .sd-content .footer-scene-wrapper {
    position: relative;
    padding-top: 20px;
    padding-top: 1.25rem; }
    .sd-content .footer-scene-wrapper .footer-scene {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 350px;
      height: 21.875rem; }
      @media (min-width: 48rem) {
        .sd-content .footer-scene-wrapper .footer-scene {
          height: 580px;
          height: 36.25rem; } }
      .sd-content .footer-scene-wrapper .footer-scene .par-01 {
        position: absolute !important;
        width: 260px;
        width: 16.25rem;
        height: 41px;
        height: 2.5625rem;
        background: url("/img/service-directory/par-01.png") no-repeat center;
        background-size: cover;
        left: 50% !important;
        top: 103px !important;
        top: 6.4375rem !important;
        margin-left: -864px !important;
        margin-left: -54rem !important; }
      .sd-content .footer-scene-wrapper .footer-scene .par-02 {
        position: absolute;
        width: 150px;
        width: 9.375rem;
        height: 24px;
        height: 1.5rem;
        background: url("/img/service-directory/par-02.png") no-repeat center;
        background-size: cover;
        left: 50% !important;
        top: 61px !important;
        top: 3.8125rem !important;
        margin-left: -617px !important;
        margin-left: -38.5625rem !important; }
      .sd-content .footer-scene-wrapper .footer-scene .par-03 {
        position: absolute;
        width: 260px;
        width: 16.25rem;
        height: 41px;
        height: 2.5625rem;
        background: url("/img/service-directory/par-03.png") no-repeat center;
        background-size: cover;
        left: 50% !important;
        top: 0 !important;
        margin-left: 478px !important;
        margin-left: 29.875rem !important; }
      .sd-content .footer-scene-wrapper .footer-scene .par-04 {
        position: absolute;
        background: url("/img/content/par-04.png") no-repeat center;
        background-size: cover;
        width: 80px;
        width: 5rem;
        height: 200px;
        height: 12.5rem;
        margin-left: 0;
        left: 20px;
        left: 1.25rem;
        top: auto;
        bottom: 15px;
        bottom: 0.9375rem; }
        @media (min-width: 28.75rem) {
          .sd-content .footer-scene-wrapper .footer-scene .par-04 {
            width: 120px;
            width: 7.5rem;
            height: 310px;
            height: 19.375rem; } }
        @media (min-width: 48rem) {
          .sd-content .footer-scene-wrapper .footer-scene .par-04 {
            bottom: auto;
            width: 160px;
            width: 10rem;
            height: 424px;
            height: 26.5rem;
            left: 50% !important;
            top: 148px !important;
            top: 9.25rem !important;
            margin-left: -363px !important;
            margin-left: -22.6875rem !important; } }
      .sd-content .footer-scene-wrapper .footer-scene .par-05 {
        position: absolute;
        background: url("/img/service-directory/par-05.png") no-repeat center;
        background-size: cover;
        left: auto;
        right: 20px;
        right: 1.25rem;
        top: auto;
        bottom: 15px;
        bottom: 0.9375rem;
        width: 170px;
        width: 10.625rem;
        height: 190px;
        height: 11.875rem; }
        @media (min-width: 28.75rem) {
          .sd-content .footer-scene-wrapper .footer-scene .par-05 {
            width: 220px;
            width: 13.75rem;
            height: 290px;
            height: 18.125rem; } }
        @media (min-width: 48rem) {
          .sd-content .footer-scene-wrapper .footer-scene .par-05 {
            width: 295px;
            width: 18.4375rem;
            height: 326px;
            height: 20.375rem;
            left: 50% !important;
            top: 155px !important;
            top: 9.6875rem !important;
            margin-left: 143px !important;
            margin-left: 8.9375rem !important;
            right: auto; } }

.sd__top {
  border-radius: 15px;
  border-radius: 0.9375rem;
  background-color: #78c8a0;
  background-position: right 72px center;
  background-position: right 4.5rem center;
  background-image: url("/img/service-directory/sd-top.png");
  background-repeat: no-repeat;
  background-size: auto 170%;
  padding: 40px 28px 40px 37px;
  padding: 2.5rem 1.75rem 2.5rem 2.3125rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }

.sd__top-title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 700;
  line-height: 23px;
  line-height: 1.4375rem;
  text-transform: uppercase;
  letter-spacing: 0.23px;
  letter-spacing: 0.01438rem;
  color: #fff; }

.sd__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto; }
  @media (min-width: 62rem) {
    .sd__form {
      height: 52px;
      height: 3.25rem; } }

.sd__form-input {
  width: 100%;
  font-weight: 500; }
  @media (min-width: 37.5rem) {
    .sd__form-input {
      width: 49%; } }
  @media (min-width: 62rem) {
    .sd__form-input {
      width: 220px;
      width: 13.75rem;
      margin-bottom: 0 !important; } }
  @media (min-width: 75rem) {
    .sd__form-input {
      width: 372px;
      width: 23.25rem; } }

.sd__form-type, .sd__form-state {
  border: 0;
  width: 100%;
  padding: 0 45px 0 23px;
  padding: 0 2.8125rem 0 1.4375rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  height: 52px;
  height: 3.25rem; }
  @media (min-width: 37.5rem) {
    .sd__form-type, .sd__form-state {
      width: 49%; } }
  @media (min-width: 62rem) {
    .sd__form-type, .sd__form-state {
      width: 200px;
      width: 12.5rem;
      margin-bottom: 0; } }
  @media (min-width: 75rem) {
    .sd__form-type, .sd__form-state {
      width: 232px;
      width: 14.5rem; } }

.sd__form-state {
  width: 100%; }
  @media (min-width: 37.5rem) {
    .sd__form-state {
      margin-bottom: 0;
      width: 49%; } }
  @media (min-width: 62rem) {
    .sd__form-state {
      width: 193px;
      width: 12.0625rem; } }

.sd__form-button {
  height: 52px;
  height: 3.25rem;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 37.5rem) {
    .sd__form-button {
      width: 49%; } }
  @media (min-width: 62rem) {
    .sd__form-button {
      width: 266px;
      width: 16.625rem; } }

.sd__el {
  border-radius: 15px;
  border-radius: 0.9375rem;
  background: #fff;
  width: calc(100% - 24px);
  width: calc(100% - 1.5rem);
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 15px 35px;
  padding: 1.5625rem 0.9375rem 2.1875rem;
  min-height: 224px;
  min-height: 14rem; }
  .sd__el:not(:last-child) {
    margin-bottom: 28px;
    margin-bottom: 1.75rem; }
  @media (min-width: 48rem) {
    .sd__el {
      padding: 25px 25px 35px 225px;
      padding: 1.5625rem 1.5625rem 2.1875rem 14.0625rem; } }
  @media (min-width: 62rem) {
    .sd__el {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 75rem) {
    .sd__el {
      left: 24px;
      left: 1.5rem; } }

.sd__el-title {
  color: #4d4d4d;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30.92px;
  line-height: 1.9325rem;
  letter-spacing: -0.4px;
  letter-spacing: -0.025rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-decoration: none; }

.sd__el-link {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30.92px;
  line-height: 1.9325rem;
  letter-spacing: -0.4px;
  letter-spacing: -0.025rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-decoration: none; }
  .sd__el-link:hover {
    color: #4d4d4d; }
  .sd__el-link:visited {
    color: #4d4d4d; }
  .sd__el-link:hover, .sd__el-link:visited, .sd__el-link:active {
    text-decoration: none; }

.sd__el-desc {
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.63px;
  letter-spacing: 0.03938rem;
  width: 100%; }
  @media (min-width: 75rem) {
    .sd__el-desc {
      min-width: 520px;
      min-width: 32.5rem; } }

.sd__el-meta {
  width: 100%;
  border-top: 1px solid #cdcdcd;
  border-top: 0.0625rem solid #cdcdcd;
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem; }
  @media (min-width: 48rem) {
    .sd__el-meta {
      border-left: none;
      position: relative;
      width: 100%; } }
  @media (min-width: 62rem) {
    .sd__el-meta {
      border-left: 1px solid #cdcdcd;
      border-left: 0.0625rem solid #cdcdcd;
      border-top: none;
      position: static;
      right: 0;
      left: auto;
      width: 230px;
      width: 14.375rem;
      padding-right: 30px;
      padding-right: 1.875rem;
      padding-left: 30px;
      padding-left: 1.875rem; } }
  @media (min-width: 75rem) {
    .sd__el-meta {
      min-width: 350px;
      min-width: 21.875rem;
      width: 100%; } }
  .sd__el-meta p {
    color: #4d4d4d;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 0.63px;
    letter-spacing: 0.03938rem;
    margin-bottom: 0; }
    .sd__el-meta p a {
      color: #4d4d4d; }

.sd__el-text {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 15px;
  padding-top: 0.9375rem; }
  @media (min-width: 75rem) {
    .sd__el-text {
      padding-right: 40px;
      padding-right: 2.5rem;
      min-width: 520px;
      min-width: 32.5rem; } }

.sd__el-photo {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 0;
  width: 199px;
  width: 12.4375rem;
  height: 187px;
  height: 11.6875rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  border-radius: 0.9375rem;
  display: none; }
  @media (min-width: 48rem) {
    .sd__el-photo {
      display: block; } }
  @media (min-width: 75rem) {
    .sd__el-photo {
      left: -20px;
      left: -1.25rem; } }

.pagination {
  margin-top: 70px;
  margin-top: 4.375rem;
  text-align: center; }
  .pagination li {
    display: inline-block;
    vertical-align: middle;
    color: #4d4d4d;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 45px;
    line-height: 2.8125rem; }
    .pagination li.active {
      background: url("/img/icon-pagination.png") no-repeat center;
      background-size: cover;
      color: #fff; }
    .pagination li.active, .pagination li.disabled {
      width: 47px;
      width: 2.9375rem;
      height: 45px;
      height: 2.8125rem; }
    .pagination li a {
      padding: 12px 20px;
      padding: 0.75rem 1.25rem;
      text-decoration: none;
      color: #4d4d4d; }
      .pagination li a:hover {
        color: #00b4ff; }
      .pagination li a:visited {
        color: #4d4d4d; }
      .pagination li a:hover, .pagination li a:visited, .pagination li a:active {
        text-decoration: none; }
      .pagination li a:hover {
        text-decoration: underline; }

.articles {
  background: url("/img/articles-bg.png") no-repeat center top;
  padding-top: 450px;
  padding-top: 28.125rem;
  margin-top: -2rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: #9fdc6f;
  pointer-events: none; }
  @media (min-width: 48rem) {
    .articles {
      height: 1007px;
      height: 62.9375rem;
      margin-top: -12rem;
      background-color: transparent; } }
  @media (min-width: 62rem) {
    .articles {
      margin-top: -245px;
      margin-top: -15.3125rem; } }
  .articles .container, .articles .hi__list {
    background: #9fdc6f;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    pointer-events: auto; }
    @media (min-width: 48rem) {
      .articles .container, .articles .hi__list {
        background: transparent;
        padding-bottom: 0; } }
  .articles__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
    @media (min-width: 75rem) {
      .articles__list {
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .articles__wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 28px;
    padding: 1.75rem;
    text-transform: initial !important;
    text-decoration: none;
    color: #4d4d4d;
    background-color: #fff;
    border-radius: 10px;
    border-radius: 0.625rem;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0; }
    .articles__wrapper:hover {
      background-color: #fff; }
    .articles__wrapper:hover, .articles__wrapper:visited {
      color: #4d4d4d; }
    .articles__wrapper:hover, .articles__wrapper:visited, .articles__wrapper:active {
      text-decoration: none; }
    @media (min-width: 48rem) {
      .articles__wrapper {
        max-width: 320px;
        max-width: 20rem;
        margin-right: 20px;
        margin-right: 1.25rem; }
        .articles__wrapper:last-child {
          margin-right: 0; } }
    @media (min-width: 75rem) {
      .articles__wrapper {
        height: 247px;
        height: 15.4375rem;
        max-width: 332px;
        max-width: 20.75rem;
        margin-left: 0;
        margin-right: 0; } }
  .articles__title {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    text-transform: initial; }
  .articles__description {
    color: #4d4d4d;
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 0.63px;
    letter-spacing: 0.03938rem; }
  .articles__button {
    text-align: center; }

@media all and (min-width: 112.4375rem) {
  .articles {
    background-size: 100% 100%;
    height: 1074px;
    height: 67.125rem;
    margin-top: -269px;
    margin-top: -16.8125rem; } }

.events {
  background: url("/img/events-bg-plain.png") no-repeat center top;
  position: relative;
  z-index: 2;
  margin-top: -7rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  min-height: 110rem;
  background-size: cover; }
  @media (min-width: 48rem) {
    .events {
      min-height: 73rem;
      padding-top: 5rem; } }
  @media (min-width: 62rem) {
    .events {
      padding-top: 150px;
      padding-top: 9.375rem;
      min-height: 65rem; } }
  .events h2 {
    color: #fff;
    margin-top: 2rem; }
  .events__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 4.5rem; }
    @media (min-width: 48rem) {
      .events__list {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 4rem; } }
    @media (min-width: 62rem) {
      .events__list {
        grid-template-columns: repeat(3, 1fr); } }
  .events__el {
    width: 100%;
    text-transform: initial;
    height: auto; }
    .events__el a {
      background-color: #fff;
      display: block;
      border-radius: 0.625rem;
      overflow: hidden;
      padding: 1.5rem 1.75rem;
      min-height: 12.75rem;
      position: relative; }
      .events__el a h3, .events__el a legend {
        color: #484848;
        margin-bottom: 0.5rem; }
      .events__el a .events__el-item__date {
        color: #484848;
        text-transform: uppercase;
        font-weight: 500; }
      .events__el a .events__el-item__button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        padding: 0;
        font-size: 1rem;
        line-height: 19.2px;
        line-height: 1.2rem;
        font-weight: 400;
        color: #00b4ff;
        position: absolute;
        left: 0;
        bottom: 0;
        margin-left: 1.75rem;
        margin-bottom: 1.6rem; }
    .events__el a:hover {
      text-decoration: none;
      background-color: #f28629; }
      .events__el a:hover h3, .events__el a:hover legend,
      .events__el a:hover .events__el-item__date,
      .events__el a:hover .events__el-item__button {
        color: #fff; }
  .events__inner {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    background-color: #77c79f;
    border-radius: 10px;
    border-radius: 0.625rem;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    padding: 15px;
    padding: 0.9375rem;
    display: block; }
    .events__inner:hover {
      background-color: #239B66; }
    .events__inner:hover, .events__inner:visited {
      color: rgba(255, 255, 255, 0.8); }
    .events__inner:hover, .events__inner:visited, .events__inner:active {
      text-decoration: none; }
    @media (min-width: 75rem) {
      .events__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 24px;
        padding: 0 1.5rem; } }
  .events__date-day {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 63.17px;
    line-height: 3.94813rem;
    letter-spacing: -0.71px;
    letter-spacing: -0.04438rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .events__date-month {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 29.64px;
    line-height: 1.8525rem;
    text-transform: uppercase;
    letter-spacing: -0.71px;
    letter-spacing: -0.04438rem; }
  .events__date {
    margin-right: 25px;
    margin-right: 1.5625rem; }
  .events__title {
    text-decoration: none;
    color: #fff;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem; }
    .events__title:hover {
      color: #fff; }
    .events__title:visited {
      color: #fff; }
    .events__title:hover, .events__title:visited, .events__title:active {
      text-decoration: none; }
  .events__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    text-transform: none; }
  .events__button {
    text-align: center;
    font-size: 0; }

@media all and (min-width: 112.4375rem) {
  .events {
    background-size: 100% auto; } }

.event-border {
  border-top: solid 1px white;
  border-top: solid 0.0625rem white;
  width: 50%;
  margin: 0 auto; }

.el__grid-title {
  font-size: 1.25rem !important; }

.el-content {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 300px;
  padding-bottom: 18.75rem;
  margin-top: -80px;
  margin-top: -5rem;
  position: relative;
  z-index: 3;
  background-image: url("/img/events-list/content-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom -10px;
  background-position: center bottom -0.625rem;
  background-size: 1000px auto;
  background-size: 62.5rem auto;
  position: relative;
  overflow: hidden; }
  .el-content.news-listing-content {
    background-image: url("/img/bgs/news-footer-bg.png"); }
    @media (min-width: 48rem) {
      .el-content.news-listing-content {
        margin-top: 30px;
        margin-top: 1.875rem; } }
  @media (min-width: 48rem) {
    .el-content {
      padding-bottom: 573px;
      padding-bottom: 35.8125rem;
      background-size: 100% auto; } }

.el__top {
  width: 100%;
  height: auto;
  background-color: #313131;
  border-radius: 10px;
  border-radius: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 5px 15px;
  padding: 0.9375rem 0.9375rem 0.3125rem 0.9375rem;
  margin-bottom: 38px;
  margin-bottom: 2.375rem; }
  @media (max-width: 62rem) {
    .el__top {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 62rem) {
    .el__top {
      height: 127px;
      height: 7.9375rem;
      padding: 0 20px;
      padding: 0 1.25rem; } }
  @media (min-width: 62rem) {
    .el__top {
      padding: 0 30px;
      padding: 0 1.875rem; } }
  .el__top .news__label {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-bottom: 0;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: bold;
    color: white;
    padding: 5px 0 15px 0;
    padding: 0.3125rem 0 0.9375rem 0; }
    @media (min-width: 62rem) {
      .el__top .news__label {
        width: 198px;
        width: 12.375rem;
        text-align: left;
        padding: 0;
        font-size: 30px;
        font-size: 1.875rem; } }
  .el__top select {
    border: 0;
    height: 52px;
    height: 3.25rem;
    padding: 0 45px 0 20px;
    padding: 0 2.8125rem 0 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.54px;
    letter-spacing: 0.03375rem;
    width: 48%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    @media (min-width: 62rem) {
      .el__top select {
        width: auto;
        max-width: 300px;
        max-width: 18.75rem;
        padding: 0 50px 0 20px;
        padding: 0 3.125rem 0 1.25rem;
        margin-bottom: 0; } }
    .el__top select.cat_filter {
      width: 100%; }
      @media (min-width: 28.75rem) {
        .el__top select.cat_filter {
          width: 48%; } }
      @media (min-width: 62rem) {
        .el__top select.cat_filter {
          max-width: 360px;
          max-width: 22.5rem;
          width: 36%; } }
      @media (min-width: 75rem) {
        .el__top select.cat_filter {
          max-width: 1000px;
          max-width: 62.5rem;
          width: 39%; } }

.el__list .event-grouping {
  background-color: #fcf5eb;
  padding: 20px;
  padding: 1.25rem; }
  .el__list .event-grouping + .event-grouping {
    margin-top: 20px;
    margin-top: 1.25rem; }
  .el__list .event-grouping .event-container {
    display: block; }
    .el__list .event-grouping .event-container .el__list-date {
      padding-top: 15px;
      padding-top: 0.9375rem;
      width: 100%; }
      .el__list .event-grouping .event-container .el__list-date br {
        display: none; }
    .el__list .event-grouping .event-container .el__list-el {
      -ms-flex: 1;
      flex: 1;
      padding-left: 0;
      padding-right: 0; }
  @media (min-width: 62rem) {
    .el__list .event-grouping .event-container {
      display: -ms-flexbox;
      display: flex; }
      .el__list .event-grouping .event-container .el__list-date {
        padding-top: 20px;
        padding-top: 1.25rem;
        width: 40%; }
        .el__list .event-grouping .event-container .el__list-date br {
          display: block; }
      .el__list .event-grouping .event-container .el__list-el {
        padding-left: 37px;
        padding-left: 2.3125rem;
        padding-right: 20px;
        padding-right: 1.25rem;
        -ms-flex: 1;
        flex: 1; } }

.el__list-el {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border-radius: 0.3125rem;
  display: block;
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
  text-decoration: none;
  color: #4d4d4d; }
  .el__list-el:hover {
    color: #4d4d4d; }
  .el__list-el:visited {
    color: #4d4d4d; }
  .el__list-el:hover, .el__list-el:visited, .el__list-el:active {
    text-decoration: none; }
  .el__list-el.active {
    background-color: #77c79f; }
  .el__list-el:not(:last-child) {
    margin-bottom: 21px;
    margin-bottom: 1.3125rem; }
  @media (min-width: 34.375rem) {
    .el__list-el {
      padding-left: 37px;
      padding-left: 2.3125rem;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.el__list-date {
  width: 100%;
  color: #4d4d4d;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.55px;
  letter-spacing: -0.03438rem;
  padding: 15px;
  padding: 0.9375rem; }
  @media (min-width: 48rem) {
    .el__list-date {
      width: 50%;
      font-size: 23px;
      font-size: 1.4375rem; } }
  @media (min-width: 62rem) {
    .el__list-date {
      width: 40%; } }
  @media (min-width: 75rem) {
    .el__list-date {
      font-size: 27px;
      font-size: 1.6875rem; } }

.el__list-desc {
  width: 100%;
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.63px;
  letter-spacing: 0.03938rem;
  padding: 0 15px 15px;
  padding: 0 0.9375rem 0.9375rem; }

.month-selector {
  font-size: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  @media (min-width: 62rem) {
    .month-selector {
      width: auto;
      margin-bottom: 0; } }
  .month-selector__prev, .month-selector__next, .month-selector__current {
    display: inline-block;
    vertical-align: middle; }
  .month-selector__current {
    margin: 0 15px;
    margin: 0 0.9375rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: -0.77px;
    letter-spacing: -0.04813rem; }
    @media (min-width: 28.75rem) {
      .month-selector__current {
        font-size: 30px;
        font-size: 1.875rem; } }
  .month-selector__prev {
    width: 17px;
    width: 1.0625rem;
    height: 28px;
    height: 1.75rem;
    background: url("/img/events-list/icon-month-prev.png") no-repeat center;
    background-size: cover; }
  .month-selector__next {
    width: 17px;
    width: 1.0625rem;
    height: 28px;
    height: 1.75rem;
    background: url("/img/events-list/icon-month-next.png") no-repeat center;
    background-size: cover; }

.type-selector {
  font-size: 0;
  width: 48%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  @media (min-width: 40.625rem) {
    .type-selector {
      width: auto; } }
  @media (min-width: 62rem) {
    .type-selector {
      margin-bottom: 0; } }
  @media (max-width: 48rem) {
    .type-selector {
      display: none; } }
  .type-selector__grid {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    height: 52px;
    height: 3.25rem;
    border: 0;
    border-top-left-radius: 15px;
    border-top-left-radius: 0.9375rem;
    border-bottom-left-radius: 15px;
    border-bottom-left-radius: 0.9375rem;
    margin-right: 1px;
    margin-right: 0.0625rem;
    background-image: url("/img/events-list/icon-grid.png"); }
    .type-selector__grid.active {
      background-image: url("/img/events-list/icon-grid-active.png"); }
    @media (min-width: 40.625rem) {
      .type-selector__grid {
        width: 55px;
        width: 3.4375rem; } }
  .type-selector__list {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    width: 49%;
    height: 52px;
    height: 3.25rem;
    border: 0;
    border-top-right-radius: 15px;
    border-top-right-radius: 0.9375rem;
    border-bottom-right-radius: 15px;
    border-bottom-right-radius: 0.9375rem;
    background-image: url("/img/events-list/icon-list.png"); }
    .type-selector__list.active {
      background-image: url("/img/events-list/icon-list-active.png"); }
    @media (min-width: 40.625rem) {
      .type-selector__list {
        width: 55px;
        width: 3.4375rem; } }

.el__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -24px -10px 0 -10px;
  margin: -1.5rem -0.625rem 0 -0.625rem; }
  .el__grid-el {
    width: 14.285%;
    height: auto;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #4d4d4d;
    letter-spacing: -0.55px;
    letter-spacing: -0.03438rem;
    position: relative;
    padding: 6px 6px;
    padding: 0.375rem 0.375rem; }
    .el__grid-el > .inner {
      border-radius: 15px;
      border-radius: 0.9375rem;
      background-color: #fcf5eb;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      padding: 0 0 15px 0;
      padding: 0 0 0.9375rem 0; }
    @media (min-width: 48rem) {
      .el__grid-el {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 62rem) {
      .el__grid-el {
        min-height: 97px;
        min-height: 6.0625rem; } }
    @media (min-width: 75rem) {
      .el__grid-el {
        min-height: 180px;
        min-height: 11.25rem; } }
    .el__grid-el .date-number {
      display: block;
      padding: 9px 15px 6px 15px;
      padding: 0.5625rem 0.9375rem 0.375rem 0.9375rem;
      text-align: left; }
    .el__grid-el--day {
      min-height: 0; }
      .el__grid-el--day > .inner {
        height: 55px;
        height: 3.4375rem;
        background-color: #343434;
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: -0.4px;
        letter-spacing: -0.025rem;
        font-weight: 400;
        line-height: 25px;
        line-height: 1.5625rem;
        padding: 15px 10px;
        padding: 0.9375rem 0.625rem;
        text-align: center; }
        @media (min-width: 37.5rem) {
          .el__grid-el--day > .inner {
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: 700; } }
        @media (min-width: 62rem) {
          .el__grid-el--day > .inner {
            min-height: 0; } }
        @media (min-width: 75rem) {
          .el__grid-el--day > .inner {
            min-height: 0; } }
    .el__grid-el.active > .inner {
      background-color: #77c79f; }
  .el__grid-box {
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 331px;
    width: 20.6875rem;
    height: 265px;
    height: 16.5625rem;
    background: url("/img/events-list/grid-box.png") no-repeat center;
    background-size: cover;
    padding: 40px;
    padding: 2.5rem;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-in-out;
    z-index: 100;
    pointer-events: none; }
    .el__grid-box.visible {
      opacity: 1;
      visibility: visible; }
    .el__grid-box a {
      text-decoration: none;
      color: #fff; }
      .el__grid-box a:hover {
        color: #fff; }
      .el__grid-box a:visited {
        color: #fff; }
      .el__grid-box a:hover, .el__grid-box a:visited, .el__grid-box a:active {
        text-decoration: none; }
    .el__grid-box .event-date,
    .el__grid-box .event-time {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.4em; }
    .el__grid-box .event-date {
      margin-bottom: 0; }
    .el__grid-box .nano-pane {
      background: rgba(255, 255, 255, 0.2); }
    .el__grid-box .nano-slider {
      background: #fff; }
  .el__grid-title {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 25px;
    line-height: 1.5625rem;
    letter-spacing: -0.25px;
    letter-spacing: -0.01563rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem; }
  .el__grid-desc {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 0.63px;
    letter-spacing: 0.03938rem; }
  .el__grid .event-listing ul > li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2em; }
    .el__grid .event-listing ul > li:hover .el__grid-box {
      opacity: 1;
      visibility: visible; }
  .el__grid .event-listing.multi-day-events ul {
    margin: 0 0 6px 0;
    margin: 0 0 0.375rem 0;
    padding: 0; }
    .el__grid .event-listing.multi-day-events ul > li {
      list-style: none;
      padding: 0;
      margin: 0; }
      .el__grid .event-listing.multi-day-events ul > li + li {
        margin-top: 1px;
        margin-top: 0.0625rem; }
      .el__grid .event-listing.multi-day-events ul > li > span,
      .el__grid .event-listing.multi-day-events ul > li > a {
        display: block;
        padding: 4px 6px;
        padding: 0.25rem 0.375rem;
        white-space: nowrap; }
      .el__grid .event-listing.multi-day-events ul > li a {
        background: #77c79f;
        border-radius: 4px;
        border-radius: 0.25rem;
        box-sizing: content-box;
        color: #ffffff;
        position: relative;
        z-index: 50; }
        .el__grid .event-listing.multi-day-events ul > li a > span {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 100%; }
        .el__grid .event-listing.multi-day-events ul > li a[data-span-days="2"] {
          padding-right: 6px;
          padding-right: 0.375rem;
          width: 200%; }
        .el__grid .event-listing.multi-day-events ul > li a[data-span-days="3"] {
          padding-right: 18px;
          padding-right: 1.125rem;
          width: 300%; }
        .el__grid .event-listing.multi-day-events ul > li a[data-span-days="4"] {
          padding-right: 30px;
          padding-right: 1.875rem;
          width: 400%; }
        .el__grid .event-listing.multi-day-events ul > li a[data-span-days="5"] {
          padding-right: 42px;
          padding-right: 2.625rem;
          width: 500%; }
        .el__grid .event-listing.multi-day-events ul > li a[data-span-days="6"] {
          padding-right: 54px;
          padding-right: 3.375rem;
          width: 600%; }
        .el__grid .event-listing.multi-day-events ul > li a[data-span-days="7"] {
          padding-right: 66px;
          padding-right: 4.125rem;
          width: 700%; }
  .el__grid .event-listing.single-day-events {
    height: 100%;
    min-height: 70px;
    min-height: 4.375rem; }
    .el__grid .event-listing.single-day-events ul {
      margin: 0;
      padding: 0; }
      .el__grid .event-listing.single-day-events ul > li {
        display: inline-block;
        list-style: none;
        padding: 4px 21px 4px 6px;
        padding: 0.25rem 1.3125rem 0.25rem 0.375rem; }
        .el__grid .event-listing.single-day-events ul > li .el__grid-box {
          bottom: auto;
          position: fixed;
          transform: translate(0, 0); }
        .el__grid .event-listing.single-day-events ul > li > a {
          color: #4d4d4d;
          display: block;
          padding: 0 0 0 18px;
          padding: 0 0 0 1.125rem;
          position: relative;
          text-overflow: ellipsis; }
          .el__grid .event-listing.single-day-events ul > li > a:before {
            background: #ff0000;
            border-radius: 20px;
            border-radius: 1.25rem;
            content: "";
            height: 7px;
            height: 0.4375rem;
            left: 3px;
            left: 0.1875rem;
            position: absolute;
            top: 5px;
            top: 0.3125rem;
            width: 7px;
            width: 0.4375rem; }

.show-on-print {
  display: none; }

.el__list-desc h3, .el__list-desc legend {
  margin-bottom: 0; }

.el__list-desc .time {
  font-size: 1rem; }

.print-event-location {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Gotham", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.print-event-image {
  -ms-flex-order: 0;
  order: 0;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 48rem) {
    .print-event-image {
      display: block;
      margin-top: 2px;
      margin-top: 0.125rem;
      -ms-flex-order: 2;
      order: 2; } }
  .print-event-image img {
    max-width: none;
    width: 100%; }
    @media (min-width: 48rem) {
      .print-event-image img {
        max-width: 26rem;
        margin-top: 1rem; } }
    @media (min-width: 62rem) {
      .print-event-image img {
        margin-top: 12px;
        margin-top: 0.75rem;
        max-width: 200px;
        max-width: 12.5rem; } }

.print-event-contact {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  margin-top: 0.5rem;
  font-weight: bold; }

.print-event-summary-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-top: 1rem;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 48rem) {
    .print-event-summary-container {
      -ms-flex-direction: row;
      flex-direction: row; } }

@media print {
  .show-on-print {
    display: block; }
  .hide-on-print {
    display: none; }
  .header__logo img {
    max-width: 120px;
    max-width: 7.5rem; }
  .header__top {
    margin-bottom: 0; }
  .breadcrumb__title, .breadcrumb {
    display: none; }
  .filter-bar-events {
    display: none; }
  .event-container a:link {
    text-decoration: none; }
  .event-time {
    margin-bottom: 0; }
  h3, legend {
    margin-bottom: 0;
    padding-bottom: 0; }
  .print-event-summary-container {
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-top: 1rem; }
  .print-event-summary {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem; }
  .print-event-contact {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 12px;
    line-height: 0.75rem;
    margin-top: 0.5rem; }
  .print-event-image {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 0; }
    .print-event-image img {
      max-width: 12rem;
      margin-top: 0;
      margin-bottom: 0; }
  .el__list-el {
    padding-top: 0; } }

.flags {
  background-color: #fff;
  background-image: url("/img/flags-bg-reversed.png");
  background-repeat: no-repeat;
  background-position: left top 40px;
  background-position: left top 2.5rem;
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  overflow: hidden; }
  .flags__list {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flags__el {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    @media (min-width: 37.5rem) {
      .flags__el {
        width: 50%;
        margin-bottom: 0; } }
    @media (min-width: 75rem) {
      .flags__el {
        display: inline-block;
        vertical-align: top;
        width: auto; }
        .flags__el:not(:last-child) {
          margin-right: 220px;
          margin-right: 13.75rem; } }
  .flags__pic {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .flags__desc {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 1.75rem;
    color: #4d4d4d;
    letter-spacing: -0.2px;
    letter-spacing: -0.0125rem; }

.st-content {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 350px;
  padding-bottom: 21.875rem;
  background-image: url("/img/story/content-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom -200px;
  background-position: center bottom -12.5rem;
  background-size: 1800px auto;
  background-size: 112.5rem auto;
  position: relative; }
  @media (min-width: 48rem) {
    .st-content {
      padding-bottom: 573px;
      padding-bottom: 35.8125rem; } }
  @media (min-width: 112.5rem) {
    .st-content {
      background-size: 100% auto; } }
  .st-content .footer-scene {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    height: 18.75rem; }
    @media (min-width: 48rem) {
      .st-content .footer-scene {
        height: 530px;
        height: 33.125rem; } }
    .st-content .footer-scene .par-01 {
      position: absolute !important;
      width: 155px;
      width: 9.6875rem;
      height: 290px;
      height: 18.125rem;
      background: url("/img/story/par-11.png") no-repeat center;
      background-size: cover;
      left: 50% !important;
      margin-left: -75px !important;
      margin-left: -4.6875rem !important; }
      @media (min-width: 48rem) {
        .st-content .footer-scene .par-01 {
          top: 146px !important;
          top: 9.125rem !important;
          margin-left: -516px !important;
          margin-left: -32.25rem !important;
          width: 196px;
          width: 12.25rem;
          height: 366px;
          height: 22.875rem; } }
    .st-content .footer-scene .par-02 {
      position: absolute;
      width: 104px;
      width: 6.5rem;
      height: 110px;
      height: 6.875rem;
      background: url("/img/story/par-12.png") no-repeat center;
      background-size: cover;
      left: 50% !important;
      top: 30px !important;
      top: 1.875rem !important;
      margin-left: -2px !important;
      margin-left: -0.125rem !important;
      display: none; }
      @media (min-width: 48rem) {
        .st-content .footer-scene .par-02 {
          display: block; } }
    .st-content .footer-scene .par-03 {
      position: absolute;
      width: 228px;
      width: 14.25rem;
      height: 222px;
      height: 13.875rem;
      background: url("/img/story/par-13.png") no-repeat center;
      background-size: cover;
      left: 50% !important;
      top: 135px !important;
      top: 8.4375rem !important;
      margin-left: 224px !important;
      margin-left: 14rem !important;
      display: none; }
      @media (min-width: 48rem) {
        .st-content .footer-scene .par-03 {
          display: block; } }

.st__list {
  padding-top: 30px;
  padding-top: 1.875rem; }
  @media (min-width: 28.75rem) {
    .st__list {
      padding-top: 170px;
      padding-top: 10.625rem; } }

.st__video {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0; }
  @media (min-width: 28.75rem) {
    .st__video {
      margin-top: -120px;
      margin-top: -7.5rem; } }
  @media (min-width: 48rem) {
    .st__video {
      margin-top: -145px;
      margin-top: -9.0625rem; } }
  @media (min-width: 75rem) {
    .st__video {
      margin-top: -65px;
      margin-top: -4.0625rem; } }

.st__img-wrapper {
  position: relative; }
  .st__img-wrapper-mask {
    position: absolute;
    z-index: 1;
    top: -1px;
    top: -0.0625rem;
    right: 0;
    width: 100%; }
  @media (min-width: 75rem) {
    .st__img-wrapper {
      position: static; } }

.st__video_background_img {
  display: block;
  width: 100%; }

.st__video-button {
  width: 103px;
  width: 6.4375rem;
  height: 107px;
  height: 6.6875rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-left: 0;
  cursor: pointer;
  display: block;
  background: #fe3126;
  border-radius: 183px;
  border-radius: 11.4375rem;
  padding: 20px;
  padding: 1.25rem; }
  @media (min-width: 48rem) {
    .st__video-button {
      width: 183px;
      width: 11.4375rem;
      height: 187px;
      height: 11.6875rem;
      margin-left: 0; } }
  @media (min-width: 75rem) {
    .st__video-button {
      margin-left: -440px;
      margin-left: -27.5rem;
      transform: translate(0, -50%); } }
  .st__video-button:hover {
    background: #bd0a01; }

.st__play-icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: 0.3s ease-out fill; }
  .st__play-icon:hover {
    fill: #fff;
    opacity: 1; }

.st__video-content {
  width: 100%;
  height: auto;
  background-color: #5ecea0;
  border-radius: 40px;
  border-radius: 2.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  margin: 15px auto 0;
  margin: 0.9375rem auto 0; }
  @media (min-width: 48rem) {
    .st__video-content {
      background-image: url("/img/story/video-content-01.png");
      width: 565px;
      width: 35.3125rem;
      height: 398px;
      height: 24.875rem;
      padding: 55px 85px 30px 85px;
      padding: 3.4375rem 5.3125rem 1.875rem 5.3125rem;
      background-color: transparent;
      border-radius: 0; } }
  @media (min-width: 75rem) {
    .st__video-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(0, -50%);
      margin-left: 143px;
      margin-left: 8.9375rem; } }

.st__video-title {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.71px;
  letter-spacing: -0.04438rem;
  line-height: 35px;
  line-height: 2.1875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  @media (min-width: 48rem) {
    .st__video-title {
      margin-top: 25px;
      margin-top: 1.5625rem;
      margin-bottom: 36px;
      margin-bottom: 2.25rem;
      font-size: 35px;
      font-size: 2.1875rem; } }

.st__video-desc {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.63px;
  letter-spacing: 0.03938rem;
  color: #fff; }

.st__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  background: none;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem; }
  @media (min-width: 28.75rem) {
    .st__text {
      margin-top: 65px;
      margin-top: 4.0625rem;
      padding-bottom: 120px;
      padding-bottom: 7.5rem; } }
  @media (min-width: 112.5rem) {
    .st__text {
      background-size: 100% auto; } }
  .st__text-title {
    color: #484848;
    font-weight: 700;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 53px;
    line-height: 3.3125rem;
    letter-spacing: -1px;
    letter-spacing: -0.0625rem;
    margin-bottom: 0; }
    @media (min-width: 48rem) {
      .st__text-title {
        margin-bottom: 35px;
        margin-bottom: 2.1875rem; } }
    @media (min-width: 75rem) {
      .st__text-title {
        font-size: 40px;
        font-size: 2.5rem;
        margin-bottom: 56px;
        margin-bottom: 3.5rem; } }
  .st__text p {
    color: #4d4d4d;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 31px;
    line-height: 1.9375rem;
    letter-spacing: 0.63px;
    letter-spacing: 0.03938rem; }
    .st__text p:not(:last-child) {
      margin-bottom: 31px;
      margin-bottom: 1.9375rem; }
    @media (min-width: 48rem) {
      .st__text p {
        font-size: 18px;
        font-size: 1.125rem; } }
  .st__text:last-child {
    background: none; }

.st__text--left:last-child {
  background: none; }

.st__video--left {
  margin-bottom: 0; }
  .st__video--left .st__video-content {
    width: 100%;
    height: auto;
    left: 0;
    right: auto;
    background: #fe3126; }
    @media (min-width: 37.5rem) {
      .st__video--left .st__video-content {
        background: url("/img/story/video-content-02.png") no-repeat center;
        background-size: cover;
        width: 565px;
        width: 35.3125rem;
        height: 359px;
        height: 22.4375rem;
        padding: 25px 85px 30px 85px;
        padding: 1.5625rem 5.3125rem 1.875rem 5.3125rem;
        background-color: transparent; } }
    @media (min-width: 75rem) {
      .st__video--left .st__video-content {
        margin-left: -647px;
        margin-left: -40.4375rem;
        left: 50%; } }
  @media (min-width: 62rem) {
    .st__video--left .st__video-button {
      margin-left: 272px;
      margin-left: 17rem; } }

.stories {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  position: relative; }
  @media (min-width: 48rem) {
    .stories {
      height: 550px;
      height: 34.375rem;
      background-color: transparent; } }
  @media (min-width: 62rem) {
    .stories {
      margin-top: -100px;
      margin-top: -6.25rem;
      padding-top: 90px;
      padding-top: 5.625rem;
      padding-bottom: 0;
      height: auto;
      min-height: 850px;
      min-height: 53.125rem; } }
  .stories h2 {
    margin-left: 10px;
    margin-left: 0.625rem; }
    @media (min-width: 62rem) {
      .stories h2 {
        position: absolute;
        top: 28%;
        left: 50%;
        margin-left: -100px;
        margin-left: -6.25rem;
        color: #fff;
        margin-bottom: 0;
        z-index: 5; } }
  .stories__list {
    float: left;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    .stories__list-mask {
      position: absolute;
      top: -10%;
      left: 0;
      z-index: 10;
      display: none; }
      @media (min-width: 62rem) {
        .stories__list-mask {
          width: 100%;
          display: block; } }
    .stories__list-art {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 10;
      display: none; }
      @media (min-width: 62rem) {
        .stories__list-art {
          display: block; } }
  .stories__el {
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
    height: 100%;
    min-height: 320px;
    min-height: 20rem; }
    @media (min-width: 48rem) {
      .stories__el {
        height: 600px;
        height: 37.5rem; } }
    @media (min-width: 62rem) {
      .stories__el {
        width: 50%;
        height: 768px;
        height: 48rem; } }
    .stories__el:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.28); }
  .stories__content-block {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
    padding: 30px;
    padding: 1.875rem;
    border-radius: 40px;
    border-radius: 2.5rem;
    margin: 100% auto 20px auto;
    margin: 100% auto 1.25rem auto; }
    @media (min-width: 48rem) {
      .stories__content-block {
        position: absolute;
        width: 413px;
        width: 25.8125rem;
        height: 263px;
        height: 16.4375rem;
        padding: 40px 30px 30px 40px;
        padding: 2.5rem 1.875rem 1.875rem 2.5rem;
        margin: 0; } }
    .stories__content-block.story-1 {
      top: auto;
      right: auto;
      background: none;
      background-color: #E94F46; }
      @media (min-width: 48rem) {
        .stories__content-block.story-1 {
          top: 50%;
          left: 10%;
          background: url("/img/story/blurb-red.png") no-repeat center center transparent; } }
      @media (min-width: 62rem) {
        .stories__content-block.story-1 {
          right: 20%;
          left: auto; } }
    .stories__content-block.story-2 {
      top: auto;
      left: auto;
      background: none;
      background-color: #77c79f; }
      @media (min-width: 48rem) {
        .stories__content-block.story-2 {
          top: 50%;
          left: 10%;
          background: url("/img/story/blurb-green.png") no-repeat center center transparent; } }
      @media (min-width: 62rem) {
        .stories__content-block.story-2 {
          left: 10%; } }
  .stories__title {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    padding-bottom: 0;
    color: #fff; }
  .stories__desc {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.63px;
    letter-spacing: 0.03938rem;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem; }

.ed-content {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 360px;
  padding-bottom: 22.5rem;
  background-color: #f8f6f4;
  background-image: url("/img/event-details/content-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1100px auto;
  background-size: 68.75rem auto;
  position: relative;
  overflow: hidden; }
  @media (min-width: 48rem) {
    .ed-content {
      padding-bottom: 670px;
      padding-bottom: 41.875rem;
      background-size: 1800px auto;
      background-size: 112.5rem auto; } }
  @media (min-width: 112.5rem) {
    .ed-content {
      background-size: 100% auto; } }
  .ed-content .footer-scene {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 360px;
    height: 22.5rem; }
    @media (min-width: 48rem) {
      .ed-content .footer-scene {
        height: 615px;
        height: 38.4375rem; } }
    .ed-content .footer-scene .par-01 {
      position: absolute !important;
      width: 260px;
      width: 16.25rem;
      height: 41px;
      height: 2.5625rem;
      background: url("/img/event-details/par-11.png") no-repeat center;
      background-size: cover;
      left: 50% !important;
      top: 129px !important;
      top: 8.0625rem !important;
      margin-left: -864px !important;
      margin-left: -54rem !important; }
    .ed-content .footer-scene .par-02 {
      position: absolute;
      width: 150px;
      width: 9.375rem;
      height: 24px;
      height: 1.5rem;
      background: url("/img/event-details/par-12.png") no-repeat center;
      background-size: cover;
      left: 50% !important;
      top: 87px !important;
      top: 5.4375rem !important;
      margin-left: -607px !important;
      margin-left: -37.9375rem !important; }
    .ed-content .footer-scene .par-03 {
      position: absolute;
      width: 383px;
      width: 23.9375rem;
      height: 61px;
      height: 3.8125rem;
      background: url("/img/event-details/par-13.png") no-repeat center;
      background-size: cover;
      left: 50% !important;
      top: 0 !important;
      margin-left: -202px !important;
      margin-left: -12.625rem !important; }
    .ed-content .footer-scene .par-04 {
      position: absolute;
      width: 260px;
      width: 16.25rem;
      height: 41px;
      height: 2.5625rem;
      background: url("/img/event-details/par-14.png") no-repeat center;
      background-size: cover;
      left: 50% !important;
      top: 27px !important;
      top: 1.6875rem !important;
      margin-left: 578px !important;
      margin-left: 36.125rem !important; }
    .ed-content .footer-scene .par-05 {
      position: absolute;
      width: 90px;
      width: 5.625rem;
      height: 250px;
      height: 15.625rem;
      background: url("/img/event-details/par-15.png") no-repeat center;
      background-size: cover;
      top: auto;
      bottom: 20px;
      bottom: 1.25rem;
      margin-left: 0;
      left: 20px;
      left: 1.25rem; }
      @media (min-width: 28.75rem) {
        .ed-content .footer-scene .par-05 {
          height: 300px;
          height: 18.75rem;
          width: 112px;
          width: 7rem; } }
      @media (min-width: 48rem) {
        .ed-content .footer-scene .par-05 {
          left: 50% !important;
          top: 148px !important;
          top: 9.25rem !important;
          margin-left: -363px !important;
          margin-left: -22.6875rem !important;
          bottom: auto;
          width: 160px;
          width: 10rem;
          height: 424px;
          height: 26.5rem; } }
    .ed-content .footer-scene .par-06 {
      position: absolute;
      background: url("/img/event-details/par-16.png") no-repeat center;
      background-size: cover;
      width: 173px;
      width: 10.8125rem;
      height: 250px;
      height: 15.625rem;
      top: auto;
      bottom: 20px;
      bottom: 1.25rem;
      margin-left: 0;
      right: 20px;
      right: 1.25rem; }
      @media (min-width: 28.75rem) {
        .ed-content .footer-scene .par-06 {
          height: 300px;
          height: 18.75rem;
          width: 205px;
          width: 12.8125rem; } }
      @media (min-width: 48rem) {
        .ed-content .footer-scene .par-06 {
          width: 295px;
          width: 18.4375rem;
          height: 421px;
          height: 26.3125rem;
          left: 50% !important;
          right: auto;
          top: 151px !important;
          top: 9.4375rem !important;
          margin-left: 143px !important;
          margin-left: 8.9375rem !important; } }

.ed__box {
  background: #fff;
  border-radius: 20px;
  border-radius: 1.25rem;
  position: relative; }

.ed__heading {
  background-color: #5bce9f;
  padding: 25px;
  padding: 1.5625rem; }
  @media (min-width: 62rem) {
    .ed__heading {
      padding: 65px 490px 65px 65px;
      padding: 4.0625rem 30.625rem 4.0625rem 4.0625rem; } }
  .ed__heading p {
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 48rem) {
      .ed__heading p {
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: 700;
        letter-spacing: -.61px;
        letter-spacing: -0.03813rem;
        line-height: 40px;
        line-height: 2.5rem; } }
    .ed__heading p.event-date {
      margin-bottom: 0; }
    .ed__heading p:last-child {
      margin-bottom: 0; }
  .ed__heading-link {
    vertical-align: top;
    text-decoration: none;
    color: #fff; }
    .ed__heading-link:hover {
      color: #fff; }
    .ed__heading-link:visited {
      color: #fff; }
    .ed__heading-link:hover, .ed__heading-link:visited, .ed__heading-link:active {
      text-decoration: none; }
    .ed__heading-link:hover {
      text-decoration: underline; }

.ed__text {
  padding: 20px;
  padding: 1.25rem; }
  @media (min-width: 48rem) {
    .ed__text {
      padding-top: 45px;
      padding-top: 2.8125rem;
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
      padding-left: 45px;
      padding-left: 2.8125rem;
      padding-right: 45px;
      padding-right: 2.8125rem; } }
  @media (min-width: 62rem) {
    .ed__text {
      padding-right: 524px;
      padding-right: 32.75rem; } }
  @media (min-width: 75rem) {
    .ed__text {
      padding-right: 630px;
      padding-right: 39.375rem; } }
  .ed__text p {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    color: #484848;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: .63px;
    letter-spacing: 0.03938rem;
    word-break: break-word; }

.ed__subtitle {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #484848;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 20.92px;
  line-height: 1.3075rem;
  letter-spacing: -.4px;
  letter-spacing: -0.025rem; }

.ed__photos {
  display: none; }
  @media (min-width: 62rem) {
    .ed__photos {
      display: block;
      position: absolute;
      top: 70px;
      top: 4.375rem;
      right: 65px;
      right: 4.0625rem; } }
  @media (min-width: 75rem) {
    .ed__photos {
      top: 70px;
      top: 4.375rem; } }

.ed__photo {
  width: 408px;
  width: 25.5rem;
  height: 262px;
  height: 16.375rem;
  border-radius: 20px;
  border-radius: 1.25rem;
  background-position: center;
  background-size: cover; }
  .ed__photo:not(:last-child) {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem; }

.ed__icon {
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  display: inline-block;
  text-decoration: none;
  color: #fff; }
  .ed__icon:hover {
    color: #fff; }
  .ed__icon:visited {
    color: #fff; }
  .ed__icon:hover, .ed__icon:visited, .ed__icon:active {
    text-decoration: none; }
  @media (min-width: 48rem) {
    .ed__icon {
      height: 42px;
      height: 2.625rem;
      width: 42px;
      width: 2.625rem; } }

.search-country {
  margin-top: -190px;
  margin-top: -11.875rem;
  padding-top: 160px;
  padding-top: 10rem;
  background: url("/img/select-country-bg.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 480px;
  height: 30rem; }
  .search-country.hasnews {
    margin-top: -80px;
    margin-top: -5rem; }
  @media (min-width: 62rem) {
    .search-country {
      height: 1035px;
      height: 64.6875rem;
      padding-top: 128px;
      padding-top: 8rem;
      background-size: auto; } }
  .search-country .container, .search-country .hi__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 37.5rem) {
      .search-country .container, .search-country .hi__list {
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .search-country__form {
    background: url("/img/svg/select-country-form-bg.svg") no-repeat center;
    background-size: cover;
    width: 318px;
    width: 19.875rem;
    height: 200px;
    height: 12.5rem;
    padding: 49px 30px 0 40px;
    padding: 3.0625rem 1.875rem 0 2.5rem;
    text-align: center; }
  .search-country__title {
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 25px;
    line-height: 1.5625rem;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    letter-spacing: -0.025rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .search-country__select-wrapper {
    width: 248px;
    width: 15.5rem;
    height: 43px;
    height: 2.6875rem;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .search-country__select {
    width: 100%;
    height: 100%;
    color: #BFBFBF;
    background-color: #fff;
    text-transform: initial;
    border: 0;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2; }

@media all and (min-width: 112.4375rem) {
  .search-country {
    background-size: 100% 100%;
    height: 1100px;
    height: 68.75rem; } }

.header--sd .container, .header--sd .hi__list, .header--di .container, .header--di .hi__list {
  position: relative;
  z-index: 2; }

.header--sd .par-01, .header--di .par-01 {
  position: absolute !important;
  width: 148px;
  width: 9.25rem;
  height: 33px;
  height: 2.0625rem;
  background: url("/img/director/par-01.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 102px !important;
  top: 6.375rem !important;
  margin-left: -784px !important;
  margin-left: -49rem !important; }

.header--sd .par-02, .header--di .par-02 {
  position: absolute;
  width: 342px;
  width: 21.375rem;
  height: 54px;
  height: 3.375rem;
  background: url("/img/director/par-02.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 28px !important;
  top: 1.75rem !important;
  margin-left: -410px !important;
  margin-left: -25.625rem !important; }

.header--sd .par-03, .header--di .par-03 {
  position: absolute;
  width: 241px;
  width: 15.0625rem;
  height: 38px;
  height: 2.375rem;
  background: url("/img/director/par-03.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 73px !important;
  top: 4.5625rem !important;
  margin-left: 163px !important;
  margin-left: 10.1875rem !important; }

.header--sd .par-04, .header--di .par-04 {
  position: absolute;
  width: 148px;
  width: 9.25rem;
  height: 33px;
  height: 2.0625rem;
  background: url("/img/director/par-04.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 78px !important;
  top: 4.875rem !important;
  margin-left: 675px !important;
  margin-left: 42.1875rem !important; }

.header--sd .par-05, .header--di .par-05 {
  position: absolute;
  width: 136px;
  width: 8.5rem;
  height: 242px;
  height: 15.125rem;
  background: url("/img/director/par-05.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 128px !important;
  top: 8rem !important;
  margin-left: 325px !important;
  margin-left: 20.3125rem !important; }

.header--sd .par-06, .header--di .par-06 {
  position: absolute;
  width: 81px;
  width: 5.0625rem;
  height: 253px;
  height: 15.8125rem;
  background: url("/img/director/par-06.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 139px !important;
  top: 8.6875rem !important;
  margin-left: 559px !important;
  margin-left: 34.9375rem !important; }

.header--sd .par-05 {
  position: absolute;
  width: 136px;
  width: 8.5rem;
  height: 242px;
  height: 15.125rem;
  background: url("/img/director/par-05.png") no-repeat center;
  background-size: cover;
  left: auto !important;
  right: 10px !important;
  right: 0.625rem !important;
  margin-left: 0 !important; }
  @media (min-width: 62rem) {
    .header--sd .par-05 {
      left: 50% !important;
      top: 128px !important;
      top: 8rem !important;
      margin-left: 325px !important;
      margin-left: 20.3125rem !important; } }

.header--ed .container, .header--ed .hi__list {
  position: relative;
  z-index: 2; }

.header--ed .par-01 {
  position: absolute;
  width: 252px;
  width: 15.75rem;
  height: 312px;
  height: 19.5rem;
  background: url("/img/event-details/par-01.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 231px !important;
  top: 14.4375rem !important;
  margin-left: -600px !important;
  margin-left: -37.5rem !important; }

.header--ed .par-02 {
  position: absolute;
  width: 313px;
  width: 19.5625rem;
  height: 378px;
  height: 23.625rem;
  background: url("/img/event-details/par-02.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 166px !important;
  top: 10.375rem !important;
  margin-left: 184px !important;
  margin-left: 11.5rem !important; }

.header--ed .par-03 {
  position: absolute;
  width: 170px;
  width: 10.625rem;
  height: 249px;
  height: 15.5625rem;
  background: url("/img/event-details/par-03.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 243px !important;
  top: 15.1875rem !important;
  margin-left: 651px !important;
  margin-left: 40.6875rem !important; }

.header--ed .par-04 {
  position: absolute;
  width: 148px;
  width: 9.25rem;
  height: 33px;
  height: 2.0625rem;
  background: url("/img/director/par-04.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 78px !important;
  top: 4.875rem !important;
  margin-left: 675px !important;
  margin-left: 42.1875rem !important; }

.header--ed .par-05 {
  position: absolute;
  width: 136px;
  width: 8.5rem;
  height: 242px;
  height: 15.125rem;
  background: url("/img/director/par-05.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 128px !important;
  top: 8rem !important;
  margin-left: 325px !important;
  margin-left: 20.3125rem !important; }

.header--ed .par-06 {
  position: absolute;
  width: 81px;
  width: 5.0625rem;
  height: 253px;
  height: 15.8125rem;
  background: url("/img/director/par-06.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 139px !important;
  top: 8.6875rem !important;
  margin-left: 559px !important;
  margin-left: 34.9375rem !important; }

.header--cl .container, .header--cl .hi__list {
  position: relative;
  z-index: 2; }

.header--cl .par-01 {
  position: absolute !important;
  width: 420px;
  width: 26.25rem;
  height: 84px;
  height: 5.25rem;
  background: url("/img/category-landing/par-01.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 75px !important;
  top: 4.6875rem !important;
  margin-left: -131px !important;
  margin-left: -8.1875rem !important; }

.header--cl .par-02 {
  position: absolute;
  width: 265px;
  width: 16.5625rem;
  height: 205px;
  height: 12.8125rem;
  background: url("/img/category-landing/par-02.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 104px !important;
  top: 6.5rem !important;
  margin-left: 260px !important;
  margin-left: 16.25rem !important; }

.articles {
  position: relative; }
  .articles .container, .articles .hi__list {
    margin-top: -22px;
    margin-top: -1.375rem;
    position: relative;
    z-index: 2; }
  .articles .par-01 {
    position: absolute !important;
    width: 83px;
    width: 5.1875rem;
    height: 58px;
    height: 3.625rem;
    background: url("/img/articles/par-01.png") no-repeat center;
    background-size: cover;
    left: 50% !important;
    top: 300px !important;
    top: 18.75rem !important;
    margin-left: -190px !important;
    margin-left: -11.875rem !important; }
    @media (min-width: 28.75rem) {
      .articles .par-01 {
        margin-left: -369px !important;
        margin-left: -23.0625rem !important; } }
  .articles .par-02 {
    position: absolute;
    width: 100px;
    width: 6.25rem;
    height: 157px;
    height: 9.8125rem;
    background: url("/img/articles/par-02.png") no-repeat center;
    background-size: cover;
    left: 50% !important;
    top: 220px !important;
    top: 13.75rem !important;
    margin-left: -110px !important;
    margin-left: -6.875rem !important; }
    @media (min-width: 28.75rem) {
      .articles .par-02 {
        margin-left: -250px !important;
        margin-left: -15.625rem !important; } }
  .articles .par-03 {
    position: absolute;
    width: 202px;
    width: 12.625rem;
    height: 320px;
    height: 20rem;
    background: url("/img/articles/par-03.png") no-repeat center;
    background-size: cover;
    left: 50% !important;
    top: 125px !important;
    top: 7.8125rem !important;
    margin-left: 0 !important; }
    @media (min-width: 28.75rem) {
      .articles .par-03 {
        margin-left: 60px !important;
        margin-left: 3.75rem !important; } }
    @media (min-width: 48rem) {
      .articles .par-03 {
        margin-left: 100px !important;
        margin-left: 6.25rem !important;
        top: 10rem !important; } }
    @media (min-width: 62rem) {
      .articles .par-03 {
        margin-left: 260px !important;
        margin-left: 16.25rem !important; } }
    @media (min-width: 75rem) {
      .articles .par-03 {
        margin-left: 372px !important;
        margin-left: 23.25rem !important; } }
  .articles .par-04 {
    position: absolute;
    width: 399px;
    width: 24.9375rem;
    height: 482px;
    height: 30.125rem;
    background: url("/img/articles/par-04.png") no-repeat center;
    background-size: cover;
    left: 50% !important;
    top: 538px !important;
    top: 33.625rem !important;
    margin-left: -895px !important;
    margin-left: -55.9375rem !important;
    display: none; }
    @media (min-width: 62rem) {
      .articles .par-04 {
        display: block; } }
  .articles .par-05 {
    position: absolute;
    width: 179px;
    width: 11.1875rem;
    height: 465px;
    height: 29.0625rem;
    background: url("/img/articles/par-05.png") no-repeat center;
    background-size: cover;
    left: 50% !important;
    top: 438px !important;
    top: 27.375rem !important;
    margin-left: 616px !important;
    margin-left: 38.5rem !important;
    display: none; }
    @media (min-width: 62rem) {
      .articles .par-05 {
        display: block; } }

.header--pl .container, .header--pl .hi__list {
  position: relative;
  z-index: 2; }

.header--pl .par-01 {
  position: absolute !important;
  width: 210px;
  width: 13.125rem;
  height: 33px;
  height: 2.0625rem;
  background: url("/img/persona-landing/par-01.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 195px !important;
  top: 12.1875rem !important;
  margin-left: -852px !important;
  margin-left: -53.25rem !important; }

.header--pl .par-02 {
  position: absolute;
  width: 280px;
  width: 17.5rem;
  height: 44px;
  height: 2.75rem;
  background: url("/img/persona-landing/par-02.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 78px !important;
  top: 4.875rem !important;
  margin-left: -489px !important;
  margin-left: -30.5625rem !important; }

.header--pl .par-03 {
  position: absolute;
  width: 90px;
  width: 5.625rem;
  height: 53px;
  height: 3.3125rem;
  background: url("/img/persona-landing/par-03.png") no-repeat center;
  background-size: cover;
  left: 50% !important;
  top: 115px !important;
  top: 7.1875rem !important;
  margin-left: 601px !important;
  margin-left: 37.5625rem !important; }

.header--pl .par-04 {
  position: absolute;
  width: 286px;
  width: 17.875rem;
  height: 291px;
  height: 18.1875rem;
  background: url("/img/persona-landing/par-04.png") no-repeat center;
  background-size: cover;
  top: 112px !important;
  top: 7rem !important;
  left: auto !important;
  right: 0 !important;
  display: none; }
  @media (min-width: 48rem) {
    .header--pl .par-04 {
      display: block; } }
  @media (min-width: 75rem) {
    .header--pl .par-04 {
      left: 50% !important;
      margin-left: 320px !important;
      margin-left: 20rem !important; } }

.header--st .container, .header--st .hi__list {
  position: relative;
  z-index: 2; }

.header--st .par-01 {
  position: absolute;
  background: url("/img/story/par-01.png") no-repeat center;
  background-size: cover;
  width: 348px;
  width: 21.75rem;
  height: 50px;
  height: 3.125rem;
  left: 50% !important;
  top: 50px !important;
  top: 3.125rem !important;
  margin-left: -506px !important;
  margin-left: -31.625rem !important; }

.header--st .par-02 {
  position: absolute;
  background: url("/img/story/par-02.png") no-repeat center;
  background-size: cover;
  width: 348px;
  width: 21.75rem;
  height: 50px;
  height: 3.125rem;
  left: 50% !important;
  top: 83px !important;
  top: 5.1875rem !important;
  margin-left: 245px !important;
  margin-left: 15.3125rem !important; }

.header--st .par-03 {
  position: absolute;
  background: url("/img/story/par-03.png") no-repeat center;
  background-size: cover;
  width: 259px;
  width: 16.1875rem;
  height: 159px;
  height: 9.9375rem;
  left: 50% !important;
  top: 477px !important;
  top: 29.8125rem !important;
  margin-left: 148px !important;
  margin-left: 9.25rem !important; }

.header--st .par-04 {
  position: absolute;
  background: url("/img/story/par-04.png") no-repeat center;
  background-size: cover;
  width: 80px;
  width: 5rem;
  height: 70px;
  height: 4.375rem;
  left: 50% !important;
  top: 500px !important;
  top: 31.25rem !important;
  margin-left: 477px !important;
  margin-left: 29.8125rem !important; }

.header--st .par-05 {
  position: absolute;
  background: url("/img/story/par-05.png") no-repeat center;
  background-size: cover;
  width: 180px;
  width: 11.25rem;
  height: 347px;
  height: 21.6875rem;
  left: 50% !important;
  top: 298px !important;
  top: 18.625rem !important;
  margin-left: 600px !important;
  margin-left: 37.5rem !important; }

.header--el .container, .header--el .hi__list {
  position: relative;
  z-index: 2; }

.header--el .par-01 {
  position: absolute !important;
  background: url("/img/events-list/par-01.png") no-repeat center;
  background-size: cover;
  width: 326px;
  width: 20.375rem;
  height: 389px;
  height: 24.3125rem;
  left: 50% !important;
  top: 178px !important;
  top: 11.125rem !important;
  margin-left: 50px !important;
  margin-left: 3.125rem !important; }

.header--el .par-02 {
  position: absolute;
  background: url("/img/events-list/par-02.png") no-repeat center;
  background-size: cover;
  width: 296px;
  width: 18.5rem;
  height: 343px;
  height: 21.4375rem;
  left: 50% !important;
  top: 166px !important;
  top: 10.375rem !important;
  margin-left: 367px !important;
  margin-left: 22.9375rem !important; }

.header--ma .container, .header--ma .hi__list {
  position: relative;
  z-index: 2; }

.header--ma .par-01 {
  position: absolute;
  background: url("/img/map/par-01.png") no-repeat center;
  background-size: cover;
  width: 191px;
  width: 11.9375rem;
  height: 192px;
  height: 12rem;
  left: 50% !important;
  top: 217px !important;
  top: 13.5625rem !important;
  margin-left: -483px !important;
  margin-left: -30.1875rem !important; }

.header--ma .par-02 {
  position: absolute;
  background: url("/img/map/par-02.png") no-repeat center;
  background-size: cover;
  width: 218px;
  width: 13.625rem;
  height: 207px;
  height: 12.9375rem;
  left: 50% !important;
  top: 162px !important;
  top: 10.125rem !important;
  margin-left: 425px !important;
  margin-left: 26.5625rem !important; }

.di-content {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-bottom: 300px;
  padding-bottom: 18.75rem;
  background-image: url("/img/event-details/content-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom -30px;
  background-position: center bottom -1.875rem;
  position: relative;
  overflow: hidden; }
  @media (min-width: 48rem) {
    .di-content {
      padding-bottom: 380px;
      padding-bottom: 23.75rem; } }
  @media (min-width: 112.5rem) {
    .di-content {
      background-size: 100% auto; } }
  .di-content .scene {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    height: 18.75rem; }
    @media (min-width: 48rem) {
      .di-content .scene {
        height: 379px;
        height: 23.6875rem; } }
    .di-content .scene .par-01 {
      position: absolute;
      width: 405px;
      width: 25.3125rem;
      height: 64px;
      height: 4rem;
      background: url("/img/director/par-11.png") no-repeat center;
      background-size: cover;
      left: 50% !important;
      top: 64px !important;
      top: 4rem !important;
      margin-left: -748px !important;
      margin-left: -46.75rem !important; }
    .di-content .scene .par-02 {
      position: absolute;
      width: 238px;
      width: 14.875rem;
      height: 38px;
      height: 2.375rem;
      background: url("/img/director/par-12.png") no-repeat center;
      background-size: cover;
      left: 50% !important;
      top: 64px !important;
      top: 4rem !important;
      margin-left: 482px !important;
      margin-left: 30.125rem !important; }
    .di-content .scene .par-03 {
      position: absolute;
      width: 210px;
      width: 13.125rem;
      height: 200px;
      height: 12.5rem;
      background: url("/img/director/par-13.png") no-repeat center;
      background-size: cover;
      left: 50% !important;
      top: 64px !important;
      top: 4rem !important;
      margin-left: -160px !important;
      margin-left: -10rem !important; }
      @media (min-width: 48rem) {
        .di-content .scene .par-03 {
          width: 304px;
          width: 19rem;
          height: 293px;
          height: 18.3125rem;
          margin-left: -435px !important;
          margin-left: -27.1875rem !important; } }

.di__box {
  border-radius: 20px;
  border-radius: 1.25rem;
  background-color: #fdf6ea;
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem; }
  @media (min-width: 48rem) {
    .di__box {
      padding: 30px 35px;
      padding: 1.875rem 2.1875rem; } }
  @media (min-width: 75rem) {
    .di__box {
      padding: 60px 80px;
      padding: 3.75rem 5rem; } }

.di__title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 30.92px;
  line-height: 1.9325rem;
  color: #4d4d4d;
  letter-spacing: -0.55px;
  letter-spacing: -0.03438rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }

.di__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.di__pic {
  height: 216px;
  height: 13.5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none; }
  @media (min-width: 48rem) {
    .di__pic {
      display: block;
      width: 39%; } }
  @media (min-width: 62rem) {
    .di__pic {
      width: 100%;
      max-width: 320px;
      max-width: 20rem; } }

.di__info {
  width: 100%; }
  @media (min-width: 48rem) {
    .di__info {
      width: 59%; } }
  @media (min-width: 75rem) {
    .di__info {
      max-width: 555px;
      max-width: 34.6875rem; } }

.di__phone, .di__address, .di__email, .di__web {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: -0.2px;
  letter-spacing: -0.0125rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  position: relative; }
  .di__phone a, .di__address a, .di__email a, .di__web a {
    color: #4d4d4d; }
  @media (min-width: 28.75rem) {
    .di__phone, .di__address, .di__email, .di__web {
      padding-left: 67px;
      padding-left: 4.1875rem;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700; } }

.di__icon {
  display: inline-block;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  fill: #9c4100;
  position: absolute;
  left: 0;
  top: 5px;
  top: 0.3125rem; }

.di__phone {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(85, 85, 85, 0.13);
  border-bottom: 0.0625rem solid rgba(85, 85, 85, 0.13);
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }
  @media (min-width: 28.75rem) {
    .di__phone {
      padding-bottom: 38px;
      padding-bottom: 2.375rem; } }
  .di__phone .di__icon {
    top: -5px;
    top: -0.3125rem; }

.di__address {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(85, 85, 85, 0.13);
  border-bottom: 0.0625rem solid rgba(85, 85, 85, 0.13); }
  .di__address .state {
    text-transform: uppercase; }
  .di__address .di__icon {
    top: 0px;
    top: 0; }
  @media (min-width: 28.75rem) {
    .di__address {
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      padding-bottom: 22px;
      padding-bottom: 1.375rem; } }

.di__web {
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  border-bottom: 1px solid rgba(85, 85, 85, 0.13);
  border-bottom: 0.0625rem solid rgba(85, 85, 85, 0.13); }
  .di__web .di__icon {
    top: 0; }

.di__email {
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem; }
  .di__email .di__icon {
    top: 0; }

.di__desc {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.63px;
  letter-spacing: 0.03938rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }
  .di__desc p:not(:last-child) {
    margin-bottom: 28px;
    margin-bottom: 1.75rem; }
  @media (min-width: 48rem) {
    .di__desc {
      font-size: 18px;
      font-size: 1.125rem; } }

.cl-content {
  padding-bottom: 370px;
  padding-bottom: 23.125rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  background-image: url("/img/category-landing/content-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom -30px;
  background-position: center bottom -1.875rem;
  background-size: 100% auto;
  position: relative;
  z-index: 2; }
  .cl-content .footer-scene {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 418px;
    height: 26.125rem;
    overflow-x: hidden; }
  .cl-content .par-01 {
    position: absolute;
    width: 260px;
    width: 16.25rem;
    height: 41px;
    height: 2.5625rem;
    background: url("/img/service-directory/par-01.png") no-repeat center;
    background-size: cover;
    left: 50% !important;
    top: 0px !important;
    top: 0 !important;
    margin-left: -864px !important;
    margin-left: -54rem !important; }
  .cl-content .par-02 {
    position: absolute;
    width: 260px;
    width: 16.25rem;
    height: 41px;
    height: 2.5625rem;
    background: url("/img/service-directory/par-01.png") no-repeat center;
    background-size: cover;
    left: 50% !important;
    top: 0px !important;
    top: 0 !important;
    margin-left: 664px !important;
    margin-left: 41.5rem !important; }
  .cl-content .par-03 {
    position: absolute;
    width: 187px;
    width: 11.6875rem;
    height: 316px;
    height: 19.75rem;
    background: url("/img/category-landing/par-13.png") no-repeat center;
    background-size: cover;
    left: 50% !important;
    top: 80px !important;
    top: 5rem !important;
    margin-left: -77px !important;
    margin-left: -4.8125rem !important; }
  .cl-content .par-04 {
    position: absolute;
    width: 129px;
    width: 8.0625rem;
    height: 99px;
    height: 6.1875rem;
    background: url("/img/category-landing/par-14.png") no-repeat center;
    background-size: cover;
    left: 50% !important;
    top: 300px !important;
    top: 18.75rem !important;
    margin-left: 127px !important;
    margin-left: 7.9375rem !important; }

.cl__cols {
  margin: 80px 0;
  margin: 5rem 0; }
  .cl__cols .container, .cl__cols .hi__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 75rem) {
      .cl__cols .container, .cl__cols .hi__list {
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.cl__col {
  width: 100%;
  text-decoration: none;
  color: #f5821f;
  height: 214px;
  height: 13.375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .cl__col:hover {
    color: #f5821f; }
  .cl__col:visited {
    color: #f5821f; }
  .cl__col:hover, .cl__col:visited, .cl__col:active {
    text-decoration: none; }
  @media (min-width: 37.5rem) {
    .cl__col {
      width: 50%; } }
  @media (min-width: 62rem) {
    .cl__col {
      width: 33.3333333333%;
      margin-bottom: 0; } }
  @media (min-width: 75rem) {
    .cl__col {
      max-width: 380px;
      max-width: 23.75rem;
      width: 100%; } }
  .cl__col-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px;
    padding: 0.625rem;
    border-radius: 20px;
    border-radius: 1.25rem;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; }
    .cl__col-wrapper:hover {
      background-size: 115%; }
    .cl__col-wrapper:before {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      border-radius: 1.25rem;
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.62); }
  .cl__col-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #f5821f;
    letter-spacing: -0.61px;
    letter-spacing: -0.03813rem;
    position: relative;
    text-align: center;
    width: 100%; }

.cl__list {
  margin-bottom: -50px;
  margin-bottom: -3.125rem; }
  .cl__list .container, .cl__list .hi__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    @media (min-width: 75rem) {
      .cl__list .container, .cl__list .hi__list {
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.cl__el {
  width: 100%;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  @media (min-width: 48rem) {
    .cl__el {
      width: 50%; } }
  @media (min-width: 75rem) {
    .cl__el {
      max-width: 542px;
      max-width: 33.875rem;
      padding: 0; } }

.cl__link {
  text-decoration: none;
  color: #4d4d4d;
  position: relative;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: -0.83px;
  letter-spacing: -0.05188rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  border-bottom: 7px solid #f5821f;
  border-bottom: 0.4375rem solid #f5821f; }
  .cl__link:hover {
    color: #4d4d4d; }
  .cl__link:visited {
    color: #4d4d4d; }
  .cl__link:hover, .cl__link:visited, .cl__link:active {
    text-decoration: none; }
  .cl__link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    bottom: -0.4375rem;
    width: 0;
    height: 7px;
    height: 0.4375rem;
    background-color: #2b2b2b; }
  .cl__link:hover:after {
    width: 100%; }

.ma-content {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 300px;
  padding-bottom: 18.75rem;
  background-image: url("/img/map/content-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 1000px auto;
  background-size: 62.5rem auto;
  position: relative; }
  @media (min-width: 28.75rem) {
    .ma-content {
      background-size: 1200px auto;
      background-size: 75rem auto;
      padding-bottom: 393px;
      padding-bottom: 24.5625rem; } }
  @media (min-width: 48rem) {
    .ma-content {
      background-size: 1800px auto;
      background-size: 112.5rem auto; } }
  @media (min-width: 112.5rem) {
    .ma-content {
      background-position: center bottom;
      background-size: 100% auto; } }
  .ma-content .footer-scene {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 393px;
    height: 24.5625rem; }
    .ma-content .footer-scene .par-01 {
      position: absolute !important;
      width: 170px;
      width: 10.625rem;
      height: 240px;
      height: 15rem;
      background: url("/img/map/par-11.png") no-repeat center;
      background-size: cover;
      left: 50%;
      top: auto;
      bottom: 20px;
      bottom: 1.25rem;
      margin-left: -100px;
      margin-left: -6.25rem; }
      @media (min-width: 28.75rem) {
        .ma-content .footer-scene .par-01 {
          width: 190px;
          width: 11.875rem;
          height: 270px;
          height: 16.875rem;
          margin-left: -100px;
          margin-left: -6.25rem; } }
      @media (min-width: 48rem) {
        .ma-content .footer-scene .par-01 {
          top: 0px !important;
          top: 0 !important;
          bottom: auto;
          width: 258px;
          width: 16.125rem;
          margin-left: -200px;
          margin-left: -12.5rem;
          height: 369px;
          height: 23.0625rem;
          left: 40%; } }
      @media (min-width: 75rem) {
        .ma-content .footer-scene .par-01 {
          left: 30%;
          margin-left: -240px;
          margin-left: -15rem; } }
    .ma-content .footer-scene .par-02 {
      position: absolute !important;
      width: 258px;
      width: 16.125rem;
      height: 352px;
      height: 22rem;
      background: url(/img/map/par-12.png) no-repeat center;
      background-size: cover;
      top: auto;
      bottom: 41px;
      bottom: 2.5625rem;
      margin-left: -100px;
      margin-left: -6.25rem;
      display: none; }
      @media (min-width: 48rem) {
        .ma-content .footer-scene .par-02 {
          display: block;
          right: 10%; } }
      @media (min-width: 85.375rem) {
        .ma-content .footer-scene .par-02 {
          right: 12%; } }
      @media (min-width: 90rem) {
        .ma-content .footer-scene .par-02 {
          right: 20%; } }

.ma__buttons {
  font-size: 0;
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }

.ma__button {
  text-decoration: none;
  color: #4d4d4d;
  display: block;
  vertical-align: middle;
  border: 1px solid #dad5d5;
  border: 0.0625rem solid #dad5d5;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  letter-spacing: -0.0125rem;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem; }
  .ma__button:hover {
    color: #4d4d4d; }
  .ma__button:visited {
    color: #4d4d4d; }
  .ma__button:hover, .ma__button:visited, .ma__button:active {
    text-decoration: none; }
  @media (min-width: 48rem) {
    .ma__button {
      display: inline-block; } }
  .ma__button.active {
    border: 1px solid #df3526;
    border: 0.0625rem solid #df3526;
    background: #df3526;
    color: #fff; }
  .ma__button:first-child {
    border-radius: 15px 15px 0 0;
    border-radius: 0.9375rem 0.9375rem 0 0;
    border-bottom: none; }
    @media (min-width: 48rem) {
      .ma__button:first-child {
        border-radius: 15px 0 0 15px;
        border-radius: 0.9375rem 0 0 0.9375rem;
        border-right: none;
        border-bottom: 1px solid #dad5d5;
        border-bottom: 0.0625rem solid #dad5d5; } }
  .ma__button:last-child {
    border-radius: 0 0 15px 15px;
    border-radius: 0 0 0.9375rem 0.9375rem;
    border-top: none; }
    @media (min-width: 48rem) {
      .ma__button:last-child {
        border-radius: 0 15px 15px 0;
        border-radius: 0 0.9375rem 0.9375rem 0;
        border-left: none;
        border-top: 1px solid #dad5d5;
        border-top: 0.0625rem solid #dad5d5; } }

.ma__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ma__sidebar {
  width: 100%;
  padding: 0;
  background-color: #fff; }
  @media (min-width: 48rem) {
    .ma__sidebar {
      position: absolute;
      z-index: 2;
      width: auto;
      margin: 30px;
      margin: 1.875rem;
      padding: 20px 20px 0 20px;
      padding: 1.25rem 1.25rem 0 1.25rem;
      border-radius: 15px;
      border-radius: 0.9375rem; } }

.ma__map {
  width: 100%;
  height: 600px;
  height: 37.5rem;
  border-radius: 15px;
  border-radius: 0.9375rem;
  position: relative; }
  @media (min-width: 48rem) {
    .ma__map {
      height: 855px;
      height: 53.4375rem; } }
  .ma__map-popup-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    line-height: 1.875rem;
    color: #4d4d4d;
    letter-spacing: -0.83px;
    letter-spacing: -0.05188rem;
    margin: 15px 0;
    margin: 0.9375rem 0; }
  .ma__map-popup-summary {
    color: #4d4d4d;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 28px;
    line-height: 1.75rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem; }
  .ma__map-popup-link {
    text-decoration: none;
    color: #4d4d4d; }
    .ma__map-popup-link:hover {
      color: #00b4ff; }
    .ma__map-popup-link:visited {
      color: #4d4d4d; }
    .ma__map-popup-link:hover, .ma__map-popup-link:visited, .ma__map-popup-link:active {
      text-decoration: none; }

.ma__map-country {
  width: 100%;
  border-radius: 15px;
  border-radius: 0.9375rem;
  position: relative; }

.ma__map-disclaimer {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.ma__picture {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border-radius: 0.9375rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }

.ma__picture-label {
  position: absolute;
  top: 23px;
  top: 1.4375rem;
  right: 23px;
  right: 1.4375rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #4d4d4d;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  letter-spacing: -0.0125rem; }

.ma__gmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border-radius: 0.9375rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden; }

.ma__select {
  width: 100%;
  padding: 0 46px 0 18px;
  padding: 0 2.875rem 0 1.125rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem; }
  @media (min-width: 48rem) {
    .ma__select {
      margin: 0 0 30px;
      margin: 0 0 1.875rem; } }

.ma__radio {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border: 1px solid #dad5d5;
  border: 0.0625rem solid #dad5d5;
  background-color: #dad5d5;
  border-radius: 10px;
  border-radius: 0.625rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }
  .ma__radio.aboriginal_country_development {
    border: 1px solid #f5821f;
    border: 0.0625rem solid #f5821f;
    background-color: #f5821f; }
  .ma__radio.history {
    border: 1px solid #FFED5B;
    border: 0.0625rem solid #FFED5B;
    background-color: #FFED5B; }
  .ma__radio.aboriginal_country_completed {
    border: 1px solid #00C000;
    border: 0.0625rem solid #00C000;
    background-color: #00C000; }
  .ma__radio.community_places {
    border: 1px solid #f5821f;
    border: 0.0625rem solid #f5821f;
    background-color: #f5821f; }
  .ma__radio.community_spaces {
    border: 1px solid #57bc37;
    border: 0.0625rem solid #57bc37;
    background-color: #57bc37; }
  .ma__radio.cultural_centres {
    border: 1px solid #c69f81;
    border: 0.0625rem solid #c69f81;
    background-color: #c69f81; }
  .ma__radio:not(:checked) {
    border: 1px solid #dad5d5;
    border: 0.0625rem solid #dad5d5;
    background-color: #f1f1f1; }

.ma__group-wrapper {
  display: block; }

.ma__group {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 0;
  width: 100%; }
  @media (min-width: 28.75rem) {
    .ma__group {
      width: 50%; } }
  @media (min-width: 48rem) {
    .ma__group {
      width: auto; } }
  @media (min-width: 75rem) {
    .ma__group {
      margin-right: 15px;
      margin-right: 0.9375rem;
      display: block;
      width: 100%; } }
  .ma__group label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 17px;
    line-height: 1.0625rem;
    color: #4d4d4d;
    letter-spacing: -0.18px;
    letter-spacing: -0.01125rem;
    display: inline-block;
    vertical-align: middle;
    padding-left: 13px;
    padding-left: 0.8125rem;
    cursor: pointer; }

.ma__desc {
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 17px;
  line-height: 1.0625rem;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem; }

#google_map--container .ma__box-inner {
  position: relative;
  height: 100%;
  width: 100%; }

.co {
  position: relative;
  padding-top: 30px;
  padding-top: 1.875rem; }
  .co p.small {
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 48rem) {
      .co p.small {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media (max-width: 48rem) {
    .co p img {
      width: 100% !important;
      height: auto !important;
      float: none !important;
      display: block;
      margin: 15px auto !important;
      margin: 0.9375rem auto !important; } }
  .co .block-with-fact {
    padding-right: 300px;
    padding-right: 18.75rem;
    position: relative;
    min-height: 251px;
    min-height: 15.6875rem; }
  .co .second-text {
    position: relative;
    min-height: 400px;
    min-height: 25rem;
    margin-top: 40px;
    margin-top: 2.5rem; }
    .co .second-text.has_fact {
      padding-right: 15px;
      padding-right: 0.9375rem; }
      @media (min-width: 75rem) {
        .co .second-text.has_fact {
          padding-right: 145px;
          padding-right: 9.0625rem; } }
  .co .fact {
    padding: 35px 20px 35px 20px;
    padding: 2.1875rem 1.25rem 2.1875rem 1.25rem;
    color: #fff;
    margin: 0 auto 40px;
    margin: 0 auto 2.5rem;
    background: #fe3126;
    border-radius: 40px;
    border-radius: 2.5rem; }
    @media (min-width: 28.75rem) {
      .co .fact {
        width: 331px;
        width: 20.6875rem;
        height: 251px;
        height: 15.6875rem;
        background: url("/img/content/fact-bg.png") no-repeat center transparent;
        background-size: 100% 100%;
        border-radius: 0;
        padding: 36px 20px 10px 40px;
        padding: 2.25rem 1.25rem 0.625rem 2.5rem; } }
    @media (min-width: 87.5rem) {
      .co .fact {
        position: absolute;
        right: -196px;
        right: -12.25rem;
        top: 50%;
        transform: translate(0, -50%);
        margin: 0; } }
    .co .fact__title {
      font-size: 25px;
      font-size: 1.5625rem;
      font-weight: 700;
      line-height: 35px;
      line-height: 2.1875rem;
      margin-bottom: 4px;
      margin-bottom: 0.25rem;
      letter-spacing: -0.25px;
      letter-spacing: -0.01563rem; }
    .co .fact__desc {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 28px;
      line-height: 1.75rem;
      color: #ffffff;
      letter-spacing: 0.63px;
      letter-spacing: 0.03938rem; }
  .co .left {
    float: left; }
  .co .right {
    float: right; }
  .co__gallery {
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    position: relative; }
    .co__gallery-title {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 38px;
      font-size: 2.375rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #c7f6de;
      letter-spacing: -0.77px;
      letter-spacing: -0.04813rem;
      position: absolute;
      z-index: 3; }
    .co__gallery-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
    .co__gallery-el {
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      height: 65vw;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      display: block; }
      .co__gallery-el:hover:before {
        opacity: 0;
        visibility: hidden; }
      .co__gallery-el:before {
        transition: 300ms ease-in-out;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.62);
        content: '';
        position: absolute; }
      .co__gallery-el-img {
        width: 100%; }
      @media (min-width: 28.75rem) {
        .co__gallery-el {
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          height: 30vw; } }
      @media (min-width: 48rem) {
        .co__gallery-el {
          -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
          height: 22vw; } }
      @media (min-width: 62rem) {
        .co__gallery-el {
          -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
          height: 17vw; } }
  .co .container.empty_small_text, .co .empty_small_text.hi__list {
    margin-bottom: 0; }
    @media (min-width: 48rem) {
      .co .container.empty_small_text, .co .empty_small_text.hi__list {
        margin-bottom: 65px;
        margin-bottom: 4.0625rem; } }
  .co .scene-noanimation {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    height: 18.75rem;
    overflow: hidden;
    background: url("/img/bgs/content-lower-background.png");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 28.75rem) {
      .co .scene-noanimation {
        height: 380px;
        height: 23.75rem; } }
    @media (min-width: 48rem) {
      .co .scene-noanimation {
        height: 615px;
        height: 38.4375rem; } }
    .co .scene-noanimation.scene-park-swing-set-and-bbq {
      height: 430px;
      height: 26.875rem;
      background-image: url("/img/bgs/park-swing-set-and-bbq-footer.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left bottom; }
  .co .st__video {
    margin-top: 20px;
    margin-top: 1.25rem; }
    @media (min-width: 48rem) {
      .co .st__video {
        margin-top: 60px;
        margin-top: 3.75rem; } }
  .co .in-between-text {
    word-break: break-word;
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 48rem) {
      .co .in-between-text {
        font-size: 18px;
        font-size: 1.125rem; } }

.co__footer-mural .scene-noanimation {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  height: 18.75rem;
  overflow: hidden;
  background: url("/img/event-details/content-bg.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 28.75rem) {
    .co__footer-mural .scene-noanimation {
      height: 380px;
      height: 23.75rem; } }
  @media (min-width: 48rem) {
    .co__footer-mural .scene-noanimation {
      height: 615px;
      height: 38.4375rem; } }

.document-listing {
  padding: 0;
  margin-left: 0;
  margin-top: 30px;
  margin-top: 1.875rem; }

.single-document {
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 35px 20px 36px 50px;
  padding: 2.1875rem 1.25rem 2.25rem 3.125rem;
  background: #fcf5eb;
  position: relative; }
  @media (min-width: 31.25rem) {
    .single-document {
      padding: 35px 20px 36px 130px;
      padding: 2.1875rem 1.25rem 2.25rem 8.125rem; } }
  @media (min-width: 48rem) {
    .single-document {
      padding: 35px 230px 36px 130px;
      padding: 2.1875rem 14.375rem 2.25rem 8.125rem; } }
  @media (min-width: 62rem) {
    .single-document {
      padding: 35px 355px 36px 130px;
      padding: 2.1875rem 22.1875rem 2.25rem 8.125rem;
      min-height: 150px;
      min-height: 9.375rem; } }
  .single-document__icon {
    position: absolute;
    fill: #E94F46;
    left: 5px;
    left: 0.3125rem;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem; }
    @media (min-width: 31.25rem) {
      .single-document__icon {
        left: 25px;
        left: 1.5625rem;
        width: 70px;
        width: 4.375rem;
        height: 70px;
        height: 4.375rem; } }
  .single-document__title {
    color: #4d4d4d;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: -0.2px;
    letter-spacing: -0.0125rem; }
  .single-document__desc {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 25px;
    line-height: 1.5625rem;
    letter-spacing: 0.63px;
    letter-spacing: 0.03938rem; }
    @media (min-width: 48rem) {
      .single-document__desc {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .single-document__button {
    margin-top: 15px;
    margin-top: 0.9375rem; }
    @media (min-width: 48rem) {
      .single-document__button {
        position: absolute;
        top: 30px;
        top: 1.875rem;
        right: 30px;
        right: 1.875rem;
        margin-top: 0; } }
    .single-document__button a {
      color: #fff;
      text-decoration: none;
      letter-spacing: -0.2px;
      letter-spacing: -0.0125rem; }

.hi-content {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 600px;
  padding-bottom: 37.5rem;
  background-image: url("/img/history/content-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  position: relative; }
  @media (min-width: 28.75rem) {
    .hi-content {
      background-size: auto;
      background-position: bottom right 34%; } }
  @media (min-width: 62rem) {
    .hi-content {
      background-size: auto;
      background-position: bottom right; } }
  @media (min-width: 75rem) {
    .hi-content {
      background-size: 100% auto;
      background-position: center bottom; } }

.hi__wrapper {
  background: url("/img/history/line.png") no-repeat center top 180px;
  background: url("/img/history/line.png") no-repeat center top 11.25rem;
  background-size: 8px 100%;
  background-size: 0.5rem 100%; }

.hi__list {
  margin: 0 auto; }

.hi__el {
  position: relative;
  margin: 20px 0;
  margin: 1.25rem 0; }
  .hi__el .timeline__box {
    display: block;
    max-width: 465px;
    max-width: 29.0625rem;
    min-height: 317px;
    min-height: 19.8125rem;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    margin: 0 auto;
    padding: 20px;
    padding: 1.25rem;
    z-index: 1; }
    .hi__el .timeline__box:hover {
      text-decoration: none; }
    @media (min-width: 48rem) {
      .hi__el .timeline__box {
        padding: 68px 50px 20px 200px;
        padding: 4.25rem 3.125rem 1.25rem 12.5rem; } }
    @media (min-width: 75rem) {
      .hi__el .timeline__box {
        margin-left: 0; } }
    .hi__el .timeline__box--green {
      background-color: #5ecea0; }
      @media (min-width: 48rem) {
        .hi__el .timeline__box--green {
          background-image: url("/img/history/box-green.png");
          background-color: transparent; } }
    .hi__el .timeline__box--orange {
      background-color: #ff8300; }
      @media (min-width: 48rem) {
        .hi__el .timeline__box--orange {
          background-image: url("/img/history/box-orange.png");
          background-color: transparent; } }
    .hi__el .timeline__box--red {
      background-color: #fe3126; }
      @media (min-width: 48rem) {
        .hi__el .timeline__box--red {
          background-image: url("/img/history/box-red.png");
          background-color: transparent; } }
    .hi__el .timeline__box--blue {
      background-color: #00c7bf; }
      @media (min-width: 48rem) {
        .hi__el .timeline__box--blue {
          background-image: url("/img/history/box-blue.png");
          background-color: transparent; } }
    .hi__el .timeline__box .timeline__photo {
      width: 199px;
      width: 12.4375rem;
      height: 187px;
      height: 11.6875rem;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 15px;
      border-radius: 0.9375rem;
      margin: 0 auto 20px auto;
      margin: 0 auto 1.25rem auto; }
      @media (min-width: 48rem) {
        .hi__el .timeline__box .timeline__photo {
          position: absolute;
          top: 74px;
          top: 4.625rem;
          left: -33px;
          left: -2.0625rem; } }
    .hi__el .timeline__box .timeline__title {
      color: #fff;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 26px;
      line-height: 1.625rem;
      margin-bottom: 18px;
      margin-bottom: 1.125rem;
      letter-spacing: -0.49px;
      letter-spacing: -0.03063rem; }
    .hi__el .timeline__box .timeline__desc {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 28px;
      line-height: 1.75rem;
      letter-spacing: 0.63px;
      letter-spacing: 0.03938rem;
      margin-bottom: 28px;
      margin-bottom: 1.75rem;
      overflow-x: hidden; }
    .hi__el .timeline__box .timeline__more a {
      color: #fff;
      font-weight: 700; }
  .hi__el .timeline__year {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 53px;
    line-height: 3.3125rem;
    letter-spacing: -1px;
    letter-spacing: -0.0625rem;
    background: #fff;
    padding: 5px;
    padding: 0.3125rem;
    text-align: center; }
    @media (min-width: 75rem) {
      .hi__el .timeline__year {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); } }

@media (min-width: 75rem) {
  .hi__el#item-319401 .timeline__year {
    max-width: 15rem; } }

.hi__el--right .timeline__box {
  max-width: 100%; }
  @media (min-width: 48rem) {
    .hi__el--right .timeline__box {
      padding: 49px 175px 20px 61px;
      padding: 3.0625rem 10.9375rem 1.25rem 3.8125rem;
      max-width: 465px;
      max-width: 29.0625rem;
      min-height: 317px;
      min-height: 19.8125rem; } }
  @media (min-width: 75rem) {
    .hi__el--right .timeline__box {
      float: right; } }
  .hi__el--right .timeline__box .timeline__photo {
    width: 159px;
    width: 9.9375rem;
    height: 186px;
    height: 11.625rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    border-radius: 0.9375rem; }
    @media (min-width: 48rem) {
      .hi__el--right .timeline__box .timeline__photo {
        position: absolute;
        top: 59px;
        top: 3.6875rem;
        left: auto;
        right: -1px;
        right: -0.0625rem; } }

.hi__decor {
  display: none;
  position: absolute;
  background-size: contain;
  background-position: center center; }
  @media (min-width: 62rem) {
    .hi__decor {
      display: block; } }

.hi__decor--black-cockatoo {
  transform: translate(0, -50%);
  background-image: url("/img/history/red-tailed-black-cockatoo.png");
  width: 118px;
  width: 7.375rem;
  height: 114px;
  height: 7.125rem;
  left: 10%;
  top: 50%; }

.hi__decor--birds {
  transform: translate(0, -50%);
  background-image: url("/img/history/birds.png");
  width: 277px;
  width: 17.3125rem;
  height: 75px;
  height: 4.6875rem;
  left: -20%;
  top: 50%; }

.hi__decor--seagull {
  transform: translate(0, -50%);
  background-image: url("/img/history/seagull.png");
  width: 211px;
  width: 13.1875rem;
  height: 155px;
  height: 9.6875rem;
  left: 70%;
  top: 50%; }

.hi__decor--feet-green {
  background-image: url("/img/history/feet-green-right.png");
  width: 655px;
  width: 40.9375rem;
  height: 347px;
  height: 21.6875rem;
  left: 70%;
  bottom: 20%;
  display: none; }
  @media (min-width: 75rem) {
    .hi__decor--feet-green {
      display: block; } }

.hi__decor--feet-blue {
  background-image: url("/img/history/feet-blue-left.png");
  width: 332px;
  width: 20.75rem;
  height: 227px;
  height: 14.1875rem;
  left: -20%;
  bottom: 15%; }

.general__el {
  border-radius: 15px;
  border-radius: 0.9375rem;
  background: #fff;
  position: relative;
  display: block;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  min-height: 224px;
  min-height: 14rem; }
  .general__el:not(:last-child) {
    margin-bottom: 28px;
    margin-bottom: 1.75rem; }
  @media (min-width: 48rem) {
    .general__el.item-figure {
      padding: 25px 20px 35px 235px;
      padding: 1.5625rem 1.25rem 2.1875rem 14.6875rem; } }
  @media (min-width: 62rem) {
    .general__el.item-figure {
      padding: 25px 40px 35px 235px;
      padding: 1.5625rem 2.5rem 2.1875rem 14.6875rem; } }

.general__el-photo {
  display: block;
  position: relative;
  margin: 0 auto 20px auto;
  margin: 0 auto 1.25rem auto;
  width: 199px;
  width: 12.4375rem;
  height: 187px;
  height: 11.6875rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  border-radius: 0.9375rem; }
  @media (min-width: 48rem) {
    .general__el-photo {
      position: absolute;
      top: 20px;
      top: 1.25rem;
      left: 15px;
      left: 0.9375rem; } }
  @media (min-width: 75rem) {
    .general__el-photo {
      left: -20px;
      left: -1.25rem; } }

.general__el-title {
  color: #4d4d4d;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30.92px;
  line-height: 1.9325rem;
  letter-spacing: -0.4px;
  letter-spacing: -0.025rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-decoration: none; }

.general__el-link {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30.92px;
  line-height: 1.9325rem;
  letter-spacing: -0.4px;
  letter-spacing: -0.025rem; }
  .general__el-link:hover {
    color: #4d4d4d; }
  .general__el-link:visited {
    color: #4d4d4d; }
  .general__el-link:hover, .general__el-link:visited, .general__el-link:active {
    text-decoration: none; }

.general__el-desc {
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.63px;
  letter-spacing: 0.03938rem;
  width: 100%; }
  @media (min-width: 48rem) {
    .general__el-desc {
      display: block; } }
  @media (min-width: 75rem) {
    .general__el-desc {
      min-width: 520px;
      min-width: 32.5rem; } }

/* some style adjustments for news listing*/
.news__listing .general__el {
  min-height: 220px;
  min-height: 13.75rem;
  padding: 5px 0;
  padding: 0.3125rem 0; }
  .news__listing .general__el:not(:last-child) {
    margin-bottom: 0px;
    margin-bottom: 0; }
  @media (min-width: 48rem) {
    .news__listing .general__el.item-figure {
      padding: 15px 20px 0px 245px;
      padding: 0.9375rem 1.25rem 0 15.3125rem; } }
  @media (min-width: 62rem) {
    .news__listing .general__el.item-figure {
      padding: 15px 40px 0px 245px;
      padding: 0.9375rem 2.5rem 0 15.3125rem; } }

.news__listing .general__el-photo {
  width: 100%; }
  @media (min-width: 28.75rem) {
    .news__listing .general__el-photo {
      width: 199px;
      width: 12.4375rem;
      height: 187px;
      height: 11.6875rem; } }
  @media (min-width: 48rem) {
    .news__listing .general__el-photo {
      position: absolute;
      top: 20px;
      top: 1.25rem;
      left: -8px;
      left: -0.5rem; } }
  @media (min-width: 75rem) {
    .news__listing .general__el-photo {
      left: -10px;
      left: -0.625rem; } }

.accordion__title {
  background: #77C79F;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
  position: relative;
  border-radius: 22px;
  border-radius: 1.375rem; }
  .accordion__title:after {
    position: absolute;
    right: 30px;
    right: 1.875rem;
    top: 16px;
    top: 1rem;
    font-size: 20px;
    font-size: 1.25rem; }
  .accordion__title.current {
    background: #599b7a; }
    .accordion__title.current .accordion__link {
      color: #fff; }

.accordion__link {
  display: block;
  padding: 17px 65px 17px 28px;
  padding: 1.0625rem 4.0625rem 1.0625rem 1.75rem;
  text-decoration: none !important;
  font-weight: 800;
  color: white !important;
  font-size: 24px;
  font-size: 1.5rem; }
  .accordion__link .accordion_arrow {
    position: absolute;
    right: 26px;
    right: 1.625rem;
    top: 22px;
    top: 1.375rem; }

.accordion__body {
  padding: 20px;
  padding: 1.25rem;
  margin: 0; }
  .accordion__body p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    overflow-x: hidden;
    text-overflow: ellipsis; }
    .accordion__body p a {
      white-space: nowrap; }

.grid__list {
  margin-left: 0;
  padding-left: 0;
  padding-left: 0.375rem;
  padding-right: 0.375rem; }
  .grid__list .container, .grid__list .hi__list {
    overflow: visible;
    margin-bottom: -1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 28.75rem) {
      .grid__list .container, .grid__list .hi__list {
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 48rem) {
      .grid__list .container, .grid__list .hi__list {
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .grid__list .container .pl__col, .grid__list .hi__list .pl__col {
          max-height: none !important; } }
    @media (max-width: 62rem) {
      .grid__list .container, .grid__list .hi__list {
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .grid__list .container .pl__col, .grid__list .hi__list .pl__col {
          max-height: none !important; } }
    @media (min-width: 28.75rem) {
      .grid__list .container, .grid__list .hi__list {
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden; } }
    @media (min-width: 48rem) {
      .grid__list .container, .grid__list .hi__list {
        -ms-flex-pack: center;
        justify-content: center;
        overflow: visible; } }
    @media (min-width: 62rem) {
      .grid__list .container, .grid__list .hi__list {
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: hidden; } }
  .grid__list .pl__col {
    max-height: 255px;
    max-height: 15.9375rem;
    overflow: visible;
    text-align: center;
    width: 100%;
    border-radius: 15px;
    border-radius: 0.9375rem;
    -webkit-border-radius: 15px;
    -webkit-border-radius: 0.9375rem;
    -moz-border-radius: 15px;
    -moz-border-radius: 0.9375rem;
    -ms-border-radius: 15px;
    -ms-border-radius: 0.9375rem;
    -o-border-radius: 15px;
    -o-border-radius: 0.9375rem;
    margin-top: 3rem;
    width: 100%; }
    .grid__list .pl__col:nth-child(3n+1) {
      padding-left: 10px;
      padding-left: 0.625rem; }
    .grid__list .pl__col:nth-child(3n) {
      padding-right: 10px;
      padding-right: 0.625rem; }
    @media (min-width: 48rem) {
      .grid__list .pl__col {
        padding: 10px !important;
        padding: 0.625rem !important;
        margin-top: 3rem;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-height: 354px;
        max-height: 22.125rem;
        width: 50%; } }
    @media (min-width: 62rem) {
      .grid__list .pl__col {
        overflow: hidden;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        margin: 0; } }
    @media (min-width: 75rem) {
      .grid__list .pl__col {
        width: 25%;
        max-height: 275px;
        max-height: 17.1875rem; } }
    .grid__list .pl__col a {
      position: relative;
      max-width: 100%; }
      .grid__list .pl__col a:not(.pl__col-title) {
        display: block; }
      .grid__list .pl__col a img {
        width: 100%;
        border-radius: 15px;
        border-radius: 0.9375rem; }
      .grid__list .pl__col a .pl__col-title {
        display: block;
        position: absolute;
        top: -3.5rem;
        bottom: 0;
        padding: 0;
        opacity: 1;
        width: 100%;
        padding: 20px;
        padding: 1.25rem;
        background: none;
        color: #4d4d4d;
        transition: all 0.5s ease;
        font-size: 1.2rem; }
        @media (min-width: 48rem) {
          .grid__list .pl__col a .pl__col-title {
            font-size: 1rem;
            line-height: 1.2rem;
            margin-top: -1rem; } }
        @media (min-width: 62rem) {
          .grid__list .pl__col a .pl__col-title {
            font-size: 1.2rem;
            display: -ms-flexbox;
            display: flex;
            color: #fff;
            opacity: 1;
            top: 0;
            background: rgba(94, 206, 160, 0.7);
            min-height: 7.5rem;
            line-height: 1.5rem;
            margin-top: 0; } }
        @media (min-width: 62rem) {
          .grid__list .pl__col a .pl__col-title {
            font-size: 1.625rem;
            opacity: 0;
            min-height: 12.5rem;
            line-height: 2.1875rem; } }
    .grid__list .pl__col:hover a .pl__col-title {
      opacity: 1; }
    @media (min-width: 75rem) {
      .grid__list .pl__col.pl__col-thirds {
        width: 33.3333333333%; } }
    .grid__list .pl__col.pl__col-thirds-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 10px 20px;
      padding: 0.625rem 1.25rem;
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 700;
      line-height: 35px;
      line-height: 2.1875rem;
      letter-spacing: -0.53px;
      letter-spacing: -0.03313rem;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.8);
      background-color: #77c79f;
      border-radius: 10px;
      border-radius: 0.625rem;
      text-transform: uppercase; }
      .grid__list .pl__col.pl__col-thirds-title:hover {
        background-color: #239B66; }
      .grid__list .pl__col.pl__col-thirds-title:hover, .grid__list .pl__col.pl__col-thirds-title:visited {
        color: rgba(255, 255, 255, 0.8); }
      .grid__list .pl__col.pl__col-thirds-title:hover, .grid__list .pl__col.pl__col-thirds-title:visited, .grid__list .pl__col.pl__col-thirds-title:active {
        text-decoration: none; }
      @media (min-width: 48rem) {
        .grid__list .pl__col.pl__col-thirds-title {
          min-height: 200px;
          min-height: 12.5rem; } }

@media screen and (max-width: 48.75rem) {
  .grid__list .pl__col {
    padding-left: 10px !important;
    padding-left: 0.625rem !important;
    padding-right: 10px !important;
    padding-right: 0.625rem !important; } }

.news {
  background: url("/img/events-bg.png") no-repeat center top;
  position: relative;
  z-index: 2;
  margin-top: -120px;
  margin-top: -7.5rem;
  padding-top: 90px;
  padding-top: 5.625rem;
  height: 600px;
  height: 37.5rem;
  background-size: cover; }
  .news .container, .news .hi__list {
    max-width: 1240px;
    max-width: 77.5rem; }
  @media (min-width: 25.875rem) {
    .news {
      height: 555px;
      height: 34.6875rem; } }
  @media (min-width: 46rem) {
    .news {
      padding-top: 120px;
      padding-top: 7.5rem;
      margin-top: -130px;
      margin-top: -8.125rem; } }
  @media (min-width: 48rem) {
    .news {
      height: 600px;
      height: 37.5rem; } }
  @media (min-width: 75rem) {
    .news {
      padding-top: 145px;
      padding-top: 9.0625rem;
      height: 660px;
      height: 41.25rem; } }
  .news h2 {
    font-size: 1.875rem;
    line-height: 2.6875rem;
    letter-spacing: -0.02875rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
  .news__button {
    text-align: center;
    font-size: 0;
    margin-top: 25px;
    margin-top: 1.5625rem; }
    @media (min-width: 48rem) {
      .news__button {
        margin-top: 50px;
        margin-top: 3.125rem; } }
  .news_thumbnail {
    display: inline-block;
    float: left; }
    @media (min-width: 48rem) {
      .news_thumbnail {
        height: 215px;
        height: 13.4375rem; } }
  .news__el-wrapper {
    background-color: white;
    width: 90%;
    border-radius: 15px;
    border-radius: 0.9375rem;
    display: block;
    margin: 0 auto;
    height: 300px;
    height: 18.75rem; }
    @media (min-width: 25.875rem) {
      .news__el-wrapper {
        height: 230px;
        height: 14.375rem; } }
    @media (min-width: 35.5rem) {
      .news__el-wrapper {
        height: 215px;
        height: 13.4375rem; } }
    @media (min-width: 62rem) {
      .news__el-wrapper {
        width: 85%; } }
    @media (min-width: 78.125rem) {
      .news__el-wrapper {
        width: 95%; } }
  .news__el-photo {
    display: none;
    position: relative;
    margin: 0 auto 20px auto;
    margin: 0 auto 1.25rem auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px 0 0 15px;
    border-radius: 0.9375rem 0 0 0.9375rem; }
    @media (min-width: 48rem) {
      .news__el-photo {
        display: inline-block;
        width: 200px;
        width: 12.5rem;
        height: 215px;
        height: 13.4375rem; } }
  .news__title, .news__summary, .news .meta-data {
    padding-left: 28px;
    padding-left: 1.75rem;
    padding-right: 28px;
    padding-right: 1.75rem; }
    @media (min-width: 48rem) {
      .news__title, .news__summary, .news .meta-data {
        padding-left: 228px;
        padding-left: 14.25rem; } }
  .news__title {
    padding-top: 28px;
    padding-top: 1.75rem; }
    .news__title a {
      text-decoration: none;
      color: #4d4d4d; }
      .news__title a:hover {
        text-decoration: none; }
  .news__summary {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    margin-bottom: 0; }
  .news .meta-data {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 28px;
    padding-bottom: 1.75rem; }
    @media (min-width: 62rem) {
      .news .meta-data {
        padding-bottom: 0px;
        padding-bottom: 0; } }
  .news .category {
    font-weight: bold; }
  .news__meta-data {
    margin-top: 15px;
    margin-top: 0.9375rem; }
    @media (min-width: 75rem) {
      .news__meta-data {
        margin-top: 25px;
        margin-top: 1.5625rem; } }
    .news__meta-data p {
      font-size: 14px;
      font-size: 0.875rem; }

@media all and (min-width: 112.4375rem) {
  .news {
    margin-top: -140px;
    margin-top: -8.75rem;
    padding-top: 155px;
    padding-top: 9.6875rem;
    background-size: 100% 100%; } }

/*overwrite slick next and previous buttons*/
.slick-prev:before, .slick-next:before {
  content: "" !important; }

.slick-next {
  background-image: url("/img/next-btn.png") !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: contain !important;
  right: -7px;
  right: -0.4375rem;
  z-index: 3;
  width: 17px;
  width: 1.0625rem;
  height: 28px;
  height: 1.75rem; }
  @media (min-width: 62rem) {
    .slick-next {
      right: 13px;
      right: 0.8125rem; } }
  @media (min-width: 78.125rem) {
    .slick-next {
      right: -5px;
      right: -0.3125rem; } }
  @media (min-width: 83.5rem) {
    .slick-next {
      right: -30px;
      right: -1.875rem; } }
  @media (min-width: 112.4375rem) {
    .slick-next {
      right: -61px;
      right: -3.8125rem; } }
  .slick-next.slick-disabled {
    background-image: url("/img/next-btn-disabled.png") !important; }

.slick-prev {
  background-image: url("/img/previous-btn.png") !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: contain !important;
  left: -10px;
  left: -0.625rem;
  z-index: 3;
  width: 17px;
  width: 1.0625rem;
  height: 28px;
  height: 1.75rem; }
  @media (min-width: 62rem) {
    .slick-prev {
      left: 10px;
      left: 0.625rem; } }
  @media (min-width: 78.125rem) {
    .slick-prev {
      left: -5px;
      left: -0.3125rem; } }
  @media (min-width: 83.5rem) {
    .slick-prev {
      left: -30px;
      left: -1.875rem; } }
  @media (min-width: 112.4375rem) {
    .slick-prev {
      left: -64px;
      left: -4rem; } }
  .slick-prev.slick-disabled {
    background-image: url("/img/previous-btn-disabled.png") !important; }

.slick-list {
  z-index: 2; }

@media (min-width: 25.875rem) {
  .slick-slide {
    height: 230px;
    height: 14.375rem; } }

@media (min-width: 48rem) {
  .slick-slide {
    height: auto; } }

.aboriginal-country-map a.ma__button {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Gotham", Arial, sans-serif;
  font-weight: 500;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem; }
  @media (min-width: 62rem) {
    .aboriginal-country-map a.ma__button {
      font-size: 16px;
      font-size: 1rem;
      line-height: 14px;
      line-height: 0.875rem;
      padding: 15px 30px;
      padding: 0.9375rem 1.875rem; } }
  .aboriginal-country-map a.ma__button.active {
    color: #fff; }

.aboriginal-country-map .aboriginal-country-pages .content {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.63px;
  letter-spacing: 0.03938rem;
  line-height: 1.75rem;
  color: #000;
  font-weight: normal;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-family: "Gotham", Arial, sans-serif; }
  @media (min-width: 62rem) {
    .aboriginal-country-map .aboriginal-country-pages .content {
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: -0.75px;
      letter-spacing: -0.04688rem;
      margin-bottom: 3.5rem; } }

.aboriginal-country-map .aboriginal-country-pages .completed-pages,
.aboriginal-country-map .aboriginal-country-pages .in-development {
  margin-bottom: 1.25rem; }
  .aboriginal-country-map .aboriginal-country-pages .completed-pages h3, .aboriginal-country-map .aboriginal-country-pages .completed-pages legend,
  .aboriginal-country-map .aboriginal-country-pages .in-development h3,
  .aboriginal-country-map .aboriginal-country-pages .in-development legend {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: -0.6px;
    letter-spacing: -0.0375rem;
    font-weight: normal;
    font-family: "Gotham", Arial, sans-serif;
    color: #000; }
  .aboriginal-country-map .aboriginal-country-pages .completed-pages p,
  .aboriginal-country-map .aboriginal-country-pages .in-development p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.63px;
    letter-spacing: 0.03938rem;
    line-height: 1.75rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 2.75rem; }
    @media (min-width: 62rem) {
      .aboriginal-country-map .aboriginal-country-pages .completed-pages p,
      .aboriginal-country-map .aboriginal-country-pages .in-development p {
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: -0.45px;
        letter-spacing: -0.02813rem; } }
  .aboriginal-country-map .aboriginal-country-pages .completed-pages .page-grid,
  .aboriginal-country-map .aboriginal-country-pages .in-development .page-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem 4rem; }
    @media (min-width: 48rem) {
      .aboriginal-country-map .aboriginal-country-pages .completed-pages .page-grid,
      .aboriginal-country-map .aboriginal-country-pages .in-development .page-grid {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 62rem) {
      .aboriginal-country-map .aboriginal-country-pages .completed-pages .page-grid,
      .aboriginal-country-map .aboriginal-country-pages .in-development .page-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    .aboriginal-country-map .aboriginal-country-pages .completed-pages .page-grid .letter-block .title,
    .aboriginal-country-map .aboriginal-country-pages .in-development .page-grid .letter-block .title {
      font-size: 24px;
      font-size: 1.5rem;
      letter-spacing: -0.6px;
      letter-spacing: -0.0375rem;
      color: #000;
      font-weight: 500;
      padding-bottom: 0.4rem;
      text-transform: uppercase; }
    .aboriginal-country-map .aboriginal-country-pages .completed-pages .page-grid .letter-block ul,
    .aboriginal-country-map .aboriginal-country-pages .in-development .page-grid .letter-block ul {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
      .aboriginal-country-map .aboriginal-country-pages .completed-pages .page-grid .letter-block ul li,
      .aboriginal-country-map .aboriginal-country-pages .in-development .page-grid .letter-block ul li {
        padding-left: 0;
        padding-bottom: 0.25rem; }
        .aboriginal-country-map .aboriginal-country-pages .completed-pages .page-grid .letter-block ul li a,
        .aboriginal-country-map .aboriginal-country-pages .in-development .page-grid .letter-block ul li a {
          font-size: 16px;
          font-size: 1rem; }

.aboriginal-country-map .aboriginal-country-pages .in-development {
  margin-top: 3.5rem;
  margin-bottom: 4rem; }
  @media (min-width: 62rem) {
    .aboriginal-country-map .aboriginal-country-pages .in-development {
      margin-top: 4.75rem; } }

.aboriginal-country-map .aboriginal-country-pages hr {
  border-color: #707070; }

.aboriginal-country-map .ma__map {
  margin-bottom: 3.5rem; }

.aboriginal-country-map .ma__desc {
  margin-bottom: 2.5rem; }

.now-showing__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem; }
  @media (min-width: 48rem) {
    .now-showing__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 62rem) {
    .now-showing__grid {
      grid-template-columns: repeat(3, 1fr); } }

.now-showing__grid-item {
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #f5f6f7;
  position: relative; }
  .now-showing__grid-item:hover, .now-showing__grid-item:focus {
    text-decoration: none; }
    .now-showing__grid-item:hover .ns__gi--image, .now-showing__grid-item:focus .ns__gi--image {
      transform: scale(1.05); }
  .now-showing__grid-item .ns__gi--picture {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex; }
  .now-showing__grid-item .ns__gi--image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 14rem;
    margin-bottom: 0.25rem;
    transition: transform 500ms ease-in-out;
    transform: scale(1);
    margin-bottom: 0; }
  .now-showing__grid-item .ns__gi--group {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem; }
  .now-showing__grid-item .ns__gi--title {
    color: #4d4d4d;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.025rem;
    margin-bottom: 0.25rem; }
  .now-showing__grid-item .ns__gi--details {
    color: #4d4d4d;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.03938rem;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem; }
  .now-showing__grid-item .ns__gi--description {
    color: #4d4d4d;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.03938rem; }
  .now-showing__grid-item .ns__gi--button {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem; }

.news__list.slick-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important; }

.news__list.slick-slider .slick-slide {
  height: inherit !important; }

.news__list .now-showing__grid-item {
  margin-left: 1rem;
  margin-right: 1rem;
  min-height: 33.25rem; }

.news.now-showing {
  min-height: 60rem; }
